hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4e03e9d02ffe8a734ab58b873d348d452733ddd9 | diff --git a/blockstack_client/scripts.py b/blockstack_client/scripts.py
index <HASH>..<HASH> 100644
--- a/blockstack_client/scripts.py
+++ b/blockstack_client/scripts.py
@@ -318,7 +318,7 @@ def tx_sign_multisig(tx, idx, redeem_script, private_keys, hashcode=bitcoin.SIGH
sig = tx_make_input_signature(tx, idx, ... | if multisig signing fails, at least tell us why | blockstack_blockstack-core | train |
5002d094ce6a631d18ceecfe76e1f022cc757419 | diff --git a/ui/fields/date.php b/ui/fields/date.php
index <HASH>..<HASH> 100644
--- a/ui/fields/date.php
+++ b/ui/fields/date.php
@@ -55,14 +55,7 @@
$args = apply_filters( 'pods_form_ui_field_date_args', $args, $type, $options, $attributes, $name, PodsForm::$field_type );
?>
- jQuery(... | JSON encoding args on datetime field type instead of iterating thru them, this prevents errant trailing commas | pods-framework_pods | train |
053c39cfc90a01d7e5b52b38065539ccbab027e6 | diff --git a/lib/rambling/trie.rb b/lib/rambling/trie.rb
index <HASH>..<HASH> 100644
--- a/lib/rambling/trie.rb
+++ b/lib/rambling/trie.rb
@@ -1,13 +1,7 @@
-[
- 'invalid_operation',
- 'children_hash_deferer',
- 'compressor',
- 'branches',
- 'enumerable',
- 'node',
- 'root',
- 'version'
-].map { |file| File.join... | Changed required files list from array to %w{}. | gonzedge_rambling-trie | train |
75e841090c337f4941fe4934d04a31fca89b984c | diff --git a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java b/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java
index <HASH>..<HASH> 100644
--- a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java
+++ b/src/... | Provided JUnit Test for Pull Request <I> | GwtMaterialDesign_gwt-material-addins | train |
5150fd55b79bddbd9e1a73349caf6c2b2945d905 | diff --git a/lib/compressor.js b/lib/compressor.js
index <HASH>..<HASH> 100644
--- a/lib/compressor.js
+++ b/lib/compressor.js
@@ -170,7 +170,7 @@ HeaderTable.staticTable = [
[ ':status' , '404' ],
[ ':status' , '500' ],
[ 'accept-charset' ,... | accept-encoding in static table now has an associated value | molnarg_node-http2-protocol | train |
6915e7c8899b325ccc7540314974a0b16667eb58 | diff --git a/lib/leg/commands/build.rb b/lib/leg/commands/build.rb
index <HASH>..<HASH> 100644
--- a/lib/leg/commands/build.rb
+++ b/lib/leg/commands/build.rb
@@ -29,6 +29,20 @@ module Leg
num_steps = tutorial.num_steps
+ if @config.options[:diff_transformers].nil?
+ @config.options[:diff_t... | Finish adding Line subclasses
* Also provide sensible default diff transformer config
* Also include transformed diffs as part of integration test,
and fix a small bug that showed up as a result | snaptoken_leg | train |
507c16d0dd5245ff3d4e60a1ea6946f844831b11 | diff --git a/apps/lifecycle_test.go b/apps/lifecycle_test.go
index <HASH>..<HASH> 100644
--- a/apps/lifecycle_test.go
+++ b/apps/lifecycle_test.go
@@ -130,23 +130,6 @@ var _ = Describe("Application Lifecycle", func() {
})
})
- Context("multiple instances", func() {
- BeforeEach(func() {
- Expect(cf.Cf("p... | Remove multiple instances test.
- it is causing issues on bosh lite.
[#<I>] | cloudfoundry_cf-acceptance-tests | train |
d7a41140996cc3ac2e82e166c646b64dd340a0d4 | diff --git a/edelphi/src/main/java/fi/metatavu/edelphi/jsons/panel/admin/CreateInvitationJSONRequestController.java b/edelphi/src/main/java/fi/metatavu/edelphi/jsons/panel/admin/CreateInvitationJSONRequestController.java
index <HASH>..<HASH> 100644
--- a/edelphi/src/main/java/fi/metatavu/edelphi/jsons/panel/admin/Creat... | Changed application to allow users to make duplicate invitations | Metatavu_edelphi | train |
e9d9b75cb082b24f38f5d5863c6d53f4a3e08c75 | diff --git a/test/JamesMoss/Flywheel/RepositoryTest.php b/test/JamesMoss/Flywheel/RepositoryTest.php
index <HASH>..<HASH> 100644
--- a/test/JamesMoss/Flywheel/RepositoryTest.php
+++ b/test/JamesMoss/Flywheel/RepositoryTest.php
@@ -52,7 +52,7 @@ class RespositoryTest extends \PHPUnit_Framework_TestCase
$r... | Removing sha1 bits from tests | jamesmoss_flywheel | train |
579262bba354b3f5cced82c1bedffbd957b564ba | diff --git a/src/Test/WebTest/SmoketestPageLoadingBase.php b/src/Test/WebTest/SmoketestPageLoadingBase.php
index <HASH>..<HASH> 100644
--- a/src/Test/WebTest/SmoketestPageLoadingBase.php
+++ b/src/Test/WebTest/SmoketestPageLoadingBase.php
@@ -26,6 +26,7 @@ class SmoketestPageLoadingBase extends WebTestBase
public ... | [Test] refactor method in Smoketest, insert only where used | EmchBerger_cube-common-develop | train |
db6a99be863aeb8341c6155fe7ca9eec6616d1f0 | diff --git a/lib/Widget/Marker.php b/lib/Widget/Marker.php
index <HASH>..<HASH> 100644
--- a/lib/Widget/Marker.php
+++ b/lib/Widget/Marker.php
@@ -80,60 +80,78 @@ class Marker extends WidgetProvider
{
return $this->data;
}
+
+ /**
+ *
+ * @return array
+ */
+ public function ge... | added getProcessedData method for marker widget
moved data process out of display method
added fullName, memoryPercentage for display | twinh_wei | train |
bdac02bee44acab843eac1f57e100468566250f4 | diff --git a/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceIndexBenchmarkTest.java b/server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/SourceIndexBenchmarkTest.java
index <HASH>..<HASH> 100644
--- a/server/sonar-server-benchmarks/src/test/java/org/sonar/server/bench... | Fix SourceIndexBenchmarkTest as indexing was improved (some fields are not searchable at all) | SonarSource_sonarqube | train |
8b10824c18f631133841f5837d717f1bc79a4e16 | diff --git a/lib/editor/popups/link_std.php b/lib/editor/popups/link_std.php
index <HASH>..<HASH> 100644
--- a/lib/editor/popups/link_std.php
+++ b/lib/editor/popups/link_std.php
@@ -151,11 +151,6 @@ border-bottom: 1px solid black; letter-spacing: 2px;
<table border="0" style="width: 100%;">
<tr>
- <td class="... | Moved Anchors thing down ... | moodle_moodle | train |
147b4b3d7607f7e00d883af94389b0d426c7d2f1 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -77,7 +77,8 @@ class Collection {
const chained = [];
const args = Array.prototype.slice.call(arguments);
const actionPromise = this.$baseAction(fn, args, chained);
- ... | fix: use original stack trace when reporting error in async action | boosterfuels_monogram | train |
3590e278c87af625dc6628a1da47043b1ee484eb | diff --git a/tests/cli.py b/tests/cli.py
index <HASH>..<HASH> 100644
--- a/tests/cli.py
+++ b/tests/cli.py
@@ -53,6 +53,7 @@ class RunTestBase(unittest.TestCase):
class Test_10(RunTestBase):
+ infile = os.path.join(tests.common.selfdir(), "00-cnf.json")
def test_10_show_usage(self):
self.run_and... | enhancement: add some corner test cases for the cli frontend
add some corner test cases for the cli frontend such like input or
output file/parser type is unknown. | ssato_python-anyconfig | train |
cd545f8b2822fbaac807f77c02a5c86454106aa5 | diff --git a/scripts/devops_tasks/test_run_samples.py b/scripts/devops_tasks/test_run_samples.py
index <HASH>..<HASH> 100644
--- a/scripts/devops_tasks/test_run_samples.py
+++ b/scripts/devops_tasks/test_run_samples.py
@@ -134,8 +134,6 @@ IGNORED_SAMPLES = {
"azure-ai-formrecognizer": [
"sample_manage_cus... | [formrecognizer] Copy sample fix (#<I>)
* fix var naming
* enable copy samples for live testing | Azure_azure-sdk-for-python | train |
bfb354a835768322fb27c2032669faa56638497e | diff --git a/library/CM/Model/Abstract.php b/library/CM/Model/Abstract.php
index <HASH>..<HASH> 100644
--- a/library/CM/Model/Abstract.php
+++ b/library/CM/Model/Abstract.php
@@ -521,13 +521,14 @@ abstract class CM_Model_Abstract extends CM_Class_Abstract implements CM_Compara
$modelType = (null !== $modelType) ? (i... | return duplicate models multiple times in CM_Model::factoryGenericMultiple() | cargomedia_cm | train |
a91acffe74a75592e8b3b5397f889b8eecd9656a | diff --git a/lib/biobig.rb b/lib/biobig.rb
index <HASH>..<HASH> 100644
--- a/lib/biobig.rb
+++ b/lib/biobig.rb
@@ -1,7 +1,8 @@
# BioBig libraries
-module BioBig
+# module BioBig
- autoload :Fasta 'biobig/db/fasta'
+ autoload :FastaReader, 'biobig/db/fasta'
+ autoload :FastaWriter, 'biobig/db/fasta'
-end
+# en... | Doctest succeeds for FASTA | pjotrp_bigbio | train |
6aeb76001a9d7af700a6099a95d907c6e5914ff3 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -288,7 +288,7 @@ gulp.task(
'!' + paths.composer,
'!' + paths.composer + '/**',
'!+(readme|README).+(txt|md)',
- '!*.+(json|js|lock|xml)',
+ '!*.+(dist|json|js|lock|xml)',
'!CHANGELO... | Re-add PHPCS config file to ignored files in dist task
The PHPCS config file has been renamed from phpcs.xml to phpcs.xml.dist in #<I> without adjusting the list of file extensions which are ignored in the dist task. This PR adds .dist to that list of file extensions. | understrap_understrap | train |
03b40faf5c589d16a0a25b4c9a812839a05bd2ab | diff --git a/lib/scoped_search/query_builder.rb b/lib/scoped_search/query_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/scoped_search/query_builder.rb
+++ b/lib/scoped_search/query_builder.rb
@@ -38,7 +38,9 @@ module ScopedSearch
# Initializes the instance by setting the relevant parameters
def initializ... | Fix tests on ruby-head
Ruby-head changed behavior of this kind of assignments
@definition, @ast, @definition.profile = definition, ast, profile
With ruby head it "expanded" to
@definition = definition
@ast = ast
nil.profile = profile
and nil.profile was raising a NoMethodError | wvanbergen_scoped_search | train |
63db169477796ff8df1ce922fa3bdfc775bc4aab | diff --git a/uploadservice/src/main/java/net/gotev/uploadservice/UploadTask.java b/uploadservice/src/main/java/net/gotev/uploadservice/UploadTask.java
index <HASH>..<HASH> 100644
--- a/uploadservice/src/main/java/net/gotev/uploadservice/UploadTask.java
+++ b/uploadservice/src/main/java/net/gotev/uploadservice/UploadTas... | #<I> removed self permission check | gotev_android-upload-service | train |
4ea54d14e5b865c504e4b001a125726be09a4abb | diff --git a/pymatgen/analysis/interfaces/zsl.py b/pymatgen/analysis/interfaces/zsl.py
index <HASH>..<HASH> 100644
--- a/pymatgen/analysis/interfaces/zsl.py
+++ b/pymatgen/analysis/interfaces/zsl.py
@@ -34,7 +34,7 @@ class ZSLMatch(MSONable):
@property
def match_area(self):
""" The area of the match ... | fix pylint issues | materialsproject_pymatgen | train |
c4f6fa72b6771e1e8c392b341145dfa953cb0dca | diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index <HASH>..<HASH> 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -1962,6 +1962,23 @@ class Auth_OpenID_ConsumerResponse {
}
}
+ /**
+ * Return the display identifier for this response.
+ *
+ * The... | [project @ Add comment for Consumer::Response describing display_identifier and identity_url] | openid_php-openid | train |
884346444a8e061092f1d9425e64affdf4da705d | diff --git a/taskw/fields/base.py b/taskw/fields/base.py
index <HASH>..<HASH> 100644
--- a/taskw/fields/base.py
+++ b/taskw/fields/base.py
@@ -71,5 +71,5 @@ class DirtyableList(Dirtyable, list):
pass
-class DirtyableDict(Dirtyable, list):
+class DirtyableDict(Dirtyable, dict):
pass | DirtyableDict should be a subclass of dict, not list. | ralphbean_taskw | train |
bbcb399bcad89f5dad29825c99a008abda50b526 | diff --git a/go/vt/tabletserver/querylogz.go b/go/vt/tabletserver/querylogz.go
index <HASH>..<HASH> 100644
--- a/go/vt/tabletserver/querylogz.go
+++ b/go/vt/tabletserver/querylogz.go
@@ -30,7 +30,8 @@ var (
<th>SQL</th>
<th>Queries</th>
<th>Sources</th>
- <th>Response Size (Rows)</th>
+ <th>RowsAffected... | tabletserver: missed /querylogz for RowsAffected | vitessio_vitess | train |
f969ac8e27295ff35515e78ea7ed4f4e9fa3f4f7 | diff --git a/lib/em-campfire/rooms.rb b/lib/em-campfire/rooms.rb
index <HASH>..<HASH> 100644
--- a/lib/em-campfire/rooms.rb
+++ b/lib/em-campfire/rooms.rb
@@ -11,9 +11,11 @@ module EventMachine
http.errback { logger.error "Error joining room: #{room_id}" }
http.callback {
if http.response_h... | Better connection/re-connection logic
Fixes some looping connection issues | wjessop_em-campfire | train |
f5731fc63fc147e07d8dcfd9ea879d9bc7989d95 | diff --git a/thumbor/handlers/__init__.py b/thumbor/handlers/__init__.py
index <HASH>..<HASH> 100644
--- a/thumbor/handlers/__init__.py
+++ b/thumbor/handlers/__init__.py
@@ -300,18 +300,20 @@ class ContextHandler(BaseHandler):
def initialize(self, context):
self.context = Context(context.server, context.... | Don't log HTTPError objects from tornado | thumbor_thumbor | train |
c8b89002f904a03cbf7bbd7a9b743ff8bfa8c921 | diff --git a/www/screenorientation.js b/www/screenorientation.js
index <HASH>..<HASH> 100644
--- a/www/screenorientation.js
+++ b/www/screenorientation.js
@@ -45,24 +45,22 @@ screenOrientation.setOrientation = function(orientation) {
console.log('setOrientation not supported on device');
};
-function addScreenO... | Removed direct reference to screen in addScreenOrientationApi function | apache_cordova-plugin-screen-orientation | train |
a3ba4aeb773bfaecc31caf4deea0fb7b4a1013d1 | diff --git a/teknek-core/src/test/java/io/teknek/driver/TestDriverFactory.java b/teknek-core/src/test/java/io/teknek/driver/TestDriverFactory.java
index <HASH>..<HASH> 100644
--- a/teknek-core/src/test/java/io/teknek/driver/TestDriverFactory.java
+++ b/teknek-core/src/test/java/io/teknek/driver/TestDriverFactory.java
@... | Test did not actually test what it was supposed to | edwardcapriolo_teknek-core | train |
60f1deec47ec1de3b0aea7fc1e70fdb669a30b09 | diff --git a/dvc/command/data_sync.py b/dvc/command/data_sync.py
index <HASH>..<HASH> 100644
--- a/dvc/command/data_sync.py
+++ b/dvc/command/data_sync.py
@@ -19,7 +19,10 @@ class CmdDataBase(CmdBase):
class CmdDataPull(CmdDataBase):
def do_run(self, target=None):
try:
- self.project.pull(targ... | dvc: don't forget to pass all_branches to push/pull/fetch | iterative_dvc | train |
31a1c0bdf4f66f94b221b6f82fa40661c7e4843e | diff --git a/pylas/headers/rawheader.py b/pylas/headers/rawheader.py
index <HASH>..<HASH> 100644
--- a/pylas/headers/rawheader.py
+++ b/pylas/headers/rawheader.py
@@ -2,9 +2,10 @@ import ctypes
import datetime
import enum
import logging
-import numpy as np
import uuid
+import numpy as np
+
from .. import compres... | Also add scales and offsets as properties | tmontaigu_pylas | train |
67a93538e92f234827051e8907936aecd94fdfa9 | diff --git a/lib/RedshiftBulkInsert.js b/lib/RedshiftBulkInsert.js
index <HASH>..<HASH> 100644
--- a/lib/RedshiftBulkInsert.js
+++ b/lib/RedshiftBulkInsert.js
@@ -144,7 +144,8 @@ RedshiftBulkInsert.prototype._getCopyQuery = function(fileName) {
+ ';'
+ 'aws_secret_access_key='
+ this._awsSecretAccessKey
- + "... | Fckng ESCAPE is not a default | kessler_db-stuff | train |
f1337aa2ed341bf10f5de8a110ab36216932040f | diff --git a/mbed/mbed.py b/mbed/mbed.py
index <HASH>..<HASH> 100755
--- a/mbed/mbed.py
+++ b/mbed/mbed.py
@@ -1351,16 +1351,22 @@ class Repo(object):
lock_dir = os.path.join(cpath, '.lock')
lock_file = os.path.join(lock_dir, 'pid')
+ timeout = 300
- for i in range(300):
+ fo... | Handle case where pid file is in the middle of write | ARMmbed_mbed-cli | train |
0a68d7d5d28f4b344b08779cedd87b1c2b77436e | diff --git a/ordbok/__init__.py b/ordbok/__init__.py
index <HASH>..<HASH> 100644
--- a/ordbok/__init__.py
+++ b/ordbok/__init__.py
@@ -50,7 +50,8 @@ class ConfigFile(object):
'{} config key in {} must be uppercase.'.format(
key, self.filename)
)
- ... | general-refactor: refactor init for easier use as a mixin | eriktaubeneck_ordbok | train |
420ee387a4770c6343bb67edcf914eb21f249e17 | diff --git a/src/Bandolier/Type/Strings.php b/src/Bandolier/Type/Strings.php
index <HASH>..<HASH> 100644
--- a/src/Bandolier/Type/Strings.php
+++ b/src/Bandolier/Type/Strings.php
@@ -111,12 +111,22 @@ class Strings
/**
* @param string $haystack
- * @param string $needle
+ * @param mixed $needle
... | Added option fro needle to be an array of values | paulbunyannet_bandolier | train |
ebf6d7e5b2b016cc74da67860f651de9544690a7 | diff --git a/pkg/chart/loader/load.go b/pkg/chart/loader/load.go
index <HASH>..<HASH> 100644
--- a/pkg/chart/loader/load.go
+++ b/pkg/chart/loader/load.go
@@ -123,6 +123,9 @@ func LoadFiles(files []*BufferedFile) (*chart.Chart, error) {
if err := yaml.Unmarshal(f.Data, &c.Lock); err != nil {
return c, errors.W... | Bugfix: panic when chart contains requirements.lock | helm_helm | train |
0456406d0d3f33f0f9f27b9f9605ae36dfcdefbe | diff --git a/src/main/java/net/kyori/adventure/text/minimessage/transformation/inbuild/DecorationTransformation.java b/src/main/java/net/kyori/adventure/text/minimessage/transformation/inbuild/DecorationTransformation.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/kyori/adventure/text/minimessage/transformati... | error with both shorthand and long version is used | KyoriPowered_text | train |
6b010fff2375c95476dce01eef12468ae5069889 | diff --git a/packages/cz-changelog-peakfijn/index.js b/packages/cz-changelog-peakfijn/index.js
index <HASH>..<HASH> 100644
--- a/packages/cz-changelog-peakfijn/index.js
+++ b/packages/cz-changelog-peakfijn/index.js
@@ -48,8 +48,8 @@ module.exports = {
cz.prompt(questions).then(function (answers) {
const scop... | fix(commitizen): space in the beginning of subject is causing commitlint to fail | Peakfijn_Conventions | train |
e0fbdf3b34510ff6b4bf4b029fddff3e3c4d8ac3 | diff --git a/internal/peer/node/start.go b/internal/peer/node/start.go
index <HASH>..<HASH> 100644
--- a/internal/peer/node/start.go
+++ b/internal/peer/node/start.go
@@ -1163,7 +1163,7 @@ func secureDialOpts(credSupport *comm.CredentialSupport) func() []grpc.DialOptio
if viper.IsSet("peer.keepalive.client.timeout")... | comm: hang option accessors off KeepaliveOptions | hyperledger_fabric | train |
42ae5b7422342e10131337e72cedf9108bee8687 | diff --git a/metnet/datasource/sbml.py b/metnet/datasource/sbml.py
index <HASH>..<HASH> 100644
--- a/metnet/datasource/sbml.py
+++ b/metnet/datasource/sbml.py
@@ -119,6 +119,10 @@ class ReactionEntry(_SBMLEntry):
for species_id, value in self._parse_species_references(tag_name):
try:
... | sbml: Add option to skip boundary conditions | zhanglab_psamm | train |
7191dcd85f3bd92cdbe97d8c0aeeeb15131604ef | diff --git a/libraries/core/classes/PipelineManager/index.js b/libraries/core/classes/PipelineManager/index.js
index <HASH>..<HASH> 100644
--- a/libraries/core/classes/PipelineManager/index.js
+++ b/libraries/core/classes/PipelineManager/index.js
@@ -93,7 +93,7 @@ class PipelineManager {
request.reject = reject;... | PWA-<I> Handling process sequencial correctly. | shopgate_pwa | train |
9b5dc15e54ea734c344d496099023b43c9433b66 | diff --git a/src/IO/Network/NetworkNodeTrait.php b/src/IO/Network/NetworkNodeTrait.php
index <HASH>..<HASH> 100644
--- a/src/IO/Network/NetworkNodeTrait.php
+++ b/src/IO/Network/NetworkNodeTrait.php
@@ -16,14 +16,53 @@ namespace noFlash\CherryHttp\IO\Network;
*/
trait NetworkNodeTrait
{
- protected $networkIpVer... | Added stream support to NetworkNodeTrait. | kiler129_CherryHttp | train |
111e3bb3cf2e8df3f8de43fe2c7fb19f818fe35d | diff --git a/src/Aerys/Handlers/ReverseProxy/Backend.php b/src/Aerys/Handlers/ReverseProxy/Backend.php
index <HASH>..<HASH> 100644
--- a/src/Aerys/Handlers/ReverseProxy/Backend.php
+++ b/src/Aerys/Handlers/ReverseProxy/Backend.php
@@ -153,7 +153,8 @@ class Backend {
private function parse($data) {
while (... | Fixed bug in message delimiting when reading from reverse proxy backend | amphp_http-server | train |
ccd13d6fb8a553626710a5d8a64c1685574383cb | diff --git a/java/server/src/org/openqa/selenium/grid/config/ClassCreation.java b/java/server/src/org/openqa/selenium/grid/config/ClassCreation.java
index <HASH>..<HASH> 100644
--- a/java/server/src/org/openqa/selenium/grid/config/ClassCreation.java
+++ b/java/server/src/org/openqa/selenium/grid/config/ClassCreation.ja... | [java] Following Java naming convention | SeleniumHQ_selenium | train |
040899a75ff63e6e70217fc12fb1d4fba51f3a0d | diff --git a/src/lang/nl/date.php b/src/lang/nl/date.php
index <HASH>..<HASH> 100644
--- a/src/lang/nl/date.php
+++ b/src/lang/nl/date.php
@@ -22,7 +22,7 @@ return array(
'day' => '1 dag|:count dagen',
'hour' => ':count uur',
'minute' => '1 minuut|:count minuten',
- 'second' => ':coun... | Fix unit test and update dutch language file | jenssegers_date | train |
518f3b3fb576976c2c1fe2b141670f044b3a1008 | diff --git a/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java b/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java
+++ b/src/main/java/ch/ralscha/extdirectspring/controller/... | Add SuppressWarnings about not closing OutputStream of response.
OutputStream is not under control of our program it's the responsibility
of http response. | ralscha_extdirectspring | train |
3216899e31a6d942354fd750489dfbd6863b4e84 | diff --git a/src/main/java/org/asciidoctor/ast/AbstractBlockImpl.java b/src/main/java/org/asciidoctor/ast/AbstractBlockImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asciidoctor/ast/AbstractBlockImpl.java
+++ b/src/main/java/org/asciidoctor/ast/AbstractBlockImpl.java
@@ -107,19 +107,17 @@ public class Ab... | Change back to Java 6
Removing the string switch | asciidoctor_asciidoctorj | train |
136fff78f67507f11abf0d0a6337de63afaf5e75 | diff --git a/salt/states/boto_apigateway.py b/salt/states/boto_apigateway.py
index <HASH>..<HASH> 100644
--- a/salt/states/boto_apigateway.py
+++ b/salt/states/boto_apigateway.py
@@ -1184,7 +1184,8 @@ class _Swagger(object):
method_integration_response_params = {}
for header in method_response.headers... | support for default header values in method response | saltstack_salt | train |
c1299810f0cfad0760bba39f6ec7f03f4084b395 | diff --git a/applications/desktop/src/notebook/menu.js b/applications/desktop/src/notebook/menu.js
index <HASH>..<HASH> 100644
--- a/applications/desktop/src/notebook/menu.js
+++ b/applications/desktop/src/notebook/menu.js
@@ -66,7 +66,7 @@ export function dispatchRestartKernel(store: *) {
? path.dirname(path.reso... | switch killKernel to an action creator | nteract_nteract | train |
e5dda0ae8fbfa38b6a29ec01421abd803cf1ba09 | diff --git a/app/MediaFile.php b/app/MediaFile.php
index <HASH>..<HASH> 100644
--- a/app/MediaFile.php
+++ b/app/MediaFile.php
@@ -47,6 +47,7 @@ class MediaFile
'gif' => 'image/gif',
'html' => 'text/html',
'htm' => 'text/html',
+ 'jpe' => 'image/jpeg',
'jpeg' => 'image/jpeg... | Add .jpe to list of supported image extensions | fisharebest_webtrees | train |
620d192870989a48b038bf8b76594535920cde2c | diff --git a/lib/yard.rb b/lib/yard.rb
index <HASH>..<HASH> 100644
--- a/lib/yard.rb
+++ b/lib/yard.rb
@@ -1,5 +1,5 @@
module YARD
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
ROOT = File.dirname(__FILE__)
TEMPLATE_ROOT = File.join(File.dirname(__FILE__), '..', 'templates') | Update yard version number to match gemspec | lsegal_yard | train |
d105126429089a09ffa89428fc9e074d4369209a | diff --git a/src/client/client.go b/src/client/client.go
index <HASH>..<HASH> 100644
--- a/src/client/client.go
+++ b/src/client/client.go
@@ -157,7 +157,7 @@ func NewFromAddress(addr string, options ...Option) (*APIClient, error) {
return nil, errors.Errorf("address shouldn't contain protocol (\"://\"), but is: %q"... | client: unrefactor clientSettings | pachyderm_pachyderm | train |
788a5abd59938a6fb17282cda03e883836efbe3c | diff --git a/config/application.rb b/config/application.rb
index <HASH>..<HASH> 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -16,8 +16,6 @@ HOST = $rubygems_config[:host]
module Gemcutter
class Application < Rails::Application
- config.assets.enabled = true
-
config.time_z... | Run rails:update to update a few configs with latest rails | rubygems_rubygems.org | train |
07e9917f9aa22c7dffab8a148e0469ab91ebf6f7 | diff --git a/h2o-core/src/main/java/water/fvec/Vec.java b/h2o-core/src/main/java/water/fvec/Vec.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/fvec/Vec.java
+++ b/h2o-core/src/main/java/water/fvec/Vec.java
@@ -122,7 +122,7 @@ public class Vec extends Keyed {
DKV.put(v0._key,v0); // Head... | make public makeSimpleTransf and makeCon(double) | h2oai_h2o-3 | train |
d0d187a678045351c968faa5c711ec6b1e203b71 | diff --git a/sonar-core/src/test/java/org/sonar/core/persistence/AbstractDaoTestCase.java b/sonar-core/src/test/java/org/sonar/core/persistence/AbstractDaoTestCase.java
index <HASH>..<HASH> 100644
--- a/sonar-core/src/test/java/org/sonar/core/persistence/AbstractDaoTestCase.java
+++ b/sonar-core/src/test/java/org/sonar... | Attempt to stabilize mysql tests | SonarSource_sonarqube | train |
0375743241eca69db9a0e2f54ae125575a62fa9d | diff --git a/pkg/kubelet/dockertools/manager.go b/pkg/kubelet/dockertools/manager.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockertools/manager.go
+++ b/pkg/kubelet/dockertools/manager.go
@@ -1882,14 +1882,16 @@ func (dm *DockerManager) SyncPod(pod *api.Pod, runningPod kubecontainer.Pod, pod
return err
}
... | hairpin: unless the pod is on the host's network | kubernetes_kubernetes | train |
b8df68050d32d3e6ca745a884eb635ebf88e4d67 | diff --git a/library/CM/Site/Abstract.php b/library/CM/Site/Abstract.php
index <HASH>..<HASH> 100644
--- a/library/CM/Site/Abstract.php
+++ b/library/CM/Site/Abstract.php
@@ -106,11 +106,11 @@ abstract class CM_Site_Abstract extends CM_Class_Abstract implements CM_ArrayCon
* @return string|null
*/
publ... | Fix getUrlCdn with undefined value | cargomedia_cm | train |
3425cb4aedf0a0c2160ea63f550bfd0f0de6d19d | diff --git a/ghost/admin/routes/editor.js b/ghost/admin/routes/editor.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/routes/editor.js
+++ b/ghost/admin/routes/editor.js
@@ -5,7 +5,17 @@ var EditorRoute = AuthenticatedRoute.extend(styleBody, {
classNames: ['editor'],
controllerName: 'posts.post',
model:... | Fix Editor/:postId <I> on draft
closes #<I>
- in EditorRoute, get model from the datastore if it's there
- if page is refreshed, get model from `/posts` API with `{status: 'all'}` | TryGhost_Ghost | train |
5c4663645ad238d23faaf52b8aff316de4d620ba | diff --git a/src/python/dxpy/scripts/dx_build_app.py b/src/python/dxpy/scripts/dx_build_app.py
index <HASH>..<HASH> 100755
--- a/src/python/dxpy/scripts/dx_build_app.py
+++ b/src/python/dxpy/scripts/dx_build_app.py
@@ -879,6 +879,11 @@ def build_and_upload_locally(src_dir, mode, overwrite=False, archive=False, publ
... | Allow "dx build" to exercise the dry run flows. | dnanexus_dx-toolkit | train |
78bb4ca9a1ef6d7b12a81b449959de9733a6bf6c | diff --git a/tests/Generators/LazyConfigGeneratorTest.php b/tests/Generators/LazyConfigGeneratorTest.php
index <HASH>..<HASH> 100644
--- a/tests/Generators/LazyConfigGeneratorTest.php
+++ b/tests/Generators/LazyConfigGeneratorTest.php
@@ -61,12 +61,6 @@ class LazyConfigGeneratorTest extends Orchestra\Testbench\TestCase... | Removed unused config array.
Now it's used as a class variable. | Nobox_Lazy-Strings | train |
2add2b789cf1285d576dd32d27e82bda6b9be285 | diff --git a/lib/aposLocals.js b/lib/aposLocals.js
index <HASH>..<HASH> 100644
--- a/lib/aposLocals.js
+++ b/lib/aposLocals.js
@@ -585,7 +585,9 @@ module.exports = function(self) {
// Type has a custom JSON filter
attributes = itemType.json(item);
} else {
- _.each(item, function(value, ... | Be more tolerant of widgets with a length property (although it's quite possible there is more code out there with this issue) | apostrophecms_apostrophe | train |
b8582f73da029577f84e5fef3ab3c183a23b7c4c | diff --git a/pkg/runtime/conversion_generator.go b/pkg/runtime/conversion_generator.go
index <HASH>..<HASH> 100644
--- a/pkg/runtime/conversion_generator.go
+++ b/pkg/runtime/conversion_generator.go
@@ -49,7 +49,7 @@ func NewConversionGenerator(scheme *Scheme, targetPkg string) ConversionGenerato
generatedNamePrefix... | Ensure public conversion name packages are imported
The name of the package a public function is in may not be inside the
current package set, so it needs to be imported. | kubernetes_kubernetes | train |
6c3b745ecd24b050a782764deee563dbc0721cc1 | diff --git a/interp/builtin.go b/interp/builtin.go
index <HASH>..<HASH> 100644
--- a/interp/builtin.go
+++ b/interp/builtin.go
@@ -409,6 +409,7 @@ func (r *Runner) changeDir(path string) int {
return 1
}
r.Dir = path
+ r.Vars["OLDPWD"] = r.Vars["PWD"]
r.Vars["PWD"] = Variable{Value: StringVal(path)}
return 0... | interp: add support for $LINENO and $OLDPWD
More special variables. | mvdan_sh | train |
98fbd5247a1727230ec3c0d459d24fd07f5d2bd4 | diff --git a/lib/psych/exception.rb b/lib/psych/exception.rb
index <HASH>..<HASH> 100644
--- a/lib/psych/exception.rb
+++ b/lib/psych/exception.rb
@@ -13,6 +13,13 @@ module Psych
end
end
+ # Subclasses `BadAlias` for backwards compatibility
+ class AnchorNotDefined < BadAlias
+ def initialize anchor_name... | Raise specific error when an anchor isn't defined | ruby_psych | train |
5743b67d8c4bcc726229cb8265022e287bca3525 | diff --git a/emma2/util/pystallone.py b/emma2/util/pystallone.py
index <HASH>..<HASH> 100644
--- a/emma2/util/pystallone.py
+++ b/emma2/util/pystallone.py
@@ -60,13 +60,17 @@ def ndarray_to_stallone_array(pyarray):
factory = API.intsNew
cast_func = 'int'
else:
- raise TypeError('unsupporte... | [util.pystallone] fixed a bug in ndarray_to_stallone_array which occurred in int array conversion (API method for ints has different prototype than double method) | markovmodel_PyEMMA | train |
ec6b8509429ffc8c91d827e29e4ba7b618013091 | diff --git a/js/commands/SerialCommand.js b/js/commands/SerialCommand.js
index <HASH>..<HASH> 100644
--- a/js/commands/SerialCommand.js
+++ b/js/commands/SerialCommand.js
@@ -97,6 +97,8 @@ SerialCommand.prototype = extend(BaseCommand.prototype, {
findCores: function (callback) {
var cores = [];
S... | add an override for ttyACM's on linux when we don't find any cores | particle-iot_particle-cli | train |
163cf3b97e047c9541edce98d054d5bec1e08dc5 | diff --git a/lib/contracts/instantiated_contract.rb b/lib/contracts/instantiated_contract.rb
index <HASH>..<HASH> 100644
--- a/lib/contracts/instantiated_contract.rb
+++ b/lib/contracts/instantiated_contract.rb
@@ -37,10 +37,10 @@ module Contracts
private
def format_body(body)
- if body.is_a? String
- ... | When a response body is not a valid JSON type, the stub does not try to convert the body to JSON. This is a temporary solution for dealing with non-JSON responses | thoughtworks_pacto | train |
2792b0516916789571b2c0486b1f74a75b60ee41 | diff --git a/src/Google/RestApi.php b/src/Google/RestApi.php
index <HASH>..<HASH> 100644
--- a/src/Google/RestApi.php
+++ b/src/Google/RestApi.php
@@ -302,7 +302,7 @@ class RestApi
];
}
- $this->logger->info(sprintf("Retrying request (%sx)", $retries), $context);
+ ... | fix: log request retry as warning | keboola_google-client-bundle | train |
c9db9fcc4f55439fe2738686b9ab40ba4d03745b | diff --git a/cqhttp/__init__.py b/cqhttp/__init__.py
index <HASH>..<HASH> 100644
--- a/cqhttp/__init__.py
+++ b/cqhttp/__init__.py
@@ -1,6 +1,7 @@
import hmac
from collections import defaultdict
from functools import wraps
+from typing import Callable
import requests
from flask import Flask, request, abort, json... | Allow on_* decorator to be used without brackets | richardchien_python-cqhttp | train |
776c2b8f422c24d8371f92a989a812e38cbff901 | diff --git a/promql/functions.go b/promql/functions.go
index <HASH>..<HASH> 100644
--- a/promql/functions.go
+++ b/promql/functions.go
@@ -70,17 +70,17 @@ func extrapolatedRate(vals []parser.Value, args parser.Expressions, enh *EvalNod
if len(samples.Points) < 2 {
return enh.Out
}
- var (
- counterCorrection fl... | Speed delta value without loop to calculate resultValue | prometheus_prometheus | train |
2e734a937c0e77ddf89e1dd8ef400774ca31ca36 | diff --git a/addon/components/data-sorter.js b/addon/components/data-sorter.js
index <HASH>..<HASH> 100644
--- a/addon/components/data-sorter.js
+++ b/addon/components/data-sorter.js
@@ -61,7 +61,7 @@ export default Component.extend({
}
},
- sortedData:computed('data', 'sortFields.[]', 'sorter', function() {... | 🐛 fix issue where data sorter does not pick up changes to the model | tubitak-bilgem-yte_ember-contextual-table | train |
76f58d7294259bd9bbc91082077d32bbbcb9fd9a | diff --git a/daemon/logger/journald/read.go b/daemon/logger/journald/read.go
index <HASH>..<HASH> 100644
--- a/daemon/logger/journald/read.go
+++ b/daemon/logger/journald/read.go
@@ -245,20 +245,28 @@ func (s *journald) followJournal(logWatcher *logger.LogWatcher, config logger.Re
s.readers.mu.Lock()
s.readers.read... | journald logs: drain 1 more time at container exit
In the journald log driver, attempt to drain the journal 1 more time
after being told to stop following the log. Due to a possible race
condition, sometimes data is written to the journal at almost the same
time the log watch is closed, and depending on the order of o... | moby_moby | train |
8f55435b65ba2180b2d54917b6275970cc2552f8 | diff --git a/assembly/allpaths.py b/assembly/allpaths.py
index <HASH>..<HASH> 100644
--- a/assembly/allpaths.py
+++ b/assembly/allpaths.py
@@ -338,11 +338,11 @@ def prepare(args):
paired, frag_size, frag_stddev, insert_size, insert_stddev, \
read_orientation, genomic_start, genomic_end))
- ... | fix bug in write_csv | tanghaibao_jcvi | train |
fc8a34e3ebd6dd6a390926b481d31a27793b3a09 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -18,6 +18,11 @@ const bracePairs = new Map()
.set(ROUND_BRACE_L, ROUND_BRACE_R)
.set(CURLY_BRACE_L, CURLY_BRACE_R);
+const defaultOptions = {
+ syntax: 'markup',
+ lookAhead: null
+}
+
/**
* Extracts Emmet abbreviat... | Syntax doesnt get passed when using old interface | emmetio_extract-abbreviation | train |
dc18c30b9d6b4b7f1c6eadab8610e0d7fe8e1891 | diff --git a/bugwarrior/services/activecollab3.py b/bugwarrior/services/activecollab3.py
index <HASH>..<HASH> 100644
--- a/bugwarrior/services/activecollab3.py
+++ b/bugwarrior/services/activecollab3.py
@@ -1,20 +1,47 @@
+import itertools
import json
import re
import urllib2
+import time
import six
+from twiggy i... | Initial refactoring of ActiveCollab3 integration | ralphbean_bugwarrior | train |
d51d698b7014c065b2f5928af84d15066d231bce | diff --git a/pip_check_reqs/common.py b/pip_check_reqs/common.py
index <HASH>..<HASH> 100644
--- a/pip_check_reqs/common.py
+++ b/pip_check_reqs/common.py
@@ -138,7 +138,7 @@ def is_package_file(path):
'''Determines whether the path points to a Python package sentinel
file - the __init__.py or its compiled va... | Do the minimum amount of work to get tox passing | r1chardj0n3s_pip-check-reqs | train |
6cf88a63c7654894b2bc0c106fb4bfab8516dc45 | diff --git a/src/Jackiedo/LogReader/LogParser.php b/src/Jackiedo/LogReader/LogParser.php
index <HASH>..<HASH> 100644
--- a/src/Jackiedo/LogReader/LogParser.php
+++ b/src/Jackiedo/LogReader/LogParser.php
@@ -18,7 +18,7 @@ class LogParser implements LogParserInterface
const CONTEXT_EXCEPTION_PATTERN = "exception\s... | Temporary Fixed Laravel <I> in LogParser | JackieDo_Laravel-Log-Reader | train |
8d5a907dc86b056fe5119f09c9fece99fb28166e | diff --git a/lib/liquid/standardfilters.rb b/lib/liquid/standardfilters.rb
index <HASH>..<HASH> 100644
--- a/lib/liquid/standardfilters.rb
+++ b/lib/liquid/standardfilters.rb
@@ -33,7 +33,7 @@ module Liquid
end
def escape(input)
- CGI.escapeHTML(input).untaint
+ CGI.escapeHTML(input).untaint unles... | Fixed issue where "nil" value for "escape" filter breaks rendering
Closes #<I> | Shopify_liquid | train |
5e7c62e0c77cd088c28d3926dae9765c9caa4956 | diff --git a/tensorflow_datasets/core/tfrecords_writer.py b/tensorflow_datasets/core/tfrecords_writer.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/core/tfrecords_writer.py
+++ b/tensorflow_datasets/core/tfrecords_writer.py
@@ -103,6 +103,8 @@ def _get_shard_specs(num_examples, total_size, bucket_lengths, pa... | tfrecord writers: clearer error message when no examples are yielded or empty pcollection as input.
PiperOrigin-RevId: <I> | tensorflow_datasets | train |
3aca3f3cb88d061590be925d1dff0fd4df96382f | diff --git a/lib/lemonad.js b/lib/lemonad.js
index <HASH>..<HASH> 100644
--- a/lib/lemonad.js
+++ b/lib/lemonad.js
@@ -251,6 +251,27 @@
// Base-level functionality
// ------------------------
+ // ### Composition
+
+ L.comp = function() {
+ var funs = arguments;
+ var length = funs.length;
+
+ for (f... | Redefine L.last in terms of L.comp | fogus_lemonad | train |
928c9bdd06985ae7682f72de4713df18e0545d48 | diff --git a/lib/core/plugin/node.rb b/lib/core/plugin/node.rb
index <HASH>..<HASH> 100644
--- a/lib/core/plugin/node.rb
+++ b/lib/core/plugin/node.rb
@@ -1210,46 +1210,45 @@ class Node < Nucleon.plugin_class(:nucleon, :base)
#---
- def destroy(options = {})
+ def destroy(options = {})
+ config = Confi... | Refactoring the base node plugin destroy method to cleanup if machine has already been deleted. | coralnexus_corl | train |
8f6acc2e3d078e069245d21c8a81a825dddc7b98 | diff --git a/lib/flipper/adapters/sync/synchronizer.rb b/lib/flipper/adapters/sync/synchronizer.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/adapters/sync/synchronizer.rb
+++ b/lib/flipper/adapters/sync/synchronizer.rb
@@ -37,7 +37,8 @@ module Flipper
# Sync all the gate values.
remote_get_all... | Fix Synchronizer issue that occurs for ActiveRecord adapter
Add comment for clarity | jnunemaker_flipper | train |
063ce4cf2326cc5232a1370aba3c619de6d9ecd0 | diff --git a/features/docs/formatters/json_formatter.feature b/features/docs/formatters/json_formatter.feature
index <HASH>..<HASH> 100644
--- a/features/docs/formatters/json_formatter.feature
+++ b/features/docs/formatters/json_formatter.feature
@@ -677,9 +677,9 @@ Feature: JSON output formatter
When I run `cucum... | Postpone some features deprecation to version <I> | cucumber_cucumber-ruby | train |
05ed5650ecfd00d781efc9425c6bc79c6fce482a | diff --git a/keymap/sublime.js b/keymap/sublime.js
index <HASH>..<HASH> 100644
--- a/keymap/sublime.js
+++ b/keymap/sublime.js
@@ -82,7 +82,7 @@
cm.setSelections(extended);
};
- map["Shift-"+ctrl+"K"]="deleteLine";
+ map["Shift-" + ctrl + "K"] = "deleteLine";
function insertLine(cm, above) {
cm.op... | [sublime keymap] Fix formatting, delLineRight binding
Issue #<I> | codemirror_CodeMirror | train |
cca1a865f29c9747bb49dce643dca4857f80090f | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, Alexander Else'
# built documents.
#
# The short X.Y version.
-version = '0.6'
+version = '0.7'
# The full version, including alpha/beta/rc tags.
-release = '0.6'
+release = '... | bumped version to <I> | pycontribs_python-crowd | train |
a58c4b88eda1244a4cd450f9365eec9ddb840472 | diff --git a/cas-security-spring-boot-autoconfigure/src/main/java/com/kakawait/spring/boot/security/cas/CasSecurityAutoConfiguration.java b/cas-security-spring-boot-autoconfigure/src/main/java/com/kakawait/spring/boot/security/cas/CasSecurityAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/cas-security-spring-b... | Allow disable proxy callback
New property `security.cas.service.proxy-callback-enabled` that will allow you to disable proxy callback, by default value is `true` (so proxy callback is enabled)
fixes #3 | kakawait_cas-security-spring-boot-starter | train |
24c353871e4bd680a966ca7a58e3cf3809872b47 | diff --git a/fetch.js b/fetch.js
index <HASH>..<HASH> 100644
--- a/fetch.js
+++ b/fetch.js
@@ -16,6 +16,10 @@ var support = {
arrayBuffer: 'ArrayBuffer' in self
}
+function isDataView(obj) {
+ return obj && DataView.prototype.isPrototypeOf(obj)
+}
+
if (support.arrayBuffer) {
var viewClasses = [
'[objec... | Make `fetch.js` compatible with eslint | github_fetch | train |
1506c2a22ea100eea02a5190d2d1ba4da6998b48 | diff --git a/montblanc/impl/rime/tensorflow/sources/fits_beam_source_provider.py b/montblanc/impl/rime/tensorflow/sources/fits_beam_source_provider.py
index <HASH>..<HASH> 100644
--- a/montblanc/impl/rime/tensorflow/sources/fits_beam_source_provider.py
+++ b/montblanc/impl/rime/tensorflow/sources/fits_beam_source_provi... | Make caching configurable on MS and FITS providers | ska-sa_montblanc | train |
fd56a055f8d22d39c8abb2e6e6f027f85e0ce5bd | diff --git a/flake8_assertive.py b/flake8_assertive.py
index <HASH>..<HASH> 100644
--- a/flake8_assertive.py
+++ b/flake8_assertive.py
@@ -1,3 +1,23 @@
+# Copyright (c) 2018 Jon Parise <jon@indelible.org>
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associat... | Include license text as a header comment
Also, remove the `__author__` attribute now that I already have my name
here. | jparise_flake8-assertive | train |
ec209110f4c8646f5bdb2c6bab363320a2ffd964 | diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/utils/__init__.py
+++ b/salt/utils/__init__.py
@@ -1532,7 +1532,20 @@ def is_windows():
'''
Simple function to return if a host is Windows or not
'''
- return sys.platform.startswith('win')
+ import ... | Don't report proxy on windows. | saltstack_salt | train |
bfc4e4712b492b8a855a7f86c2fb02076bedc2b8 | diff --git a/watcher.go b/watcher.go
index <HASH>..<HASH> 100644
--- a/watcher.go
+++ b/watcher.go
@@ -7,7 +7,7 @@ import (
"sync"
"time"
- log "github.com/Sirupsen/logrus"
+ log "github.com/sirupsen/logrus"
"github.com/fsnotify/fsnotify"
) | Update watcher.go
Updated Sirupsen to sirupsen | goanywhere_fs | train |
bbe5691c057663269186fd752133272fec0bf80f | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
sudo: false
language: node_js
+os:
+ - linux
+ - osx
node_js:
- - "stable"
+ - "6"
- "5"
- "4"
- "0.12"
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ ... | handle case sensitive file systems
- if the initial check does't succeed and the platform is linux, check against all the files in the same directory.
- update travis-ci config to run tests against osx and linux | jonschlinkert_fs-exists-sync | train |
e2e999896345d4a8be1a5370667a57ee75d807e9 | diff --git a/pnc_cli/buildrecords.py b/pnc_cli/buildrecords.py
index <HASH>..<HASH> 100644
--- a/pnc_cli/buildrecords.py
+++ b/pnc_cli/buildrecords.py
@@ -10,7 +10,7 @@ records_api = BuildrecordsApi(utils.get_api_client())
def record_exists(id):
- existing = [str(x.id) for x in records_api.get_all().content]
+ ... | refine the existing buildrecords check | project-ncl_pnc-cli | train |
b853b7ccc0d1face8f603b4f49631f5b8f1c40dd | diff --git a/hdate/hdate_string.py b/hdate/hdate_string.py
index <HASH>..<HASH> 100644
--- a/hdate/hdate_string.py
+++ b/hdate/hdate_string.py
@@ -123,9 +123,7 @@ def get_parashe(parasha, short=False, hebrew=True):
res = PARASHAOT[is_hebrew][parasha]
if is_short:
return res
- if is_hebrew:
- ... | Bugfix for get_parashe in case user requests English, not short would return None
Was found using included unittests | royi1000_py-libhdate | train |
ef781e0f8b1ef96474ff4b8c095f41c0438f4ebc | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## 0.7.6 (unreleased)
* Fix render behavior by separating data_object and data_name in engine
+ * Fix regression with 'child' behavior with nil on extends (with tests)
## 0.7.5
diff --g... | [partials] Fix issue with child nil case on extends | nesquena_rabl | train |
1499a7baecd0193dc112f7cd8503c1984eb863d1 | diff --git a/actions/TestTaker.php b/actions/TestTaker.php
index <HASH>..<HASH> 100644
--- a/actions/TestTaker.php
+++ b/actions/TestTaker.php
@@ -216,7 +216,11 @@ class TestTaker extends tao_actions_SaSModule
}
if (common_ext_ExtensionsManager::singleton()->isEnabled('taoGroups')) {
- $t... | chore: Updated TestTaker controller to use updated groupForm helper and point form to newly created endpoint | oat-sa_extension-tao-testtaker | train |
7d83bbc2bd3a20b90e2d310a0445e6526427d00c | diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/attempt.php
+++ b/mod/quiz/attempt.php
@@ -323,6 +323,13 @@
// Process these responses ...
question_process_responses($questions[$i], $states[$i], $action, $quiz, $attempt);
+
+ // ... | Bug #<I>: Fix for calculated questions where each one builds on the last. Merged from MOODLE_<I>_STABLE. | moodle_moodle | train |
c2ec96067a027661e1ea8fdd68d3853f9469de65 | diff --git a/cake/libs/model/connection_manager.php b/cake/libs/model/connection_manager.php
index <HASH>..<HASH> 100644
--- a/cake/libs/model/connection_manager.php
+++ b/cake/libs/model/connection_manager.php
@@ -25,8 +25,8 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license... | Refactoring ConnectionManager & tests. | cakephp_cakephp | train |
b578cbdae1d32e037b7a4504bf92eb537fa1e3ac | diff --git a/bosh-dev/lib/bosh/dev/stemcell_builder.rb b/bosh-dev/lib/bosh/dev/stemcell_builder.rb
index <HASH>..<HASH> 100644
--- a/bosh-dev/lib/bosh/dev/stemcell_builder.rb
+++ b/bosh-dev/lib/bosh/dev/stemcell_builder.rb
@@ -4,10 +4,11 @@ require 'bosh/stemcell/builder_command'
module Bosh::Dev
class StemcellBu... | Reduce duplication in ci stemcell tasks | cloudfoundry_bosh | train |
f22b816e23c654f1c314bf2eae638216ae6d7986 | diff --git a/Kwf/Util/Setup.php b/Kwf/Util/Setup.php
index <HASH>..<HASH> 100644
--- a/Kwf/Util/Setup.php
+++ b/Kwf/Util/Setup.php
@@ -350,7 +350,8 @@ class Kwf_Util_Setup
$ret .= "set_time_limit($tl);\n";
}
- $ret .= "setlocale(LC_ALL, explode(', ', '".trlcKwf('locale', 'C')."'));\n";
+ ... | don't try to access user langauge when generating cached setup.php
instead use webCodeLanguage
TODO: use user langauge (somewhere else) | koala-framework_koala-framework | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.