hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
56937e19080a0d26a6a20a54269ae77a673f38c9
diff --git a/test_dataclasses.py b/test_dataclasses.py index <HASH>..<HASH> 100755 --- a/test_dataclasses.py +++ b/test_dataclasses.py @@ -1197,11 +1197,19 @@ class TestCase(unittest.TestCase): self.assertEqual(c.x, 20) def test_init_var_inheritance(self): + # Note that this deliberately tests th...
Be explicit about allowing an InitVar even without a __post_init__().
ericvsmith_dataclasses
train
py
e93c478adc5f1524d3dc77fea53a3c4cd34fd79b
diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -113,6 +113,13 @@ class Application extends Container implements ApplicationContract, CachesCo...
Lang Fallback (#<I>) * let lang be found in base directory * allow method to override lang path
laravel_framework
train
php
7c5d5b6ae7da3ab3ac72e5e229210d1ff7cced22
diff --git a/src/cst/Node.js b/src/cst/Node.js index <HASH>..<HASH> 100644 --- a/src/cst/Node.js +++ b/src/cst/Node.js @@ -90,14 +90,6 @@ export default class Node { return ch === '\n' || ch === '\t' || ch === ' ' || (endAsBlank && !ch) } - static atCollectionItem(src, offset) { - const ch = src[offset] -...
cst: Drop Node.atCollectionItem as unused since <I>a8a<I>
eemeli_yaml
train
js
9af1080d952e76260da66eba291f28829773fdba
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -15,6 +15,7 @@ const RpcRequestPayload = require('./rpcrequest-payload'); const SqlBatchPayload = require('./sqlbatch-payload'); const MessageIO = require('./message-io'); const Socket = ...
check if host is ip address before use multisubnetfailover config
tediousjs_tedious
train
js
8ca4609ff851771885c5b0b2923dc6e10946d74b
diff --git a/includes/functions/functions.php b/includes/functions/functions.php index <HASH>..<HASH> 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -2970,7 +2970,7 @@ function get_theme_names() { static $themes; if ($themes===null) { $themes = array(); - $d = dir("theme...
Fix: get_theme_names() needs absolute paths, rather than relative
fisharebest_webtrees
train
php
fa2f923e4861e0c930de6e8c96b607a06bcc4398
diff --git a/Lib/fontbakery/checkrunner.py b/Lib/fontbakery/checkrunner.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/checkrunner.py +++ b/Lib/fontbakery/checkrunner.py @@ -352,7 +352,7 @@ class CheckRunner(object): return # Do not fall through to rest of method. except Exception as e: error...
An exception in a check signifies an ERROR rather than a FAIL
googlefonts_fontbakery
train
py
449afa775a57042f48409bd7586b2cf27b523122
diff --git a/addon/components/spectrum-color-picker.js b/addon/components/spectrum-color-picker.js index <HASH>..<HASH> 100644 --- a/addon/components/spectrum-color-picker.js +++ b/addon/components/spectrum-color-picker.js @@ -89,5 +89,9 @@ export default Ember.Component.extend({ } this.$().spectrum(opts); ...
Push changes back to the picker when our data is changed.
RSSchermer_ember-spectrum-color-picker
train
js
fafa683c5cc1e736df03116b11fc5868c54e30d5
diff --git a/auth/team.go b/auth/team.go index <HASH>..<HASH> 100644 --- a/auth/team.go +++ b/auth/team.go @@ -9,7 +9,6 @@ import ( "fmt" "regexp" "strings" - "sync" "github.com/tsuru/tsuru/db" "github.com/tsuru/tsuru/log" @@ -146,20 +145,10 @@ func CheckUserAccess(teamNames []string, u *User) bool { } ...
auth: simplifying CheckUserAccess.
tsuru_tsuru
train
go
02f43e7b77a1b3e027026e0d102fd4c12497e183
diff --git a/pysat/_constellation.py b/pysat/_constellation.py index <HASH>..<HASH> 100644 --- a/pysat/_constellation.py +++ b/pysat/_constellation.py @@ -15,4 +15,6 @@ class Constellation(object): # FIXME pass - + + def __getitem__(instruments, index): + return self.instruments[index]
Added __getitem__ method
rstoneback_pysat
train
py
60fe91f499d94c2b0888458c3e3a314f23e0d170
diff --git a/test/spec/helpers/lazy_default_spec.rb b/test/spec/helpers/lazy_default_spec.rb index <HASH>..<HASH> 100644 --- a/test/spec/helpers/lazy_default_spec.rb +++ b/test/spec/helpers/lazy_default_spec.rb @@ -48,7 +48,7 @@ describe Poise::Helpers::LazyDefault do poise_sub 'test' end - it { is_exp...
Fix test. This was only ever working by accident?
poise_poise
train
rb
5d5c1b1e03cc685d2c771b32aec32dab76ead109
diff --git a/lib/puppet/pops/issues.rb b/lib/puppet/pops/issues.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/issues.rb +++ b/lib/puppet/pops/issues.rb @@ -295,8 +295,7 @@ module Puppet::Pops::Issues "Illegal expression. #{label.a_an_uc(semantic)} is unacceptable as #{feature} in #{label.a_an(container)}" ...
(maint) Fix bad comment for issue ILLEGAL_VARIABLE_EXPRESSION
puppetlabs_puppet
train
rb
d32b89213722be21031abde21fb0fceff0fba2ee
diff --git a/zinnia/tests/test_templatetags.py b/zinnia/tests/test_templatetags.py index <HASH>..<HASH> 100644 --- a/zinnia/tests/test_templatetags.py +++ b/zinnia/tests/test_templatetags.py @@ -47,6 +47,7 @@ from zinnia.templatetags.zinnia_tags import get_featured_entries from zinnia.templatetags.zinnia_tags import g...
Testing the comment_admin_urlname template filter
Fantomas42_django-blog-zinnia
train
py
2d860dcde18b196ca2bf533d4243a8bb13e25282
diff --git a/lib/Curler/Certbot.php b/lib/Curler/Certbot.php index <HASH>..<HASH> 100755 --- a/lib/Curler/Certbot.php +++ b/lib/Curler/Certbot.php @@ -93,6 +93,10 @@ class Certbot extends Curler { foreach ($this->accounttypes as $type) { foreach ($this->accounts[$type] as $account) { + ...
handled certbot accounts with no visible certs
metaclassing_utility
train
php
f37534d398f7c9117a0604dcd0be60a0208aa155
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -640,9 +640,10 @@ func (f *File) Name() string { const maxConcurrentRequests = 64 -// Read reads up to len(b) bytes from the File. It returns the number of -// bytes read and an error, if any. EOF is signaled by a zer...
Fixes #<I>, documentation of File.Read() Docs had it following semantics of os.File.Read when it was actually adhering to io.Reader.Read semantics.
pkg_sftp
train
go
125d18901cb0d9b76888baeb817bb57e2b57a9e4
diff --git a/lib/filterer/base.rb b/lib/filterer/base.rb index <HASH>..<HASH> 100644 --- a/lib/filterer/base.rb +++ b/lib/filterer/base.rb @@ -86,8 +86,9 @@ module Filterer def find_results @results = opts.delete(:starting_query) || starting_query add_params_to_query - return if @opts[:chainable...
Implement `include_ordering` option
dobtco_filterer
train
rb
d4e56f1d91aaf40456770dd8aeaad43507f32366
diff --git a/src/Traits/TraversalTrait.php b/src/Traits/TraversalTrait.php index <HASH>..<HASH> 100644 --- a/src/Traits/TraversalTrait.php +++ b/src/Traits/TraversalTrait.php @@ -353,6 +353,8 @@ trait TraversalTrait */ public function contents() { $results = $this->collection()->reduce(function($car...
Additional checks to prevent "Couldn't fetch DOMWrap\Element. Node nolonger exists
scotteh_php-dom-wrapper
train
php
e3be07cd0e2c1ce5342fc37e18b3bdb641c4468a
diff --git a/src/core/validator.js b/src/core/validator.js index <HASH>..<HASH> 100644 --- a/src/core/validator.js +++ b/src/core/validator.js @@ -25,7 +25,11 @@ export default class Validator { constructor (validations?: MapObject, options?: MapObject = { vm: null, fastExit: true }) { this.strict = STRICT_MODE...
Fix Memory leak in SSR The global ERROR object keeps references to the errors objects. This prevent the garbage collector from freeing the memory. This fix simply check if a window exists (if yes we are running in the browser) else we are in SSR. Do not add the error object to the ERROR const global variable to allow...
baianat_vee-validate
train
js
56c74eaec8ac31abf1bd5e8605a2838b291d257b
diff --git a/lib/commands/help.js b/lib/commands/help.js index <HASH>..<HASH> 100644 --- a/lib/commands/help.js +++ b/lib/commands/help.js @@ -1,5 +1,6 @@ var Chalk = require('chalk'); var Promise = require('es6-promise').Promise; +var Pkg = require('../../package.json'); exports.help = [ 'Print the help text...
adds the version # to the help header cause it's useful
nodesecurity_nsp
train
js
7e3f781adab857b6c07aea6af3a04d0abfd8cfd2
diff --git a/dallinger/config.py b/dallinger/config.py index <HASH>..<HASH> 100644 --- a/dallinger/config.py +++ b/dallinger/config.py @@ -44,7 +44,7 @@ default_keys = ( ('dyno_type', unicode, []), ('heroku_email_address', unicode, [], True), ('heroku_password', unicode, [], True), - ('heroku_team', u...
Make 'team' a synonym of 'heroku_team' (To improve backwards-compatibility with versions 2.x.)
Dallinger_Dallinger
train
py
b9928512cfc00ad62f2c97bbc4f79f6243f859f9
diff --git a/lib/puppet/reference/providers.rb b/lib/puppet/reference/providers.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/reference/providers.rb +++ b/lib/puppet/reference/providers.rb @@ -13,11 +13,10 @@ providers = Puppet::Util::Reference.newreference :providers, :title => "Provider ret = "Details about this...
(PUP-<I>) Use structured facts in the providers report
puppetlabs_puppet
train
rb
8bd0449ad83ff10abfa783b58c3bbba0b18bcf79
diff --git a/src/OrgManager.php b/src/OrgManager.php index <HASH>..<HASH> 100644 --- a/src/OrgManager.php +++ b/src/OrgManager.php @@ -78,6 +78,17 @@ class OrgManager } /** + * @param string $id + * @param string $password + * + * @return array + */ + public function changeOrgPassword...
Add a function to change Organization Password
orgmanager_php-orgmanager-api
train
php
f05937411e2c30711d2c9c819c448caf33e4e7be
diff --git a/src/org/zaproxy/zap/extension/api/API.java b/src/org/zaproxy/zap/extension/api/API.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/api/API.java +++ b/src/org/zaproxy/zap/extension/api/API.java @@ -132,10 +132,12 @@ public class API { } } String path = requestHeader.getURI().g...
Issue <I> - NullPointerException while proxying with a URI with an empty path component Changed to check if the URI path component is not null before using it.
zaproxy_zaproxy
train
java
bd1d41b83c06b05c40d510187f8e2c397d5cbace
diff --git a/dosagelib/rss.py b/dosagelib/rss.py index <HASH>..<HASH> 100644 --- a/dosagelib/rss.py +++ b/dosagelib/rss.py @@ -50,7 +50,7 @@ class Feed(object): def write(self, path): """Write RSS content to file.""" - with open(path, 'w') as f: + with open(path, 'wb') as f: f...
Write encoded data in binary format.
wummel_dosage
train
py
12749e3c411750f754d50f093471234c7ab270b0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,10 +10,17 @@ var typeOf = require('kind-of'); module.exports = function isNumber(num) { + if (!num && num !== 0) return false; + var type = typeOf(num); if (type !== 'number' && type !== 'string') { return ...
fixes #3 and add tests for it, micro optimization
jonschlinkert_is-number
train
js,js
c778e1edc864f1daabd2efe25c74e53f4f8ffe65
diff --git a/indra/bel/processor.py b/indra/bel/processor.py index <HASH>..<HASH> 100644 --- a/indra/bel/processor.py +++ b/indra/bel/processor.py @@ -241,12 +241,13 @@ class BelProcessor(object): sub_name = gene_name_from_uri(stmt[1]) sub = Agent(sub_name) mod = term_from_uri(stm...
Fix bug in processing dephosphorylation stmts
sorgerlab_indra
train
py
9e43ec32185ed528a047131dbf9ba6f6d9573e23
diff --git a/src/util/index.js b/src/util/index.js index <HASH>..<HASH> 100644 --- a/src/util/index.js +++ b/src/util/index.js @@ -7,7 +7,6 @@ export aria from './aria' export DOM from './DOM' export role from './role' export browser from './browser' -export testRules from './te...
remove test-rules from source tree, so it doen't show warnings and need chai
reactjs_react-a11y
train
js,js
00ac10b20b4f7ada79ee661d4b16e13836cd562a
diff --git a/tests/Entity/EntityCollectionTest.php b/tests/Entity/EntityCollectionTest.php index <HASH>..<HASH> 100644 --- a/tests/Entity/EntityCollectionTest.php +++ b/tests/Entity/EntityCollectionTest.php @@ -41,6 +41,9 @@ class EntityCollectionTest extends TestCase */ public function acceptOnlyEntities() ...
Skiping tests for PHP 7 type check.
slickframework_orm
train
php
a9a51c7e13e014b2c6de47417c1ca6484346eb06
diff --git a/raiden_contracts/contract_source_manager.py b/raiden_contracts/contract_source_manager.py index <HASH>..<HASH> 100644 --- a/raiden_contracts/contract_source_manager.py +++ b/raiden_contracts/contract_source_manager.py @@ -60,6 +60,7 @@ class ContractSourceManager: import_remappings=imp...
Disable yul optimizations Without this the optimizer will hit stack errors in the next commits.
raiden-network_raiden-contracts
train
py
b240b07a9d5b539157b651d23e6fd51819021e5c
diff --git a/configure.py b/configure.py index <HASH>..<HASH> 100755 --- a/configure.py +++ b/configure.py @@ -300,6 +300,9 @@ ninja_test = n.build(binary('ninja_test'), 'link', objs, implicit=ninja_lib, n.newline() all_targets += ninja_test +if platform == 'windows': + n.build('ninja_test', 'phony', binary('ninja...
Provide 'ninja_test' as alias for 'ninja_test.exe' on windows.
ninja-build_ninja
train
py
aadde18cb2c74b743a65a2832e65363f78aede20
diff --git a/model/RelationshipIndex.js b/model/RelationshipIndex.js index <HASH>..<HASH> 100644 --- a/model/RelationshipIndex.js +++ b/model/RelationshipIndex.js @@ -1,3 +1,4 @@ +import { uuid } from '../util' import DocumentIndex from './DocumentIndex' export default class RelationshipIndex extends DocumentIndex ...
Introduce a sha stamp for RelationshipIndex.
substance_substance
train
js
6990f142986af5a4d5372b3a990147db9073307d
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -3665,7 +3665,8 @@ setSelection(doc, normalizeSelection(ranges.concat([ourRange]), ourIndex), {scroll: false, origin: "*mouse"}); } else if (ranges.length > 1...
Don't scroll selection into view when removing a cursor Closes #<I>
codemirror_CodeMirror
train
js
94690b7856bf1e8637732f878e96794eeefd79f9
diff --git a/code/authenticators/LDAPAuthenticator.php b/code/authenticators/LDAPAuthenticator.php index <HASH>..<HASH> 100644 --- a/code/authenticators/LDAPAuthenticator.php +++ b/code/authenticators/LDAPAuthenticator.php @@ -147,10 +147,10 @@ class LDAPAuthenticator extends Authenticator * Try to authenticate u...
$form can sometimes be null. Allow this
silverstripe_silverstripe-activedirectory
train
php
1f03e8667a4d199d2a087682ea07ce27a6da655e
diff --git a/blockmanager.go b/blockmanager.go index <HASH>..<HASH> 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -1007,6 +1007,10 @@ func (b *blockManager) handleHeadersMsg(hmsg *headersMsg) { log.Tracef("Writing header batch of %v block headers", len(headerWriteBatch)) + if len(headerWriteBatch) == 0 {...
neutrino: ensure nil chain tip isn't written in case of orphan inv
lightninglabs_neutrino
train
go
f9190d86044ceb93d2b894d0614bb3584cc10182
diff --git a/polyinterface/__init__.py b/polyinterface/__init__.py index <HASH>..<HASH> 100644 --- a/polyinterface/__init__.py +++ b/polyinterface/__init__.py @@ -6,3 +6,5 @@ __url__ = 'https://github.com/UniversalDevicesInc/polyglot-v2-python-int __author__ = 'James Milne' __authoremail__ = 'milne.james...
Move printing of Starting... message to __init__ and print version
UniversalDevicesInc_polyglot-v2-python-interface
train
py,py
071c393e3f4489b801102147889aac99be9db2ca
diff --git a/src/Captioning/Format/SubstationalphaFile.php b/src/Captioning/Format/SubstationalphaFile.php index <HASH>..<HASH> 100644 --- a/src/Captioning/Format/SubstationalphaFile.php +++ b/src/Captioning/Format/SubstationalphaFile.php @@ -56,6 +56,7 @@ class SubstationalphaFile extends File 'MarginL' ...
Added possibility to change styles and events + add AlphaLevel to default styles
captioning_captioning
train
php
2853a7ae0548cf898f0acebe3e7df7ceb92a0025
diff --git a/paramiko/transport.py b/paramiko/transport.py index <HASH>..<HASH> 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -51,7 +51,7 @@ from paramiko.ssh_exception import SSHException, BadAuthenticationType # PyCrypt compiled for Win32 can be downloaded from the HashTar homepage: # http:/...
[project @ <EMAIL><I>-<I>d<I>bf<I>ac5b] Transport doesn't need HMAC
bitprophet_ssh
train
py
665599673d168752652c31fe9a7798a5c616b821
diff --git a/hybrid.php b/hybrid.php index <HASH>..<HASH> 100644 --- a/hybrid.php +++ b/hybrid.php @@ -24,7 +24,7 @@ * to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * @package HybridCore - * @version 1.5.5-alpha + * @version 1.5.5 * @author Justin Tad...
Version bump to <I>.
justintadlock_hybrid-core
train
php
85c462847a564abd20e5c8aaa12b0d150de12d1e
diff --git a/ninio-core/src/test/java/com/davfx/ninio/core/TcpdumpTest.java b/ninio-core/src/test/java/com/davfx/ninio/core/TcpdumpTest.java index <HASH>..<HASH> 100644 --- a/ninio-core/src/test/java/com/davfx/ninio/core/TcpdumpTest.java +++ b/ninio-core/src/test/java/com/davfx/ninio/core/TcpdumpTest.java @@ -4,6 +4,7 ...
Ignoring too much machine-dependent test
davidfauthoux_ninio
train
java
d5064399fc1b3ea37af2837edf2156a2307f23eb
diff --git a/src/models/application.js b/src/models/application.js index <HASH>..<HASH> 100644 --- a/src/models/application.js +++ b/src/models/application.js @@ -81,9 +81,9 @@ var getApplicationByName = function(s_apps, name) { if(filtered_apps.length === 1) { return Bacon.once(filtered_apps[0]); } el...
Switch ambiguous / not found error messages When linking an app, the ambiguous / not found error messages were switched around
CleverCloud_clever-tools
train
js,js
5a2b1c9c3166781afc7aac17867b93aa3552b542
diff --git a/Http/HeaderBagTest.php b/Http/HeaderBagTest.php index <HASH>..<HASH> 100644 --- a/Http/HeaderBagTest.php +++ b/Http/HeaderBagTest.php @@ -29,7 +29,7 @@ use Queryyetsimple\Http\HeaderBag; * @version 1.0 * @see Symfony\Component\HttpFoundation (https://github.com/symfony/symfony) */ -class JsonResponse...
whoops and Collision is coming
hunzhiwange_framework
train
php
130bccc7630a6f6ec7990900bc9dc9bce410a6ad
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go index <HASH>..<HASH> 100644 --- a/cmd/utils/cmd.go +++ b/cmd/utils/cmd.go @@ -73,15 +73,13 @@ func StartNode(stack *node.Node) { <-sigc glog.V(logger.Info).Infoln("Got interrupt, shutting down...") go stack.Stop() - logger.Flush() for i := 10; i > 0; i-- { ...
cmd/utils: flush trace and CPU profile data when force-qutting Also reduce log messages a little bit.
ethereum_go-ethereum
train
go
6f7b03d53750aad5d9e75a09744c13a3f5a34439
diff --git a/zsl/utils/string_helper.py b/zsl/utils/string_helper.py index <HASH>..<HASH> 100644 --- a/zsl/utils/string_helper.py +++ b/zsl/utils/string_helper.py @@ -28,13 +28,8 @@ def underscore_to_camelcase(value): >>> underscore_to_camelcase('camel_case') 'camelCase' """ - def camelcase():...
FIX underscore_to_camelcase in python 3
AtteqCom_zsl
train
py
463a2ea05b34d46c600aec162b6b0b6f14fd6315
diff --git a/lib/mincer/helpers/paths.js b/lib/mincer/helpers/paths.js index <HASH>..<HASH> 100644 --- a/lib/mincer/helpers/paths.js +++ b/lib/mincer/helpers/paths.js @@ -89,7 +89,7 @@ module.exports.clearPaths = function () { var trail = this.__trail__; this.paths.forEach(function (path) { - trail.remove(pa...
Fix #clearPaths mixin
nodeca_mincer
train
js
3fe81bbdaec330f1bd9a72bf63f1ab4c380bd840
diff --git a/lib/domv.js b/lib/domv.js index <HASH>..<HASH> 100644 --- a/lib/domv.js +++ b/lib/domv.js @@ -473,7 +473,7 @@ module.exports.shorthand = function(document, tagName) var fn = domv.create; var thisObj = this; var shorthandArguments = slice.call(arguments, 2); - var ret; + ...
Rename of a function to make debugging easier
Joris-van-der-Wel_domv
train
js
1c5876d468b9a50ecade4ec6cb90e1a2c642b68d
diff --git a/components/commit/commit.js b/components/commit/commit.js index <HASH>..<HASH> 100644 --- a/components/commit/commit.js +++ b/components/commit/commit.js @@ -42,7 +42,7 @@ function CommitViewModel(gitNode) { this.diffStyle = ko.computed(function() { var marginLeft = Math.min((gitNode.branchOrder() ...
fix commit detail layout while hovering over commit node
FredrikNoren_ungit
train
js
8cfd14663057593b1215047a2110fecd54d8d3bd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,5 +5,5 @@ export default function(Vue) { } export function timer(name, time, options) { - return Object.assign({ name: name, time: time }, options) + return mixin.assign({ name: name, time: time }, options) } diff --...
added ie<I>-polyfill Object.assign isn't supported by IE<I>. See reference: <URL>
Kelin2025_vue-timers
train
js,js
66a3af96177920e73f0461ed713d77a2dd6f1e58
diff --git a/asammdf/mdf.py b/asammdf/mdf.py index <HASH>..<HASH> 100644 --- a/asammdf/mdf.py +++ b/asammdf/mdf.py @@ -881,6 +881,9 @@ class MDF(object): """ export *MDF* to other formats. The *MDF* file name is used is available, else the *filename* argument must be provided. + The *pandas* ...
document the removal of "pandas" export option
danielhrisca_asammdf
train
py
61f59c8b939d438ccf7e8fccb28286545d2e624e
diff --git a/src/lib/YandexMoney/ApiRequestor.php b/src/lib/YandexMoney/ApiRequestor.php index <HASH>..<HASH> 100644 --- a/src/lib/YandexMoney/ApiRequestor.php +++ b/src/lib/YandexMoney/ApiRequestor.php @@ -48,15 +48,20 @@ class YM_ApiRequestor { } private function _interpretResponse($rbody, $rcode) { + ...
Fixed bug with fake succes results because of null response body although response code == <I>.
romkavt_yandex-money-sdk-php
train
php
4ad4cbe64596f1da57cc986262e103560fe6104e
diff --git a/src/Excel.php b/src/Excel.php index <HASH>..<HASH> 100644 --- a/src/Excel.php +++ b/src/Excel.php @@ -106,8 +106,8 @@ class Excel { string $path = '', array $options = [], array $columnDataType...
Changed order of passed params
DPRMC_Excel
train
php
50b701f5b3731ce19b6da811b8a7db845fb1db52
diff --git a/src/Providers/ContactsServiceProvider.php b/src/Providers/ContactsServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Providers/ContactsServiceProvider.php +++ b/src/Providers/ContactsServiceProvider.php @@ -4,6 +4,7 @@ declare(strict_types=1); namespace Rinvex\Contacts\Providers; +use Rinvex\Co...
Bind model alias into IoC container
rinvex_laravel-contacts
train
php
953afc77ce02cada280247b57b0cae1077b7d592
diff --git a/xmp.py b/xmp.py index <HASH>..<HASH> 100755 --- a/xmp.py +++ b/xmp.py @@ -156,7 +156,7 @@ Userspace nullfs-alike: mirror the filesystem tree from some point on. """ + Fuse.fusage server = Xmp(version="%prog " + fuse.__version__, - usage=usage), + usage=usage, ...
fix typo in xmp.py
libfuse_python-fuse
train
py
9e61c6cb8bee334911711a4f8a771d9a72e8f568
diff --git a/js/app.js b/js/app.js index <HASH>..<HASH> 100644 --- a/js/app.js +++ b/js/app.js @@ -369,6 +369,8 @@ YoastSEO.App.prototype.runAnalyzer = function() { this.analyzerData.queue = [ "keyWordCheck", "wordCount", "fleschReading", "pageTitleLength", "urlStopwords", "metaDescriptionLength" ]; } + this.ana...
send sanitized keyword to the analyser.
Yoast_YoastSEO.js
train
js
ff3eff6f1f89e37c859dfef1e7a20ee7ffac5eca
diff --git a/core/teo.app.js b/core/teo.app.js index <HASH>..<HASH> 100644 --- a/core/teo.app.js +++ b/core/teo.app.js @@ -301,10 +301,6 @@ class App extends Base { throw new Error("Protocol is not set in the server config"); } - if (!serverConfig.host) { - throw new Error("Hos...
allow to omit host in config
Antyfive_teo.js
train
js,js
3df7af085ac3c02f913aca99232c797227ba9df3
diff --git a/lib/ronin/platform/overlay.rb b/lib/ronin/platform/overlay.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/platform/overlay.rb +++ b/lib/ronin/platform/overlay.rb @@ -170,7 +170,8 @@ module Ronin @repository = begin Pullr::LocalRepository.new( :pa...
Pass the Overlay's URI into LocalRepository.new. * This is for rsync repositories, that need a URI to update against.
ronin-ruby_ronin
train
rb
2a17867ce2fe7049c7bc1c4b5ae7b7c325dce846
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(fname): setup( name="nosebook", - version="0.2.0", + version="0.3.0", author="Nicholas Bollweg", author_email="nick.bollweg@gmail.com", description="a nose plugin for IPytho...
whoops, too much entropy
bollwyvl_nosebook
train
py
2eadb7e54a3ddc0a0187d2bda6a09d02731c5726
diff --git a/src/transformers/models/visual_bert/modeling_visual_bert.py b/src/transformers/models/visual_bert/modeling_visual_bert.py index <HASH>..<HASH> 100755 --- a/src/transformers/models/visual_bert/modeling_visual_bert.py +++ b/src/transformers/models/visual_bert/modeling_visual_bert.py @@ -929,7 +929,7 @@ class...
Fix mask token in the example (#<I>) VIsualBert uses bert-base-uncased tokenizer, therefore, instead of {mask}, the mask token should be [MASK]
huggingface_pytorch-pretrained-BERT
train
py
161550b2d2fd1a6da90c0b299f0f52b105f33d89
diff --git a/examples/63-server-streaming-request.php b/examples/63-server-streaming-request.php index <HASH>..<HASH> 100644 --- a/examples/63-server-streaming-request.php +++ b/examples/63-server-streaming-request.php @@ -9,7 +9,8 @@ $loop = Factory::create(); // Note how this example uses the advanced `StreamingRequ...
Update example <I> to support <I>+ Add LoopInterface as first constructor argument to Server and change Server to accept variadic middleware handlers instead of array.
reactphp_http
train
php
035eaf86cd29bf28ee245fca31ed8c054acbf061
diff --git a/src/main/java/com/indeed/proctor/webapp/controllers/ProctorTestDefinitionController.java b/src/main/java/com/indeed/proctor/webapp/controllers/ProctorTestDefinitionController.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/indeed/proctor/webapp/controllers/ProctorTestDefinitionController.java +++ ...
jira/PROW-<I> Make some local variables final according to code review.
indeedeng_proctor
train
java
02f37a34eec3d45541f9843361c063a662ba6c92
diff --git a/tracker_scraper.go b/tracker_scraper.go index <HASH>..<HASH> 100644 --- a/tracker_scraper.go +++ b/tracker_scraper.go @@ -138,12 +138,17 @@ func (me *trackerScraper) Run() { me.t.cl.unlock() wait: - interval := time.Until(ar.Completed.Add(ar.Interval)) + interval := ar.Interval + if interval < ti...
Fix timer leak in tracker announces when peers are wanted Fixes #<I>.
anacrolix_torrent
train
go
0ae6849fed0827ec5246cfd02db6f32a2770dbc8
diff --git a/turberfield/dialogue/test/test_model.py b/turberfield/dialogue/test/test_model.py index <HASH>..<HASH> 100644 --- a/turberfield/dialogue/test/test_model.py +++ b/turberfield/dialogue/test/test_model.py @@ -253,3 +253,17 @@ class SelectTests(unittest.TestCase): rv = list(script.select(ensemble).val...
Added test for select with two roles.
tundish_turberfield-dialogue
train
py
ae1cbfe59ecc269ce412640a9a2262a646b04f45
diff --git a/libkbfs/tlf_journal_test.go b/libkbfs/tlf_journal_test.go index <HASH>..<HASH> 100644 --- a/libkbfs/tlf_journal_test.go +++ b/libkbfs/tlf_journal_test.go @@ -1545,6 +1545,8 @@ func TestTLFJournal(t *testing.T) { testTLFJournalBasic, testTLFJournalPauseResume, testTLFJournalPauseShutdown, + testTL...
Actually run some TLF journal tests (#<I>)
keybase_client
train
go
c0da98314edee6f41c2e920cfd5d9314a00b99c2
diff --git a/src/modules/sync-cli.js b/src/modules/sync-cli.js index <HASH>..<HASH> 100755 --- a/src/modules/sync-cli.js +++ b/src/modules/sync-cli.js @@ -1278,6 +1278,7 @@ module.exports = { manage: self.manage, notify: self.notify, doList: self.list, + getUID: self.getUID, doCreate: self.create, doRea...
Allowing users to get UIDs for sync records. The allows users to check if a local record UID has been associated to one from the server
feedhenry_fh-sync-js
train
js
f1830a1ada87a21d851290398feac326e015dc3d
diff --git a/openhtf/plugs/user_input.py b/openhtf/plugs/user_input.py index <HASH>..<HASH> 100644 --- a/openhtf/plugs/user_input.py +++ b/openhtf/plugs/user_input.py @@ -114,6 +114,8 @@ class UserInput(plugs.BasePlug): def _asdict(self): """Return a dict representation of the current prompt.""" + if self....
Fix bug when prompt is none (#<I>) (#<I>)
google_openhtf
train
py
76bbc60a1dc462e0ab1a2de3fe3655f707dee70c
diff --git a/xdg.py b/xdg.py index <HASH>..<HASH> 100644 --- a/xdg.py +++ b/xdg.py @@ -1,5 +1,3 @@ -# encoding=utf-8 - """XDG Base Directory Specification variables. XDG_CACHE_HOME, XDG_CONFIG_HOME, and XDG_DATA_HOME are strings
Remove declaration of encoding xdg now supports only Python 3, where UTF-8 is the default encoding.
srstevenson_xdg
train
py
63778550e5106dff114b8276cb8591ccb2ca63a3
diff --git a/control/Director.php b/control/Director.php index <HASH>..<HASH> 100644 --- a/control/Director.php +++ b/control/Director.php @@ -147,11 +147,22 @@ class Director implements TemplateGlobalProvider { // Return code for a redirection request if(is_string($result) && substr($result,0,9) == 'redirect:'...
FIX: Follow internal redirections for cli operations.
silverstripe_silverstripe-framework
train
php
18e7be24bd7e912b074b480879fec43f777d7242
diff --git a/packages/aws-amplify-react/src/Storage/S3Album.js b/packages/aws-amplify-react/src/Storage/S3Album.js index <HASH>..<HASH> 100644 --- a/packages/aws-amplify-react/src/Storage/S3Album.js +++ b/packages/aws-amplify-react/src/Storage/S3Album.js @@ -176,7 +176,7 @@ export default class S3Album extends Componen...
Fix missed rename of a variable
aws-amplify_amplify-js
train
js
7686b6b1d0868d782cc617cba09af125428fbfee
diff --git a/message/lib.php b/message/lib.php index <HASH>..<HASH> 100644 --- a/message/lib.php +++ b/message/lib.php @@ -1023,12 +1023,12 @@ function message_get_participants() { global $CFG; - return get_records_sql("SELECT useridfrom,useridfrom FROM {$CFG->prefix}message - UNIO...
Merged from MOODLE_<I>_STABLE (ish): better fix to messaging problem query
moodle_moodle
train
php
97738ec540e78b37dbe9d5e64f33157f4bc0fced
diff --git a/controller/frontend/tests/TestHelperFrontend.php b/controller/frontend/tests/TestHelperFrontend.php index <HASH>..<HASH> 100644 --- a/controller/frontend/tests/TestHelperFrontend.php +++ b/controller/frontend/tests/TestHelperFrontend.php @@ -56,9 +56,9 @@ class TestHelperFrontend $paths[] = __DIR__ . DI...
Use config adapter from base package
aimeos_ai-controller-frontend
train
php
38f9007223ec7bfcdef5ccc9f9df3aa2c8cc1b6f
diff --git a/tornado/web.py b/tornado/web.py index <HASH>..<HASH> 100644 --- a/tornado/web.py +++ b/tornado/web.py @@ -751,10 +751,10 @@ class RequestHandler(object): if hasattr(self.request, "connection"): # Now that the request is finished, clear the callback we - # set on the IOStr...
RequestHandler sets its close callback on the HTTPConnection, not the IOStream. Fixes a bug in which close callbacks would never be called for subsequent requests on a reused connection.
tornadoweb_tornado
train
py
196407c54f0736c275d2ad4e6f8b0ac55360ad95
diff --git a/actionpack/lib/action_view/helpers/sanitize_helper.rb b/actionpack/lib/action_view/helpers/sanitize_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/sanitize_helper.rb +++ b/actionpack/lib/action_view/helpers/sanitize_helper.rb @@ -1,6 +1,5 @@ require 'active_support/core_ext...
Include TagHelper but don't explicitly require it Allow autoloading to work as intended and avoid multiple requires.
rails_rails
train
rb,rb
b2eb1d744ebe736d671f73af67b74b5ad512d779
diff --git a/scenarios/kubernetes_e2e.py b/scenarios/kubernetes_e2e.py index <HASH>..<HASH> 100755 --- a/scenarios/kubernetes_e2e.py +++ b/scenarios/kubernetes_e2e.py @@ -508,7 +508,7 @@ def create_parser(): parser.add_argument( '--soak-test', action='store_true', help='If the test is a soak test job') ...
Update e2e image tag (#<I>)
kubernetes_test-infra
train
py
a051892b92c72630b48e95587ee5563d3378f37b
diff --git a/src/ol/source/TileDebug.js b/src/ol/source/TileDebug.js index <HASH>..<HASH> 100644 --- a/src/ol/source/TileDebug.js +++ b/src/ol/source/TileDebug.js @@ -55,10 +55,12 @@ class LabeledTile extends Tile { context.strokeRect(0.5, 0.5, tileSize[0] + 0.5, tileSize[1] + 0.5); context.fillStyle = ...
enhance tile-debug readability this commit enhances the readability of tile debug coordinates by adding a stroke for better readability on aerial imagery and a maxWidth for high zoom levels
openlayers_openlayers
train
js
3f2baed32cf3a623ba316846b9bf92b4ee915779
diff --git a/src/QueryBuilder/QueryToken/Value.php b/src/QueryBuilder/QueryToken/Value.php index <HASH>..<HASH> 100644 --- a/src/QueryBuilder/QueryToken/Value.php +++ b/src/QueryBuilder/QueryToken/Value.php @@ -2,9 +2,17 @@ namespace Silktide\Reposition\QueryBuilder\QueryToken; +use Silktide\Reposition\Exception\Q...
Values can have types (string, int, etc...) This is required so that we can request a specific type in the token definitions and also so we can handle specific cases where we need to render a keyword instead of the raw value (TRUE, FALSE, NULL, etc...)
lexide_reposition
train
php
57148af24f54724fa58c2a3ae4baef909f0dfc62
diff --git a/src/Views/helpers/category/category_inline_js.blade.php b/src/Views/helpers/category/category_inline_js.blade.php index <HASH>..<HASH> 100644 --- a/src/Views/helpers/category/category_inline_js.blade.php +++ b/src/Views/helpers/category/category_inline_js.blade.php @@ -13,6 +13,10 @@ @else ...
add refresh() to category and upload.blade.php
artincms_laravel_file_manager
train
php,php
01e69c4eaef54153e6dde5015b24581c153278e1
diff --git a/lib/rails3-jquery-autocomplete/orm/active_record.rb b/lib/rails3-jquery-autocomplete/orm/active_record.rb index <HASH>..<HASH> 100644 --- a/lib/rails3-jquery-autocomplete/orm/active_record.rb +++ b/lib/rails3-jquery-autocomplete/orm/active_record.rb @@ -9,14 +9,13 @@ module Rails3JQueryAutocomplete ...
Aesthetic chance on AR Driver
crowdint_rails3-jquery-autocomplete
train
rb
a15a5e75381662be4043cf49b5bcbedbc932df88
diff --git a/images/spec/requests/refinery/admin/images_spec.rb b/images/spec/requests/refinery/admin/images_spec.rb index <HASH>..<HASH> 100644 --- a/images/spec/requests/refinery/admin/images_spec.rb +++ b/images/spec/requests/refinery/admin/images_spec.rb @@ -32,8 +32,11 @@ module Refinery page.should hav...
Specs should only fail for one reason.
refinery_refinerycms
train
rb
ea8c51db3965efbb31baaf2b7ba1e4f361182c92
diff --git a/src/EdpUser/Mapper/UserDoctrine.php b/src/EdpUser/Mapper/UserDoctrine.php index <HASH>..<HASH> 100644 --- a/src/EdpUser/Mapper/UserDoctrine.php +++ b/src/EdpUser/Mapper/UserDoctrine.php @@ -27,7 +27,8 @@ class UserDoctrine extends EventProvider implements UserInterface public function findByEmail($ema...
Add return value and findByEmail event
ZF-Commons_ZfcUser
train
php
00131053e8431cbeda639ceef23aef0ab7b7075b
diff --git a/angr/analyses/vfg.py b/angr/analyses/vfg.py index <HASH>..<HASH> 100644 --- a/angr/analyses/vfg.py +++ b/angr/analyses/vfg.py @@ -838,7 +838,7 @@ class VFG(Analysis): reg_sp_si = self._create_stack_region(successor_path.state, successor_path.addr) # Save the new ...
satisfy new requirement of bits on all BVs
angr_angr
train
py
80f15e96c73e12300e8992532046a587b7c1be2e
diff --git a/spec/functional/resource/user/useradd_spec.rb b/spec/functional/resource/user/useradd_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/resource/user/useradd_spec.rb +++ b/spec/functional/resource/user/useradd_spec.rb @@ -627,7 +627,7 @@ describe Chef::Provider::User::Useradd, metadata do cont...
change shell to /bin/sh in user_add tests to fix aix
chef_chef
train
rb
5354cbebe61c1a024b972abbafb44dcdcbd3a4b5
diff --git a/lib/helpers/watcher.js b/lib/helpers/watcher.js index <HASH>..<HASH> 100644 --- a/lib/helpers/watcher.js +++ b/lib/helpers/watcher.js @@ -4,6 +4,7 @@ const path = require('path') const chokidar = require('chokidar') const bs = require('browser-sync').create() +const config = require('../config') const...
Serve files from the actual build folder It would use the entry point and not the actual build folder (this behavior changed in the commit <I>b<I>be<I>e<I>e6b<I>b with the output option).
pixelnest_presskit.html
train
js
531d39ff7efa349ddcb6113d31bd4bfd387eaeb1
diff --git a/Job/ShareNewsItem.php b/Job/ShareNewsItem.php index <HASH>..<HASH> 100755 --- a/Job/ShareNewsItem.php +++ b/Job/ShareNewsItem.php @@ -58,9 +58,18 @@ XMLBODY; } else { $ctaService = $this->container->get('campaignchain.core.cta'); - // process urls and add tracking + ...
CE-<I> - fix problem, that LinkedIn removes our campaignchain-id
CampaignChain_operation-linkedin
train
php
b5ceb9568b758f92df3d75b33285f50ca2102064
diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index <HASH>..<HASH> 100644 --- a/invenio_communities/__init__.py +++ b/invenio_communities/__init__.py @@ -11,7 +11,7 @@ from .ext import InvenioCommunities from .proxies import current_communities -__version__ = "2.8.0.dev6" +__version...
release: <I>.dev7
inveniosoftware_invenio-communities
train
py
27f520d1b612c239cc7929de16ec559622255bf4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -50,8 +50,8 @@ setup( version=version, description="OAuth 2.0 client library", long_description=long_desc, - author="Joe Gregorio", - author_email="jcgregorio@google.com", + author="John Asmuth", + a...
Updated setup.py with new authorship.
googleapis_oauth2client
train
py
632cdba5fab5df66cbbc98bb7168c13e9b5eb81b
diff --git a/packages/mjml-spacer/src/index.js b/packages/mjml-spacer/src/index.js index <HASH>..<HASH> 100644 --- a/packages/mjml-spacer/src/index.js +++ b/packages/mjml-spacer/src/index.js @@ -28,7 +28,8 @@ class Spacer extends Component { return { div: { fontSize: '1px', - lineHeight: def...
Fix escaping servers which replace the `&nbsp;` with a space We have seen some servers which replace the non-breaking space character with an actual space. This should ensure that even when there is a space the div actually renders
mjmlio_mjml
train
js
ed132aebe91a48eacacdcc9a37972a65b58c50ee
diff --git a/lib/resource/index.js b/lib/resource/index.js index <HASH>..<HASH> 100644 --- a/lib/resource/index.js +++ b/lib/resource/index.js @@ -766,7 +766,6 @@ Resource = new Class({ var mutable = mutableMethods.indexOf( bundle.req.method.toLowerCase() ) !== -1; that.modified = mutable ? (new Date()).toUTCSt...
Remove the content length header. Hapi sends chunked responses
node-tastypie_tastypie
train
js
6ed91f61e8f0aeae525cebe556f71eb15436b76b
diff --git a/lib/sensu-handler.rb b/lib/sensu-handler.rb index <HASH>..<HASH> 100644 --- a/lib/sensu-handler.rb +++ b/lib/sensu-handler.rb @@ -67,7 +67,7 @@ module Sensu def filter_repeated occurrences = @event['check']['occurrences'] || 1 interval = @event['check']['interval'] || 30 - ref...
Use settings['check']['refresh'] rather than checks
sensu-plugins_sensu-plugin
train
rb
01cffbf1adc4419ef890af7e46433d004e5bbd1f
diff --git a/src/Search_Replace_Command.php b/src/Search_Replace_Command.php index <HASH>..<HASH> 100644 --- a/src/Search_Replace_Command.php +++ b/src/Search_Replace_Command.php @@ -302,7 +302,12 @@ class Search_Replace_Command extends WP_CLI_Command { // since we'll be updating one row at a time, // we need a...
silently ignore skipped tables when only reporting changes
wp-cli_search-replace-command
train
php
0c4b10afb2a4fa81f6d75517f012401b57cdd21b
diff --git a/commands/http/client.go b/commands/http/client.go index <HASH>..<HASH> 100644 --- a/commands/http/client.go +++ b/commands/http/client.go @@ -34,6 +34,9 @@ type client struct { } func NewClient(address string) Client { + // We cannot use the default transport because of a bug in go's connection reuse +...
comment need for custom client License: MIT
ipfs_go-ipfs
train
go
24c306ecaa82cdc3c18e8352eaf8cc404f4c3d54
diff --git a/lib/entity_snapshot/postgres/postgres.rb b/lib/entity_snapshot/postgres/postgres.rb index <HASH>..<HASH> 100644 --- a/lib/entity_snapshot/postgres/postgres.rb +++ b/lib/entity_snapshot/postgres/postgres.rb @@ -14,7 +14,7 @@ module EntitySnapshot entity_class_name = entity_class.name.split('::').last...
Snapshot stream name is composed entirely by the Messaging StreamName module
eventide-project_entity-snapshot-postgres
train
rb
9ca7d6919eb24c3703f615cefaeea616a5dc3e43
diff --git a/openfisca_core/taxbenefitsystems.py b/openfisca_core/taxbenefitsystems.py index <HASH>..<HASH> 100644 --- a/openfisca_core/taxbenefitsystems.py +++ b/openfisca_core/taxbenefitsystems.py @@ -114,7 +114,7 @@ class XmlBasedTaxBenefitSystem(AbstractTaxBenefitSystem): legislation_json = conv.check(legi...
preprocess_legislation returns modified legislation_json
openfisca_openfisca-core
train
py
d2a0b9a3887725f266a8e5a134aea48844a6d7ff
diff --git a/config/environments/production.rb b/config/environments/production.rb index <HASH>..<HASH> 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -30,6 +30,8 @@ Refinery::Application.configure do # Enable threaded mode # config.threadsafe! + + config.active_suppo...
Set deprecation warning locations in these environments too, but to stderr as they should be brought to our attention.
refinery_refinerycms
train
rb,rb
2b03d90de821f38e6485a2c32686d4b0a4c588b4
diff --git a/galpy/df/streamdf.py b/galpy/df/streamdf.py index <HASH>..<HASH> 100644 --- a/galpy/df/streamdf.py +++ b/galpy/df/streamdf.py @@ -1276,6 +1276,7 @@ class streamdf(df): obskwargs['ro']= ro obskwargs['vo']= vo obskwargs['obs']= obs + obskwargs['quantity']= False sel...
Make sure to not get quantity output in streamdf setup
jobovy_galpy
train
py
77e85eeb85206c4175913bd689d8a9a001242cc9
diff --git a/controllers/CiiController.php b/controllers/CiiController.php index <HASH>..<HASH> 100644 --- a/controllers/CiiController.php +++ b/controllers/CiiController.php @@ -11,10 +11,15 @@ class CiiController extends CController * Retrieves the asset manager for the theme * @return Published AssetMan...
Adding the option to use a dist directory rather than the entire assets folder
ciims_cii
train
php
cc89b345664a60ecd33fd2f20cce683efc8f4ab4
diff --git a/lib/conf/tasks/os/windows.js b/lib/conf/tasks/os/windows.js index <HASH>..<HASH> 100755 --- a/lib/conf/tasks/os/windows.js +++ b/lib/conf/tasks/os/windows.js @@ -2,14 +2,17 @@ var firewall = require('firewall'), join = require('path').join, - paths = require(join('..', '..', 'system/pa...
Fixes in Windows post_install hooks.
prey_prey-node-client
train
js
55a428f430c309342be0ade17b56dbb809788337
diff --git a/ui/src/components/tabs/QTabs.js b/ui/src/components/tabs/QTabs.js index <HASH>..<HASH> 100644 --- a/ui/src/components/tabs/QTabs.js +++ b/ui/src/components/tabs/QTabs.js @@ -180,6 +180,11 @@ export default defineComponent({ } function updateContainer (domSize) { + // it can be called faste...
fix(QTabs): protect updateContainer() against being executed too early
quasarframework_quasar
train
js
f985c6f55ffb9c343af8345d8bb323a01055fac9
diff --git a/htmresearch/frameworks/layers/l2_l4_inference.py b/htmresearch/frameworks/layers/l2_l4_inference.py index <HASH>..<HASH> 100644 --- a/htmresearch/frameworks/layers/l2_l4_inference.py +++ b/htmresearch/frameworks/layers/l2_l4_inference.py @@ -299,7 +299,7 @@ class L4L2Experiment(object): # plot reque...
minor change to plot function to avoid matplotlib crash
numenta_htmresearch
train
py
7d262217f0464f2f9ac417ff677c9adf197ef83a
diff --git a/app/models/releaf/admin.rb b/app/models/releaf/admin.rb index <HASH>..<HASH> 100644 --- a/app/models/releaf/admin.rb +++ b/app/models/releaf/admin.rb @@ -10,7 +10,7 @@ module Releaf # :lockable, :timeoutable and :omniauthable # :registerable devise :database_authenticatable, :rememberable, :...
Validate presence of role, not role_id in Releaf::Admin
cubesystems_releaf
train
rb,rb
06d0637bab967aa55c19b87d41413ed1d8ab3029
diff --git a/Classes/Controller/Backend/AjaxController.php b/Classes/Controller/Backend/AjaxController.php index <HASH>..<HASH> 100644 --- a/Classes/Controller/Backend/AjaxController.php +++ b/Classes/Controller/Backend/AjaxController.php @@ -29,6 +29,7 @@ use ApacheSolrForTypo3\Solr\ConnectionManager; use Psr\Http\Me...
[BUGFIX] Ensure AjaxController returns a response (#<I>) * [BUGFIX] Ensure AjaxController returns a response In TYPO3 v9, all Routes should return a PSR-7 compatible Response object. However "updateConnections" does not do so, resulting in a PHP error. * Return an empty Response object for ClearCacheMenu ite...
TYPO3-Solr_ext-solr
train
php
9ee5f3ee10623db6abe0268ac553fc50f0f60373
diff --git a/lib/guard/jasmine.rb b/lib/guard/jasmine.rb index <HASH>..<HASH> 100644 --- a/lib/guard/jasmine.rb +++ b/lib/guard/jasmine.rb @@ -155,10 +155,10 @@ module Guard if !version notify_failure('PhantomJS binary missing', "PhantomJS binary doesn't exist at #{ bin }") + elsif version.to_ver...
Return proper boolean status from PhantomJS bin check.
guard_guard-jasmine
train
rb
ee289552fe0045e3f22cfab128ececf9c585a3ea
diff --git a/tests/test_corpora.py b/tests/test_corpora.py index <HASH>..<HASH> 100644 --- a/tests/test_corpora.py +++ b/tests/test_corpora.py @@ -3,7 +3,6 @@ # Author: Arne Neumann <discoursegraphs.programming@arne.cl> from copy import deepcopy -from multiprocessing import Process import pkgutil from tempfile im...
fix: removed broken multiprocessing from tests
arne-cl_discoursegraphs
train
py