hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c203117e42bed057782dc80992b811e584b2f741 | diff --git a/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go b/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go
index <HASH>..<HASH> 100644
--- a/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go
+++ b/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go
@@ -60,6 +60,8 @@ func de... | Including balanced resource allocation priority in the default set | kubernetes_kubernetes | train |
ef2940dc8c6ee783e4e114550ad4ee9ad647e359 | diff --git a/gary/dynamics/tests/test_naff.py b/gary/dynamics/tests/test_naff.py
index <HASH>..<HASH> 100644
--- a/gary/dynamics/tests/test_naff.py
+++ b/gary/dynamics/tests/test_naff.py
@@ -61,7 +61,7 @@ class LaskarBase(object):
for i in range(3):
fn = os.path.join(this_path, "{}.txt".format(i))... | compare laskar tests with tables of output | adrn_gala | train |
7ee3824cf7ec9ca21779f5f06d675a5c255e10c7 | diff --git a/spec/request_spec.rb b/spec/request_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/request_spec.rb
+++ b/spec/request_spec.rb
@@ -69,7 +69,7 @@ describe MetaInspector::Request do
allow(TCPSocket).to receive(:open).and_raise(OpenSSL::SSL::SSLError)
expect(logger).to receive(:<<).with(an_instan... | Use a shorter, more readable domain | jaimeiniesta_metainspector | train |
e340b24d81a6fff970c5310d6986e86112ea34ce | diff --git a/features/step_definitions/html_steps.rb b/features/step_definitions/html_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/html_steps.rb
+++ b/features/step_definitions/html_steps.rb
@@ -17,7 +17,7 @@ Then /^I should see the groups:$/ do |table|
# Verify each of the expected groups ha... | Prefer single-quoted strings inside interpolations | colszowka_simplecov | train |
99347244a49ed2fb9b4d069c851a4a11a7accc8f | diff --git a/test/cli.test.js b/test/cli.test.js
index <HASH>..<HASH> 100644
--- a/test/cli.test.js
+++ b/test/cli.test.js
@@ -16,7 +16,7 @@ describe('CLI Dependencies', () => {
});
describe('CLI', () => {
- it.only('--progress', (done) => {
+ it('--progress', (done) => {
runDevServer('--progress')
.t... | Fix accidental skip of nearly all tests (whoops)
This was so stupid from me. | webpack_webpack-dev-server | train |
11c95a34ffc545439ea4e88076ed6c8e15d518eb | diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100755
--- a/cli.js
+++ b/cli.js
@@ -2,6 +2,7 @@
'use strict';
var meow = require('meow');
var updateNotifier = require('update-notifier');
+var output = require('./lib/output').init();
var psi = require('./');
var cli = meow({
@@ -31,13 +32,16 @@ if (!cli.input[... | programmatic API shouldn't output to the terminal | addyosmani_psi | train |
0e8c3acc351783a04577d5f1298f5d9930cc5460 | diff --git a/api/RestfulService.php b/api/RestfulService.php
index <HASH>..<HASH> 100644
--- a/api/RestfulService.php
+++ b/api/RestfulService.php
@@ -160,7 +160,8 @@ class RestfulService extends ViewableData {
public function curlRequest($url, $method, $data = null, $headers = null, $curlOptions = array()) {
$ch ... | MINOR Using SapphireInfo non-statically in RestfulService (fixes #<I>) | silverstripe_silverstripe-framework | train |
5ca757ac05fa531c79ea1664a8b264701eb2a855 | diff --git a/tests/unit/Espo/Core/Utils/FieldManagerTest.php b/tests/unit/Espo/Core/Utils/FieldManagerTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/Espo/Core/Utils/FieldManagerTest.php
+++ b/tests/unit/Espo/Core/Utils/FieldManagerTest.php
@@ -74,7 +74,10 @@ class FieldManagerTest extends \PHPUnit_Framework_Test... | Tests: fixed a FieldManagerTest | espocrm_espocrm | train |
2c5c1efa78bc171d6ad88de1613b0ade5f136a9a | diff --git a/artifactory.py b/artifactory.py
index <HASH>..<HASH> 100755
--- a/artifactory.py
+++ b/artifactory.py
@@ -735,6 +735,8 @@ class _ArtifactoryAccessor(pathlib._Accessor):
if code != 204:
raise RuntimeError(text)
+ return text, code
+
def del_properties(self, pathobj, pro... | Artifactory set and del properties with unit tests
* Unit testing added
Change-Id: I<I>e<I>fedd<I>d<I>be<I>f8f<I>e<I>ead0fc1 | Parallels_artifactory | train |
aaad87a276594885eceeacf43045a95c79cbca9c | diff --git a/react.js b/react.js
index <HASH>..<HASH> 100644
--- a/react.js
+++ b/react.js
@@ -7,12 +7,6 @@ module.exports = {
browser: true,
},
- settings: {
- react: {
- version: '15.0',
- },
- },
-
plugins: [
'jsx-a11y',
'react', | Remove react version setting - too specific! | scottnonnenberg_eslint-config-thehelp | train |
a169b6071209c4f6681c95486127fc43884ff6d1 | diff --git a/superset/views/utils.py b/superset/views/utils.py
index <HASH>..<HASH> 100644
--- a/superset/views/utils.py
+++ b/superset/views/utils.py
@@ -17,7 +17,7 @@
import logging
from collections import defaultdict
from functools import wraps
-from typing import Any, Callable, DefaultDict, Dict, List, Optional,... | fix: Changes the return type of get_permissions to be JSON friendly (#<I>)
* fix: Changes the return type of get_permissions to be JSON friendly
* Removes dangling comma
* Removes unused import
* Fixes typing errors | apache_incubator-superset | train |
4c9d7387a4c7c077bfbd95cfc409a512f23b7e4a | diff --git a/lib/odbc.js b/lib/odbc.js
index <HASH>..<HASH> 100644
--- a/lib/odbc.js
+++ b/lib/odbc.js
@@ -84,7 +84,7 @@ Database.prototype.query = function (sql, params, cb) {
if (typeof(params) == 'function') {
cb = params;
- params = [];
+ params = null;
}
if (!self.connected) {
@@ -93,7... | optimize call to ODBCConnection::Query to make use of avoiding processing params | ratanakvlun_node-odbc | train |
bf85dcacc88dc864589085349d49c5da288a01d6 | diff --git a/Neos.Utility.Unicode/Classes/TYPO3/Flow/Utility/Unicode/Functions.php b/Neos.Utility.Unicode/Classes/TYPO3/Flow/Utility/Unicode/Functions.php
index <HASH>..<HASH> 100644
--- a/Neos.Utility.Unicode/Classes/TYPO3/Flow/Utility/Unicode/Functions.php
+++ b/Neos.Utility.Unicode/Classes/TYPO3/Flow/Utility/Unicode... | BUGFIX: Fix stupid error caused by on-browser editing | neos_flow-development-collection | train |
fb44c891ddccc854c418bca59d23bc58f751761a | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -146,6 +146,7 @@ func (c *ClusterClient) process(cmd Cmder) {
pipe.Process(NewCmd("ASKING"))
pipe.Process(cmd)
_, _ = pipe.Exec()
+ pipe.Close()
ask = false
} else {
client.Process(cmd)
diff --... | Fix sporadic pool timeouts with IdleTimeout != 0. Fixes #<I>. | go-redis_redis | train |
ab4d2f5a849416ba486ebbe7d1b125c2cfd553da | diff --git a/elasticmock/fake_elasticsearch.py b/elasticmock/fake_elasticsearch.py
index <HASH>..<HASH> 100644
--- a/elasticmock/fake_elasticsearch.py
+++ b/elasticmock/fake_elasticsearch.py
@@ -100,6 +100,8 @@ class FakeQueryCondition:
return self._evaluate_for_compound_query_type(document)
elif ... | Add should for bool search query | vrcmarcos_elasticmock | train |
a214a99f92d4ccfa30abfd6065b8e6d2aee219ab | diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -319,14 +319,16 @@ class NodeLanguage:
def client_cmd(self, args):
return ['packages/grpc-native-core/de... | Update Node interop test invocation to use new fixtures | grpc_grpc | train |
575a494386f65e3020b8a1d45a1464c69e286f2e | diff --git a/lib/lines.rb b/lib/lines.rb
index <HASH>..<HASH> 100644
--- a/lib/lines.rb
+++ b/lib/lines.rb
@@ -75,7 +75,7 @@ module Lines
# Returns a backward-compatibile logger
def logger
@logger ||= (
- require "lines/logger"
+ require 'lines/logger'
Logger.new(self)
)
... | single vs double-quote, be consistent | zimbatm_lines-ruby | train |
f87cc27e5958202eb2864539d3dcf377201ffe15 | diff --git a/tests/legacy/locale.js b/tests/legacy/locale.js
index <HASH>..<HASH> 100644
--- a/tests/legacy/locale.js
+++ b/tests/legacy/locale.js
@@ -79,8 +79,10 @@ describe('locale', function() {
expect($('.fc h2')).toHaveText('julio 2016')
expect($('.fc')).not.toHaveClass('fc-rtl')
- $('#cal').fullCal... | fix node test inconsistency with rtl text | fullcalendar_fullcalendar | train |
8311b77ad61f9773359f126995e28b0352f992fb | diff --git a/lib/auth.js b/lib/auth.js
index <HASH>..<HASH> 100644
--- a/lib/auth.js
+++ b/lib/auth.js
@@ -45,7 +45,7 @@ var securityDefinitionCreators = {
return {
prepareRequest: function(restbase, req) {
if (isInternalRequest(req)) {
- rbUtil.copyForwardedHea... | Use auth functionality on page_save endpoints | wikimedia_restbase | train |
3625333e4b29c4d5a4e344c2d35d7acc0a16e4c1 | diff --git a/pandas/core/index.py b/pandas/core/index.py
index <HASH>..<HASH> 100644
--- a/pandas/core/index.py
+++ b/pandas/core/index.py
@@ -1649,7 +1649,7 @@ class MultiIndex(Index):
return True
if not isinstance(other, MultiIndex):
- return False
+ return np.array_equal... | TST: core/index test coverage | pandas-dev_pandas | train |
a228a0e530e61164e411c32e0ac81e265126e956 | diff --git a/lib/modules/put.js b/lib/modules/put.js
index <HASH>..<HASH> 100644
--- a/lib/modules/put.js
+++ b/lib/modules/put.js
@@ -1,19 +1,20 @@
var fs = require('fs')
-var async = require('async')
var diff = require('diff')
var inquirer = require('inquirer')
var config = require('../config')
var paths = confi... | put: remove asyncand replace it with forEach | watilde_chest | train |
ec229405b53d8916a699164be1078119b0243011 | diff --git a/lib/checks/color/color-contrast.js b/lib/checks/color/color-contrast.js
index <HASH>..<HASH> 100644
--- a/lib/checks/color/color-contrast.js
+++ b/lib/checks/color/color-contrast.js
@@ -8,7 +8,7 @@ if (fgColor === null || bgColor === null) {
var dv = node.ownerDocument.defaultView,
nodeStyle = dv.getC... | Fix to work with non-integer font sizes | dequelabs_axe-core | train |
f49ffa00cbd9ba82f4c9ae02ed7d244b54df0b0a | diff --git a/models/classes/class.DeliveryProcessGenerator.php b/models/classes/class.DeliveryProcessGenerator.php
index <HASH>..<HASH> 100644
--- a/models/classes/class.DeliveryProcessGenerator.php
+++ b/models/classes/class.DeliveryProcessGenerator.php
@@ -38,7 +38,7 @@ class taoDelivery_models_classes_DeliveryProces... | cloneDelivery updated with its process cloning
git-svn-id: <URL> | oat-sa_extension-tao-delivery | train |
b26de7e70a9a99e2d509446bf14ceea9e48abc33 | diff --git a/abydos/distance/_peirce.py b/abydos/distance/_peirce.py
index <HASH>..<HASH> 100644
--- a/abydos/distance/_peirce.py
+++ b/abydos/distance/_peirce.py
@@ -44,8 +44,7 @@ class Peirce(_TokenDistance):
sim_{Peirce}(X, Y) = \frac{|X \cap Y| \cdot
|(N \setminus X) \setminus Y| -
... | corrected Peirce & added Unknown A (Peirce with opposite marginals) | chrislit_abydos | train |
2e9478bb342ce62d38969de85635e8f933ff30ab | diff --git a/tilequeue/format.py b/tilequeue/format.py
index <HASH>..<HASH> 100644
--- a/tilequeue/format.py
+++ b/tilequeue/format.py
@@ -10,10 +10,11 @@ from TileStache.Goodies.VecTiles.topojson import merge as topojson_merge
class OutputFormat(object):
- def __init__(self, name, extension, mimetype):
+ de... | Add format_tile method to OutputFormat | tilezen_tilequeue | train |
0fdf24ead3975a91254ef0941519de9fefb0aae1 | diff --git a/lib/sup.rb b/lib/sup.rb
index <HASH>..<HASH> 100644
--- a/lib/sup.rb
+++ b/lib/sup.rb
@@ -169,7 +169,8 @@ if File.exists? Redwood::CONFIG_FN
else
require 'etc'
require 'socket'
- name = Etc.getpwnam(ENV["USER"]).gecos.split(/,/).first
+ name = Etc.getpwnam(ENV["USER"]).gecos.split(/,/).first rescu... | protect user name guessing logic from nil values | sup-heliotrope_sup | train |
ade302d9693ff25f1ffa5e018ddbcb6dee9cc8f6 | diff --git a/cmd/admin-config-set.go b/cmd/admin-config-set.go
index <HASH>..<HASH> 100644
--- a/cmd/admin-config-set.go
+++ b/cmd/admin-config-set.go
@@ -68,9 +68,9 @@ func (u configSetMessage) String() (msg string) {
msg += console.Colorize("SetConfigSuccess",
"Successfully applied new settings.")
if u.restart... | fix: suggestion format with 'mc admin config set' | minio_mc | train |
cba167695482cca7492303e3de1f59333c0127b6 | diff --git a/src/HTMLParser.php b/src/HTMLParser.php
index <HASH>..<HASH> 100644
--- a/src/HTMLParser.php
+++ b/src/HTMLParser.php
@@ -29,11 +29,6 @@ class HTMLParser
/**
* @var array
*/
- private $elementsToScore = [];
-
- /**
- * @var array
- */
private $regexps = [
'unlik... | Removed old reference to elementsToScore, switched the moment when elements are initialized | andreskrey_readability.php | train |
b9e9cb335f53f9351d232b1de6493c493509d9c8 | diff --git a/SwatDB/SwatDBRecordsetWrapper.php b/SwatDB/SwatDBRecordsetWrapper.php
index <HASH>..<HASH> 100644
--- a/SwatDB/SwatDBRecordsetWrapper.php
+++ b/SwatDB/SwatDBRecordsetWrapper.php
@@ -523,25 +523,29 @@ abstract class SwatDBRecordsetWrapper extends SwatObject
// {{{ public function getInternalValues()
/... | Don't return null from getInternalValues() and clean up documentation. This is in response to r<I>.
svn commit r<I> | silverorange_swat | train |
f5d00d70dc1e5a1f79edbb453f34e014b22d1354 | diff --git a/boiler/version.py b/boiler/version.py
index <HASH>..<HASH> 100644
--- a/boiler/version.py
+++ b/boiler/version.py
@@ -1,2 +1,2 @@
# current boiler version
-version = '0.6.2'
+version = '0.6.3'
diff --git a/docs/changelog.md b/docs/changelog.md
index <HASH>..<HASH> 100644
--- a/docs/changelog.md
+++ b/docs... | Minor maintenance release that adds python-dotenv to the list of boiler dependencies | projectshift_shift-boiler | train |
b30e79b9f7dcf0b7144e911ca4d6d4a26ab9761e | diff --git a/workbase/src/renderer/components/SchemaDesign/store/actions.js b/workbase/src/renderer/components/SchemaDesign/store/actions.js
index <HASH>..<HASH> 100644
--- a/workbase/src/renderer/components/SchemaDesign/store/actions.js
+++ b/workbase/src/renderer/components/SchemaDesign/store/actions.js
@@ -89,12 +89... | draw edges from sub-typed relationships to their role players (#<I>)
Why is this PR needed?
Roleplayers of sub-typed relationships where not being visualised on the schema designer
What does the PR do?
Does not filter subconcepts when building relationship type outbound edges
Does it break backwards compatibil... | graknlabs_grakn | train |
c213fbc0b1510f66b1fb352bf464aac57382674d | diff --git a/ykman/cli/info.py b/ykman/cli/info.py
index <HASH>..<HASH> 100644
--- a/ykman/cli/info.py
+++ b/ykman/cli/info.py
@@ -51,12 +51,13 @@ def info(ctx):
click.echo('Device capabilities:')
for c in CAPABILITY:
- if c & dev.capabilities:
- if c & dev.enabled:
- status... | Don't expose NFC capability in CLI | Yubico_yubikey-manager | train |
5bf620e28a2f00b3feed5e875548e37a7f21e7e1 | diff --git a/lib/searchkick/record_data.rb b/lib/searchkick/record_data.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/record_data.rb
+++ b/lib/searchkick/record_data.rb
@@ -25,6 +25,7 @@ module Searchkick
{delete: record_data}
end
+ # custom id useful for load: false
def search_id
id ... | Added comment [skip ci] | ankane_searchkick | train |
e756196ee34bf0143a8d3f97237d3e42a0edae38 | diff --git a/lsb-s.py b/lsb-s.py
index <HASH>..<HASH> 100755
--- a/lsb-s.py
+++ b/lsb-s.py
@@ -78,69 +78,24 @@ def reveal(img):
limit = None
for row in xrange(height):
for col in xrange(width):
- r, g, b = img.getpixel((col, row))
-
- buff += (r&1)<<(7-count)
- count ... | Removed reveal_slow(). Factorization of code (table of color components [r,g,b]). | cedricbonhomme_Stegano | train |
be4bcd41c9e29dd75bcd2a5f61e1e1f3d55bc27b | diff --git a/openquake/logs.py b/openquake/logs.py
index <HASH>..<HASH> 100644
--- a/openquake/logs.py
+++ b/openquake/logs.py
@@ -58,6 +58,9 @@ def init_logs_amqp_send(level, job_id):
return
logging.getLogger("amqplib").propagate = False
+ # Add a null to amqplib logger to silence "No handlers could... | silence warnings due to lack of handlers for the amqplib logger
Former-commit-id: ee6f<I>bcce<I>c5fdf<I>bb<I>ebb3 | gem_oq-engine | train |
37a1b875a30ae1f6253edb9bcc763f0ec10a28df | diff --git a/beaver/config.py b/beaver/config.py
index <HASH>..<HASH> 100644
--- a/beaver/config.py
+++ b/beaver/config.py
@@ -295,7 +295,7 @@ class FileConfig():
self._defaults = {
'add_field': '',
- 'debug': '',
+ 'debug': '0',
'discover_interval': '15',
... | ensure that debug flag is a boolean | python-beaver_python-beaver | train |
957dc9cbe3f375b1a78ac49ad4c966d4bec522ff | diff --git a/src/Mongator/Factory/Blueprint/Config.php b/src/Mongator/Factory/Blueprint/Config.php
index <HASH>..<HASH> 100644
--- a/src/Mongator/Factory/Blueprint/Config.php
+++ b/src/Mongator/Factory/Blueprint/Config.php
@@ -138,14 +138,15 @@ class Config
return $this->config[$field];
}
- public fu... | Fix weird behaviour with non-exists fields | mongator_factory | train |
f5d3a745127aa590d12f82764f3a99e6310df7b6 | diff --git a/framework/helpers/BaseHtml.php b/framework/helpers/BaseHtml.php
index <HASH>..<HASH> 100644
--- a/framework/helpers/BaseHtml.php
+++ b/framework/helpers/BaseHtml.php
@@ -146,7 +146,7 @@ class BaseHtml
/**
* Generates a start tag.
- * @param string $name the tag name
+ * @param string|b... | WIP #<I>: adjusted Html::beginTag and Html::endTag methods to be consistent | yiisoft_yii-core | train |
dc42d01868d300a1273250a75a55ca3b80f02736 | diff --git a/mdp.py b/mdp.py
index <HASH>..<HASH> 100644
--- a/mdp.py
+++ b/mdp.py
@@ -149,14 +149,14 @@ __doc__ += """
[['>', '>', '>', '.'], ['^', None, '^', '.'], ['^', '>', '^', '<']]
>>> print_table(Fig[17,1].to_arrows(pi))
-> > > .
-^ None ^ .
-^ > ^ <
+> > > .
+^ None... | In print_table() don't print trailing whitespace. | hobson_aima | train |
f5bce876209a982cfc8fbc43da169c7d79b3bdf5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,6 @@ setup(name='splinter',
author_email='andrewsmedina@gmail.com',
packages=find_packages(exclude=['docs', 'tests', 'samples']),
include_package_data=True,
- install_requires=['selenium==2.... | ... and less than <I> | cobrateam_splinter | train |
57347c026d6196d7c244e1a731266cdc4fb8e488 | diff --git a/pandas/tools/plotting.py b/pandas/tools/plotting.py
index <HASH>..<HASH> 100644
--- a/pandas/tools/plotting.py
+++ b/pandas/tools/plotting.py
@@ -1393,9 +1393,10 @@ def plot_frame(frame=None, x=None, y=None, subplots=False, sharex=True,
ax : matplotlib axis object, default None
style : list or di... | DOC: add "kde" and "density" to plot kind docstring | pandas-dev_pandas | train |
709baa8c01624835ae758bf04c38a91b5a1187d4 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Kubeclient release versioning follows [SemVer](ht... | Really enforce Config.new(data, nil) prevents external file lookups
Promised in README since <I>d6ea1a<I>a2cd0f<I>f<I>c9a<I>c<I>b<I>fb7 (#<I>).
Didn't work - absolute path lookups were allowed!
Test passed because some of the paths were still relative. | abonas_kubeclient | train |
a8b87ee071bc67962631f7d58b25c9feaf4e8f2a | diff --git a/src/lightncandy.php b/src/lightncandy.php
index <HASH>..<HASH> 100644
--- a/src/lightncandy.php
+++ b/src/lightncandy.php
@@ -46,15 +46,18 @@ class LightnCandy {
// PHP behavior flags
const FLAG_EXTHELPER = 8192;
const FLAG_ECHO = 16384;
+ const FLAG_PROPERTY = 32768;
+ const FLAG_METH... | try to support instance (now LCRun3::v is not implemented | zordius_lightncandy | train |
bad9f0cb90cd27292c040720acb3905713462aec | diff --git a/invenio_communities/upgrades/communities_2014_03_07_ranker.py b/invenio_communities/upgrades/communities_2014_03_07_ranker.py
index <HASH>..<HASH> 100644
--- a/invenio_communities/upgrades/communities_2014_03_07_ranker.py
+++ b/invenio_communities/upgrades/communities_2014_03_07_ranker.py
@@ -19,7 +19,7 @@... | installation: fix invenio_upgrader dependency
* FIX Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package. | inveniosoftware_invenio-communities | train |
30cf4f2569b68db7b8be91f622250a79486ec30d | diff --git a/triplestore/triplestore.go b/triplestore/triplestore.go
index <HASH>..<HASH> 100644
--- a/triplestore/triplestore.go
+++ b/triplestore/triplestore.go
@@ -5,6 +5,7 @@ import (
"sync"
"github.com/jinzhu/gorm"
+ "github.com/ricochet2200/go-disk-usage/du"
_ "github.com/mattn/go-sqlite3"
@@ -64,7 +6... | Added available diskspace to triplestore | degdb_degdb | train |
4a0b268b6dfc9d2e3ecf1ce01603b0e87d1623b8 | diff --git a/Billogram/Api.php b/Billogram/Api.php
index <HASH>..<HASH> 100644
--- a/Billogram/Api.php
+++ b/Billogram/Api.php
@@ -52,7 +52,7 @@ use Billogram\Api\Exceptions\RequestDataError;
class Api
{
const API_URL_BASE = "https://billogram.com/api/v2";
- const USER_AGENT = "Billogram API PHP Library/1.01"... | Changed user agent to follow lib version | billogram_billogram-v2-api-php-lib | train |
8fd43c94a6815b979103069d233879157ab061be | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -1348,6 +1348,7 @@ Collection.prototype.findOneAndUpdate = function(filter, update, options, callba
* @param {object} [options.fields=null] Object containing the field projection for the r... | Marked missing deprecated methods | mongodb_node-mongodb-native | train |
7e3e65c5b9783469e1c01187626a538b1e5057ff | diff --git a/fandjango/decorators.py b/fandjango/decorators.py
index <HASH>..<HASH> 100644
--- a/fandjango/decorators.py
+++ b/fandjango/decorators.py
@@ -17,9 +17,7 @@ def facebook_authorization_required(redirect_uri=False):
"""
def decorator(function):
@wraps(function)
- def wrapper(*args, *... | Assume that the request is the view's first argument | jgorset_fandjango | train |
83b089910aba7ffa0027932ccdf88ce2d9dcd285 | diff --git a/src/UI/Component/Paragraph.php b/src/UI/Component/Paragraph.php
index <HASH>..<HASH> 100644
--- a/src/UI/Component/Paragraph.php
+++ b/src/UI/Component/Paragraph.php
@@ -50,7 +50,7 @@ class Paragraph implements Component
$linePrefix = str_repeat(' ', $indentation);
$textWidth = $io->getTe... | Fixed Paragraph class to not indent empty lines | webmozart_console | train |
c44bf347df2ab8356bcb97d8300605a9112162cb | diff --git a/src/Entity/FileMetadataInterface.php b/src/Entity/FileMetadataInterface.php
index <HASH>..<HASH> 100644
--- a/src/Entity/FileMetadataInterface.php
+++ b/src/Entity/FileMetadataInterface.php
@@ -19,7 +19,7 @@ interface FileMetadataInterface extends ResourceInterface
{
public function getName(): ?strin... | [Core,Applications] fixed failed application attachment upload, ref #<I> | yawik_core | train |
4ee8d6890c354e67daeb5f55806c16f6986b32c3 | diff --git a/core/src/main/java/hudson/Main.java b/core/src/main/java/hudson/Main.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/Main.java
+++ b/core/src/main/java/hudson/Main.java
@@ -26,14 +26,12 @@ package hudson;
import hudson.util.DualOutputStream;
import hudson.util.EncodingStream;
import com... | Follow up fix to close streams at the end.
To be really correct, the crumb API call should be using the encoding specified in the HTTP response header, but doing so involves various header parsing, which is cumbersome.
Since we know Jenkins always serve the API call in UTF-8 encoding, here I'm baking that assumption ... | jenkinsci_jenkins | train |
7ce6c729306e80e70969d9bf0a39ea423ed909df | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,13 @@
### BREAKING CHANGES
- When rendering the overview, Linz will no longer infer the cell renderer type from the Form DSL type data. If Linz isn't rendering the overview cell with the correct ce... | Now passing the model overview DSL function req, rather than user. | linzjs_linz | train |
4aff39dc90bb490379ef38075bf67da9cb780246 | diff --git a/lib/chef_zero/rest_base.rb b/lib/chef_zero/rest_base.rb
index <HASH>..<HASH> 100644
--- a/lib/chef_zero/rest_base.rb
+++ b/lib/chef_zero/rest_base.rb
@@ -21,7 +21,7 @@ module ChefZero
accept_methods_str = accept_methods.map { |m| m.to_s.upcase }.join(', ')
return [405, {"Content-Type" => ... | Do a better job parsing accepts so browsers can get data | chef_chef-zero | train |
b827d5eb95a4fadebc8d8af53bae2bc5a3cbba3f | diff --git a/spec/unit/imap/backup/setup/account_spec.rb b/spec/unit/imap/backup/setup/account_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/imap/backup/setup/account_spec.rb
+++ b/spec/unit/imap/backup/setup/account_spec.rb
@@ -1,7 +1,5 @@
module Imap::Backup
describe Setup::Account do
- HIGHLINE = "highl... | Don't use constants in tests | joeyates_imap-backup | train |
fb4a29dbc115e6a93b02e1acd639d471caf20e94 | diff --git a/spec/plugin.py b/spec/plugin.py
index <HASH>..<HASH> 100644
--- a/spec/plugin.py
+++ b/spec/plugin.py
@@ -251,9 +251,17 @@ class SpecOutputStream(OutputStream):
return " " * self._depth
def print_context(self, context):
+ # Ensure parents get printed too (e.g. an outer class with ... | Print context line for classes which only wrap others | bitprophet_spec | train |
d41b3f3979a5daebd615fd8a8c333240ed48820a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,15 +1,7 @@
var Container = typeof Buffer !== 'undefined'
? Buffer // in node, use buffers
- : typeof Int8Array !== 'undefined'
- ? Int8Array // in newer browsers, use webgl int8arrays
- : function (l) {
- ... | BREAKING: drop support for browsers that lack typed arrays
Browser support is <I>%, I think we can safely drop this. <URL> | fb55_bitfield | train |
69124cb6ab53f34e6dc7e93c7b9828c8e4a9b7ff | diff --git a/tests/utils/test_events.py b/tests/utils/test_events.py
index <HASH>..<HASH> 100644
--- a/tests/utils/test_events.py
+++ b/tests/utils/test_events.py
@@ -14,7 +14,7 @@
# limitations under the License.
import datetime
import random
-from itertools import islice, dropwhile
+from itertools import islice
f... | BUG: Fixed a bug with offsets in week_start and week_end | quantopian_zipline | train |
ce627f37a22648c0d7112ed937017da640fb1353 | diff --git a/addon/mixins/d3-support.js b/addon/mixins/d3-support.js
index <HASH>..<HASH> 100644
--- a/addon/mixins/d3-support.js
+++ b/addon/mixins/d3-support.js
@@ -1,6 +1,6 @@
import Ember from 'ember';
-import version, { hasGlimmer } from 'ember-cli-d3/utils/version';
+import { hasGlimmer } from 'ember-cli-d3/ut... | all glimmer versions needs to register self | ming-codes_ember-cli-d3 | train |
4abca34e7a716a2e64425283272ef289c5aca716 | diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index <HASH>..<HASH> 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '3.2'
+ VERSION = '3.2.1'
end | Version bump for <I>. | chef_chef-zero | train |
bc65b0e8b452156a408459c562f332c34695a07f | diff --git a/src/router/createLocaleMiddleware.js b/src/router/createLocaleMiddleware.js
index <HASH>..<HASH> 100644
--- a/src/router/createLocaleMiddleware.js
+++ b/src/router/createLocaleMiddleware.js
@@ -13,7 +13,7 @@ export default ({
const [ localeSegment ] = url.split('/');
if (localeSegment) {
const [... | Fix incorrect locale matching caused by wrong variable references | traveloka_soya-next | train |
63a27e3d85c02e46eb9a9747a367fb4ee4c031eb | diff --git a/src/photini/__init__.py b/src/photini/__init__.py
index <HASH>..<HASH> 100644
--- a/src/photini/__init__.py
+++ b/src/photini/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
__version__ = '2021.7.1'
-build = '1779 (9360ead)'
+build = '1780 (97d336b)'
diff --git a/src/photini/photini... | Don't adjust map when more images are opened | jim-easterbrook_Photini | train |
55e6577b750c7c1b6ebb5a13381e7eab7459f85d | diff --git a/lib/adapters/http.js b/lib/adapters/http.js
index <HASH>..<HASH> 100755
--- a/lib/adapters/http.js
+++ b/lib/adapters/http.js
@@ -313,6 +313,12 @@ module.exports = function httpAdapter(config) {
reject(enhanceError(err, config, null, req));
});
+ // set tcp keep alive to prevent drop conne... | Adding a socket handler for keep TCP connection (#<I>)
This is not http keepalive option it is TCP level
which is lower than HTTP.
It will send meanless ack flag packet to server.
so it woudn't be drop TCP connection by server side
like Firewall, Loadbalancer, Nginx etc. | axios_axios | train |
409ddc474a90fc0153d89295cc267c2243b9ec1e | diff --git a/tornado/iostream.py b/tornado/iostream.py
index <HASH>..<HASH> 100644
--- a/tornado/iostream.py
+++ b/tornado/iostream.py
@@ -59,7 +59,8 @@ _ERRNO_WOULDBLOCK = (errno.EWOULDBLOCK, errno.EAGAIN)
# These errnos indicate that a connection has been abruptly terminated.
# They should be caught and handled l... | Add ETIMEDOUT to the list of relatively benign unclean-close errnos. | tornadoweb_tornado | train |
84e01a913f31a62c0ea2dfbb19e70f79dde5c59d | diff --git a/dolo/algos/simulations.py b/dolo/algos/simulations.py
index <HASH>..<HASH> 100644
--- a/dolo/algos/simulations.py
+++ b/dolo/algos/simulations.py
@@ -149,6 +149,41 @@ def simulate(model, dr, s0=None, n_exp=0, horizon=40, seed=1, discard=False, sol
def plot_decision_rule(model, dr, state, plot_controls... | BUG: dolo ignoring bounds in model.options | EconForge_dolo | train |
5829a9e89293e111927ec9ed494f8960c500d22d | diff --git a/src/tiledimage.js b/src/tiledimage.js
index <HASH>..<HASH> 100644
--- a/src/tiledimage.js
+++ b/src/tiledimage.js
@@ -1940,14 +1940,15 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
}
if (this._croppingPolygons) {
+ var self = this;
... | fix closure for croppingPolygons in drawTile | openseadragon_openseadragon | train |
1aa2d49d02f6734a855216011f625bf5131156ce | diff --git a/Query/Builder.php b/Query/Builder.php
index <HASH>..<HASH> 100755
--- a/Query/Builder.php
+++ b/Query/Builder.php
@@ -1761,7 +1761,7 @@ class Builder
/**
* Add an "order by" clause to the query.
*
- * @param string $column
+ * @param \Closure|\Illuminate\Database\Query\Builder|s... | Add the ability to order by subqueries | illuminate_database | train |
3e5831dd0a0705ea3ac64e3a23902206c8fd35e4 | diff --git a/master/buildbot/test/unit/test_changes_p4poller.py b/master/buildbot/test/unit/test_changes_p4poller.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/test_changes_p4poller.py
+++ b/master/buildbot/test/unit/test_changes_p4poller.py
@@ -277,7 +277,7 @@ class TestP4Poller(changesource.ChangeSou... | Make sure that undecodableText is bytes.
This fixes an error on Python 3. | buildbot_buildbot | train |
2ea5ad24c4fec3e47de05513805d3527348aeea4 | diff --git a/db/migrate/20140213053001_add_event_id_at_creation_to_links.rb b/db/migrate/20140213053001_add_event_id_at_creation_to_links.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20140213053001_add_event_id_at_creation_to_links.rb
+++ b/db/migrate/20140213053001_add_event_id_at_creation_to_links.rb
@@ -1,8 +1,11... | add Link, Event classes to migration and use find_each | huginn_huginn | train |
d2e78252e64882a025f251ac6e13f90d9f2a1003 | diff --git a/tests/api/tc/v3/v3_helpers.py b/tests/api/tc/v3/v3_helpers.py
index <HASH>..<HASH> 100644
--- a/tests/api/tc/v3/v3_helpers.py
+++ b/tests/api/tc/v3/v3_helpers.py
@@ -65,6 +65,11 @@ class V3Helper:
'class_name': 'AdversaryAsset',
'collection_class_name': 'AdversaryAssets',
... | adding support for attribute_types in the v3 helper | ThreatConnect-Inc_tcex | train |
9be281534746f40f28df5d2f0fb566311fc2d879 | diff --git a/lib/ticketevolution/base.rb b/lib/ticketevolution/base.rb
index <HASH>..<HASH> 100644
--- a/lib/ticketevolution/base.rb
+++ b/lib/ticketevolution/base.rb
@@ -11,10 +11,18 @@ module Ticketevolution
@errors = response[:errors]
@server_message = response[:server_message]
end
+
+... | starting to store the collection in a reference class level wise for use for next functionality | ticketevolution_ticketevolution-ruby | train |
bad9d148bf976cec2964b92827fac9129a8c1a43 | diff --git a/lib/how_is/sources/github/contributions.rb b/lib/how_is/sources/github/contributions.rb
index <HASH>..<HASH> 100644
--- a/lib/how_is/sources/github/contributions.rb
+++ b/lib/how_is/sources/github/contributions.rb
@@ -51,10 +51,12 @@ module HowIs
# author: GitHub login, name or email by which to... | Refactor Github::Contributions. | duckinator_inq | train |
5a4b4bad823b7e36c7527b55fc8361aa5e892b08 | diff --git a/Classes/ResourceLoader.php b/Classes/ResourceLoader.php
index <HASH>..<HASH> 100755
--- a/Classes/ResourceLoader.php
+++ b/Classes/ResourceLoader.php
@@ -120,7 +120,7 @@ class ResourceLoader extends coreResourceLoader
if ($resources['core']) {
// load map-controller last, since it is ... | Add timestamp as query param | Kuestenschmiede_MapsBundle | train |
a0d11dd2d3be5a24ec7275124685008a805bd810 | diff --git a/lib/booking_locations/location.rb b/lib/booking_locations/location.rb
index <HASH>..<HASH> 100644
--- a/lib/booking_locations/location.rb
+++ b/lib/booking_locations/location.rb
@@ -52,11 +52,7 @@ module BookingLocations
end
def name_for(location_id)
- if id == location_id
- name
- ... | Refactor to use newly introduced helper | guidance-guarantee-programme_booking_locations | train |
a410bf3bc68ac26cae2ea3799854292b1a0ede15 | diff --git a/podcast/feeds.py b/podcast/feeds.py
index <HASH>..<HASH> 100644
--- a/podcast/feeds.py
+++ b/podcast/feeds.py
@@ -135,6 +135,9 @@ class ShowFeed(Feed):
def item_description(self, item):
return '%s' % item.description
+ def item_guid(self, item):
+ return self.item_enclosure_url()
... | Item guid points to enclosure URL in show feed | richardcornish_django-applepodcast | train |
08e76436960c23c7431a4aab99ae3f21adde6877 | diff --git a/securesystemslib/formats.py b/securesystemslib/formats.py
index <HASH>..<HASH> 100755
--- a/securesystemslib/formats.py
+++ b/securesystemslib/formats.py
@@ -237,9 +237,9 @@ KEY_SCHEMA = SCHEMA.Object(
keyval = KEYVAL_SCHEMA,
expires = SCHEMA.Optional(ISO8601_DATETIME_SCHEMA))
-# Like KEY_SCHEMA, b... | Add missing word to PUBLIC_KEY_SCHEMA's description | secure-systems-lab_securesystemslib | train |
4a8a8b30b093d0b24bfdcd2a587ba6fe1b15f879 | diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py
index <HASH>..<HASH> 100644
--- a/python/ray/tests/test_actor.py
+++ b/python/ray/tests/test_actor.py
@@ -50,6 +50,7 @@ def test_caching_actors(shutdown_only, set_enable_auto_connect):
assert ray.get(f.get_val.remote()) == 3
+@pytest.... | Skipped `test_reference_counting_2` and `test_actor` (#<I>) | ray-project_ray | train |
ca803cf0efc5f1ed057dc114d37ba115cbd48526 | diff --git a/action/show.go b/action/show.go
index <HASH>..<HASH> 100644
--- a/action/show.go
+++ b/action/show.go
@@ -98,7 +98,10 @@ func (s *Action) show(ctx context.Context, c *cli.Context, name, key string, cli
}
}
- fmt.Println(color.YellowString(strings.TrimRight(string(content), "\r\n")))
+ fmt.Print(colo... | Omit newline on gopass show when out goes to a terminal (#<I>)
Fixes #<I> | gopasspw_gopass | train |
9159e6b0c542ac1300c2631f5d291ca970f85503 | diff --git a/includes/lib/property.php b/includes/lib/property.php
index <HASH>..<HASH> 100644
--- a/includes/lib/property.php
+++ b/includes/lib/property.php
@@ -197,7 +197,32 @@ function _ptb_get_property_options ($options) {
// Get meta value for the field
$options->value = ptb_field($options->slug, null, null... | If Polylang isn't in use we can render more properties on the same page | wp-papi_papi | train |
42a27b27705a1176bcfb5ff18ce9d92d3f8e5b41 | diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
+++ b/src/Symfony/Bundle/FrameworkBun... | Move IDE file link formats from FrameworkExtension to FileLinkFormatter | symfony_symfony | train |
f8636e57960b210d23d975646441df20d93f7acb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -6,15 +6,25 @@ var missCount = 0;
exports.put = function(key, value, time) {
if (debug) console.log('caching: '+key+' = '+value+' (@'+time+')');
- var expire = time + now();
- cache[key] = {value: value, expire: expire... | Cancel old timeout on new PUT | ptarjan_node-cache | train |
60d7a964c9f1c298bbac826ab1ac46eb8b9e458e | diff --git a/normandy/recipes/api/v1/serializers.py b/normandy/recipes/api/v1/serializers.py
index <HASH>..<HASH> 100644
--- a/normandy/recipes/api/v1/serializers.py
+++ b/normandy/recipes/api/v1/serializers.py
@@ -113,6 +113,7 @@ class MinimalRecipeSerializer(RecipeSerializer):
"""
revision_id = serializer... | Fix exposure of 'uses_only_baseline_capabilities' field in Remote Settings (ref #<I>) | mozilla_normandy | train |
db965366098421f28fafa914334fa42d5b7d01cc | diff --git a/src/php/wp-cli/commands/internals/skeletons/taxonomy_skeleton.php b/src/php/wp-cli/commands/internals/skeletons/taxonomy_skeleton.php
index <HASH>..<HASH> 100755
--- a/src/php/wp-cli/commands/internals/skeletons/taxonomy_skeleton.php
+++ b/src/php/wp-cli/commands/internals/skeletons/taxonomy_skeleton.php
@... | Changed getext $context to $textdomain | wp-cli_extension-command | train |
a1158a873a22882193aba2c2c87b80044eff1931 | diff --git a/lxd/patches.go b/lxd/patches.go
index <HASH>..<HASH> 100644
--- a/lxd/patches.go
+++ b/lxd/patches.go
@@ -1789,7 +1789,7 @@ func updatePoolPropertyForAllObjects(d *Daemon, poolName string, allcontainers [
// Look for a local root device entry
localDevices := c.LocalDevices()
- k, d, _ = containerG... | lxd/patches: Drop unused variable | lxc_lxd | train |
d7cc14430af17fbba2441296fca7e6d853a3f675 | diff --git a/liquibase-core/src/main/java/liquibase/change/AbstractSQLChange.java b/liquibase-core/src/main/java/liquibase/change/AbstractSQLChange.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/change/AbstractSQLChange.java
+++ b/liquibase-core/src/main/java/liquibase/change/AbstractSQLC... | CORE-<I> Memory improvements for large sqlFile files: Fixes for failing tests after changes | liquibase_liquibase | train |
998d9ca2c405175022dc47061412f7fa0ed365d5 | diff --git a/art/art.py b/art/art.py
index <HASH>..<HASH> 100644
--- a/art/art.py
+++ b/art/art.py
@@ -412,7 +412,7 @@ def __word2art(word, font, chr_ignore, letters):
return result
-def text2art(text, font=DEFAULT_FONT, chr_ignore=True):
+def text2art(text, font=DEFAULT_FONT, chr_ignore=True, decoration=None)... | add : decoration added to text2art | sepandhaghighi_art | train |
45f04bfd5af07c90a9b0a3dcbb858cd85e45398b | diff --git a/src/anytemplate/api.py b/src/anytemplate/api.py
index <HASH>..<HASH> 100644
--- a/src/anytemplate/api.py
+++ b/src/anytemplate/api.py
@@ -18,9 +18,9 @@ import anytemplate.globals
import anytemplate.utils
from anytemplate.globals import (
- TemplateNotFound, TemplateEngineNotFound, CompileError # fl... | fix: make unused-imports ignored by py flake8 | ssato_python-anytemplate | train |
a584ad88b1d34cafb60590e9092f48de6c0692de | diff --git a/skflow/preprocessing/text.py b/skflow/preprocessing/text.py
index <HASH>..<HASH> 100644
--- a/skflow/preprocessing/text.py
+++ b/skflow/preprocessing/text.py
@@ -67,7 +67,8 @@ class ByteProcessor(object):
for document in X:
if isinstance(document, six.text_type):
docu... | Adding memoryview to ByteProcessor to not copy additional memory when map to bytes | tensorflow_skflow | train |
6e17cbb64ca27a20409d18ec1625c643ddabc525 | diff --git a/route/index.js b/route/index.js
index <HASH>..<HASH> 100644
--- a/route/index.js
+++ b/route/index.js
@@ -3,14 +3,18 @@
let
_ = require('lodash')
+,publics = {}
,setting = require('../app/setting')
,local = require('../app/local')
,tools = require('../lib/tools')
,ua = require('../lib/ua')
,Router... | make route init fucntion extendable | jade-press_jade-press | train |
e8818375a6df8683c43dae1ee227abfb074dcf9a | diff --git a/attachments/templatetags/attachments_tags.py b/attachments/templatetags/attachments_tags.py
index <HASH>..<HASH> 100644
--- a/attachments/templatetags/attachments_tags.py
+++ b/attachments/templatetags/attachments_tags.py
@@ -27,7 +27,7 @@ def attachment_form(context, obj, **kwargs):
@register.inclusi... | Override 'next' for deletet tag as well. Refs #<I>. | bartTC_django-attachments | train |
57a06e4229ec93d5a1a127980bbf5b4e0f5d737d | diff --git a/js/chrome/app.js b/js/chrome/app.js
index <HASH>..<HASH> 100644
--- a/js/chrome/app.js
+++ b/js/chrome/app.js
@@ -11,6 +11,7 @@ var debug = jsbin.settings.debug === undefined ? false : jsbin.settings.debug,
$bin = $('#bin'),
loadGist,
$document = $(document),
+ splitterSettings = JSON.par... | Support #html or #javascript to show a specific panel | jsbin_jsbin | train |
1315e8af8d73533903d0958b08d0f96e82db11cc | diff --git a/lib/Skeleton/Email/Email.php b/lib/Skeleton/Email/Email.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Email/Email.php
+++ b/lib/Skeleton/Email/Email.php
@@ -337,7 +337,7 @@ class Email {
}
foreach ($this->template_paths as $template_paths) {
- $template->add_template_directory($template_path... | Update Email.php
use path instead of directory | tigron_skeleton-email | train |
764baa58ec6aee689512d99b5caa1a1825ab8a3b | diff --git a/backend/__init__.py b/backend/__init__.py
index <HASH>..<HASH> 100644
--- a/backend/__init__.py
+++ b/backend/__init__.py
@@ -862,11 +862,8 @@ def _storestr(ins):
if value[0] == '_':
if indirect:
output.append('ld hl, (%s)' % value)
- output.append('ld e, (hl)')
- ... | Bugfix: storestr param error
Fixed a bug in storestr which wasn't reading
origin string correctly when stored into a variable. | boriel_zxbasic | train |
ab831e7ca95bc31fc280cc0d65d69f88a2b5b6a4 | diff --git a/lib/convert/css.js b/lib/convert/css.js
index <HASH>..<HASH> 100644
--- a/lib/convert/css.js
+++ b/lib/convert/css.js
@@ -75,6 +75,8 @@ Converter.prototype.visit = function(node){
case 'supports':
var name = node.type[0].toUpperCase() + node.type.slice(1);
return this['visit' + name](nod... | Fix @font-face issue
- `css-parse` didn't support @font-face before <I>
–> fixed | stylus_stylus | train |
e3ada58cb4760c9d0a18ae0cb18f00bcca455166 | diff --git a/spec/fullTextTests/runFullTextTests.js b/spec/fullTextTests/runFullTextTests.js
index <HASH>..<HASH> 100644
--- a/spec/fullTextTests/runFullTextTests.js
+++ b/spec/fullTextTests/runFullTextTests.js
@@ -19,7 +19,6 @@ import InternalLinksAssessment from "../../src/assessments/seo/InternalLinksAsse
import Ti... | Removed UrlStopWordsAssessment from full text specs. | Yoast_YoastSEO.js | train |
76ada8c6728a95d90bda3b240e86b2aceb6ef760 | diff --git a/lib/jekyll/convertible.rb b/lib/jekyll/convertible.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/convertible.rb
+++ b/lib/jekyll/convertible.rb
@@ -84,13 +84,13 @@ module Jekyll
# info - the info for Liquid
#
# Returns the converted content
- def render_liquid(content, payload, info)... | output correct path in case of liquid error in layout
As with includes, an error in a layout was reported on the
page that used the layout. Fix this by passing on the path
of the layout that is rendered. | jekyll_jekyll | train |
0170a173a1d6a1699b4a897e78fdd17dd3395636 | diff --git a/bcbio/pipeline/run_info.py b/bcbio/pipeline/run_info.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/run_info.py
+++ b/bcbio/pipeline/run_info.py
@@ -17,6 +17,7 @@ from bcbio.log import logger
from bcbio.distributed import objectstore
from bcbio.illumina import flowcell
from bcbio.pipeline import al... | Allow jointcalling to work with single samples without batches for gVCF output. Thanks to Mick Watson | bcbio_bcbio-nextgen | train |
7a08f1d1f3a74e3219c4c98e0b187e4c345c289f | diff --git a/languagetool-server/src/main/java/org/languagetool/server/UserLimits.java b/languagetool-server/src/main/java/org/languagetool/server/UserLimits.java
index <HASH>..<HASH> 100644
--- a/languagetool-server/src/main/java/org/languagetool/server/UserLimits.java
+++ b/languagetool-server/src/main/java/org/langu... | fix premiumAlways option
option would only be used for default limits, i.e.
existing token / account would overwrite premiumAlways | languagetool-org_languagetool | train |
c2653e919cda4941cf3f84495d60b6d9be31bedd | diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/framework/CHANGELOG.md
+++ b/framework/CHANGELOG.md
@@ -46,6 +46,7 @@ Yii Framework 2 Change Log
- Bug #11847: Fixed `yii\widgets\Pjax` to properly respond with partials when custom selector is used for container (pigochu, s... | Fixes #<I>: Fixed usage of `mb_substr` with PHP < <I> where length of NULL was treated the same as 0 | yiisoft_yii-core | train |
49e3647f51f6bbe3699f84270cd38b521b4c1efc | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -114,8 +114,8 @@ function addAll(packages, packageIndex) {
var package = p + '@' + packages[p]
- if (~~packageIndex.indexOf(package)) {
+ if (packageIndex.indexOf(package) === -1) {
packageIndex.push(package)
}... | actually maintain uniqueness in package index
Before, it would've added a package unless it was a duplicate of the first one in the array.
In JavaScript, the "double-tilde idiom" produces results similar to the floor function, but not quite. It also produces bewilderment in the mind of a programmer unfamiliar with... | ironSource_license-report | train |
e813a8659f589fe9c29abf5f894492e925eed53d | diff --git a/lang/fr/workshop.php b/lang/fr/workshop.php
index <HASH>..<HASH> 100755
--- a/lang/fr/workshop.php
+++ b/lang/fr/workshop.php
@@ -115,15 +115,15 @@ $string['listofallsubmissions'] = 'Liste de tous les travaux';
$string['liststudentsassessments'] = 'Liste des �valuations par les �tudiants';
$string['load... | Added periods at the end of some sentences. | moodle_moodle | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.