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
e063718e4f5fa6435c6805d56bb72df3efbda38f
diff --git a/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php +++ b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php @@ -1...
Add media support for Flex UserGroupObject
getgrav_grav
train
php
a185ff76fa1b35fa66df4015aa5a95508cf18107
diff --git a/markdown_include/include.py b/markdown_include/include.py index <HASH>..<HASH> 100644 --- a/markdown_include/include.py +++ b/markdown_include/include.py @@ -34,7 +34,7 @@ INC_SYNTAX = re.compile(r'\{!\s*(.+?)\s*!\}') class MarkdownInclude(Extension): - def __init__(self, configs={}): + def __in...
Fixed to be more compatible with old versions of markdown.
cmacmackin_markdown-include
train
py
df57aea10f2772d96178b9da55f0718e830d9edd
diff --git a/src/test/org/openscience/cdk/io/MDLWriterTest.java b/src/test/org/openscience/cdk/io/MDLWriterTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/io/MDLWriterTest.java +++ b/src/test/org/openscience/cdk/io/MDLWriterTest.java @@ -124,4 +124,21 @@ public class MDLWriterTest extends ChemO...
Added unit test for serialization of null formal charges into the MDL molfile format (which currently fails)
cdk_cdk
train
java
98ab3a30dcc997ee99d6c82b8e840638d4ce6950
diff --git a/src/Query/Joining/NestedQuery.php b/src/Query/Joining/NestedQuery.php index <HASH>..<HASH> 100644 --- a/src/Query/Joining/NestedQuery.php +++ b/src/Query/Joining/NestedQuery.php @@ -67,4 +67,24 @@ class NestedQuery implements BuilderInterface ) ]; } + + /** + * Returns nes...
Getter for nested query and path. (#<I>) * Getter for nested query. Currently there is not possibility to get query object when it is wrapped inside nested query. * Exposing path for nested query. * Removing not needed space.
ongr-io_ElasticsearchDSL
train
php
de30d773848c5a1297b264a68e7c3bbc9a924889
diff --git a/dashboard_app/models.py b/dashboard_app/models.py index <HASH>..<HASH> 100644 --- a/dashboard_app/models.py +++ b/dashboard_app/models.py @@ -358,10 +358,8 @@ class Bundle(models.Model): import_error.traceback = traceback.format_exc() import_error.save() else: - ...
Change BundleDeserializationError.bundle to be a ForeignKey relation. This works around django issue where OneToOneField behaves asymmetrically (raising DoesNotExist from one side and returning None from another). Unfortunately this behaviour caused databrowse application to crash when accessing most important model ...
zyga_json-schema-validator
train
py
ae7609b8b270b7e3c7303a71298c968ea73ee4ab
diff --git a/salt/states/mount.py b/salt/states/mount.py index <HASH>..<HASH> 100644 --- a/salt/states/mount.py +++ b/salt/states/mount.py @@ -699,7 +699,8 @@ def unmounted(name, device=None, config='/etc/fstab', persist=False, - user=None): + user=...
Also add **kwargs to unmounted, same story
saltstack_salt
train
py
6f4440215660b3eddf154853260778c88fe62031
diff --git a/packages/ember/tests/routing/basic_test.js b/packages/ember/tests/routing/basic_test.js index <HASH>..<HASH> 100644 --- a/packages/ember/tests/routing/basic_test.js +++ b/packages/ember/tests/routing/basic_test.js @@ -2106,7 +2106,7 @@ QUnit.test('Application template does not duplicate when re-rendered', ...
Use `length` instead of `size()` against jQuery's object `jQuery#size()` is deprecated in jQuery <I> and removed in jQuery <I>. ref: <URL>
emberjs_ember.js
train
js
5a7833ba242bd6cd3d617f7b36413f7a60a9d3f8
diff --git a/python/sparknlp/__init__.py b/python/sparknlp/__init__.py index <HASH>..<HASH> 100644 --- a/python/sparknlp/__init__.py +++ b/python/sparknlp/__init__.py @@ -38,9 +38,6 @@ def start(include_ocr=False): .master("local[*]") \ .config("spark.driver.memory", "6G") \ .config("spark.se...
Remove user's specific Spark config Some Spark configs must be up to users and not set by the library
JohnSnowLabs_spark-nlp
train
py
d8c62ddd18c7d02b5c4b4595e97652da7b8f6620
diff --git a/src/main/java/com/asana/OAuthApp.java b/src/main/java/com/asana/OAuthApp.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/asana/OAuthApp.java +++ b/src/main/java/com/asana/OAuthApp.java @@ -31,12 +31,17 @@ public class OAuthApp public OAuthApp(String apiKey, String apiSecret, String redirect...
add constructor to allow HttpTransport and JsonFactory to be injected into OAuthApp
Asana_java-asana
train
java
af7208762f71780032a7bf71958a70aeafe50c02
diff --git a/raiden/raiden_event_handler.py b/raiden/raiden_event_handler.py index <HASH>..<HASH> 100644 --- a/raiden/raiden_event_handler.py +++ b/raiden/raiden_event_handler.py @@ -218,7 +218,7 @@ def handle_contract_send_channelclose( ) log.info(msg) except ChannelOutdatedError as e: - ...
Fix the way ChannelOutdatedError is being logged
raiden-network_raiden
train
py
6d798d5d29b27aff1ac582ee149ea38a2c2c98b5
diff --git a/example_project/polls/admin.py b/example_project/polls/admin.py index <HASH>..<HASH> 100644 --- a/example_project/polls/admin.py +++ b/example_project/polls/admin.py @@ -18,7 +18,8 @@ class ChoiceAdmin(DjangoObjectActions, admin.ModelAdmin): increment_vote.short_description = "+1" increment_vote....
make sure it renders attrs escaped
crccheck_django-object-actions
train
py
816a3a3dc5d0fc759546dcc2c6a01c9e9e98a611
diff --git a/packages/orbit-components/src/Card/components/CardWrapper/index.js b/packages/orbit-components/src/Card/components/CardWrapper/index.js index <HASH>..<HASH> 100644 --- a/packages/orbit-components/src/Card/components/CardWrapper/index.js +++ b/packages/orbit-components/src/Card/components/CardWrapper/index....
fix(CardSection): missing hover (#<I>)
kiwicom_orbit-components
train
js
7635678a37271917d35b9e76c4fc484febc7df99
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -100,7 +100,7 @@ var client = (function createTumblrClient() { var getRequest = client.getRequest; client.getRequest = function(apiPath, params, callback) { if (callback) { - return getRequest(api...
fix calls to get/postRequest when there's a callback
tumblr_tumblr-repl
train
js
461a582896dbb3848b4d7ffdc3d3313c7b3ece9f
diff --git a/addon/system/file.js b/addon/system/file.js index <HASH>..<HASH> 100644 --- a/addon/system/file.js +++ b/addon/system/file.js @@ -163,7 +163,9 @@ export default Ember.Object.extend({ read(options = { as: 'data-url' }) { let file = get(this, 'file').getSource(); + /*jshint -W055 */ let rea...
disable jshint for mOxie class
adopted-ember-addons_ember-file-upload
train
js
453d4ce2d98ebaf3cbbd017ed71212205b17621c
diff --git a/codenerix/views.py b/codenerix/views.py index <HASH>..<HASH> 100644 --- a/codenerix/views.py +++ b/codenerix/views.py @@ -3222,7 +3222,7 @@ class GenModify(object): # Append to the general list of fields for group in formobj.get_groups(): for mainfield...
Improvement in get_context_json. Convert Decimal to float
codenerix_django-codenerix
train
py
2fe3407bf22fb1563f76f363392fdb354f5f0d34
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,7 @@ author = u'Victor Stinner' # built documents. # # The short X.Y version. -version = release = '0.7.5' +version = release = '0.7.6' # The language for content autogenerated by Sphinx. Refer to d...
post release: set version to <I>
vstinner_perf
train
py,py,py
1ad9c385b5e4245db90dbb674f61a7abd3c5fcfe
diff --git a/lib/xcore.js b/lib/xcore.js index <HASH>..<HASH> 100644 --- a/lib/xcore.js +++ b/lib/xcore.js @@ -235,7 +235,9 @@ XClient.prototype.AllocID = function() XClient.prototype.unpackEvent = function(type, seq, extra, code, raw) { var event = {}; // TODO: constructor & base functions - event.type = typ...
Fix the parsing of the type field in Event msgs - According to the standard, the most significant bit of the 8-bit type code is used to flag if the event was generated from a SendEvent request. See Event Format section in Chapter 1 of the specification.
sidorares_node-x11
train
js
f28168e664d43b7ba724e853413f7d16aee0482d
diff --git a/lib/data_structures/action_links.rb b/lib/data_structures/action_links.rb index <HASH>..<HASH> 100644 --- a/lib/data_structures/action_links.rb +++ b/lib/data_structures/action_links.rb @@ -9,7 +9,8 @@ module ActiveScaffold::DataStructures # adds an ActionLink, creating one from the arguments if need ...
the ActionLinks object now compares controller as well as action and parameters when determining whether the link is a duplicate. closes issue #<I>. git-svn-id: <URL>
activescaffold_active_scaffold
train
rb
a43d0898599896c9e8d96b88f0de6ee76440cb33
diff --git a/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js b/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js index <HASH>..<HASH> 100644 --- a/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js +++ b/packages/puppeteer-extra-plugin...
Add improved navigator.webdriver evasion (#<I>) Now works with very advanced instanceof test.
berstend_puppeteer-extra
train
js
f61366643d7e36eb80ecd2d946a4a7c8bfbf9714
diff --git a/src/blocks/scratch3_pen.js b/src/blocks/scratch3_pen.js index <HASH>..<HASH> 100644 --- a/src/blocks/scratch3_pen.js +++ b/src/blocks/scratch3_pen.js @@ -382,8 +382,8 @@ class Scratch3PenBlocks { */ changePenTransparencyBy (args, util) { const penState = this._getPenState(util.target); ...
Clamp transparency value (at least for set)
LLK_scratch-vm
train
js
c006adfe4e3d03ccba1a409c2629d093a8d71158
diff --git a/lib/waterline.js b/lib/waterline.js index <HASH>..<HASH> 100644 --- a/lib/waterline.js +++ b/lib/waterline.js @@ -282,7 +282,7 @@ Waterline.prototype.bootstrap = function bootstrap(cb) { // Run auto-migration strategies on each collection // async.each(toBeSynced, function(collection, next) { - as...
improve initialize() performance - use async.each instead of eachSeries
balderdashy_waterline
train
js
ae8e78255194eab299ca29f0360f7cbda89b6398
diff --git a/cmd/swagger/commands/generate/spec.go b/cmd/swagger/commands/generate/spec.go index <HASH>..<HASH> 100644 --- a/cmd/swagger/commands/generate/spec.go +++ b/cmd/swagger/commands/generate/spec.go @@ -73,13 +73,13 @@ func loadSpec(input string) (*spec.Swagger, error) { } func writeToFile(swspec *spec.Swag...
rename data back to b to make it consistent with previous code
go-swagger_go-swagger
train
go
dc3b2476c4eb61c37424a1ca2f46859e4e6fcd81
diff --git a/callback_create.go b/callback_create.go index <HASH>..<HASH> 100644 --- a/callback_create.go +++ b/callback_create.go @@ -59,7 +59,7 @@ func createCallback(scope *Scope) { for _, field := range scope.Fields() { if scope.changeableField(field) { - if field.IsNormal { + if field.IsNormal && !f...
Don't save ignored fields into database
jinzhu_gorm
train
go,go
8095444ee0b1a53e77f46de3681a8322b159cb41
diff --git a/news-bundle/contao/config/config.php b/news-bundle/contao/config/config.php index <HASH>..<HASH> 100644 --- a/news-bundle/contao/config/config.php +++ b/news-bundle/contao/config/config.php @@ -18,7 +18,9 @@ array_insert($GLOBALS['BE_MOD']['content'], 1, array ( 'news' => array ( - 'tables' => array(...
[News] Register the CSV import in the news and calendar modules (see #<I>)
contao_contao
train
php
e9f0b08520b0b30c4344bcc09a73937511711783
diff --git a/spec/unit/type/component_spec.rb b/spec/unit/type/component_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/type/component_spec.rb +++ b/spec/unit/type/component_spec.rb @@ -42,6 +42,10 @@ describe component do component.new(:name => "Class[foo]").pathbuilder.must == ["Foo"] end + it "...
(#<I>) Add a spec test asserting that main is treated like other classes
puppetlabs_puppet
train
rb
24f70e6548f9e787fc81b1df1378197332fd75c9
diff --git a/lib/local/platform/windows.js b/lib/local/platform/windows.js index <HASH>..<HASH> 100644 --- a/lib/local/platform/windows.js +++ b/lib/local/platform/windows.js @@ -36,7 +36,8 @@ module.exports = { pathQuery: 'dir /s /b iexplore.exe', cwd: cwd }, - phantomjs: { + phantom: { + defaultLoca...
Fixing PhantomJS name and setting default location for Windows.
bitovi_launchpad
train
js
4aebb58dedee68fe9c46f8cc47376f09073a4819
diff --git a/lib/phpmailer/class.phpmailer.php b/lib/phpmailer/class.phpmailer.php index <HASH>..<HASH> 100644 --- a/lib/phpmailer/class.phpmailer.php +++ b/lib/phpmailer/class.phpmailer.php @@ -1690,9 +1690,10 @@ class PHPMailer { * @author Marcus Bointon */ public function EncodeQP($string, $line_max = 76, $...
email MDL-<I> commented out the use of php's quoted_printable_encode()
moodle_moodle
train
php
fcdf2dd4359fea96cc06af5556a02631330ce559
diff --git a/lib/edit/edit_command.js b/lib/edit/edit_command.js index <HASH>..<HASH> 100644 --- a/lib/edit/edit_command.js +++ b/lib/edit/edit_command.js @@ -4,7 +4,6 @@ const { inspect } = require('util') const { red } = require('chalk') const parseObjectValue = require('./parse_object_value') const split = requir...
edit_command: batch mode: refactor without 'through'
maxlath_wikidata-cli
train
js
c2e0320d2a4790725ab29b14536e37a0a10b3b12
diff --git a/lib/whenever.rb b/lib/whenever.rb index <HASH>..<HASH> 100644 --- a/lib/whenever.rb +++ b/lib/whenever.rb @@ -1,14 +1,5 @@ require 'chronic' -# Hoping to load Rails' Rakefile -begin - load 'Rakefile' -rescue LoadError - nil -end - -# If Rails' rakefile was loaded than so was active_support, but -# if ...
use Dir.pwd as default path instead of loading Rails and getting the Rails.root
javan_whenever
train
rb,rb
fd6480311c6d872b0a921ea3ec8a1cdffd85d3ce
diff --git a/examples/py/cli.py b/examples/py/cli.py index <HASH>..<HASH> 100644 --- a/examples/py/cli.py +++ b/examples/py/cli.py @@ -5,6 +5,7 @@ import os import re import sys import json +import platform from pprint import pprint # ------------------------------------------------------------------------------...
cli.py print out version numbers
ccxt_ccxt
train
py
de694dfeb93a371cd5b4b4f822ec94c6cc850b91
diff --git a/tests/ui-tests/tests/console-basic-test.js b/tests/ui-tests/tests/console-basic-test.js index <HASH>..<HASH> 100644 --- a/tests/ui-tests/tests/console-basic-test.js +++ b/tests/ui-tests/tests/console-basic-test.js @@ -177,9 +177,6 @@ describe('Console basic tests', () => { '[data-e2e-id=application-...
Remove old code from ui tests (#<I>)
kyma-project_console
train
js
dc41eb90b54abc7011fe9b98610168d0ed91f312
diff --git a/src/com/aoindustries/servlet/filter/TrimFilterWriter.java b/src/com/aoindustries/servlet/filter/TrimFilterWriter.java index <HASH>..<HASH> 100755 --- a/src/com/aoindustries/servlet/filter/TrimFilterWriter.java +++ b/src/com/aoindustries/servlet/filter/TrimFilterWriter.java @@ -24,6 +24,7 @@ package com.aoi...
Now using parent implementation of PrintWriter instead of wrapping a different one.
aoindustries_aocode-public
train
java
00ab6d9d471ccaa4a66395e747eadb6eeb5dd3f5
diff --git a/pkg/graphdb/conn_sqlite3.go b/pkg/graphdb/conn_sqlite3.go index <HASH>..<HASH> 100644 --- a/pkg/graphdb/conn_sqlite3.go +++ b/pkg/graphdb/conn_sqlite3.go @@ -1,3 +1,5 @@ +// +build cgo + package graphdb import "database/sql"
Fix a daemon build error when cgo isn't available Avoid duplicate definitions of NewSqliteConn when cgo isn't enabled, so that we can at least build the daemon.
moby_moby
train
go
90779f79914b0a5b3580419bb260781c67a415b6
diff --git a/src/com/google/javascript/jscomp/DefaultPassConfig.java b/src/com/google/javascript/jscomp/DefaultPassConfig.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/DefaultPassConfig.java +++ b/src/com/google/javascript/jscomp/DefaultPassConfig.java @@ -3341,6 +3341,11 @@ public final class...
J2clSourceFileChecker just looks at filenames, it is compatible with all compilations modes. ------------- Created by MOE: <URL>
google_closure-compiler
train
java
543f03c0241133f4c6968e9e1eb84cd57a67c6c1
diff --git a/tests/test_service.py b/tests/test_service.py index <HASH>..<HASH> 100755 --- a/tests/test_service.py +++ b/tests/test_service.py @@ -109,7 +109,20 @@ class ServiceTestCase(testlib.SDKTestCase): def test_query_without_login(self): service = self._create_unauthenticated_service() + ...
Test that AuthenticationError is an HTTPError.
splunk_splunk-sdk-python
train
py
bf339d28c29662e599bc1df189bcc5a0edede62d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,20 +1,31 @@ 'use strict' -var formatter = require('./lib/node-0.10-formatter') +const formatter = require('./lib/node-0.10-formatter') -var orig = Error.prepareStackTrace -Error.prepareStackTrace = function (err, calls...
feat: support overwriting of Error.prepareStacktrace Previously, if the `Error.prepareStacktrace` function was overwritten after this module was loaded, we would loose the ability to set the magic `__error_callsites` property. With this commit, we'll always ensure to run our `prepareStacktrace` function before any ot...
watson_error-callsites
train
js
cc495c5cab1c90c226abf99bae45b93d829767fb
diff --git a/packages/embark-ui/src/components/TextEditorToolbar.js b/packages/embark-ui/src/components/TextEditorToolbar.js index <HASH>..<HASH> 100644 --- a/packages/embark-ui/src/components/TextEditorToolbar.js +++ b/packages/embark-ui/src/components/TextEditorToolbar.js @@ -89,7 +89,6 @@ class TextEditorToolbar ext...
hotfix(cockpit/editor): remove test alert
embark-framework_embark
train
js
64a7cc505201ed727b92406e6c7d9a37b2129449
diff --git a/src/Request/RequestOptions.php b/src/Request/RequestOptions.php index <HASH>..<HASH> 100644 --- a/src/Request/RequestOptions.php +++ b/src/Request/RequestOptions.php @@ -102,6 +102,16 @@ class RequestOptions return $this; } + public function addPostParams($params = []) + { + foreach($params ...
Added setter for multiple params
phrest_sdk
train
php
3b932663a85eb2f23d7ef248eb2b6f610b252779
diff --git a/lib/memcache_check/server.rb b/lib/memcache_check/server.rb index <HASH>..<HASH> 100644 --- a/lib/memcache_check/server.rb +++ b/lib/memcache_check/server.rb @@ -14,6 +14,7 @@ module MemcacheCheck end def benchmark(num_times) + test_run @time = Benchmark.measure do num_time...
Add pre-benchmark test_run so that benchmark numbers aren't skewed by first run.
mikeadmire_memcache_check
train
rb,rb
208199ba85b742d1470c6b7b0deca0dda5bfc559
diff --git a/pkg/instancegroups/instancegroups.go b/pkg/instancegroups/instancegroups.go index <HASH>..<HASH> 100644 --- a/pkg/instancegroups/instancegroups.go +++ b/pkg/instancegroups/instancegroups.go @@ -491,9 +491,8 @@ func (c *RollingUpdateCluster) validateClusterWithTimeout(validateCount int, gro func hasFailure...
instancegroups: Clear out the TODO comment Now that we are able to associate pod validation failures with the instance groups. We can remove the TODO comment
kubernetes_kops
train
go
2c52bc303f66389d88a820388b81208e30c75dc0
diff --git a/camel-bulldog/src/main/java/io/silverspoon/I2cProducer.java b/camel-bulldog/src/main/java/io/silverspoon/I2cProducer.java index <HASH>..<HASH> 100644 --- a/camel-bulldog/src/main/java/io/silverspoon/I2cProducer.java +++ b/camel-bulldog/src/main/java/io/silverspoon/I2cProducer.java @@ -70,14 +70,15 @@ publi...
[camel-bulldog] Updated logging in I2cProducer.
SilverThings_silverspoon
train
java
716668486c992af9fcff4adcacc3554f6e2080d0
diff --git a/test/helpers/fixture_deploy_helper.rb b/test/helpers/fixture_deploy_helper.rb index <HASH>..<HASH> 100644 --- a/test/helpers/fixture_deploy_helper.rb +++ b/test/helpers/fixture_deploy_helper.rb @@ -47,10 +47,6 @@ module FixtureDeployHelper def deploy_dir_without_profiling(dir, wait: true, allow_protec...
removed currently unused version info from bindings
Shopify_kubernetes-deploy
train
rb
5b3954892d79fc95df1cc826e4e0a45e505fb3a7
diff --git a/spyder/api/widgets/toolbars.py b/spyder/api/widgets/toolbars.py index <HASH>..<HASH> 100644 --- a/spyder/api/widgets/toolbars.py +++ b/spyder/api/widgets/toolbars.py @@ -53,6 +53,8 @@ class SpyderToolBar(QToolBar): self._section_items = OrderedDict() self._title = title + self.se...
Fix toolbar title and tabify of external plugins
spyder-ide_spyder
train
py,py
42aa03541291cfcedf4ca8cc178f19b26bdd330a
diff --git a/tooling/util/coverage.js b/tooling/util/coverage.js index <HASH>..<HASH> 100644 --- a/tooling/util/coverage.js +++ b/tooling/util/coverage.js @@ -76,9 +76,8 @@ async function combine(packageName) { async function report() { const collector = new Collector(); const pattern = `reports/coverage/**/*.js...
fix(tooling): do not include legacy in code coverage
webex_spark-js-sdk
train
js
df314ead849d7a66a9ef5c79918c459e7811fc6c
diff --git a/web/api/query.go b/web/api/query.go index <HASH>..<HASH> 100644 --- a/web/api/query.go +++ b/web/api/query.go @@ -43,13 +43,13 @@ func setAccessControlHeaders(w http.ResponseWriter) { func parseTimestampOrNow(t string) (clientmodel.Timestamp, error) { if t == "" { return clientmodel.Now(), nil - } el...
Remove unnecessary "else" branch in query API.
prometheus_prometheus
train
go
9a3225da435d3adb3253cc02723e3e67d06462c5
diff --git a/abilian/web/admin/panels/sysinfo.py b/abilian/web/admin/panels/sysinfo.py index <HASH>..<HASH> 100644 --- a/abilian/web/admin/panels/sysinfo.py +++ b/abilian/web/admin/panels/sysinfo.py @@ -6,6 +6,7 @@ from __future__ import absolute_import, print_function, division import os import sys import pkg_resou...
fix when package has no git remote repository
abilian_abilian-core
train
py
fb5dd81c9d0afc37ebd74090576068b192fb1f36
diff --git a/src/components/player.js b/src/components/player.js index <HASH>..<HASH> 100644 --- a/src/components/player.js +++ b/src/components/player.js @@ -12,7 +12,7 @@ import Loader from './loader' import PlayerInfo from './player_info' import $ from 'clappr-zepto' -const baseUrl = currentScriptUrl().replace(/...
style(player): remove unnecessary escape character
clappr_clappr
train
js
d17d8c8977b04ca4674823873ad4454e9be5b34c
diff --git a/easyaudit/signals.py b/easyaudit/signals.py index <HASH>..<HASH> 100644 --- a/easyaudit/signals.py +++ b/easyaudit/signals.py @@ -118,7 +118,6 @@ def m2m_changed(sender, instance, action, reverse, model, pk_set, using, **kwarg crud_event.save() except Exception: logger.exception('eas...
Remove extraneous `pass`
soynatan_django-easy-audit
train
py
4cedb4db03e1cbdef80f66a64d2b3df1788ad265
diff --git a/config/web.php b/config/web.php index <HASH>..<HASH> 100644 --- a/config/web.php +++ b/config/web.php @@ -38,6 +38,14 @@ $config = [ ], ], 'db' => require(__DIR__ . '/db.php'), + /* + 'urlManager' => [ + 'enablePrettyUrl' => true, + 'showSc...
Added commented urlManager configuration example to config file
yiisoft_yii2-app-basic
train
php
edbc9c1d73612ff75c250574b3006005d3048c9b
diff --git a/pychromecast/socket_client.py b/pychromecast/socket_client.py index <HASH>..<HASH> 100644 --- a/pychromecast/socket_client.py +++ b/pychromecast/socket_client.py @@ -123,7 +123,7 @@ class SocketClient(threading.Thread): tries -= 1 else: self.stop.set() - ...
Use logger.error rather than logger.exception.
balloob_pychromecast
train
py
8c327ab873f4ff6b71da97c68dd98f1338939146
diff --git a/lib/ripl/shell_commands.rb b/lib/ripl/shell_commands.rb index <HASH>..<HASH> 100644 --- a/lib/ripl/shell_commands.rb +++ b/lib/ripl/shell_commands.rb @@ -1,3 +1,5 @@ +require 'ripl' + require 'set' require 'shellwords'
Require ripl anyways.
postmodern_ripl-shell_commands
train
rb
4ad03988281461a83d9771506a96cca17c305b6c
diff --git a/src/components/text.js b/src/components/text.js index <HASH>..<HASH> 100644 --- a/src/components/text.js +++ b/src/components/text.js @@ -270,9 +270,9 @@ module.exports.Component = registerComponent('text', { var baseline; var el = this.el; var geometry = this.geometry; - var geometryComp...
check geometry is set first in text updateLayout
aframevr_aframe
train
js
2338409dc7c027bfc95f8c4279dbb5367a268d82
diff --git a/app/modules/checkout/CheckoutController.js b/app/modules/checkout/CheckoutController.js index <HASH>..<HASH> 100644 --- a/app/modules/checkout/CheckoutController.js +++ b/app/modules/checkout/CheckoutController.js @@ -133,7 +133,9 @@ angular $scope.canProceed = function(){ r...
fix(checkout): never allow to proceed with paypal in regular checkout
sofa_sofa-couch-service
train
js
a4090d0b30f850044413630333341cd327cbb55a
diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index <HASH>..<HASH> 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -482,7 +482,7 @@ class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore { } if ($handle = opendir($dir)) { - while ($item ...
loop over directories "the right way" See <URL>)) { echo "$entry\n"; } /* This is the WRONG way to loop over the directory. */ while ($entry = readdir($handle)) { echo "$entry\n"; } Looping over a directory the wrong way will cause the loop to stop if it comes to a directory named 0 (...
openid_php-openid
train
php
8851fa670eecb4fb60d5a23a9d4b801f2759dcd1
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -226,6 +226,27 @@ describe('csurf', function () { }) }) + it('should keep default cookie name when "key: undefined"', function (done) { + var server = createServer({ cookie: { ke...
tests: add test for cookie key: undefined
expressjs_csurf
train
js
4831992cd29bc5f2282680a2c64eefff0fb2c15a
diff --git a/code/filter/cmd.php b/code/filter/cmd.php index <HASH>..<HASH> 100644 --- a/code/filter/cmd.php +++ b/code/filter/cmd.php @@ -41,7 +41,7 @@ class FilterCmd extends FilterAbstract implements FilterTraversable public function sanitize($value) { $value = trim($value); - $pattern =...
Issue #<I>: Add ',' to cmd filter
timble_kodekit
train
php
b5747fa4ae0344d883874347dd67f58acc3fb5f6
diff --git a/nodeconductor/logging/elasticsearch_client.py b/nodeconductor/logging/elasticsearch_client.py index <HASH>..<HASH> 100644 --- a/nodeconductor/logging/elasticsearch_client.py +++ b/nodeconductor/logging/elasticsearch_client.py @@ -152,6 +152,10 @@ class ElasticsearchClient(object): {'te...
Each valid event must have event_type field (ITACLOUD-<I>)
opennode_waldur-core
train
py
21285a50f4cf9344f64a9c52c22807297faceff5
diff --git a/joomla/form/fields/user.php b/joomla/form/fields/user.php index <HASH>..<HASH> 100644 --- a/joomla/form/fields/user.php +++ b/joomla/form/fields/user.php @@ -83,10 +83,12 @@ class JFormFieldUser extends JFormField // Create the user select button. $html[] = '<div class="button2-left">'; $html[] = ...
Fixed issue [#<I>] Userfield shows button even when "readonly" (Thomas Hunziker, Michael Babker). --HG-- extra : convert_revision : svn%3A6f6e1ebd-4c2b-<I>-<I>f-f<I>bde<I>bce9/development/trunk/libraries%<I>
joomla_joomla-framework
train
php
4a713539a27fed9594c844d5fc97cc815fa503c6
diff --git a/src/shared/scripts/Viewport.js b/src/shared/scripts/Viewport.js index <HASH>..<HASH> 100644 --- a/src/shared/scripts/Viewport.js +++ b/src/shared/scripts/Viewport.js @@ -115,8 +115,8 @@ } } - window.addEventListener(ch.onscroll, viewportScroll, false); - window.addEven...
Use `tiny.on` instead of `addEventListener` in Viewport and Zoom. Resolve #<I>
mercadolibre_chico
train
js,js
132ea97483441edf03a16f797b026052da9a379c
diff --git a/intern/remote/boss/tests/int_test_permission_v0_7.py b/intern/remote/boss/tests/int_test_permission_v0_7.py index <HASH>..<HASH> 100644 --- a/intern/remote/boss/tests/int_test_permission_v0_7.py +++ b/intern/remote/boss/tests/int_test_permission_v0_7.py @@ -58,7 +58,7 @@ class ProjectPermissionTest_v0_7(un...
fixed minor bug in permission test after API update
jhuapl-boss_intern
train
py
1d828a15c8a6afd6d7dc990f162736d3d94ae11d
diff --git a/test/OptiPng.js b/test/OptiPng.js index <HASH>..<HASH> 100644 --- a/test/OptiPng.js +++ b/test/OptiPng.js @@ -15,9 +15,9 @@ describe('OptiPng', () => { 'when piped through', new OptiPng(['-o7']), 'to yield output satisfying', - resultPngBuffer => { + expect.it(resultPngBuffer...
Wrap to satisfy function in expect.it
papandreou_node-optipng
train
js
9f4fde775383e31f98a2a54a8fbd436869ad5a8d
diff --git a/lib/riif/rails/template_handler.rb b/lib/riif/rails/template_handler.rb index <HASH>..<HASH> 100644 --- a/lib/riif/rails/template_handler.rb +++ b/lib/riif/rails/template_handler.rb @@ -4,11 +4,13 @@ module Riif cattr_accessor :default_format self.default_format = Mime[:iif] - def self...
Fixes #<I> - Adds Rails 6 support to template handler Rails 6 passes source as a second parameter to the template handler - so allow that, while falling back to `template.source`
linjunpop_riif
train
rb
da2a0bbfdd3edf94123f8f177f03f174d50c5e1b
diff --git a/src/Rocketeer/Console/Commands/AbstractCommand.php b/src/Rocketeer/Console/Commands/AbstractCommand.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Console/Commands/AbstractCommand.php +++ b/src/Rocketeer/Console/Commands/AbstractCommand.php @@ -17,6 +17,8 @@ use Rocketeer\Console\Style\RocketeerStyle;...
Setup plugins if not present before deploying
rocketeers_rocketeer
train
php
2b92450730fae6d007e10f98638c026671d0064d
diff --git a/Command/WatchCommand.php b/Command/WatchCommand.php index <HASH>..<HASH> 100644 --- a/Command/WatchCommand.php +++ b/Command/WatchCommand.php @@ -80,7 +80,7 @@ class WatchCommand extends AbstractCommand $error = $msg; } } - + clearstatcache (); ...
Clear PHP file stat cache on each watch iteration
symfony_assetic-bundle
train
php
d10267f868bf1cdf4cd9484e40ebe126b53d6c65
diff --git a/templates/module/modularity-mod-slider.php b/templates/module/modularity-mod-slider.php index <HASH>..<HASH> 100644 --- a/templates/module/modularity-mod-slider.php +++ b/templates/module/modularity-mod-slider.php @@ -41,11 +41,12 @@ if (get_field('slides_autoslide', $module->ID) === true) { } } -i...
Dont initialize slider if column count is same as slide count
helsingborg-stad_Modularity
train
php
789db2066a57af7bb7c17d9680278921af0bd623
diff --git a/simple.go b/simple.go index <HASH>..<HASH> 100644 --- a/simple.go +++ b/simple.go @@ -158,8 +158,8 @@ func (s *Simple) fetch(key string, ltv *lockingTimedValue) { staleDuration = s.config.BadStaleDuration expiryDuration = s.config.BadExpiryDuration - // NOTE: new error always replaces old error - if ...
no longer panics when initial fetch results in an error
karrick_goswarm
train
go
88ba3f4f0867dd5329224f8d118085fde8833941
diff --git a/ansible_runner/display_callback/events.py b/ansible_runner/display_callback/events.py index <HASH>..<HASH> 100644 --- a/ansible_runner/display_callback/events.py +++ b/ansible_runner/display_callback/events.py @@ -42,7 +42,10 @@ class AnsibleJSONEncoderLocal(json.JSONEncoder): def default(self, o): ...
Alter encoder to share structure with Ansible core
ansible_ansible-runner
train
py
304c3cade4409d2dd42c57070b5ac4aa9f620732
diff --git a/python/ray/tune/trial.py b/python/ray/tune/trial.py index <HASH>..<HASH> 100644 --- a/python/ray/tune/trial.py +++ b/python/ray/tune/trial.py @@ -122,9 +122,15 @@ class Trial(object): try: if self.agent: - self.agent.stop.remote() - self.agent.__ray_ter...
[tune] <I> second timeout for stopping (#<I>) * <I> second timeout for stopping * prints for travis * lint * try better returning mechanism * lint
ray-project_ray
train
py
6c3206cc114e9da273b9267f663ff1b9fed4641c
diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index <HASH>..<HASH> 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -424,9 +424,9 @@ class Updater extends \common_ext_ExtensionUpdater $this->setVersion('19.10.0'); } - $this->skip('19.10.0'...
Inject version of backport #<I>
oat-sa_extension-tao-itemqti
train
php
b74dc06e0d7024708dffe22164d2b7893b8b0818
diff --git a/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/route53.rb b/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/route53.rb index <HASH>..<HASH> 100644 --- a/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/route53.rb +++ b/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/route53.rb @@ -85,7 +85,8 @@ module Bosh def get_zone_id(...
Add check for bosh_aws_bootstrap
cloudfoundry_bosh
train
rb
9e09517dd09c18752ea0c6c64b4fdd9b2d1a6cc9
diff --git a/test/angular/unit/controllers/app.test.js b/test/angular/unit/controllers/app.test.js index <HASH>..<HASH> 100644 --- a/test/angular/unit/controllers/app.test.js +++ b/test/angular/unit/controllers/app.test.js @@ -1,6 +1,6 @@ 'use strict'; -describe.only('Controller: AppCtrl', function(){ +describe('Con...
Removed describe.only call in app.test.js (woops)
SC5_sc5-styleguide
train
js
7e07e1d5f3456fda193eb56b0fc276daef16a3a8
diff --git a/src/lux.js b/src/lux.js index <HASH>..<HASH> 100644 --- a/src/lux.js +++ b/src/lux.js @@ -14,7 +14,7 @@ lodash || require( "lodash" ) ); }; } else { - throw new Error( "Sorry - luxJS only support AMD or CommonJS module environments." ); + root.lux = factory( root.React, root.postal, root.machin...
Adding support for plain browser global usage.
LeanKit-Labs_lux.js
train
js
cab3162dd27946e3ecf1da17e5c4494aa81a9061
diff --git a/py/selenium/webdriver/common/action_chains.py b/py/selenium/webdriver/common/action_chains.py index <HASH>..<HASH> 100755 --- a/py/selenium/webdriver/common/action_chains.py +++ b/py/selenium/webdriver/common/action_chains.py @@ -165,7 +165,7 @@ class ActionChains(object): Example, press...
Fixing typos in ActionChains method doc strings.
SeleniumHQ_selenium
train
py
cdbe37f3d2b97b42e6ff0cb22b20cc33aaaf5a90
diff --git a/classes/ModelsRepositoryTrait.php b/classes/ModelsRepositoryTrait.php index <HASH>..<HASH> 100644 --- a/classes/ModelsRepositoryTrait.php +++ b/classes/ModelsRepositoryTrait.php @@ -185,7 +185,7 @@ trait ModelsRepositoryTrait $app->locks->acquire($lockKey); } try { - ...
Exclude model's readonly properties from the saved value.
bearframework_models-addon
train
php
97a9c9a0daf59c46a5f2e4331460e370f6449f7f
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -37,7 +37,7 @@ type Client struct { repositoryListener RepositoryListener ready chan bool onReady chan bool - closed chan bool + closed chan struct{} count ...
client: Initialize closed channel Also change channel type to struct{} as it's used for signaling only. Call Client.Close in client specification test.
Unleash_unleash-client-go
train
go,go
8c265a7719ecf8f40c3ba34644ef029d90579c90
diff --git a/lib/reterm/components/scrolling_area.rb b/lib/reterm/components/scrolling_area.rb index <HASH>..<HASH> 100644 --- a/lib/reterm/components/scrolling_area.rb +++ b/lib/reterm/components/scrolling_area.rb @@ -4,6 +4,8 @@ module RETerm class ScrollingArea < Component include CDKComponent + a...
Accessors for ScrollingArea attributes
movitto_reterm
train
rb
be360105ecff14f67ddef1e235f07504d0da795f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -18,8 +18,4 @@ var Treasure = require('./treasure.js'); // Load all cached clients require('./loadClients')(Treasure); -if (typeof global.window.define === 'function' && global.window.define.amd) { - globa...
fix(export): ADM support is broken and unused
treasure-data_td-js-sdk
train
js
7056a9091423d1465968d21498b18de75ba7c6c6
diff --git a/tests/pipeline/test_engine.py b/tests/pipeline/test_engine.py index <HASH>..<HASH> 100644 --- a/tests/pipeline/test_engine.py +++ b/tests/pipeline/test_engine.py @@ -1552,7 +1552,8 @@ class MaximumRegressionTest(WithSeededRandomPipelineEngine, # The maximum computed by pipeline should match the ...
TEST: Clean up test. Don't compute max() of a boolean column; just compare the floats.
quantopian_zipline
train
py
ac6c89c5b06576f48b0ebe7ebb755eb07af82e99
diff --git a/course/edit.php b/course/edit.php index <HASH>..<HASH> 100644 --- a/course/edit.php +++ b/course/edit.php @@ -53,6 +53,11 @@ $form->timemodified = time(); if (!empty($course)) { + // Test for and remove blocks which aren't appropriate anymore + $for...
Fix for bug <I>: When a course's format is changed, blocks which are not appropriate for the new format are automatically purged.
moodle_moodle
train
php
7abbc71a72d54e50e46ddfce60e4e567870e931a
diff --git a/querybuilder/query.py b/querybuilder/query.py index <HASH>..<HASH> 100644 --- a/querybuilder/query.py +++ b/querybuilder/query.py @@ -837,7 +837,7 @@ class Query(object): # build each part of the query sql = '' - # sql += self.build_withs() + sql += self.build_withs() ...
* Added in support for with clauses
ambitioninc_django-query-builder
train
py
8a20a485874f3ede0f788e5faf406c2bacc3760c
diff --git a/test/GitFakeFs.js b/test/GitFakeFs.js index <HASH>..<HASH> 100644 --- a/test/GitFakeFs.js +++ b/test/GitFakeFs.js @@ -236,9 +236,7 @@ describe('GitFakeFs', function () { done(); })); }); - }); - describe('#readdir()', function () { ...
GitFakeFs test: Removed redundant describe block.
papandreou_node-gitfakefs
train
js
013bd8f28a19ac6c3570213429305cdb47f83047
diff --git a/graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/OrientGraphMultithreadRemoteTest.java b/graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/OrientGraphMultithreadRemoteTest.java index <HASH>..<HASH> 100755 --- a/graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/OrientGraphMult...
re-enable graph test that was creating some issues on network, now should go seemless
orientechnologies_orientdb
train
java
3064d38dfcb8109481c634a625d19ede9498b949
diff --git a/Scripts/GenHooks.php b/Scripts/GenHooks.php index <HASH>..<HASH> 100644 --- a/Scripts/GenHooks.php +++ b/Scripts/GenHooks.php @@ -1,8 +1,6 @@ <?php -require_once( '/home/cyberpower678/Peachy/Init.php' ); - -$pgIP = '/home/cyberpower678/Peachy/'; +require_once( dirname( dirname(__FILE__) ) . '/Init.php' ...
Fix include path in GenHooks Fixes #<I>
MW-Peachy_Peachy
train
php
93d3fc8996f4db68b109b8549e81289251ef285a
diff --git a/src/main/java/org/openqa/selenium/SearchContext.java b/src/main/java/org/openqa/selenium/SearchContext.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/openqa/selenium/SearchContext.java +++ b/src/main/java/org/openqa/selenium/SearchContext.java @@ -1,6 +1,5 @@ /* Copyright 2007-2009 WebDriver co...
SimonStewart: After a code grant, the code is copyright the SFC and the selenium committers. Starting to update the copyright headers r<I>
appium_java-client
train
java
e03f56912abe954a14330ed9eb2eb5545fba50ae
diff --git a/wpull/version.py b/wpull/version.py index <HASH>..<HASH> 100644 --- a/wpull/version.py +++ b/wpull/version.py @@ -1,2 +1,2 @@ # encoding=utf-8 -__version__ = '0.8a1' +__version__ = '0.9a1'
Bumps version to <I>a1.
ArchiveTeam_wpull
train
py
d620a9904d5564e3a9224245971da68fdab0567a
diff --git a/anharmonic/phonon3/conductivity_RTA.py b/anharmonic/phonon3/conductivity_RTA.py index <HASH>..<HASH> 100644 --- a/anharmonic/phonon3/conductivity_RTA.py +++ b/anharmonic/phonon3/conductivity_RTA.py @@ -85,7 +85,7 @@ def _write_gamma(br, interaction, i, filename=None): mesh, ...
Fix writting cv of gamma
atztogo_phonopy
train
py
3e02314d5c7734a465a3273d14242fe167fbc8b0
diff --git a/molo/core/tests/test_models.py b/molo/core/tests/test_models.py index <HASH>..<HASH> 100644 --- a/molo/core/tests/test_models.py +++ b/molo/core/tests/test_models.py @@ -470,3 +470,23 @@ class TestModels(TestCase, MoloTestCaseMixin): ValidationError, "The article cannot be demoted...
Added is_topic_of_the_day test
praekeltfoundation_molo
train
py
d00919d78ae767d0844f8b1a9e7aee595bbef219
diff --git a/tests/unit/FirebaseAuth.spec.js b/tests/unit/FirebaseAuth.spec.js index <HASH>..<HASH> 100644 --- a/tests/unit/FirebaseAuth.spec.js +++ b/tests/unit/FirebaseAuth.spec.js @@ -275,7 +275,7 @@ describe('FirebaseAuth',function(){ }); }); - describe('.$waitForAuth()',function(){ + describe('$waitFor...
auth-tests: minor style changes.
firebase_angularfire
train
js
fb8ff50451098aed145074bcca757b98ef3a7089
diff --git a/model/ArrayList.php b/model/ArrayList.php index <HASH>..<HASH> 100644 --- a/model/ArrayList.php +++ b/model/ArrayList.php @@ -155,7 +155,7 @@ class ArrayList extends ViewableData implements SS_List { return end($this->items); } - public function map($keyfield, $titlefield) { + public function map($k...
API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map. This was failing under php <I>
silverstripe_silverstripe-framework
train
php,php
a0e2d502325e714bdb8cb3972bfbfe1225ec5ff6
diff --git a/cumulusci/salesforce_api/utils.py b/cumulusci/salesforce_api/utils.py index <HASH>..<HASH> 100644 --- a/cumulusci/salesforce_api/utils.py +++ b/cumulusci/salesforce_api/utils.py @@ -19,13 +19,13 @@ def get_simple_salesforce_connection( adapter = HTTPAdapter(max_retries=retries) instance = org_con...
avoid messing up the hostname if there's one with .com not at the end
SFDO-Tooling_CumulusCI
train
py
fbb8d0f5d78611a39804393f433d3a1b72973498
diff --git a/chef/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb b/chef/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb index <HASH>..<HASH> 100644 --- a/chef/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +++ b/chef/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb @@ -24,7 +24,...
use platform independent Dir.tmpdir to reference tmp directory
chef_chef
train
rb
9c2eee30ae272c2af32e5f200d0ffd1a06af3801
diff --git a/lib/jitsu/commands.js b/lib/jitsu/commands.js index <HASH>..<HASH> 100644 --- a/lib/jitsu/commands.js +++ b/lib/jitsu/commands.js @@ -38,6 +38,11 @@ jitsu.use(require('flatiron-cli-users'), { } }); } + }, + logout: function(details, next){ + jitsu.config.clear('api-tok...
[api] removes 'api-token' on logout
nodejitsu_jitsu
train
js
2412c8ca0e0d2c2cf430e11c3288c8715298b1a9
diff --git a/system/Validation/Validation.php b/system/Validation/Validation.php index <HASH>..<HASH> 100644 --- a/system/Validation/Validation.php +++ b/system/Validation/Validation.php @@ -646,9 +646,9 @@ class Validation implements ValidationInterface // passed along from a redirect_with_input request. if (emp...
Simplify Validation::getErrors() No need to use session class instance to get $_SESSION['_ci_validation_errors'] if it and $_SESSION are proven set. Using isset($var1, $var2) easier on eyes than a compound conditional part of which is an assignment.
codeigniter4_CodeIgniter4
train
php
f229eb950d95ce87c2091f8e1018bab76735a1a8
diff --git a/lib/adapters/websql.js b/lib/adapters/websql.js index <HASH>..<HASH> 100644 --- a/lib/adapters/websql.js +++ b/lib/adapters/websql.js @@ -239,7 +239,7 @@ function WebSqlPouch(opts, callback) { // initial schema var meta = 'CREATE TABLE IF NOT EXISTS ' + META_STORE + - ' (update_seq, ...
(#<I>) - websql: update_seq should be an INTEGER This fixes errors with the update_seq on Android 2.x using the SQLite plugin, because we need to know the type of the column in order to bind it properly.
pouchdb_pouchdb
train
js
8b9d99199ac8cea385f49cfdddbafebb6b11f78e
diff --git a/tests/test_replay.py b/tests/test_replay.py index <HASH>..<HASH> 100644 --- a/tests/test_replay.py +++ b/tests/test_replay.py @@ -10,7 +10,7 @@ import os import pytest -from cookiecutter import replay +from cookiecutter import replay, utils from cookiecutter.config import get_user_config @@ -52,6...
Use a fixture to clean up the replay dir
audreyr_cookiecutter
train
py
9b1a1e22c797efa0609ca15a088b0e5908273205
diff --git a/spyder/widgets/panels/manager.py b/spyder/widgets/panels/manager.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/panels/manager.py +++ b/spyder/widgets/panels/manager.py @@ -45,7 +45,7 @@ class PanelsManager(Manager): editor.document().blockCountChanged.connect( self._upda...
Change append manager panels method name for register
spyder-ide_spyder
train
py,py
c6502f514253bb412615a000da5394734b7fe4db
diff --git a/src/TypeaheadInput.react.js b/src/TypeaheadInput.react.js index <HASH>..<HASH> 100644 --- a/src/TypeaheadInput.react.js +++ b/src/TypeaheadInput.react.js @@ -49,8 +49,8 @@ class TypeaheadInput extends React.Component { <div className={cx('rbt-input-container', 'clearfix', 'form-control', { ...
Support BS4 form-control sizing
ericgio_react-bootstrap-typeahead
train
js
beddf10f1f09c2457514755bfcc7ea9cb2647f0a
diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py index <HASH>..<HASH> 100755 --- a/fontbakery-check-ttf.py +++ b/fontbakery-check-ttf.py @@ -2003,7 +2003,7 @@ def main(): # ---------------------------------------------------- def version_is_newer(a, b): a = map(int, a.split(".")) - #...
detect and report bad parsing of font version entries in the name tables (issue #<I>)
googlefonts_fontbakery
train
py
3d41b7cef5f103f8b2d8aeeca8cb2b048dee6175
diff --git a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/ModelDescriptionValidator.java b/subsystem-test/src/main/java/org/jboss/as/subsystem/test/ModelDescriptionValidator.java index <HASH>..<HASH> 100644 --- a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/ModelDescriptionValidator.java +++ b/s...
Allow undefined operations and children was: cba<I>e5c<I>f<I>f<I>cf<I>
wildfly_wildfly-core
train
java
07d3742e76f9918c51162be5f1d2f09bb4ba9b0e
diff --git a/src/main/java/eu/hansolo/tilesfx/skins/TileSkin.java b/src/main/java/eu/hansolo/tilesfx/skins/TileSkin.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/hansolo/tilesfx/skins/TileSkin.java +++ b/src/main/java/eu/hansolo/tilesfx/skins/TileSkin.java @@ -137,6 +137,7 @@ public class TileSkin extends Ski...
Fixed minor issue when recalculating angle range
HanSolo_tilesfx
train
java