hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
410908e9521d4817312e372104f9502102c769f0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -327,7 +327,7 @@ function Monoxide() {
// }}}
// Apply populates {{{
.then(function(next) {
- if (!q.$populate || !q.$populate.length || q.$count || !q.decorate || q.$plain || this.result === undefined) return n... | BUGFIX: Wrong field reference when determining if to post-populate | hash-bang_Monoxide | train |
bca6a674d1be6a57f484c34c541a3417ce48c24e | diff --git a/okcupyd/profile.py b/okcupyd/profile.py
index <HASH>..<HASH> 100644
--- a/okcupyd/profile.py
+++ b/okcupyd/profile.py
@@ -3,7 +3,6 @@ import logging
from lxml import html
import simplejson
-import mock
from . import details
from . import essay
diff --git a/tasks.py b/tasks.py
index <HASH>..<HASH> 1... | get rid of mock import in profile. | IvanMalison_okcupyd | train |
ee8a8520bd4652b569f8f0e8c61c121b34acece1 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "ambrosus-node-contracts",
"author": "Ambrosus",
"description": "Smart contracts used in AMB-NET",
- "version": "0.0.41",
+ "version": "0.0.42",
"license": "MPL-2.0-no-copylef... | Throw meaningful error if context is not set in the head contract; (#<I>) | ambrosus_ambrosus-node-contracts | train |
5ed40d053c78726492426ddf7658e59afd321125 | diff --git a/pycbc/filter/resample.py b/pycbc/filter/resample.py
index <HASH>..<HASH> 100644
--- a/pycbc/filter/resample.py
+++ b/pycbc/filter/resample.py
@@ -148,8 +148,13 @@ def lfilter(coefficients, timeseries):
----------
coefficients: numpy.ndarray
Filter coefficients to apply
- timeseries: p... | refactor zero phase fir filtering into a helper function | gwastro_pycbc | train |
7e24523bdece85be85ba69692d58fc94d916ae03 | diff --git a/src/test/java/org/influxdb/InfluxDBTest.java b/src/test/java/org/influxdb/InfluxDBTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/influxdb/InfluxDBTest.java
+++ b/src/test/java/org/influxdb/InfluxDBTest.java
@@ -1,14 +1,10 @@
package org.influxdb;
-import java.util.Collections;
+import okh... | Added test for Issue #<I> | influxdata_influxdb-java | train |
332ebf74c031863ba0552d720cee9653b3e70d44 | diff --git a/Lib/glyphsLib/builder/instances.py b/Lib/glyphsLib/builder/instances.py
index <HASH>..<HASH> 100644
--- a/Lib/glyphsLib/builder/instances.py
+++ b/Lib/glyphsLib/builder/instances.py
@@ -17,6 +17,7 @@ from __future__ import print_function, division, absolute_import, unicode_litera
import os
import logging... | apply_instance_data: allow DesignSpaceDocument object as input in addition to path | googlefonts_glyphsLib | train |
7dd84e0f5416b2ee61f95b972c99c6dae6915237 | diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/AbstractNativeQuery.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/AbstractNativeQuery.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/AbstractNativeQuery.java
+++ b/m... | Try again with native query order by issue | Activiti_Activiti | train |
865ad9cbc2977517c2f71ca54224b35cc4e73526 | diff --git a/lib/Models/CsvCatalogItem.js b/lib/Models/CsvCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/CsvCatalogItem.js
+++ b/lib/Models/CsvCatalogItem.js
@@ -720,19 +720,23 @@ function createRegionLookupFunc(csvItem) {
function determineRegionType(dataset, regionWmsMap) {
var varNames = dataset.g... | back to match region first - best of 2 flawed options | TerriaJS_terriajs | train |
1244f0c3baf8b677b4a1263729b2f737a76c435b | diff --git a/test/engineTests.js b/test/engineTests.js
index <HASH>..<HASH> 100644
--- a/test/engineTests.js
+++ b/test/engineTests.js
@@ -107,51 +107,15 @@ describe('Engine', function() {
});
it('should be able to run async fetch script', function() {
- let browserScripts = engine.run('http://ex... | Simplify test case.
Only just enough test code to actually test an async script. | sitespeedio_browsertime | train |
c6342286586f6c903acc421309fc328821603095 | diff --git a/lib/instance/login_user_manager.rb b/lib/instance/login_user_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/instance/login_user_manager.rb
+++ b/lib/instance/login_user_manager.rb
@@ -128,7 +128,6 @@ module RightScale
when 0
home_dir = Shellwords.escape(Etc.getpwnam(username).dir)
- ... | acu<I> - try to chown the user's pty before thunking him | rightscale_right_link | train |
edf5bb2bd420692bfb5a65e62949334b64fcdc42 | diff --git a/lib/reference.js b/lib/reference.js
index <HASH>..<HASH> 100644
--- a/lib/reference.js
+++ b/lib/reference.js
@@ -14,6 +14,15 @@ var Branch = NodeGit.Branch;
Reference.lookup = LookupWrapper(Reference);
/**
+* Retrieves the reference by it's short name
+* @param {Repository} repo The repo that the refe... | Fixed tests and reimplemented missing functions on Repository | nodegit_nodegit | train |
cc2132413b0ed5717980be147fe77b1829b12716 | diff --git a/lib/plz/command_builder.rb b/lib/plz/command_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/plz/command_builder.rb
+++ b/lib/plz/command_builder.rb
@@ -185,8 +185,18 @@ module Plz
end
# @return [String, nil] Base URL of the API
+ # @example
+ # base_url #=> "http://localhost:8080"
... | Take --host option with only hostname | r7kamura_plz | train |
ce36b20c50839cd276801677903f0243897eae2e | diff --git a/picuplib/checks.py b/picuplib/checks.py
index <HASH>..<HASH> 100644
--- a/picuplib/checks.py
+++ b/picuplib/checks.py
@@ -1,5 +1,5 @@
# -*- coding:utf8 -*-
-######################## BEGIN LICENSE BLOCK ########################
+# ####################### BEGIN LICENSE BLOCK ########################
# This... | added callback parameter to Class based interface and updated docs | Arvedui_picuplib | train |
a587349c813d0e067960bc485c8ee9738b1eb2dd | diff --git a/VERSION b/VERSION
index <HASH>..<HASH> 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.0.rc1
+5.0.0.rc2
diff --git a/lib/rack/app/singleton_methods/http_methods.rb b/lib/rack/app/singleton_methods/http_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/app/singleton_methods/http_methods.rb
+++ b/lib... | feat: add more allowed http method to DSL | rack-app_rack-app | train |
12bd929b1e733918b517c40e2528ea485c238130 | diff --git a/lib/netext/httpext/request.go b/lib/netext/httpext/request.go
index <HASH>..<HASH> 100644
--- a/lib/netext/httpext/request.go
+++ b/lib/netext/httpext/request.go
@@ -23,6 +23,7 @@ package httpext
import (
"bytes"
"context"
+ "fmt"
"io"
"io/ioutil"
"net"
@@ -314,6 +315,15 @@ func MakeRequest(ctx ... | fix(httpext): return error on unsupported <I> response
The hanging behavior described in #<I> happens after this Golang change:
<URL> or other protocols.
[1]: <URL> | loadimpact_k6 | train |
3c480d4e42c57a7d148725cf1bb25826c6b7ae05 | diff --git a/lib/rake/javaextensiontask.rb b/lib/rake/javaextensiontask.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/javaextensiontask.rb
+++ b/lib/rake/javaextensiontask.rb
@@ -35,8 +35,8 @@ module Rake
@source_pattern = '**/*.java'
@classpath = nil
@debug = false
- @source_ver... | Default to <I>-level bytecode in Java build (#<I>) | rake-compiler_rake-compiler | train |
8edaeafba3d22a4262b2f4c21751db5044ed7e8e | diff --git a/lib/modules/apostrophe-schemas/index.js b/lib/modules/apostrophe-schemas/index.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-schemas/index.js
+++ b/lib/modules/apostrophe-schemas/index.js
@@ -880,7 +880,7 @@ module.exports = {
}
},
isEmpty: function(field, value) {
- ... | typo in isEmpty for area and singleton field type | apostrophecms_apostrophe | train |
33ea6d3a4d55738ff55d1403469b8b16302fe05d | diff --git a/lib/class-wp-json-server.php b/lib/class-wp-json-server.php
index <HASH>..<HASH> 100644
--- a/lib/class-wp-json-server.php
+++ b/lib/class-wp-json-server.php
@@ -395,12 +395,20 @@ class WP_JSON_Server implements WP_JSON_ResponseHandler {
}
if ( $supported & self::ACCEPT_JSON ) {
- $data = j... | account for possible query strings in our dispatch method | WP-API_WP-API | train |
5ad2f51e25bb1e4f658e3b28ea4a08e1695ca4a3 | diff --git a/src/Menu/MenuModulesInterpreter.php b/src/Menu/MenuModulesInterpreter.php
index <HASH>..<HASH> 100644
--- a/src/Menu/MenuModulesInterpreter.php
+++ b/src/Menu/MenuModulesInterpreter.php
@@ -114,23 +114,21 @@ class MenuModulesInterpreter implements MenuModulesInterpreterInterface
$index = 0;
... | Fixed issues with menu modules interpreter
- inconsistent access of configuration
- sorting problem, safeguard added | czim_laravel-cms-core | train |
67b8fef960fb68322cd766af94fd070190f7e66d | diff --git a/lib/record_blueprint.py b/lib/record_blueprint.py
index <HASH>..<HASH> 100644
--- a/lib/record_blueprint.py
+++ b/lib/record_blueprint.py
@@ -82,7 +82,7 @@ def request_record(f):
if not current_user.is_guest:
user = User.query.get(current_user.get_id())
title = get_fieldvalue... | WebSearch: fix title encoding problem | inveniosoftware_invenio-records | train |
25f6e7c341a0cc0c2981793b7c104751a73797b3 | diff --git a/js/lib/mediawiki.parser.environment.js b/js/lib/mediawiki.parser.environment.js
index <HASH>..<HASH> 100644
--- a/js/lib/mediawiki.parser.environment.js
+++ b/js/lib/mediawiki.parser.environment.js
@@ -76,6 +76,7 @@ var MWParserEnvironment = function(opts) {
pageName: 'Main page',
interwikiMap: inter... | Add a usePHPPreProcessor config flag to the env defaults and client conf
Defaults to false.
The client config can now define a setup function that has access to the
environment.
Change-Id: I7aecb<I>fd<I>d<I>b<I>e<I>ed6c9 | wikimedia_parsoid | train |
1ee242ac6fa9028e776b0e1db8558121d2df3f10 | diff --git a/shinken/modules/graphite_ui.py b/shinken/modules/graphite_ui.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/graphite_ui.py
+++ b/shinken/modules/graphite_ui.py
@@ -212,8 +212,10 @@ class Graphite_Webui(BaseModule):
if self.graphite_data_source:
uri += "&target=%s... | Enh: Re-add crit and warn graph line with main metric line | Alignak-monitoring_alignak | train |
15d93fa983ef462c886749cafeb1bc818395d043 | diff --git a/src/josegonzalez/Queuesadilla/Backend/MysqlBackend.php b/src/josegonzalez/Queuesadilla/Backend/MysqlBackend.php
index <HASH>..<HASH> 100644
--- a/src/josegonzalez/Queuesadilla/Backend/MysqlBackend.php
+++ b/src/josegonzalez/Queuesadilla/Backend/MysqlBackend.php
@@ -2,13 +2,15 @@
/*
CREATE TABLE IF NOT ... | Add expires_in and priority support to MysqlBackend. Refs #<I> | josegonzalez_php-queuesadilla | train |
cda992f933ad0bc0803c7e79780368fe0775fe61 | diff --git a/sling/core/console/src/main/java/com/composum/sling/nodes/servlet/SourceModel.java b/sling/core/console/src/main/java/com/composum/sling/nodes/servlet/SourceModel.java
index <HASH>..<HASH> 100644
--- a/sling/core/console/src/main/java/com/composum/sling/nodes/servlet/SourceModel.java
+++ b/sling/core/conso... | merge back from Nodes (<I>) | ist-dresden_composum | train |
1617b3bb8daa0e42328355cae25c23fdad255f44 | diff --git a/json-path/src/main/java/com/jayway/jsonpath/internal/filter/FilterCompiler.java b/json-path/src/main/java/com/jayway/jsonpath/internal/filter/FilterCompiler.java
index <HASH>..<HASH> 100644
--- a/json-path/src/main/java/com/jayway/jsonpath/internal/filter/FilterCompiler.java
+++ b/json-path/src/main/java/c... | Fix issue #<I> - Excess filter expressions should be disallowed. | json-path_JsonPath | train |
2f40b60145d9c4739e3fc9394dad05fdacc00dc4 | diff --git a/help.php b/help.php
index <HASH>..<HASH> 100644
--- a/help.php
+++ b/help.php
@@ -34,19 +34,21 @@ if (!empty($file)) {
// Get the list of parent languages.
if (empty($forcelang)) {
$langs = array(current_language(), get_string('parentlanguage'), 'en_utf8'); // Fallback
- // _loca... | _local language packs take precedence with both forced language and non-forced language settings.
Fixes reopened MDL-<I>. | moodle_moodle | train |
58ec11ea95733f55aaee13ee8d227339d7be83ba | diff --git a/src/Plugins/Exceptions/AutoloadFileNotFound.php b/src/Plugins/Exceptions/AutoloadFileNotFound.php
index <HASH>..<HASH> 100644
--- a/src/Plugins/Exceptions/AutoloadFileNotFound.php
+++ b/src/Plugins/Exceptions/AutoloadFileNotFound.php
@@ -5,7 +5,7 @@ namespace Fiesta\Kernel\Plugins\Exception;
/**
* Direct... | edit AutoloadFileNotFound name by adding Exception word | vinala_kernel | train |
7d893e0bbd8d0094aafe052b395cd132c4e2b75a | diff --git a/tests/QtTestCase.py b/tests/QtTestCase.py
index <HASH>..<HASH> 100644
--- a/tests/QtTestCase.py
+++ b/tests/QtTestCase.py
@@ -31,6 +31,8 @@ class QtTestCase(unittest.TestCase):
self.form = MainController()
def add_signal_to_form(self, filename: str):
+ QApplication.instance().process... | add timeout before adding signalfile to prevent graphic view segfaults | jopohl_urh | train |
4ff88133639991d0856ea466dd16b8265d41f902 | diff --git a/classic.py b/classic.py
index <HASH>..<HASH> 100644
--- a/classic.py
+++ b/classic.py
@@ -285,7 +285,10 @@ class ClassicRequestServer(Module):
f.write("ERROR::%s" % e)
return
f.write("REQUEST::SUCCESS")
-
+
+ def _handle_list_pls(self, conn, addr, l, f, cmd):
+ f.write("TOTAL::0\n")
+
def _h... | classic: fix RequestServer for old marietje | bwesterb_mirte | train |
a6d11fcfd056dbb3cefcb2d207da3a70f9a93222 | diff --git a/test/test_bulk.py b/test/test_bulk.py
index <HASH>..<HASH> 100644
--- a/test/test_bulk.py
+++ b/test/test_bulk.py
@@ -902,20 +902,27 @@ class TestBulkWriteConcern(BulkTestBase):
OperationFailure,
batch.execute, {'fsync': True, 'j': True})
+ def test_j_without_journal(self):
+... | Bulk operations raise OperationFailure, not BulkWriteError, if write concern is invalid. | mongodb_mongo-python-driver | train |
6f08e35834a353a817e2ca46f9a2f618cb98e6c5 | diff --git a/lib/octocatalog-diff/util/parallel.rb b/lib/octocatalog-diff/util/parallel.rb
index <HASH>..<HASH> 100644
--- a/lib/octocatalog-diff/util/parallel.rb
+++ b/lib/octocatalog-diff/util/parallel.rb
@@ -11,6 +11,8 @@ module OctocatalogDiff
# If parallel processing has been disabled, this instead executes t... | Implement non-blocking read and PID checking | github_octocatalog-diff | train |
3f30b6aa3a4765fa2239d8276c257a768b9856e1 | diff --git a/gitsuggest/commandline.py b/gitsuggest/commandline.py
index <HASH>..<HASH> 100644
--- a/gitsuggest/commandline.py
+++ b/gitsuggest/commandline.py
@@ -49,9 +49,14 @@ def main():
parser.print_help()
return
- password = getpass.getpass()
+ print('')
+ print('INFO: Authentication (... | Making provision for passwordless suggestion procurement. | csurfer_gitsuggest | train |
caa49ced5aca62a366dfc3768e737ebceb8fd0f0 | diff --git a/.coveragerc b/.coveragerc
index <HASH>..<HASH> 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,3 +1,3 @@
[run]
branch = True
-omit = *mock*
+include = eventtracking*
diff --git a/eventtracking/tests/test_track.py b/eventtracking/tests/test_track.py
index <HASH>..<HASH> 100644
--- a/eventtracking/tests/t... | clean up some minor details
* Ensure "from future import __absolute__" is included in new files
* Clean up some doc strings
* Remove __ prefix from some internal test methods | edx_event-tracking | train |
1751c43479f193ba9f76e33c299ff9d52d01561d | diff --git a/spec/metainspector_spec.rb b/spec/metainspector_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/metainspector_spec.rb
+++ b/spec/metainspector_spec.rb
@@ -332,7 +332,7 @@ describe MetaInspector do
describe "parsed?" do
it "should return true if we have a parsed document" do
- good = Me... | update spec to use a mocked response | jaimeiniesta_metainspector | train |
f4156b146c894724ac016f941b8414bbc0f9d33b | diff --git a/src/InfoViz/Native/ParallelCoordinates/index.js b/src/InfoViz/Native/ParallelCoordinates/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/ParallelCoordinates/index.js
+++ b/src/InfoViz/Native/ParallelCoordinates/index.js
@@ -406,6 +406,7 @@ function parallelCoordinate(publicAPI, model) {
... | fix(ParallelCoordinates): Expect new SVG loader behavior | Kitware_paraviewweb | train |
ed59368c10052e022209c544584c8df95003b496 | diff --git a/generators/entity-server/templates/src/main/java/package/service/_EntityQueryService.java b/generators/entity-server/templates/src/main/java/package/service/_EntityQueryService.java
index <HASH>..<HASH> 100644
--- a/generators/entity-server/templates/src/main/java/package/service/_EntityQueryService.java
+... | [WIP] migration to Spring Boot 2 - fix some DTO compilation issues | jhipster_generator-jhipster | train |
e888b37e98a175162f3d293c0edfad5c8e3c7dcc | diff --git a/spec/helper-spec.js b/spec/helper-spec.js
index <HASH>..<HASH> 100644
--- a/spec/helper-spec.js
+++ b/spec/helper-spec.js
@@ -42,13 +42,7 @@ describe('linter helpers', function () {
await atom.workspace.open(somethingFile)
const textEditor = atom.workspace.getActiveTextEditor()
c... | :art: Address reviewer's comments | steelbrain_atom-linter | train |
3e24568822395ee94049b826e7a33b17cb49d9fd | diff --git a/cf/app_files/app_files.go b/cf/app_files/app_files.go
index <HASH>..<HASH> 100644
--- a/cf/app_files/app_files.go
+++ b/cf/app_files/app_files.go
@@ -131,25 +131,15 @@ func (appfiles ApplicationFiles) WalkAppFiles(dir string, onEachFile func(string
fileRelativePath, _ := filepath.Rel(dir, fullPath)
f... | WalkAppFiles handles paths that exceed MAX_PATH
Previously WalkAppFiles handled the situation where a path was traversed
that exceeded Windows' MAX_PATH but was .cfignored.
With this change it handles the path even if the path is not .cfignored. | cloudfoundry_cli | train |
d1b464300c45c271c16e3f9474a6d69624a7c6b0 | diff --git a/scapy/volatile.py b/scapy/volatile.py
index <HASH>..<HASH> 100644
--- a/scapy/volatile.py
+++ b/scapy/volatile.py
@@ -75,13 +75,13 @@ class RandField(VolatileValue):
pass
class RandNum(RandField):
+ """Instances evaluate to random integers in selected range"""
min = 0
max = 0
def ... | WARNING: API changes. Rationalized random volatile objects naming.
RandDraw*: random draw from a set without replacement.
Guarantees that a name is not drawn twice
before all elements have been drawn.
Rand*: random draw from a set with replacement.
RandSing*: singular values from a set, drawn... | secdev_scapy | train |
4b802827527285b5fa4d164ec5b1da32e50c61bc | diff --git a/cassiopeia/__init__.py b/cassiopeia/__init__.py
index <HASH>..<HASH> 100644
--- a/cassiopeia/__init__.py
+++ b/cassiopeia/__init__.py
@@ -0,0 +1,2 @@
+from future import standard_library
+standard_library.install_aliases()
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/se... | add python <I> patching and reqs | meraki-analytics_cassiopeia | train |
fa16e464aff70da1db679aaea5bacd476313cd43 | diff --git a/chef/lib/chef/provider/package.rb b/chef/lib/chef/provider/package.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/provider/package.rb
+++ b/chef/lib/chef/provider/package.rb
@@ -71,7 +71,7 @@ class Chef
def action_upgrade
if @current_resource.version != @candidate_version
- ... | chef-<I> if package version is nil, set to uninstalled for log message | chef_chef | train |
c05f2f763bae8d66a4a460ecf702fcf22e3d605b | diff --git a/lang/en/chat.php b/lang/en/chat.php
index <HASH>..<HASH> 100644
--- a/lang/en/chat.php
+++ b/lang/en/chat.php
@@ -12,6 +12,7 @@ $string['chatreport'] = "Chat sessions";
$string['currentchats'] = "Active chat sessions";
$string['currentusers'] = "Current users";
$string['enterchat'] = "Click here to ente... | Slightly more robust in case it can't find users. See bug <I>. | moodle_moodle | train |
0aafd19134c44edaff8e27c8f82baab53f5ac7e9 | diff --git a/specs/error.js b/specs/error.js
index <HASH>..<HASH> 100644
--- a/specs/error.js
+++ b/specs/error.js
@@ -20,6 +20,8 @@
'use strict';
+module.exports = SpecError;
+
function SpecError(message) {
var error = new Error(message);
error.context = []; | Fix missing exports for SpecError
This needs to be followed-up with test coverage. | uber-archive_thriftify | train |
860e9590be6ff1aad968b3606686b8fe19a5084e | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,6 +23,7 @@ Changed
~~~~~~~
- Update translations
- Add traceback stack to DB logs with no Exception
+- Set max_page of 1000 for API and default page size to 25
Fixed
~~~~~
diff --git a/trionyx/ap... | [TASK] Set max_page of <I> for API and default page size to <I> | krukas_Trionyx | train |
4176eb589f8817080691aacc6f67933362e94652 | diff --git a/plaso/frontend/log2timeline.py b/plaso/frontend/log2timeline.py
index <HASH>..<HASH> 100755
--- a/plaso/frontend/log2timeline.py
+++ b/plaso/frontend/log2timeline.py
@@ -311,8 +311,9 @@ def Main():
print e
sys.exit(1)
+ print 'Sector size: {}'.format(partition_map[0])
print u'Index ... | Code review: <I>: Minor cosmetic changes, adding sector to partition map, logging level changes. | log2timeline_plaso | train |
877c46262873ac14d2231c848000e4a17c80b595 | diff --git a/lib/fluent/plugin/in_kubernetes_objects.rb b/lib/fluent/plugin/in_kubernetes_objects.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_kubernetes_objects.rb
+++ b/lib/fluent/plugin/in_kubernetes_objects.rb
@@ -72,9 +72,6 @@ module Fluent::Plugin
desc 'A selector to restrict the list of ret... | watcher fix (#<I>) | splunk_fluent-plugin-kubernetes-objects | train |
90c0445423ea4991c4e8dcc8d37d87be4bac3067 | diff --git a/connection.js b/connection.js
index <HASH>..<HASH> 100644
--- a/connection.js
+++ b/connection.js
@@ -1266,6 +1266,18 @@ Connection.prototype.auth_results = function(message) {
return header;
};
+Connection.prototype.auth_results_clean = function(conn) {
+ // http://tools.ietf.org/html/draft-kuc... | move old Auth-Results to Original-Auth-Results | haraka_Haraka | train |
2d82fa94eb42e8d7b7dee59e08252dc65562131e | diff --git a/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/MultiCriteriaLabelSetting.java b/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/MultiCriteriaLabelSetting.java
index <HASH>..<HASH> 100644
--- a/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/MultiCriteriaLabelSetting.java
+++ b/reader-gtf... | Add a contributor to JavaDoc | graphhopper_graphhopper | train |
2cf76b236556b37ffa351a21ed401f8a5caac260 | diff --git a/xhr.js b/xhr.js
index <HASH>..<HASH> 100644
--- a/xhr.js
+++ b/xhr.js
@@ -34,7 +34,7 @@ function request(method, url, params, callback, headers, opts) {
if (onBeforeUnloadFired) { return }
var text = xhr.responseText,
isJson = xhr.getResponseHeader('Content-Type') == 'application/json'
- if ... | Accept <I> responses as successes | marcuswestin_std.js | train |
877faa76aad73e17e542cedb8bbdcde6762ec738 | diff --git a/lib/json-dry.js b/lib/json-dry.js
index <HASH>..<HASH> 100644
--- a/lib/json-dry.js
+++ b/lib/json-dry.js
@@ -186,4 +186,8 @@ function parseRecursion(text, reviver) {
}
this.stringify = stringifyRecursion;
-this.parse = parseRecursion;
\ No newline at end of file
+this.parse = parseRecursion;
+
+this.i... | Add path of json-dry file to the export | skerit_json-dry | train |
8d1b574d147ff7da4354e4a9eee4e50bc7beaa33 | diff --git a/tests/Doctrine/MongoDB/Tests/CollectionTest.php b/tests/Doctrine/MongoDB/Tests/CollectionTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/MongoDB/Tests/CollectionTest.php
+++ b/tests/Doctrine/MongoDB/Tests/CollectionTest.php
@@ -54,22 +54,17 @@ class CollectionTest extends \PHPUnit_Framework_TestC... | Add "ok" field to mocked command return values | doctrine_mongodb | train |
1960b0d378270098d37aab223ff29237fa0b0372 | diff --git a/addon/search/searchcursor.js b/addon/search/searchcursor.js
index <HASH>..<HASH> 100644
--- a/addon/search/searchcursor.js
+++ b/addon/search/searchcursor.js
@@ -40,15 +40,21 @@
var fold = caseFold ? function(str){return str.toLowerCase();} : function(str){return str;};
var target = query.spl... | Guard against search cursors with a query of ""
They'd exhibit the same infinite traversal behavior mentioned in
#<I> | codemirror_CodeMirror | train |
36efa8c1003d53d4789f954a6121c984d2d2596f | diff --git a/hamper/plugins/help.py b/hamper/plugins/help.py
index <HASH>..<HASH> 100644
--- a/hamper/plugins/help.py
+++ b/hamper/plugins/help.py
@@ -47,7 +47,7 @@ class Help(ChatCommandPlugin):
response.append('{0.short_desc}'.format(command))
response = '\n'.join(response)
- ... | PM result of help command to the user | hamperbot_hamper | train |
3fb8c34767a7a167fa12bae820da2efc50a740f8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.md') as f:
readme = f.read()
setup(name='python-meteor',
- version='0.1.0',
+ version='0.1.1',
description='An event driven meteor client',
long_description=readme,
l... | hashblib was added to python in <I> | hharnisc_python-meteor | train |
9aab96f2d36ce547587170169a138c0f7e8ce963 | diff --git a/grunt.js b/grunt.js
index <HASH>..<HASH> 100644
--- a/grunt.js
+++ b/grunt.js
@@ -25,7 +25,7 @@ module.exports = function (grunt) {
},
concat: {
build: {
- src: ['<banner:meta.banner>'],
+ src: ['<banner:meta.banner>', 'common/*.js'],
dest: '<%= builddir %>/<%= pkg.... | Fix merge of the issue<I> | angular-ui_ui-select2 | train |
ec6d3e68137070e644d20a664ca39919ec99bb59 | diff --git a/org.jenetics/src/main/java/org/jenetics/Chromosome.java b/org.jenetics/src/main/java/org/jenetics/Chromosome.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/Chromosome.java
+++ b/org.jenetics/src/main/java/org/jenetics/Chromosome.java
@@ -20,6 +20,7 @@
package org.jenetics;
... | Add implementation hints in API notes. | jenetics_jenetics | train |
5b4402cce01286577947605687a00dbf1741834c | diff --git a/azurerm/config.go b/azurerm/config.go
index <HASH>..<HASH> 100644
--- a/azurerm/config.go
+++ b/azurerm/config.go
@@ -90,23 +90,6 @@ type ArmClient struct {
// Services
// NOTE: all new services should be Public as they're going to be relocated in the near-future
- DataBricks *databricks.Client... | refactor: moving clients up a level | terraform-providers_terraform-provider-azurerm | train |
d0946bdc381bb920de84748131c43ef4c99840a6 | diff --git a/experiments/nips2015-model-selection.py b/experiments/nips2015-model-selection.py
index <HASH>..<HASH> 100755
--- a/experiments/nips2015-model-selection.py
+++ b/experiments/nips2015-model-selection.py
@@ -78,7 +78,7 @@ parser.add_argument(
parser.add_argument(
"--training-epochs",
- default=100... | use bigger batches for more epochs | openvax_mhcflurry | train |
5ba68ccf952646dfe34840c7b6e0bc0565ef8334 | diff --git a/generator.go b/generator.go
index <HASH>..<HASH> 100644
--- a/generator.go
+++ b/generator.go
@@ -40,11 +40,15 @@ func (g *GifGenerator) Generate(input string, output string) (err error) {
// play and capture
var (
- images []*image.Paletted
- delays []int
+ images []*image.Paletted
+ delays []... | chage: calc delay time | sugyan_ttyrec2gif | train |
a48d0b0373318b24131830c2a20bebc1d311c53b | diff --git a/src/components/VAutocomplete/VAutocomplete.js b/src/components/VAutocomplete/VAutocomplete.js
index <HASH>..<HASH> 100644
--- a/src/components/VAutocomplete/VAutocomplete.js
+++ b/src/components/VAutocomplete/VAutocomplete.js
@@ -23,7 +23,6 @@ export default {
type: String,
default: 'off'
... | refactor(v-autocomplete/combobox): move prop
delimiters isn't used in `v-autocomplete` anymore | vuetifyjs_vuetify | train |
cd2889e370a6ffac0696ff25d5e849a9df0120f8 | diff --git a/packages/wxa-cli/src/resolvers/ast/index.js b/packages/wxa-cli/src/resolvers/ast/index.js
index <HASH>..<HASH> 100644
--- a/packages/wxa-cli/src/resolvers/ast/index.js
+++ b/packages/wxa-cli/src/resolvers/ast/index.js
@@ -9,6 +9,12 @@ import {generateCodeFromAST} from '../../compilers/script';
let debug... | feat(cli): Allow use import declaration to add static file to project
re #<I> | wxajs_wxa | train |
6b9d90a8973d75268174915d42f7b52f524dc2ff | diff --git a/ipywidgets/widgets/interaction.py b/ipywidgets/widgets/interaction.py
index <HASH>..<HASH> 100644
--- a/ipywidgets/widgets/interaction.py
+++ b/ipywidgets/widgets/interaction.py
@@ -208,12 +208,12 @@ class interactive(VBox):
if self.manual:
self.manual_button.disabled = True
... | Call get_interact_value inside "with out" block
This way, exceptions raised by get_interact_value() will be shown in
the output area | jupyter-widgets_ipywidgets | train |
f68ab29fc88e353d8bf433f42be371583e99e16a | diff --git a/sustain/src/main/java/net/happyonroad/component/container/support/DefaultComponentResolver.java b/sustain/src/main/java/net/happyonroad/component/container/support/DefaultComponentResolver.java
index <HASH>..<HASH> 100644
--- a/sustain/src/main/java/net/happyonroad/component/container/support/DefaultCompon... | Exclution can be inherit between depended components | Kadvin_spring-component-framework | train |
9ce1a9bdd313e52deed1a85bee2355ac502410e9 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -50,6 +50,7 @@
"rsuite-selectpicker": "^3.0.0-next.9",
"rsuite-table": "^3.0.0-next.3",
"rsuite-treepicker": "^3.0.0-next.3",
+ "rsuite-uploader": "^3.0.0-next",
"rsuite-utils": "^1.0.0-n... | Added support for overflow in Drawer | rsuite_rsuite | train |
0a1e872b96777fc284533f4ebdd41f971f5fe2e9 | diff --git a/src/utils/lombok/javac/JavacTreeMaker.java b/src/utils/lombok/javac/JavacTreeMaker.java
index <HASH>..<HASH> 100644
--- a/src/utils/lombok/javac/JavacTreeMaker.java
+++ b/src/utils/lombok/javac/JavacTreeMaker.java
@@ -441,7 +441,9 @@ public class JavacTreeMaker {
//javac versions: 6-8
private static fi... | [jdk<I>] delombok was printing most variable declarations that are generated by lombok with ‘var’. | rzwitserloot_lombok | train |
ee8436b2abc9b799d5fcc2314bd3405f0738394c | diff --git a/src/ORM/Marshaller.php b/src/ORM/Marshaller.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Marshaller.php
+++ b/src/ORM/Marshaller.php
@@ -86,10 +86,6 @@ class Marshaller
/**
* Hydrate one entity and its associated data.
*
- * When marshalling HasMany or BelongsToMany associations, `_id... | Add additional documentation for `ids` option. | cakephp_cakephp | train |
37d95bfc72d06adb3ab41ecc098ce3fc6034558b | diff --git a/src/Moka/Moka.php b/src/Moka/Moka.php
index <HASH>..<HASH> 100644
--- a/src/Moka/Moka.php
+++ b/src/Moka/Moka.php
@@ -44,7 +44,7 @@ class Moka
{
if (!isset(self::$mockingStrategies[$name])) {
/** @var PluginInterface $pluginFQCN */
- $pluginFQCN = PluginHelper::loadPlu... | Fix naming into PluginHelper | facile-it_moka | train |
0950a65fde7058e1517300a78a7b252c2bbe4110 | diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index <HASH>..<HASH> 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -5,6 +5,13 @@
### API Changes
+ [deleteJob throws exception but works anyway][issue-154]
+ [Some HTTP calls to jenkins result in a 302, which currently throws an HttpResponseException #7[issu... | Fixed #<I>
Fixed #<I>
Fixed #7
o deleteJob(name), enabledJob(name), disableJob(name),
cancelQuietDown(), build(), build(params) producing a
HttpResponseException cause by the wrong calling
client.post with crumbFlag set to true which was wrong.
Changed to false. | jenkinsci_java-client-api | train |
66f51a14afced0aa6782c25edc66e56392b14551 | diff --git a/package.js b/package.js
index <HASH>..<HASH> 100644
--- a/package.js
+++ b/package.js
@@ -32,7 +32,7 @@ Package.on_use(function (api) {
api.use('angular:angular@1.4.1', 'client');
api.use('minimongo'); // for idStringify
api.use('observe-sequence');
- api.use('dburles:mongo-collection-instances@... | Update mongo-collection-instances
This update fixes a couple issues regarding `Mongo.Collection` wrapping. | Urigo_angular-meteor | train |
249402547a956541d794dfc0bf5679901b57488f | diff --git a/test/test_parsing.rb b/test/test_parsing.rb
index <HASH>..<HASH> 100644
--- a/test/test_parsing.rb
+++ b/test/test_parsing.rb
@@ -753,7 +753,7 @@ class TestParsing < Test::Unit::TestCase
assert_equal Time.local(2007, 11, 3, 12), t1
t1 = Chronic.parse('1st sunday in november', :now => Time.local... | fix typo in test_days_in_november test case | mojombo_chronic | train |
beb07fd2e481a27a7f802da4ae8a00e86ab47d1a | diff --git a/lib/fb_graph/connections/settings.rb b/lib/fb_graph/connections/settings.rb
index <HASH>..<HASH> 100644
--- a/lib/fb_graph/connections/settings.rb
+++ b/lib/fb_graph/connections/settings.rb
@@ -51,6 +51,7 @@ module FbGraph
:connection => :settings
)
if succeeded
+ @set... | @settings can be nil here | nov_fb_graph | train |
d915856aed1318326ad043fb27d8ce917304ef4d | diff --git a/packages/react-atlas-core/src/utils/utils.js b/packages/react-atlas-core/src/utils/utils.js
index <HASH>..<HASH> 100644
--- a/packages/react-atlas-core/src/utils/utils.js
+++ b/packages/react-atlas-core/src/utils/utils.js
@@ -100,5 +100,9 @@ export default {
}
}
catch (e) { /* not focused ... | Add utility to look up React Component names. | DigitalRiver_react-atlas | train |
d6404b7bf97edf377f94d662cb08c573ef6e85a2 | diff --git a/benchexec/tools/metaval.py b/benchexec/tools/metaval.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/metaval.py
+++ b/benchexec/tools/metaval.py
@@ -96,8 +96,6 @@ class Tool(benchexec.tools.template.BaseTool2):
"benchexec.tools." + verifierName, fromlist=["Tool"]
... | Remove check that can never fail
According to @PhilippWendler | sosy-lab_benchexec | train |
8baad9e786c0c894c5aad42f2524bb11714af169 | diff --git a/spec/data_visitor_spec.rb b/spec/data_visitor_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/data_visitor_spec.rb
+++ b/spec/data_visitor_spec.rb
@@ -113,6 +113,10 @@ describe Shape::DataVisitor do
include Shape
property :name
property :ssn , if: ->{ _source[:secure] ... | Add spec for if clause on nested properties. | robincurry_shape | train |
65c3ffc7d88f28f39b57885801d117362c2568a2 | diff --git a/core/BaseSession.core.php b/core/BaseSession.core.php
index <HASH>..<HASH> 100644
--- a/core/BaseSession.core.php
+++ b/core/BaseSession.core.php
@@ -90,6 +90,15 @@ class BaseSession {
session_unset();
}//flush
+
+ /**
+ * Destroy A session
+ */
+ public function destroy(... | added method destroy() to allow destroying a session | discophp_framework | train |
a3c7978e4968786f39d11d30250f0d49b8914467 | diff --git a/src/com/opencms/file/genericSql/CmsResourceBroker.java b/src/com/opencms/file/genericSql/CmsResourceBroker.java
index <HASH>..<HASH> 100644
--- a/src/com/opencms/file/genericSql/CmsResourceBroker.java
+++ b/src/com/opencms/file/genericSql/CmsResourceBroker.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alk... | Removed constant for project type for static export.
Change current project to online project after publishing a temporary project. | alkacon_opencms-core | train |
97b42492bb391bab346d265b70dc62e9d90ecd3d | diff --git a/test/unit/core.js b/test/unit/core.js
index <HASH>..<HASH> 100644
--- a/test/unit/core.js
+++ b/test/unit/core.js
@@ -661,7 +661,7 @@ test("jQuery.merge()", function() {
});
test("jQuery.extend(Object, Object)", function() {
- expect(26);
+ expect(28);
var settings = { xnumber1: 5, xnumber2: 7, xst... | Added some tests for #<I>. | jquery_jquery | train |
8a754076672d69187ba655d284c14554b9e0f58a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,7 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3
* Add support for secure connections.
* Add auth name for users if they are logged in and the track command module is en... | Add option to denote a command for admins only | Gwildor_Pyromancer | train |
c6b05988eb0422f1db265423f7d2c63472af4cb0 | diff --git a/app/models/manager_refresh/dto.rb b/app/models/manager_refresh/dto.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/dto.rb
+++ b/app/models/manager_refresh/dto.rb
@@ -73,6 +73,8 @@ module ManagerRefresh
private
+ attr_writer :object
+
def allowed?(dto_collection_scope, key)
... | Use private attr writter instead of explicit method
Use private attr writter instead of explicit method
(transferred from ManageIQ/manageiq@4dce<I>afd<I>b9f<I>bfc<I>c<I>e) | ManageIQ_inventory_refresh | train |
e1e05140e89bf9be9a9398f61a8fda8115dc20a5 | diff --git a/jax/experimental/jax2tf/jax2tf.py b/jax/experimental/jax2tf/jax2tf.py
index <HASH>..<HASH> 100644
--- a/jax/experimental/jax2tf/jax2tf.py
+++ b/jax/experimental/jax2tf/jax2tf.py
@@ -1386,8 +1386,8 @@ tf_impl[lax.rev_p] = _rev
tf_impl[lax.select_p] = tf.where
-def _transpose(operand, permutation):
- r... | [jax2tf] Added tests for the conversion of transpose. | tensorflow_probability | train |
37cb88b1d71bfbf2f9e0a62b53991e6b8b103f52 | diff --git a/js/mandala.js b/js/mandala.js
index <HASH>..<HASH> 100644
--- a/js/mandala.js
+++ b/js/mandala.js
@@ -15,7 +15,7 @@ module.exports = class mandala extends Exchange {
'countries': [ 'MT' ],
'version': 'v2',
'rateLimit': 1500,
- 'certified': true,
+ ... | mandala certified = false #<I> | ccxt_ccxt | train |
2d5a1a52a88e60707f198415abd5e90cb64b3f6f | diff --git a/ssl-proxies/src/main/java/org/globus/gsi/trustmanager/CRLChecker.java b/ssl-proxies/src/main/java/org/globus/gsi/trustmanager/CRLChecker.java
index <HASH>..<HASH> 100644
--- a/ssl-proxies/src/main/java/org/globus/gsi/trustmanager/CRLChecker.java
+++ b/ssl-proxies/src/main/java/org/globus/gsi/trustmanager/C... | ssl-proxies: Fix CRL check race condition
JGlobus uses CRLs as if they were immutable objects, however when
using the Bouncy Castle provider, the ASN<I> parser uses lazy
evaluation internally, which means the X<I>CRL object is not
thread safe. | jglobus_JGlobus | train |
f37b45b3867eadf1fb7fe00774862284509ccb80 | diff --git a/lib/data_structures/column.rb b/lib/data_structures/column.rb
index <HASH>..<HASH> 100644
--- a/lib/data_structures/column.rb
+++ b/lib/data_structures/column.rb
@@ -1,9 +1,9 @@
module ActiveScaffold::DataStructures
class Column
include ActiveScaffold::Configurable
-
+
attr_reader :active... | create the form_ui column attribute. this is the same as ui_type, except with a better name. ui_type still works but is deprecated and marked for removal in version <I>.
closes issue #<I>
git-svn-id: <URL> | activescaffold_active_scaffold | train |
df41fb66b1c0a4eaea54c8ec2ae713c48414ffe1 | diff --git a/src/Support/Content/MimeTypeHelper.php b/src/Support/Content/MimeTypeHelper.php
index <HASH>..<HASH> 100644
--- a/src/Support/Content/MimeTypeHelper.php
+++ b/src/Support/Content/MimeTypeHelper.php
@@ -6,6 +6,7 @@ use finfo;
use Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesserInterface;
us... | Updated MimeTypeHelper to use new MimeTypes class where available
This removes the deprecation warning | czim_file-handling | train |
6dae51540f17afa3536097970b1d1340392c5b2e | diff --git a/src/lambda/handler-runner/ruby-runner/RubyRunner.js b/src/lambda/handler-runner/ruby-runner/RubyRunner.js
index <HASH>..<HASH> 100644
--- a/src/lambda/handler-runner/ruby-runner/RubyRunner.js
+++ b/src/lambda/handler-runner/ruby-runner/RubyRunner.js
@@ -26,6 +26,8 @@ export default class RubyRunner {
cl... | Fix bug where ruby stdout not printed to console | dherault_serverless-offline | train |
c0b2c9c9f8d234c6ecc67e240a2369ee770e41a5 | diff --git a/TYPO3.Flow/Tests/MVC/Web/Routing/F3_FLOW3_MVC_Web_Routing_StaticRoutePartTest.php b/TYPO3.Flow/Tests/MVC/Web/Routing/F3_FLOW3_MVC_Web_Routing_StaticRoutePartTest.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Tests/MVC/Web/Routing/F3_FLOW3_MVC_Web_Routing_StaticRoutePartTest.php
+++ b/TYPO3.Flow/Tests/MV... | * FLOW3: Marked the previously, mistakenly committed test as skipped. Relates to #<I>
Original-Commit-Hash: 3e<I>dc4dad9a<I>e<I>d<I>be<I>eb<I>f<I>b5 | neos_flow-development-collection | train |
8170804ddb51e42252ef3fccf563db70cf61e1b9 | diff --git a/osmdroid-android/src/main/java/org/osmdroid/config/DefaultConfigurationProvider.java b/osmdroid-android/src/main/java/org/osmdroid/config/DefaultConfigurationProvider.java
index <HASH>..<HASH> 100644
--- a/osmdroid-android/src/main/java/org/osmdroid/config/DefaultConfigurationProvider.java
+++ b/osmdroid-a... | #<I> potential fix a NPE (DefaultConfigProvider) (#<I>)
* #<I> potential fix a NPE
* #<I> should fix the test failure | osmdroid_osmdroid | train |
183bbd6068bbf4bb8d42856a980d88c6a2c2b37b | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+v0.17:
+ - `f90nml.write()` works for normal (non-`Namelist`) dicts
+ - `Parser` properties moved outside of function arguments, and are now
+ handled with property decorators (as in `Namelist`)
+
... | Namelist writes for dicts; Parser properties
Non-namelist dicts can now be saved to files with `f<I>nml.write`.
The `Parser` reader properties `strict_logical` and `row_major` are now
private and managed by decorated property functions. | marshallward_f90nml | train |
6ff76464bac4469dcc9f82b83ea4d91eb54d3329 | diff --git a/lib/ecdsa/version.rb b/lib/ecdsa/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ecdsa/version.rb
+++ b/lib/ecdsa/version.rb
@@ -1,3 +1,3 @@
module ECDSA
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
end | Bumped version to <I>. | DavidEGrayson_ruby_ecdsa | train |
9a34f0a419b1a704b29a7ebeb98b7ec2a0824497 | diff --git a/packages/node_modules/@ciscospark/plugin-teams/test/integration/spec/teams.js b/packages/node_modules/@ciscospark/plugin-teams/test/integration/spec/teams.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@ciscospark/plugin-teams/test/integration/spec/teams.js
+++ b/packages/node_modules/@ciscospa... | refactor(plugin-teams): remove nodeOnly, which does not work | webex_spark-js-sdk | train |
d56bad47fcbae99fb5ff6da14bbef5b0784d5060 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,5 @@
var _ = require('lodash');
-var util = require('util'); // FIXME: DEBUG
-
// Constants {{{
var FK_OBJECTID = 1; // 1:1 objectID mapping
var FK_OBJECTID_ARRAY = 2; // Array of objectIDs | BUGFIX: Removed some debugging artefacts | hash-bang_Node-Mongoose-Scenario | train |
d6a147c37e3090fbd21119ab8922ce32329456d9 | diff --git a/src/core/calmar.py b/src/core/calmar.py
index <HASH>..<HASH> 100644
--- a/src/core/calmar.py
+++ b/src/core/calmar.py
@@ -105,7 +105,7 @@ def calmar(data, margins, param = {}, pondini='wprm_init'):
nj = 1
margins_new = {}
-
+ margins_new_dict = {}
for var, val in margins.iterite... | Calibration almost migrated to use DataFrame(s)
Need some work on menu/combobox and
load/save config | openfisca_openfisca-core | train |
46ecc3507faca171bbcb027188568413a95cff46 | diff --git a/public/js/app-middle.js b/public/js/app-middle.js
index <HASH>..<HASH> 100644
--- a/public/js/app-middle.js
+++ b/public/js/app-middle.js
@@ -153,6 +153,10 @@
}
app.starter.$(function (next) {
+ if (app.middle.disable) {
+ return next();
+ }
+
app.store("middle... | allow the middle layer to be diabled. | jolira_site-manager-baseline | train |
2d1e9e4b1973721f020b31a2941db08a3f12516a | diff --git a/lib/Config.py b/lib/Config.py
index <HASH>..<HASH> 100644
--- a/lib/Config.py
+++ b/lib/Config.py
@@ -21,6 +21,7 @@ This module contains some definitions to configure the application.
DEFAULT_ACTION = 'ls'
COLORS = True
HIGHLIGHT_PROJECTS_CONTEXTS = True
+LIST_LIMIT=25
FILENAME = 'todo.txt'
ARCHIVE_... | Introduce LimitFilter which truncates todolist at given number. | bram85_topydo | train |
474196a9b47929b9938d805ce8abb5cb95f1836f | diff --git a/lib/rprogram/compat.rb b/lib/rprogram/compat.rb
index <HASH>..<HASH> 100644
--- a/lib/rprogram/compat.rb
+++ b/lib/rprogram/compat.rb
@@ -5,7 +5,7 @@ module RProgram
#
# Compat.arch #=> "linux"
#
- def self.platform
+ def Compat.platform
RUBY_PLATFORM.split('-').last
end... | Put methods in the Compat namespace. | postmodern_rprogram | train |
406f583777076fa4e9b35f726d92888270005a8f | diff --git a/src/label/base.js b/src/label/base.js
index <HASH>..<HASH> 100644
--- a/src/label/base.js
+++ b/src/label/base.js
@@ -282,7 +282,7 @@ class Label extends Component {
VisualCenter(labels, shapes);
}
if (type === 'treemap') {
- canLabelFill();
+ canLabelFill(labels, shapes);
}... | fix(label-base): fix treemap area calculation | antvis_component | train |
4b0e5892258077f8c55a0419e00d43d9286f3c0b | diff --git a/make_release.py b/make_release.py
index <HASH>..<HASH> 100644
--- a/make_release.py
+++ b/make_release.py
@@ -112,5 +112,6 @@ if token:
response = requests.post(releases_url, json=release, headers={'Authorization': 'token ' + token})
print(response.status_code, response.text)
-run(['python', 's... | Remove features deprecated by PyPI | boppreh_mouse | train |
094d875720ff35176f05510eb410541803268111 | diff --git a/undertow/src/main/java/org/wildfly/extension/undertow/deployment/UndertowDeploymentInfoService.java b/undertow/src/main/java/org/wildfly/extension/undertow/deployment/UndertowDeploymentInfoService.java
index <HASH>..<HASH> 100644
--- a/undertow/src/main/java/org/wildfly/extension/undertow/deployment/Undert... | [WFLY-<I>] If security is disabled pass this to the DeploymentInfo. | wildfly_wildfly | train |
077c546391bcfdb428c8514f2902d5e9045ac5d8 | diff --git a/marcx.py b/marcx.py
index <HASH>..<HASH> 100644
--- a/marcx.py
+++ b/marcx.py
@@ -238,7 +238,7 @@ class Record(pymarc.Record):
marc.add('020', a='0201657880', z='0201802398')
"""
- if tag.startswith("00") and (data is None or data == "") and not bool(self.strict):
+ if tag... | scrict handling of subfields
Default mode is strict mode, where invalid cases fail with an Exception.
For example adding a field with only empty subfields will result in an error.
To be more forgiving, set the Record.strict flag to False. This won't raise
errors, but tries to keep the record MARC conform by not addi... | ubleipzig_marcx | train |
6301a22cc2d1cd756db018b663fba9efa8490a93 | diff --git a/protocols/raft/src/main/java/io/atomix/protocols/raft/RaftServer.java b/protocols/raft/src/main/java/io/atomix/protocols/raft/RaftServer.java
index <HASH>..<HASH> 100644
--- a/protocols/raft/src/main/java/io/atomix/protocols/raft/RaftServer.java
+++ b/protocols/raft/src/main/java/io/atomix/protocols/raft/R... | Fix bad builder, arg is passed directly into checkNotNull.. | atomix_atomix | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.