hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
dd5728b37b2e2e32d5db4066a96baa4b78d79593 | diff --git a/parfait-core/src/main/java/com/custardsource/parfait/timing/ThreadMetricSuite.java b/parfait-core/src/main/java/com/custardsource/parfait/timing/ThreadMetricSuite.java
index <HASH>..<HASH> 100644
--- a/parfait-core/src/main/java/com/custardsource/parfait/timing/ThreadMetricSuite.java
+++ b/parfait-core/src... | Proper concurrent support in ThreadMetricSuite | performancecopilot_parfait | train |
a2e7fc7f0dc6442759d6da3ff15f7bf8e16c6644 | diff --git a/lib/jetel/downloader/backends/aria.rb b/lib/jetel/downloader/backends/aria.rb
index <HASH>..<HASH> 100644
--- a/lib/jetel/downloader/backends/aria.rb
+++ b/lib/jetel/downloader/backends/aria.rb
@@ -14,7 +14,8 @@ module Jetel
opts = BaseDownloader::OPTS_DOWNLOAD.merge(opts)
- cmd = "aria... | Quote target dir, use 4 parallel downloads, use timeout <I> sec | korczis_jetel | train |
89422841e46efa99bda49acfbe33ee1ca5122845 | diff --git a/lib/git/index/base.py b/lib/git/index/base.py
index <HASH>..<HASH> 100644
--- a/lib/git/index/base.py
+++ b/lib/git/index/base.py
@@ -1021,14 +1021,14 @@ class IndexFile(LazyMixin, diff.Diffable, Serializable):
checked_out_files = list()
for path in paths:
- path = self._to_relative_path(path)... | index: Fixed bug which caused incorrect separators in output files of the return value
remote: fixed evil bug that was caused by some inconsistency of python when __getattr__ and __slots__ are invovled - namely it calles getattr before checking for a slot of the same name, in an alternating fashion | gitpython-developers_GitPython | train |
df262771cd4fc1c10c557bfa014b40ce9ac6eddd | diff --git a/icegem-core/src/main/java/com/googlecode/icegem/utils/function/RemoveAllFunction.java b/icegem-core/src/main/java/com/googlecode/icegem/utils/function/RemoveAllFunction.java
index <HASH>..<HASH> 100644
--- a/icegem-core/src/main/java/com/googlecode/icegem/utils/function/RemoveAllFunction.java
+++ b/icegem-... | Fixes #<I>. removeAll() works on a replicated region now. | icegem_icegem | train |
906c999bb0cf7f47bd6f27d9b7f451f5667783cf | diff --git a/packages/plugin-phone/src/call.js b/packages/plugin-phone/src/call.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-phone/src/call.js
+++ b/packages/plugin-phone/src/call.js
@@ -808,6 +808,7 @@ const Call = SparkPlugin.extend({
@oneFlight
// eslint-disable-next-line complexity
_join(locusMetho... | fix(plugin-phone): Fix video/audio state issue on join | webex_spark-js-sdk | train |
bc94db779afff67c19813c36b19d5daf66ebc207 | diff --git a/src/sap.m/src/sap/m/GenericTile.js b/src/sap.m/src/sap/m/GenericTile.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/GenericTile.js
+++ b/src/sap.m/src/sap/m/GenericTile.js
@@ -262,17 +262,17 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/m/T
var sAltText = "";
... | [FIX] sap.m.GenericTile: Tooltip display corrected
he tooltip now displays properly the expected text. No extra characters are
added.
Change-Id: I<I>a<I>eb2e<I>ad<I>ed<I>bc<I>
BCP: <I> | SAP_openui5 | train |
dbf6a6c5310d95fa0d619c00f0b8d317b49158ae | diff --git a/Model/Behavior/UploadBehavior.php b/Model/Behavior/UploadBehavior.php
index <HASH>..<HASH> 100644
--- a/Model/Behavior/UploadBehavior.php
+++ b/Model/Behavior/UploadBehavior.php
@@ -1217,11 +1217,11 @@ class UploadBehavior extends ModelBehavior {
$trans = $this->_exifOrientationTransformations($ort);
... | Added missing space after commas for PHPCS tests | FriendsOfCake_cakephp-upload | train |
b8b1013574efed4cdbd39f3433912d6a3b4c5538 | diff --git a/src/main/java/com/jayway/maven/plugins/android/configuration/Dex.java b/src/main/java/com/jayway/maven/plugins/android/configuration/Dex.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/jayway/maven/plugins/android/configuration/Dex.java
+++ b/src/main/java/com/jayway/maven/plugins/android/configur... | make predex lib location configurable | simpligility_android-maven-plugin | train |
a82df4e4b88eb548e899bc73bd7270d4301c59d9 | diff --git a/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php b/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php
+++ b/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php
@@ -7... | extract files from json data in test helper. | laravel_framework | train |
2317757a456b4988270bf24c2f97a733a93062df | diff --git a/cr8/run_spec.py b/cr8/run_spec.py
index <HASH>..<HASH> 100644
--- a/cr8/run_spec.py
+++ b/cr8/run_spec.py
@@ -1,4 +1,5 @@
import argh
+import re
import os
import itertools
import subprocess
@@ -237,7 +238,8 @@ def do_run_spec(spec,
sample_mode,
result_hosts=None,
... | Add a --re-name run-spec option to filter queries by a name regex | mfussenegger_cr8 | train |
76fdcfe66baa3a9bc47d50fc4233f4ab492e1cf3 | diff --git a/phoebe/backend/backends.py b/phoebe/backend/backends.py
index <HASH>..<HASH> 100644
--- a/phoebe/backend/backends.py
+++ b/phoebe/backend/backends.py
@@ -531,9 +531,10 @@ def phoebe(b, compute, time=[], as_generator=False, **kwargs):
#print "***", method, dataset, component, {p.qualifier: ... | reflection ignored in pblum scaling
WD defines pblum as pre-reflection luminosity | phoebe-project_phoebe2 | train |
84a635e21a561dfce0485bbda794bafea055d8bd | diff --git a/test/e2e/network/dns_configmap.go b/test/e2e/network/dns_configmap.go
index <HASH>..<HASH> 100644
--- a/test/e2e/network/dns_configmap.go
+++ b/test/e2e/network/dns_configmap.go
@@ -35,8 +35,9 @@ type dnsFederationsConfigMapTest struct {
var _ = SIGDescribe("DNS configMap federations", func() {
+ t :=... | Fix failed e2e tests for dns configmap. | kubernetes_kubernetes | train |
923754ba36facee9c050a684f3f6264cd81dbece | diff --git a/pgmpy/models/BayesianNetwork.py b/pgmpy/models/BayesianNetwork.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/BayesianNetwork.py
+++ b/pgmpy/models/BayesianNetwork.py
@@ -426,7 +426,7 @@ class BayesianNetwork(DAG):
if len(set(cpd.variables) - set(cpd.state_names.keys())) > 0:
... | Fixes typo for f-string [fixes #<I>] (#<I>) | pgmpy_pgmpy | train |
cd0c53b583756d104e6590f22b231aaca9801eb5 | diff --git a/optaplanner-examples/src/main/java/org/optaplanner/examples/nurserostering/swingui/EmployeePanel.java b/optaplanner-examples/src/main/java/org/optaplanner/examples/nurserostering/swingui/EmployeePanel.java
index <HASH>..<HASH> 100644
--- a/optaplanner-examples/src/main/java/org/optaplanner/examples/nursero... | show nurse's number in the label | kiegroup_optaplanner | train |
ea50e3d97a3659666d884fb55c31e252e5a6577d | diff --git a/lib/wsoc/app.rb b/lib/wsoc/app.rb
index <HASH>..<HASH> 100644
--- a/lib/wsoc/app.rb
+++ b/lib/wsoc/app.rb
@@ -30,6 +30,9 @@ require 'nokogiri'
module WSOC
class App < Sinatra::Base
+ set :host, Config::DEFAULT_HOST
+ set :port, Config::DEFAULT_PORT
+
set :root, File.expand_path(File.join(F... | Set the host and port of the app using DEFAULT_HOST and DEFAULT_PORT. | postmodern_wsoc | train |
213ac68cd2d3b0ee7acb08e5d869beefda15ecce | diff --git a/lib/process.js b/lib/process.js
index <HASH>..<HASH> 100644
--- a/lib/process.js
+++ b/lib/process.js
@@ -50,7 +50,12 @@ module.exports = function (src, path) {
const script = result.code
const inputMap = result.sourceMap
- const map = generateSourceMap(script, '', path, src, inputMap)
+ let scri... | feat(sourceMap): Add source mapping for external scripts (#<I>) | vuejs_vue-jest | train |
31a3a51bf078cb771dbdf44985a1f4e9121ff5c4 | diff --git a/lib/hcl.rb b/lib/hcl.rb
index <HASH>..<HASH> 100644
--- a/lib/hcl.rb
+++ b/lib/hcl.rb
@@ -213,17 +213,11 @@ EOM
total_hours = 0.0
DayEntry.all(date).each do |day|
running = day.running? ? '(running) ' : ''
- puts "\t#{as_hours day.hours}\t#{running}#{day.project} #{day.notes}"[0..78]
... | Always display hours as HH:MM, closes #<I>. | zenhob_hcl | train |
09c7eaf553c5858bbe40b5e053cc463731f396b7 | diff --git a/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java b/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java
index <HASH>..<HASH> 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/joran/event/SaxEventRecorder.java
+++ b/logback-core/src/main/... | Fix SaxEventRecorer to pass unit test. Was ignoring empty files instead of throwing error. Was not handling errors. | tony19_logback-android | train |
ec05b916b06c941f41f1511474691094dbf82829 | diff --git a/src/main/java/io/smartcat/migration/exceptions/MigrationException.java b/src/main/java/io/smartcat/migration/exceptions/MigrationException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/smartcat/migration/exceptions/MigrationException.java
+++ b/src/main/java/io/smartcat/migration/exceptions/Migra... | Fixing tabs to use spaces for indentation. | smartcat-labs_cassandra-migration-tool-java | train |
f2ff10a364290007e1445bb05bb6680d0d7971a7 | diff --git a/src/game/rooms.js b/src/game/rooms.js
index <HASH>..<HASH> 100644
--- a/src/game/rooms.js
+++ b/src/game/rooms.js
@@ -1471,12 +1471,12 @@ exports.makePos = function(_register) {
return room.createFlag(this, name, color, secondaryColor);
});
- RoomPosition.prototype.createConstructionSite... | Fixing position.createConstructionSite name arg (#<I>)
position.createConstructionSite is not correctly passing the name variable to room.createConstructionSite. | screeps_engine | train |
f7f6df7275ea2884fc47fa7823c6bcba1caa5cb4 | diff --git a/spacy/analysis.py b/spacy/analysis.py
index <HASH>..<HASH> 100644
--- a/spacy/analysis.py
+++ b/spacy/analysis.py
@@ -173,3 +173,24 @@ def print_summary(nlp, pretty=True, no_print=False):
msg.good("No problems found.")
if no_print:
return {"overview": overview, "problems": problems}
... | Move to spacy.analysis | explosion_spaCy | train |
b1418f8b054d63c4e28cb7d86243fd72a4922460 | diff --git a/news-bundle/src/Resources/contao/classes/News.php b/news-bundle/src/Resources/contao/classes/News.php
index <HASH>..<HASH> 100644
--- a/news-bundle/src/Resources/contao/classes/News.php
+++ b/news-bundle/src/Resources/contao/classes/News.php
@@ -385,7 +385,7 @@ class News extends \Frontend
case 'intern... | [News] Do not type hint against aliased classes. | contao_contao | train |
3600613c91fffd631b7737589fba867ad031a721 | diff --git a/src/Concerns/Testing.php b/src/Concerns/Testing.php
index <HASH>..<HASH> 100644
--- a/src/Concerns/Testing.php
+++ b/src/Concerns/Testing.php
@@ -6,6 +6,7 @@ use Carbon\Carbon;
use Carbon\CarbonImmutable;
use Illuminate\Console\Application as Artisan;
use Illuminate\Database\Eloquent\Model;
+use Illumin... | Clean up custom queue Payload between tests (#<I>) | orchestral_testbench-core | train |
f2bea4d9d576a0dd26968f06bdbfd7c2930410e0 | diff --git a/lib/form_slider/application_helper_additions.rb b/lib/form_slider/application_helper_additions.rb
index <HASH>..<HASH> 100644
--- a/lib/form_slider/application_helper_additions.rb
+++ b/lib/form_slider/application_helper_additions.rb
@@ -11,17 +11,27 @@ module FormSlider
def slider_field_tag(name, v... | added label options to slider_field_tag | Yud_form_slider | train |
7402c0b8bae85444189247a8b7f22804bb877c62 | diff --git a/src/main/minio.js b/src/main/minio.js
index <HASH>..<HASH> 100644
--- a/src/main/minio.js
+++ b/src/main/minio.js
@@ -403,7 +403,7 @@ var signV4 = (request, dataShaSum256, accessKey, secretKey) => {
var region = getRegion(request.host)
- request.headers['Host'] = request.host
+ request.heade... | Adding test for access and secret keys | minio_minio-js | train |
5d7d9509f521ad0c42ca2d415b172c20cccec704 | diff --git a/psiturk/psiturk_shell.py b/psiturk/psiturk_shell.py
index <HASH>..<HASH> 100644
--- a/psiturk/psiturk_shell.py
+++ b/psiturk/psiturk_shell.py
@@ -1299,7 +1299,7 @@ class PsiturkNetworkShell(PsiturkShell):
"""
Usage:
hit create [<numWorkers> <reward> <duration>]
- hit e... | subtle change in command docstrings to fix hit expire
docopt wasn't parsing command as expected, causing all "hit extend"
commands to extend assignments, not time. Added parentheses around
pairs of optional parameters that have to appear together to fix the
problem.
Fixed similar problem in worker list, though don't ... | NYUCCL_psiTurk | train |
5307e0492d766c4002a312b987de876b277b42dd | diff --git a/lib/collectionView.js b/lib/collectionView.js
index <HASH>..<HASH> 100644
--- a/lib/collectionView.js
+++ b/lib/collectionView.js
@@ -39,43 +39,28 @@ module.exports = function(config) {
// TODO: id
},
+ // most options can be passed via config or props
+ // props takes precedence
... | fix a bunch of edge cases when dealing with the new props | fissionjs_fission | train |
b3c4ac76a6a3c018ac487b657e0402722a9eb8c8 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## [unreleased]
+
+### Fixed
+* Converting base entity `Profile` to `DiasporaProfile` for outbound sending missed two attributes, `image_urls` and `tag_list`. Those are now include... | Fix DiasporaProfile.from_base
Converting base entity `Profile` to `DiasporaProfile` for outbound sending missed two attributes, `image_urls` and `tag_list`. Those are now included so that the values transfer into the built payload. | jaywink_federation | train |
2d20e4e7a44f6d4c6a8dd74bdd8b4be892e7b8d2 | diff --git a/src/vis/vis.js b/src/vis/vis.js
index <HASH>..<HASH> 100644
--- a/src/vis/vis.js
+++ b/src/vis/vis.js
@@ -665,7 +665,8 @@ var Vis = cdb.core.View.extend({
templateType: 'mustache',
triggerEvent: 'featureClick',
templateName: 'light',
- extraFields: []
+ extraFields: [],
+ ... | added cursorInteraction helper method | CartoDB_carto.js | train |
8a5d96e617e4a786e9656eb7b04f9c26d7696754 | diff --git a/src/main/java/com/github/kuros/random/jpa/resolver/CreationOrderResolverImpl.java b/src/main/java/com/github/kuros/random/jpa/resolver/CreationOrderResolverImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/kuros/random/jpa/resolver/CreationOrderResolverImpl.java
+++ b/src/main/java/com/g... | removed the feature of filtering all the created entities, it confuses during testing | kuros_random-jpa | train |
7b1b29ad4932e8d6e6a0358ea1a16fc16115e7f4 | diff --git a/classes/PodsData.php b/classes/PodsData.php
index <HASH>..<HASH> 100644
--- a/classes/PodsData.php
+++ b/classes/PodsData.php
@@ -352,7 +352,13 @@ class PodsData {
$this->pod = $table['name'];
$this->fields = $table['fields'];
- $this->pod_data = $table;
+ if(!is_object($this->pod_data... | Fixup relationship display for table based pods. | pods-framework_pods | train |
7164267bc9d41af7da7ee47b222f250d5f411596 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
setup(
name='hpfeeds3',
- version='0.9.2.dev0',
+ version='0.9.2',
description='Python implementation of the honeypot feeds broker',
author='John... | Preparing release <I> | hpfeeds_hpfeeds | train |
299a0d5bc12e58238853c1ad70de7513ecf1d472 | diff --git a/examples/inductive.rb b/examples/inductive.rb
index <HASH>..<HASH> 100644
--- a/examples/inductive.rb
+++ b/examples/inductive.rb
@@ -4,7 +4,6 @@ prefix_infix_constant_config = {
basis: 'basis',
specs: {
'basis' => {
- initial: '^',
rules: """
^ : constant : $
@@ -16,7 +15,6... | Logistic Unit uses '^' as default for initial | elclavijero_moory | train |
37fcf6cc8ced8e8ed52948b0b37c3b483be71127 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -31,7 +31,7 @@ return array(
'label' => 'Tao base',
'description' => 'TAO meta-extension',
'license' => 'GPL-2.0',
- 'version' => '7.29.0',
+ 'version' => '7.29.1',
'author' => 'Open A... | Added actions class to the datatable component in the action column | oat-sa_tao-core | train |
c356862cb0d61062393ea5ec86591bc39406e850 | diff --git a/storage/lockfile.go b/storage/lockfile.go
index <HASH>..<HASH> 100644
--- a/storage/lockfile.go
+++ b/storage/lockfile.go
@@ -16,12 +16,12 @@ import (
type Locker interface {
sync.Locker
- // Touch records, for others sharing the lock, that it was updated by the
- // caller. It should only be called ... | Track the last writer in lockfile.Modified()
Instead of checking if the last writer was us in the lockfile Modified()
method, check if the last writer (which changes every time the lockfile
is Touch()ed) changed since the last time we read it. This should
produce the same results for a frequent writer, but keeps a
mo... | containers_storage | train |
effff8c965893886f4d29e34ef9d122b7597a044 | diff --git a/test/testexcept.py b/test/testexcept.py
index <HASH>..<HASH> 100644
--- a/test/testexcept.py
+++ b/test/testexcept.py
@@ -3,6 +3,11 @@ import numpy
import sharedmem
import os
import signal
+
+class MyException(Exception):
+ def __reduce__(self):
+ raise Exception("Cannot pickle this thing")
+
... | add test case for the fix of unpickable Exceptions | rainwoodman_sharedmem | train |
dd119e21fa4cfa615010b14e4864da0593c1b5c3 | diff --git a/lib/pluginlib.php b/lib/pluginlib.php
index <HASH>..<HASH> 100644
--- a/lib/pluginlib.php
+++ b/lib/pluginlib.php
@@ -83,8 +83,6 @@ class plugin_manager {
* @return plugin_manager the singleton instance
*/
public static function instance() {
- global $CFG;
-
if (is_null(sel... | MDL-<I> Let plugin_manager class use the service provided by the new available_update_checker
All plugininfo classes now have new property that holds their remote
status information. | moodle_moodle | train |
a87591ffecd2bc1313be3f359d4183f1961be68b | diff --git a/numbergen/__init__.py b/numbergen/__init__.py
index <HASH>..<HASH> 100644
--- a/numbergen/__init__.py
+++ b/numbergen/__init__.py
@@ -380,7 +380,7 @@ class VonMisesRandom(RandomDistribution):
-class TimeFactor(NumberGenerator, TimeDependent):
+class ScaledTime(NumberGenerator, TimeDependent):
""... | Renamed TimeFactor to ScaledTime | pyviz_imagen | train |
682109b19f8fc27aa1dfddd8989a110e14ad6ce8 | diff --git a/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java b/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java
+++ b/src/main/java/com/marklogic/client/expression/PlanBuilderBase.ja... | make base interfaces public to surface the method JavaDoc #<I> | marklogic_java-client-api | train |
e02acbcd230060fe60c19956c6dcbf95d7c5d90e | diff --git a/sen/docker_backend.py b/sen/docker_backend.py
index <HASH>..<HASH> 100644
--- a/sen/docker_backend.py
+++ b/sen/docker_backend.py
@@ -7,14 +7,19 @@ import traceback
from operator import attrgetter
from sen.constants import ISO_DATETIME_PARSE_STRING
-from sen.exceptions import TerminateApplication, Noti... | Make long line imports to multiline (#<I>) | TomasTomecek_sen | train |
5f9453af4f1019be4e52d7fbfd490bb3ab2a6f1f | diff --git a/AutoLoader.php b/AutoLoader.php
index <HASH>..<HASH> 100644
--- a/AutoLoader.php
+++ b/AutoLoader.php
@@ -15,6 +15,9 @@ class AutoLoader {
* Store the filename (sans extension) & full path of all ".php" files found
*/
public static function registerDirectory($dirName) {
+ if(!file_e... | Added extra files to autoloader | budde377_Part | train |
8584bca58322bc23f9398edaaab827d28fa017d3 | diff --git a/tests/HTMLPurifier/HTMLModule/HTML5/HypertextTest.php b/tests/HTMLPurifier/HTMLModule/HTML5/HypertextTest.php
index <HASH>..<HASH> 100644
--- a/tests/HTMLPurifier/HTMLModule/HTML5/HypertextTest.php
+++ b/tests/HTMLPurifier/HTMLModule/HTML5/HypertextTest.php
@@ -65,4 +65,22 @@ class HTMLPurifier_HTMLModule_... | Add test for issue #<I> | xemlock_htmlpurifier-html5 | train |
a6bd2da6079e803fe8ab9a79b766ffeb59ca2cb3 | diff --git a/services/files.js b/services/files.js
index <HASH>..<HASH> 100644
--- a/services/files.js
+++ b/services/files.js
@@ -11,8 +11,6 @@
var _ = require('lodash'),
fs = require('fs'),
path = require('path'),
- log = require('./log'),
- chalk = require('chalk'),
getFolders, getSites, getComponents;
... | remove some logging from files.js | clay_amphora | train |
3ea734da92560f67ac379b0b4aef5ebb22f62cfe | diff --git a/test/unit/client-test.js b/test/unit/client-test.js
index <HASH>..<HASH> 100644
--- a/test/unit/client-test.js
+++ b/test/unit/client-test.js
@@ -1,5 +1,4 @@
var Client = require("../../lib/dynode/client").Client,
- DynamoDB = require('../test-helper'),
util = require('utile'),
should = requi... | making unit tests run without needed aws auth keys on environment | Wantworthy_dynode | train |
3399b4f0b1c72f703f0ebfb086c2fa1b65147a56 | diff --git a/Console/Command/Task/AdvancedTask.php b/Console/Command/Task/AdvancedTask.php
index <HASH>..<HASH> 100644
--- a/Console/Command/Task/AdvancedTask.php
+++ b/Console/Command/Task/AdvancedTask.php
@@ -104,7 +104,7 @@ class AdvancedTask extends AdvancedShell {
* @return bool
*/
public function isSchedu... | Add clear cache task, see #5 | imsamurai_CakePHP-AdvancedShell | train |
3be8ac6d6d47492f78361be126949b528c832891 | diff --git a/drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java b/drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
+++ ... | Refactor rule sorting "while" in KnowledgeBuilderImpl (#<I>) | kiegroup_drools | train |
21d0f7a1852f5be5a3f711c73e79dd7aa2086bdf | diff --git a/src/Library/GeoCode.php b/src/Library/GeoCode.php
index <HASH>..<HASH> 100644
--- a/src/Library/GeoCode.php
+++ b/src/Library/GeoCode.php
@@ -24,7 +24,6 @@ class GeoCode
// --------------------------------------------------------------------------
protected $oDriver;
- protected $aCache;
... | Bug fix: defining variable here caused it's type to change | nails_module-geo-code | train |
7066023b9b55cc5d77a2e6db72bdf7e231098987 | diff --git a/srv/main.go b/srv/main.go
index <HASH>..<HASH> 100644
--- a/srv/main.go
+++ b/srv/main.go
@@ -122,6 +122,33 @@ func (t *TelePyth) HandleTelegramUpdate(update *Update) {
}
}
+func (t *TelePyth) FindUser(req *http.Request) (*User, int) {
+ // split string to extract token
+ token := strings.TrimPrefix(r... | Handle multipart request with pictures. | daskol_telepyth | train |
2054d4893ea7a9550fac3c94dfa842c0540198ca | diff --git a/expandablerecyclerview/src/main/java/com/ryanbrooks/expandablerecyclerview/Adapter/ExpandableRecyclerAdapter.java b/expandablerecyclerview/src/main/java/com/ryanbrooks/expandablerecyclerview/Adapter/ExpandableRecyclerAdapter.java
index <HASH>..<HASH> 100644
--- a/expandablerecyclerview/src/main/java/com/ry... | Added containsKey call to savedInstanceBundle in onRestoreInstanceState added to ensure a HashMap is serialized inside of it | bignerdranch_expandable-recycler-view | train |
f2b6f990d3c3b8177e053ac7c99f6d06f9f308ec | diff --git a/image_scraper/mains.py b/image_scraper/mains.py
index <HASH>..<HASH> 100644
--- a/image_scraper/mains.py
+++ b/image_scraper/mains.py
@@ -51,7 +51,7 @@ def console_main():
widgets = ['Progress: ', Percentage(), ' ', Bar(marker=RotatingMarker()),
' ', ETA(), ' ', FileTransferSpeed()]
... | Option for number of threads in the threadpool. | sananth12_ImageScraper | train |
5a30fd6024e0549bd5e65630f8caaa46ea5852fa | diff --git a/django_cron/__init__.py b/django_cron/__init__.py
index <HASH>..<HASH> 100644
--- a/django_cron/__init__.py
+++ b/django_cron/__init__.py
@@ -1,5 +1,6 @@
import logging
from datetime import datetime, timedelta
+from django.utils import timezone
import traceback
from django_cron.models import CronJobL... | Update CronJobManager to timezone-aware now() | Tivix_django-cron | train |
4192053c3b889fe6a0d33813ff8c528ba60dd00b | diff --git a/inc/roots-cleanup.php b/inc/roots-cleanup.php
index <HASH>..<HASH> 100644
--- a/inc/roots-cleanup.php
+++ b/inc/roots-cleanup.php
@@ -132,15 +132,16 @@ add_action('pre_get_posts', 'roots_relative_feed_urls' );
function roots_language_attributes() {
$attributes = array();
$output = '';
- if (!defined('... | Updated language attributes to work nicely with qTranslate - fixes #<I> | roots_sage | train |
c6fc9c017f77c67a915a37d9aa7e713daafda19b | diff --git a/tests/php/ElementListTest.php b/tests/php/ElementListTest.php
index <HASH>..<HASH> 100644
--- a/tests/php/ElementListTest.php
+++ b/tests/php/ElementListTest.php
@@ -16,11 +16,11 @@ class ElementListTest extends SapphireTest
public function testGetCmsFields()
{
-
+ // todo
}
... | FIX PHPCS violations in test class | dnadesign_silverstripe-elemental-list | train |
6aab51bcedb957bfa78caae777f89000bce5da64 | diff --git a/salesforce/backend/introspection.py b/salesforce/backend/introspection.py
index <HASH>..<HASH> 100644
--- a/salesforce/backend/introspection.py
+++ b/salesforce/backend/introspection.py
@@ -138,14 +138,17 @@ class DatabaseIntrospection(BaseDatabaseIntrospection):
sf_read_only = (0 if field... | Support for introspection with DefaultedOnCreate(value). | django-salesforce_django-salesforce | train |
439e6f6584ed990b57925bf98138d591a0043b4d | diff --git a/Api/Model/Channel.php b/Api/Model/Channel.php
index <HASH>..<HASH> 100755
--- a/Api/Model/Channel.php
+++ b/Api/Model/Channel.php
@@ -76,6 +76,13 @@ class Channel implements BaseModel
* Length(min=4)
*/
protected $description = '';
+
+ /**
+ * The value for the lnaguage field.
+ ... | Added language property to the Channel entity | antwebes_ChateaClientBundle | train |
4bb918f50101c37633e84d8d39701e0b48871682 | diff --git a/scratch.js b/scratch.js
index <HASH>..<HASH> 100644
--- a/scratch.js
+++ b/scratch.js
@@ -13,11 +13,19 @@ nlp.extend(require('./plugins/dates/src'))
// complex denominators - 'one fifty fourths', 'one thirty third'
//
+// greedy bug
+// let regs = nlp.parseMatch('(and foo+)')
+// console.log(regs[0].ch... | support greedy matches within a block | spencermountain_compromise | train |
feb7dd94fa6173487da867cf021971514724cdcd | diff --git a/lib/aquifer.api.js b/lib/aquifer.api.js
index <HASH>..<HASH> 100644
--- a/lib/aquifer.api.js
+++ b/lib/aquifer.api.js
@@ -35,21 +35,23 @@ class Aquifer {
initializeCli() {
return new Promise((resolve, reject) => {
this.cli
- .version(this.version)
- .usage('command [options]')
- ... | Make ascii art more legible and submerge. | aquifer_aquifer | train |
e0e87995a9591657edf2983cbe0d50460fbdb8ce | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
-- Nothing
+- Fixed regression of some IE8- issues
##### [3.23.2 - 2022.06.21](https://github.com/zloirock/core-js/releases/tag/v3.23.2)
- Avoided creation of ex... | fix regression of some IE8- issues | zloirock_core-js | train |
7d17fd8a0a902b2ff40d5588f76f3eea0672e184 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix a bug in ping where JSON was double-quoted.
+
+ *Joshua Wood*
+
* Fixed a bug introduced in v2.0.8 which applied params filters to backtrace.
*Joshua Wood*
diff --git a/lib/honeybadge... | Fix a bug in ping where JSON was double-quoted. | honeybadger-io_honeybadger-ruby | train |
89aeb28d90588cab547f1f6577c6db6c12a7c886 | diff --git a/lib/yao/client.rb b/lib/yao/client.rb
index <HASH>..<HASH> 100644
--- a/lib/yao/client.rb
+++ b/lib/yao/client.rb
@@ -73,8 +73,13 @@ module Yao
force_public_url = Yao.config.endpoints[type.to_sym][:public] rescue nil
force_admin_url = Yao.config.endpoints[type.to_sym][:admin] rescue n... | refactoring: rewrite postfix-if | yaocloud_yao | train |
be62451a823b2f0ad3d3fd67672d80ddc255dd5b | diff --git a/lib/typhoeus/response/header.rb b/lib/typhoeus/response/header.rb
index <HASH>..<HASH> 100644
--- a/lib/typhoeus/response/header.rb
+++ b/lib/typhoeus/response/header.rb
@@ -1,3 +1,5 @@
+require 'delegate'
+
module Typhoeus
class Response | Add missing require for DelegateClass
To ensure DelegateClass has been loaded, header.rb needs to require 'delegate'. | typhoeus_typhoeus | train |
0916787e69f46f27b0dad08a6e626f98f2e42ef0 | diff --git a/test/net/fortuna/ical4j/model/component/VEventTest.java b/test/net/fortuna/ical4j/model/component/VEventTest.java
index <HASH>..<HASH> 100644
--- a/test/net/fortuna/ical4j/model/component/VEventTest.java
+++ b/test/net/fortuna/ical4j/model/component/VEventTest.java
@@ -533,9 +533,9 @@ public class VEventTe... | Fixed month in exdate test to reproduce bug | ical4j_ical4j | train |
c526fd70f296ef0f3ed9037db2f78d9cb02aadc8 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -12,7 +12,7 @@ function buildCommands() {
buildCommandOptions(command, arg);
},
(argv) => {
- command.exec(argv._, argv);
+ command.exec(argv._.slice(1), argv);
}
);
... | fix(cli): don't pass the first argument to gitbook | aqrln_gitbook-commander | train |
d592260b791839c02f40d4b79bc1a08426ba68e1 | diff --git a/gwpy/table/io/gravityspy.py b/gwpy/table/io/gravityspy.py
index <HASH>..<HASH> 100644
--- a/gwpy/table/io/gravityspy.py
+++ b/gwpy/table/io/gravityspy.py
@@ -95,20 +95,21 @@ def get_gravityspy_triggers(tablename, engine=None,
# -- utilities ----------------------------------------------------------------
... | Have I appeased PEP8? | gwpy_gwpy | train |
416244e6c4c882d75f67caccb08843c4148f4833 | diff --git a/core/src/test/java/com/graphhopper/routing/RoutingAlgorithmWithOSMTest.java b/core/src/test/java/com/graphhopper/routing/RoutingAlgorithmWithOSMTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/com/graphhopper/routing/RoutingAlgorithmWithOSMTest.java
+++ b/core/src/test/java/com/graphhopper/ro... | minor test change to avoid downloading elevation tile | graphhopper_graphhopper | train |
a7a0f9cfff2e139824d120179cdd618596f66f03 | diff --git a/client/boot/index.js b/client/boot/index.js
index <HASH>..<HASH> 100644
--- a/client/boot/index.js
+++ b/client/boot/index.js
@@ -174,7 +174,7 @@ function renderLayout( reduxStore ) {
let props = { focus: layoutFocus };
if ( user.get() ) {
- Object.assign( props, {}, { user, sites, nuxWelcome, trans... | Remove unnecessary object argument from an Object.assign call
The object referenced by `props` is receiving the result of the `assign` call, adding an extra empty object in the chain has no effect. | Automattic_wp-calypso | train |
d8f6c391557bb0b9f73f78d073b3731c08fe05f0 | diff --git a/src/sap.ui.core/src/sap/ui/core/XMLComposite.js b/src/sap.ui.core/src/sap/ui/core/XMLComposite.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/core/XMLComposite.js
+++ b/src/sap.ui.core/src/sap/ui/core/XMLComposite.js
@@ -682,53 +682,7 @@ sap.ui.define([
oNewContent.setModel(this._oMana... | [INTERNAL] XMLComposite: getPropertiesToPropagate
-we no longer overwrite the method _getPropertiesToPropagate
since it adds to the complexity and adresses an issue which
should not occur often and if indeed it does occur the
behaviour is now as with all other nested controls.
Change-Id: I<I>b1b<I>e1f3bcf<I>daad6eb<I... | SAP_openui5 | train |
97206b3170fb7e2e5c28333eab815dcd6d47d369 | diff --git a/doc/man_docs.go b/doc/man_docs.go
index <HASH>..<HASH> 100644
--- a/doc/man_docs.go
+++ b/doc/man_docs.go
@@ -45,9 +45,12 @@ func GenManTree(cmd *cobra.Command, header *GenManHeader, dir string) error {
return err
}
}
- needToResetTitle := header.Title == ""
+ section := "1"
+ if header.Section !=... | Use the correct man page section for the filename
Also make header mutation cleaner. | spf13_cobra | train |
7c7f12f7564e6da9d15017a8dbe93bf03bd38852 | diff --git a/src/scs_core/csv/csv_log.py b/src/scs_core/csv/csv_log.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/csv/csv_log.py
+++ b/src/scs_core/csv/csv_log.py
@@ -18,7 +18,7 @@ class CSVLog(object):
# --------------------------------------------------------------------------------------------------------... | Added write_interval field to CSVLoggerConf class. | south-coast-science_scs_core | train |
88d2a8e2315969c68b1cbc0b0603d34b9d68b435 | diff --git a/lib/pageflow/engine.rb b/lib/pageflow/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/pageflow/engine.rb
+++ b/lib/pageflow/engine.rb
@@ -1,3 +1,4 @@
+require 'yajl'
require 'state_machine'
require 'state_machine_job'
require 'paperclip' | Ensure MultiJson uses yajl json adapter.
This is much faster then with the json gem. The gem was a dependency
all along, but since it was not required is was never picked up by
MultiJson. | codevise_pageflow | train |
804215d56e022d2a141ac4ca7497f5982acc38ec | diff --git a/src/Discord/Parts/Channel/Channel.php b/src/Discord/Parts/Channel/Channel.php
index <HASH>..<HASH> 100644
--- a/src/Discord/Parts/Channel/Channel.php
+++ b/src/Discord/Parts/Channel/Channel.php
@@ -220,9 +220,9 @@ class Channel extends Part
public function setPermissions(Part $part, array $allow = [],... | Converted overwrites to use integers instead of strings for type | teamreflex_DiscordPHP | train |
84883773f3a1d9723a101a964ea99e92ff57d567 | diff --git a/src/main/java/se/bjurr/violations/lib/util/Utils.java b/src/main/java/se/bjurr/violations/lib/util/Utils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/se/bjurr/violations/lib/util/Utils.java
+++ b/src/main/java/se/bjurr/violations/lib/util/Utils.java
@@ -101,6 +101,9 @@ public class Utils {
}
... | fix: make build script run on Windows | tomasbjerre_violations-lib | train |
d74517ed066ab15d7613f3fbb203635e21ae7af1 | diff --git a/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/websocket/WebSocketSpeechToTextClient.java b/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/websocket/WebSocketSpeechToTextClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/ibm/watson/developer_cloud/speech_to_text... | [speech-to-text] Fix for WebSocket being disconnected during final
results. #<I> | watson-developer-cloud_java-sdk | train |
78bdff720452771152560c82598c5bbd6370c4cb | diff --git a/lib/riemann/tools.rb b/lib/riemann/tools.rb
index <HASH>..<HASH> 100644
--- a/lib/riemann/tools.rb
+++ b/lib/riemann/tools.rb
@@ -60,9 +60,7 @@ module Riemann
event[:tags] = options[:tag].map(&:dup)
end
- if options[:ttl]
- event[:ttl] = options[:ttl]
- end
+ event[:... | TTLs are scaled to 2x interval by default. | riemann_riemann-tools | train |
216feb0f9d459da79b70bd888e6622ec2f9308ec | diff --git a/src/Definition/Service/Argument/Pair.php b/src/Definition/Service/Argument/Pair.php
index <HASH>..<HASH> 100644
--- a/src/Definition/Service/Argument/Pair.php
+++ b/src/Definition/Service/Argument/Pair.php
@@ -67,14 +67,14 @@ final class Pair implements Argument
$built->clear(),
... | rely on index instead of stream cursor | Innmind_Compose | train |
a761bb4e27a1c95625970b20defdfb67c494de75 | diff --git a/lib/pkjutil.js b/lib/pkjutil.js
index <HASH>..<HASH> 100644
--- a/lib/pkjutil.js
+++ b/lib/pkjutil.js
@@ -6,6 +6,8 @@ var _ = require('lodash'),
semver = require('semver'),
util = require('util');
+const DEPENDENCY_TYPES = ['dependencies', 'devDependencies', 'peerDependencies'];
+
/**
* class Pk... | Modify deps listing and sorting to use the same set of dependency types. | cliffano_pkjutil | train |
fb1d28b90a6f54dd471fb547eeed4e30c6a2b534 | diff --git a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
index <HASH>..<HASH> 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
+++ b/proton-j/src/main/java/org/apache/... | PROTON-<I> : Correct accounting for initial delivery-count at the receiver
git-svn-id: <URL> | apache_qpid-proton | train |
7f899706e3e4e55132a76b41a03104edcf224256 | diff --git a/lib/query_builder/cql/clauses/field.rb b/lib/query_builder/cql/clauses/field.rb
index <HASH>..<HASH> 100644
--- a/lib/query_builder/cql/clauses/field.rb
+++ b/lib/query_builder/cql/clauses/field.rb
@@ -20,7 +20,8 @@ module QueryBuilder::CQL::Clauses
# @return [String]
#
def to_s
- name.... | [CHANGE] Support array argument of `Field` clause for compose key
clause = Clauses::Field.new name: [:foo, :bar]
clause.to_s # => "(foo, bar)" | nepalez_query_builder | train |
d55ede58d8d37d2b359554cff692f4a842e28f53 | diff --git a/src/js/utils.js b/src/js/utils.js
index <HASH>..<HASH> 100644
--- a/src/js/utils.js
+++ b/src/js/utils.js
@@ -79,8 +79,18 @@ fbUtils.attrString = function(attrs) {
*/
fbUtils.safeAttr = function(name, value) {
name = fbUtils.safeAttrName(name);
+ let valString;
- let valString = fbUtils.escapeAtt... | Hotfix: typeUserEvents, attribute array converted to comma separated list (#<I>) | kevinchappell_formBuilder | train |
87580f2d42cd1892325c621c086c254efcff739d | diff --git a/src/passa/synchronizers.py b/src/passa/synchronizers.py
index <HASH>..<HASH> 100644
--- a/src/passa/synchronizers.py
+++ b/src/passa/synchronizers.py
@@ -4,6 +4,7 @@ from __future__ import absolute_import, unicode_literals
import os
import sys
+import sysconfig
import distlib.scripts
import distlib... | Use sysconfig to get paths
Taking hints from flit's implementation | sarugaku_passa | train |
d0bc4a0db70ebe78cd454c069a5045237b29f31c | diff --git a/app/actions/mzidtsv/spectra.py b/app/actions/mzidtsv/spectra.py
index <HASH>..<HASH> 100644
--- a/app/actions/mzidtsv/spectra.py
+++ b/app/actions/mzidtsv/spectra.py
@@ -2,9 +2,9 @@ from app.readers import tsv as readers
from app.dataformats import mzidtsv as mzidtsvdata
-def create_header(oldheader, ... | No spectra column in mzidtsv is necessary | glormph_msstitch | train |
2faba6cb7176c818e3a1c7b8976be0116e078a89 | diff --git a/phy/cluster/manual/tests/test_wizard.py b/phy/cluster/manual/tests/test_wizard.py
index <HASH>..<HASH> 100644
--- a/phy/cluster/manual/tests/test_wizard.py
+++ b/phy/cluster/manual/tests/test_wizard.py
@@ -173,7 +173,7 @@ def test_wizard_actions():
@wizard.set_quality_function
def quality(clust... | WIP: refactor wizard. Tests pass. | kwikteam_phy | train |
700f9d191b24241697e76b38db4d4dc438f9ea2e | diff --git a/test/foo_helper.rb b/test/foo_helper.rb
index <HASH>..<HASH> 100644
--- a/test/foo_helper.rb
+++ b/test/foo_helper.rb
@@ -4,6 +4,10 @@ module FooHelper
"#{person.name} works at #{person.company}"
end
+ def format_person_info_via_send(person)
+ "#{person.public_send(:name)} works at #{person.p... | Test caller tracing with public send | github_graphql-client | train |
774a2e669ca90e1569e2e196d570a7528c1842e4 | diff --git a/web/src/main/java/org/springframework/security/web/firewall/StrictHttpFirewall.java b/web/src/main/java/org/springframework/security/web/firewall/StrictHttpFirewall.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/org/springframework/security/web/firewall/StrictHttpFirewall.java
+++ b/web/src/main/... | Polish setAllowedHostnames
Added JavaDoc to method, including @since attribute
Issue gh-<I> | spring-projects_spring-security | train |
79ae40d7b82105d7a45be3394321b8881f2e1d77 | diff --git a/session/pessimistic_test.go b/session/pessimistic_test.go
index <HASH>..<HASH> 100644
--- a/session/pessimistic_test.go
+++ b/session/pessimistic_test.go
@@ -84,6 +84,7 @@ func (s *testPessimisticSuite) TestPessimisticTxn(c *C) {
// Update can see the change, so this statement affects 0 roews.
tk1.Must... | session: do not add history for pessimistic transaction (#<I>) | pingcap_tidb | train |
736170cbf18645b848b1512a45c5bb7a49577eeb | 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
@@ -361,7 +361,7 @@ def which(exe=None):
# safely rely on that behaviour
if os.access(full_path + ext, os.X_OK):
... | Only log salt.utils.which failures in trace (too verbose) | saltstack_salt | train |
a81955519d4db5fb192d2ebbe4697a2d8ed994cf | diff --git a/tests/SpiffWorkflow/dmn/DmnFailVersionTest.py b/tests/SpiffWorkflow/dmn/DmnFailVersionTest.py
index <HASH>..<HASH> 100644
--- a/tests/SpiffWorkflow/dmn/DmnFailVersionTest.py
+++ b/tests/SpiffWorkflow/dmn/DmnFailVersionTest.py
@@ -1,24 +1,49 @@
-import os
import unittest
-
-from SpiffWorkflow import Task
-... | Tests a wider variety of failing and passing <I> and <I> files | knipknap_SpiffWorkflow | train |
51e1a5369d17d931f89439a73d1748a17a26055d | diff --git a/src/main/java/eu/codearte/resteeth/core/RestTemplateInvoker.java b/src/main/java/eu/codearte/resteeth/core/RestTemplateInvoker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/codearte/resteeth/core/RestTemplateInvoker.java
+++ b/src/main/java/eu/codearte/resteeth/core/RestTemplateInvoker.java
@@ -5... | toString() implementation for few essential classes | Codearte_resteeth | train |
d2983d4fe4774efabd489575a2e7dfa190b6bd99 | diff --git a/plugins/provisioners/docker/cap/debian/docker_install.rb b/plugins/provisioners/docker/cap/debian/docker_install.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/docker/cap/debian/docker_install.rb
+++ b/plugins/provisioners/docker/cap/debian/docker_install.rb
@@ -4,26 +4,14 @@ module VagrantPlugi... | Use official Docker installer and upgrade for :latest installs | hashicorp_vagrant | train |
8338b5007e2ef9cb8b00b0a34c756ee8f64d3d11 | diff --git a/histutils/camclass.py b/histutils/camclass.py
index <HASH>..<HASH> 100644
--- a/histutils/camclass.py
+++ b/histutils/camclass.py
@@ -375,7 +375,7 @@ class Cam: #use this like an advanced version of Matlab struct
def findLSQ(self,nearrow,nearcol):
polycoeff = polyfit(nearcol,nearrow,deg=1,ful... | plot only part of 1-D line that's used | scivision_histutils | train |
81a2fa5d4ba819050ccf8982500762d353895d47 | diff --git a/tincan/remote_lrs.py b/tincan/remote_lrs.py
index <HASH>..<HASH> 100644
--- a/tincan/remote_lrs.py
+++ b/tincan/remote_lrs.py
@@ -440,7 +440,7 @@ class RemoteLRS(Base):
headers = lrs_response.response.getheaders()
if "lastModified" in headers and headers["lastModified"] is not N... | refactored time_stamp->timestamp in RemoteLRS | RusticiSoftware_TinCanPython | train |
b9f12e2bbdad09b8f8af3224c3065b59ba0a9987 | diff --git a/greenmail-core/src/main/java/com/icegreen/greenmail/configuration/ConfiguredGreenMail.java b/greenmail-core/src/main/java/com/icegreen/greenmail/configuration/ConfiguredGreenMail.java
index <HASH>..<HASH> 100644
--- a/greenmail-core/src/main/java/com/icegreen/greenmail/configuration/ConfiguredGreenMail.jav... | Issue <I> : Ignore user credentials (auto login)
Support rule based fluent configuration | greenmail-mail-test_greenmail | train |
c74d0a8957e41b6c276a73bf80ef6a92135f3d41 | diff --git a/test/browser/spec/ol/style/icon.test.js b/test/browser/spec/ol/style/icon.test.js
index <HASH>..<HASH> 100644
--- a/test/browser/spec/ol/style/icon.test.js
+++ b/test/browser/spec/ol/style/icon.test.js
@@ -11,6 +11,9 @@ describe('ol.style.Icon', function () {
'data:image/gif;base64,' +
'R0lGODlhA... | Test cloning IconImage without cache | openlayers_openlayers | train |
ca20d859a554fa00ebc358386131a09feb612f81 | diff --git a/lib/unexpectedMessy.js b/lib/unexpectedMessy.js
index <HASH>..<HASH> 100644
--- a/lib/unexpectedMessy.js
+++ b/lib/unexpectedMessy.js
@@ -359,7 +359,7 @@ module.exports = {
expect(subject.toString(), 'to match', value);
} else {
if (value && typeof... | Do not rely on "to be an object whose keys satisfy" to pass for empty objects [ci skip] | unexpectedjs_unexpected-messy | train |
7c579f2929001dde949355cdde94b283d51fed4f | diff --git a/lib/bixby-common/util/signal.rb b/lib/bixby-common/util/signal.rb
index <HASH>..<HASH> 100644
--- a/lib/bixby-common/util/signal.rb
+++ b/lib/bixby-common/util/signal.rb
@@ -12,14 +12,9 @@ module Bixby
sigs = signals.flatten.map{ |s| s.split(/[\s,]/) }.flatten.sort.uniq
trap_r, trap_w = IO.... | [Bixby::Signal] don't pass messages if handler thread is dead | chetan_bixby-common | train |
99145b563d6058a8c441c361014b2cb128947f0b | diff --git a/src/frontend/org/voltdb/HsqlBackend.java b/src/frontend/org/voltdb/HsqlBackend.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/HsqlBackend.java
+++ b/src/frontend/org/voltdb/HsqlBackend.java
@@ -255,12 +255,10 @@ public class HsqlBackend {
}
}
- VoltTable runSQLWithSubstit... | Fix HSQL back-end after ad hoc batch changes | VoltDB_voltdb | train |
2715cf590a95733fd8f41716005187a7b87773b6 | diff --git a/src/Commands/Setup.php b/src/Commands/Setup.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Setup.php
+++ b/src/Commands/Setup.php
@@ -205,6 +205,7 @@ class Setup extends Command
copy('.env-dist', '.env');
$this->info('Created .env file with default configuration.');
... | Fixed an APP_KEY generate issue with initi setup | dreamfactorysoftware_df-core | train |
6f69b747b2dd3a48635607ba8300db96f5beb13f | diff --git a/classes/kohana/jam/field/file.php b/classes/kohana/jam/field/file.php
index <HASH>..<HASH> 100755
--- a/classes/kohana/jam/field/file.php
+++ b/classes/kohana/jam/field/file.php
@@ -13,7 +13,7 @@
* @copyright (c) 2010-2011 Jonathan Geiger
* @license http://www.opensource.org/licenses/isc-license.tx... | removed supports_save interface from jam upload file fixed emails and assertEmailsSent in functest finished metest with functest | OpenBuildings_jam | train |
295ecb973fa8c5424d6e5188716f81bfc55cb3b6 | diff --git a/src/ContainerBuilder.php b/src/ContainerBuilder.php
index <HASH>..<HASH> 100644
--- a/src/ContainerBuilder.php
+++ b/src/ContainerBuilder.php
@@ -26,6 +26,18 @@ class ContainerBuilder {
const PARAMETER_CHAR = "%";
/**
+ * Default class name for the container
+ */
+ const DEFAULT_CONT... | Allow subclasses of Pimple\Container to be created | silktide_syringe | train |
e02ebf5c95c7a0f431867e153b85d21e279bf793 | diff --git a/sys/parsoid.js b/sys/parsoid.js
index <HASH>..<HASH> 100644
--- a/sys/parsoid.js
+++ b/sys/parsoid.js
@@ -183,17 +183,24 @@ class ParsoidProxy {
}
doRequest(operation, hyper, req) {
- // TEMP: All linter and html2html requests go only to JS
- if (/Lint/.test(operation) || operatio... | TEMP: Parsoid: Proxy: Always send html2html to JS but mirror to PHP
Bug: T<I> | wikimedia_restbase | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.