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
c9c78b80a27be9e6f62cb07d170b25b116f93066
diff --git a/src/view/ThemeSettings.js b/src/view/ThemeSettings.js index <HASH>..<HASH> 100644 --- a/src/view/ThemeSettings.js +++ b/src/view/ThemeSettings.js @@ -121,6 +121,10 @@ define(function (require, exports, module) { prefs.set(setting, newSettings[setting]); }); ...
Revert theme settings when canceling out of the settings dialog
adobe_brackets
train
js
d9d437287f9db7541a98eb69717e40237cb9322e
diff --git a/journal/journal_core.py b/journal/journal_core.py index <HASH>..<HASH> 100644 --- a/journal/journal_core.py +++ b/journal/journal_core.py @@ -647,12 +647,8 @@ class Journal(gossip_core.Gossip): self.MostRecentCommittedBlockID[:8] ) - # now find...
Remove common case of findfork and remove depth from findfork
hyperledger_sawtooth-core
train
py
7498db06a1724773ad7185887743afcb8406ee6b
diff --git a/src/transformers/models/bloom/modeling_bloom.py b/src/transformers/models/bloom/modeling_bloom.py index <HASH>..<HASH> 100644 --- a/src/transformers/models/bloom/modeling_bloom.py +++ b/src/transformers/models/bloom/modeling_bloom.py @@ -38,7 +38,7 @@ logger = logging.get_logger(__name__) _CHECKPOINT_FO...
Replace BloomTokenizer by BloomTokenizerFast in doc (#<I>)
huggingface_pytorch-pretrained-BERT
train
py
d35b6733237acb554c640924ece340a5f3b6fcba
diff --git a/lib/platform/github/storage.js b/lib/platform/github/storage.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/storage.js +++ b/lib/platform/github/storage.js @@ -151,6 +151,8 @@ class Storage { { branch: branchName }, 'Branch to delete does not exist' ); + ...
refactor(github): don’t warn deleting protected branch
renovatebot_renovate
train
js
0ffb4b59b073e14fd660670a592115fef415256b
diff --git a/source/application/models/oxarticle.php b/source/application/models/oxarticle.php index <HASH>..<HASH> 100644 --- a/source/application/models/oxarticle.php +++ b/source/application/models/oxarticle.php @@ -2794,6 +2794,26 @@ class oxArticle extends oxI18n implements oxIArticle, oxIUrl } /** + ...
Move stock status check and visibility change check to separate methods.
OXID-eSales_oxideshop_ce
train
php
588eddf8a619f876d62fbb009f389666ec46bfd2
diff --git a/src/MetaModels/MetaModel.php b/src/MetaModels/MetaModel.php index <HASH>..<HASH> 100644 --- a/src/MetaModels/MetaModel.php +++ b/src/MetaModels/MetaModel.php @@ -1004,7 +1004,9 @@ class MetaModel implements IMetaModel // Tell all attributes that the model has been saved. Useful for alias fields,...
Hotfix for the save function see #<I>. Add a check if a attribute is set. If not the save function will not save any data for it. This should solve the problem that data were overwritten by the save function.
MetaModels_core
train
php
881ae2737626b7aaae7feccdd846603ad81e2ecc
diff --git a/util/src/main/java/org/vesalainen/util/TimeToLiveMap.java b/util/src/main/java/org/vesalainen/util/TimeToLiveMap.java index <HASH>..<HASH> 100644 --- a/util/src/main/java/org/vesalainen/util/TimeToLiveMap.java +++ b/util/src/main/java/org/vesalainen/util/TimeToLiveMap.java @@ -181,7 +181,12 @@ public class...
Fix buf where get didn't refresh mapping.
tvesalainen_util
train
java
0febcb35c6de351bddf6853faa427f65c98480c1
diff --git a/lib/how_is/cli.rb b/lib/how_is/cli.rb index <HASH>..<HASH> 100644 --- a/lib/how_is/cli.rb +++ b/lib/how_is/cli.rb @@ -1,5 +1,3 @@ -#!/usr/bin/env ruby - require "how_is" require "slop"
Remove shebang line. I have no idea how it got in there.
duckinator_inq
train
rb
b167b2da4bf927f3c841997b07ca9a77de150448
diff --git a/src/net/finmath/montecarlo/process/ProcessEulerScheme.java b/src/net/finmath/montecarlo/process/ProcessEulerScheme.java index <HASH>..<HASH> 100755 --- a/src/net/finmath/montecarlo/process/ProcessEulerScheme.java +++ b/src/net/finmath/montecarlo/process/ProcessEulerScheme.java @@ -155,7 +155,10 @@ public c...
Fixed a bug introduced in the last commit (leading to wrong Euler increments). git-svn-id: <URL>
finmath_finmath-lib
train
java
405a2de8ebfb3b050899a479dd8ece535480f135
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import sys def read_version(): with io.open('./glud/version.py', encoding='utf8') as version_file: - version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", version_file.read(), re.m) + ...
fixed missing version in setup.py
AndrewWalker_glud
train
py
3fcf02294c3919963c44193ca2d6b8c64cca45fa
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php index <HASH>..<HASH> 100644 --- a/core/Tracker/Visit.php +++ b/core/Tracker/Visit.php @@ -277,9 +277,9 @@ class Piwik_Tracker_Visit implements Piwik_Tracker_Visit_Interface $country = Piwik_Common::getCountry($userInfo['location_browser_lang'], $enableLang...
fixes #<I> Excluding Bing spam searches (cloaking test) from being tracked git-svn-id: <URL>
matomo-org_matomo
train
php
c42d6b5b66b277ec22948a8626f5bf6b23c8fccb
diff --git a/src/org/opencms/search/CmsSearchManager.java b/src/org/opencms/search/CmsSearchManager.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/search/CmsSearchManager.java +++ b/src/org/opencms/search/CmsSearchManager.java @@ -1706,6 +1706,7 @@ public class CmsSearchManager implements I_CmsScheduledJob, I_C...
Added TODO comment in CmsSearchManager.
alkacon_opencms-core
train
java
7356d4e210e91892bf5c96a9a637bfd3a4764583
diff --git a/repairbox/container.py b/repairbox/container.py index <HASH>..<HASH> 100644 --- a/repairbox/container.py +++ b/repairbox/container.py @@ -71,16 +71,24 @@ class BugContainer(object): pass + def execute_command(self, cmd, context='/', stdout=True, stderr=False): + """ + + TODO: ...
working on Container.execute_command
squaresLab_BugZoo
train
py
1530c97c9cbbaeaf9c6d1f55ed2a5b7e392a9c65
diff --git a/course/user.php b/course/user.php index <HASH>..<HASH> 100644 --- a/course/user.php +++ b/course/user.php @@ -177,7 +177,7 @@ function print_outline_row($mod, $instance, $result) { echo " <a title=\"$mod->modfullname\""; echo " href=\"../mod/$mod->modname/view.php?id=$mod->id\">".format_strin...
Take out one "white" use. Bug <I>. Credits are for Helen Foster. (<URL>) Merged from MOODLE_<I>_STABLE
moodle_moodle
train
php
0845ef5da43d26be72691f041cd3397d3a2edf6f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ objects to see if they have changed in meaningful ways. """, name='normalize', packages=find_packages(), - requires=['richenum (>=1.0.0)'], + install_requires=('richenum>=1.0.0',), test_sui...
Update setup to use install_requires
hearsaycorp_normalize
train
py
8116362f89e6b1a4e6f2dc5af7128c33433ea2b1
diff --git a/Kwf/Form/Field/Select.php b/Kwf/Form/Field/Select.php index <HASH>..<HASH> 100644 --- a/Kwf/Form/Field/Select.php +++ b/Kwf/Form/Field/Select.php @@ -94,6 +94,7 @@ class Kwf_Form_Field_Select extends Kwf_Form_Field_ComboBox $ret['html'] .= "</select>\n"; if ($this->getSubmitOnChange()) ...
outer div for select - it is necessary for select styling
koala-framework_koala-framework
train
php
683137a84b6f0f4acb0bea90c9480eca64dcb0e2
diff --git a/pytautulli/models/activity.py b/pytautulli/models/activity.py index <HASH>..<HASH> 100644 --- a/pytautulli/models/activity.py +++ b/pytautulli/models/activity.py @@ -19,4 +19,6 @@ class PyTautulliApiActivity(PyTautulliApiBaseModel): def __post_init__(self): super().__post_init__() - ...
Fixes issue with iterating sessions when they are None (#<I>)
ludeeus_pytautulli
train
py
f1fd6e5d73e12a4fa574ec965bdf77059703e9fd
diff --git a/src/com/dtmilano/android/viewclient.py b/src/com/dtmilano/android/viewclient.py index <HASH>..<HASH> 100644 --- a/src/com/dtmilano/android/viewclient.py +++ b/src/com/dtmilano/android/viewclient.py @@ -24,7 +24,7 @@ import json from culebratester_client import WindowHierarchyChild, WindowHierarchy -__...
Replace takeScreenshot() call by take_screenshot()
dtmilano_AndroidViewClient
train
py
186f04e58100b2b95488ef2f7a59c581d7cabc1f
diff --git a/lib/bank_time/calendar.rb b/lib/bank_time/calendar.rb index <HASH>..<HASH> 100644 --- a/lib/bank_time/calendar.rb +++ b/lib/bank_time/calendar.rb @@ -32,7 +32,7 @@ module BankTime # Return true if the date given is a business day (typically that means a # non-weekend day) and not a holiday. ...
Fix business_day? so it works with DateTimes
gocardless_business
train
rb,rb
a05e74f0a539a1f5b662a011c47b0564105f73bb
diff --git a/timeside/encoder/core.py b/timeside/encoder/core.py index <HASH>..<HASH> 100644 --- a/timeside/encoder/core.py +++ b/timeside/encoder/core.py @@ -69,7 +69,7 @@ class GstEncoder(Processor): self.bus = self.pipeline.get_bus() self.bus.add_signal_watch() - self.bus.connect("message"...
timeside/encoder/core.py: rename _on_message_cb for consistency
Parisson_TimeSide
train
py
7527d0af433c30a57b0ec68d9b1df4ed06047315
diff --git a/src/Composer/Downloader/FileDownloader.php b/src/Composer/Downloader/FileDownloader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Downloader/FileDownloader.php +++ b/src/Composer/Downloader/FileDownloader.php @@ -105,6 +105,8 @@ abstract class FileDownloader implements DownloaderInterface * ...
Add throws declaration for FileDownloader::extract()
mothership-ec_composer
train
php
0bb56b5e0d3762d327029621e3683f93c6e7e81b
diff --git a/lib/flex/variables.rb b/lib/flex/variables.rb index <HASH>..<HASH> 100644 --- a/lib/flex/variables.rb +++ b/lib/flex/variables.rb @@ -3,9 +3,40 @@ module Flex include Structure::Mergeable - def initialize(hash=nil) - hash ||= {} # accepts an explicit nil - replace hash + def initia...
variables refactoring: auto symbolized keys and deep_merg on new
elastics_elastics
train
rb
a1049565eb2094a47eee513d3dc636f55538182b
diff --git a/salt/renderers/gpg.py b/salt/renderers/gpg.py index <HASH>..<HASH> 100644 --- a/salt/renderers/gpg.py +++ b/salt/renderers/gpg.py @@ -41,7 +41,7 @@ To generate a cipher from a secret: .. code-block:: bash - $ echo -n "supersecret" | gpg --homedir --armor --encrypt -r <KEY-name> + $ echo -n "supers...
Added the default directory that gpg imports to
saltstack_salt
train
py
c385aa770865cb2dde0c22d14dfe6e9a99b1c6b1
diff --git a/tests/Services/MediaManagerTest.php b/tests/Services/MediaManagerTest.php index <HASH>..<HASH> 100644 --- a/tests/Services/MediaManagerTest.php +++ b/tests/Services/MediaManagerTest.php @@ -1,4 +1,5 @@ <?php + use Illuminate\Support\Collection; /**
Style CI fix - this is getting annoying
talvbansal_media-manager
train
php
f16ade157b75d89c66742cdfd0f7398569ac03f2
diff --git a/falafel/config/specs.py b/falafel/config/specs.py index <HASH>..<HASH> 100644 --- a/falafel/config/specs.py +++ b/falafel/config/specs.py @@ -189,7 +189,7 @@ static_specs = { "ovirt_engine_server.log" : SimpleFileSpec("var/log/ovirt-engine/server.log"), "ovs-vsctl_show" : CommandSpec...
Fixed 'parted -l' hangs bug. See <>. In short, in some cases `parted -l` will wait for user input hanging the client-side collector. Using the `-s` option indicates the command is run by a script without any user intervention.
RedHatInsights_insights-core
train
py
19a69624b123c3974492320b95c0bb68a7a547da
diff --git a/rollup.test.js b/rollup.test.js index <HASH>..<HASH> 100644 --- a/rollup.test.js +++ b/rollup.test.js @@ -1,9 +1,11 @@ import istanbul from 'rollup-plugin-istanbul'; import node from 'rollup-preset-node'; +import pkg from './package.json'; export default { + external: Object.keys(pkg.dependencies), ...
Add externals to rollup test config
shannonmoeller_apply-html
train
js
e168aa8f8d8ad45438882167d8bdefaed09b6f83
diff --git a/src/phpDocumentor/PharCompiler.php b/src/phpDocumentor/PharCompiler.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/PharCompiler.php +++ b/src/phpDocumentor/PharCompiler.php @@ -197,8 +197,11 @@ class PharCompiler */ protected function getCliStub() { - return "<?php " . $this...
Add shebang for Phar file to enable +x
phpDocumentor_phpDocumentor2
train
php
f110d408aab489cc4c491d4ae5929828c8b0b4b3
diff --git a/src/ContaoCommunityAlliance/ComposerInstaller/ModuleInstaller.php b/src/ContaoCommunityAlliance/ComposerInstaller/ModuleInstaller.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/ComposerInstaller/ModuleInstaller.php +++ b/src/ContaoCommunityAlliance/ComposerInstaller/ModuleInstaller.php @...
work with the contao extra block
contao-community-alliance_composer-plugin
train
php
bb1bf68b84f0f6b57bb4a547a91dfc27cbed1289
diff --git a/cmd/server/handler_consent_factory.go b/cmd/server/handler_consent_factory.go index <HASH>..<HASH> 100644 --- a/cmd/server/handler_consent_factory.go +++ b/cmd/server/handler_consent_factory.go @@ -16,7 +16,7 @@ func injectConsentManager(c *config.Config) { manager = oauth2.NewConsentRequestMemoryManage...
cmd/server: SQLConnection should load SQLRequestManager Closes #<I>
ory_hydra
train
go
7bdcb48daf68e746681e3835b41a153e4c48fcc3
diff --git a/model/repository/MonitoringRepository.php b/model/repository/MonitoringRepository.php index <HASH>..<HASH> 100644 --- a/model/repository/MonitoringRepository.php +++ b/model/repository/MonitoringRepository.php @@ -482,8 +482,7 @@ class MonitoringRepository extends ConfigurableService implements DeliveryMon...
fix: remove inserting `extra_data` field sorting by as query parameter
oat-sa_extension-tao-proctoring
train
php
c95169a7759d9dac1a67e356fca9a3e13fd3780f
diff --git a/object_tools/tests/tools.py b/object_tools/tests/tools.py index <HASH>..<HASH> 100644 --- a/object_tools/tests/tools.py +++ b/object_tools/tests/tools.py @@ -37,5 +37,17 @@ class TestInvalidTool(object_tools.ObjectTool): pass -object_tools.tools.register(TestTool) -object_tools.tools.register(Test...
Added switch to only register object tools in tests if the apps are ready
praekelt_django-object-tools
train
py
be81b0e08f02d31424208ff57d4924d0e7ae8f24
diff --git a/MySQLiByDanielGP.php b/MySQLiByDanielGP.php index <HASH>..<HASH> 100644 --- a/MySQLiByDanielGP.php +++ b/MySQLiByDanielGP.php @@ -161,7 +161,6 @@ trait MySQLiByDanielGP private function handleLocalizationCommon() { - require_once '../vendor/inetsys/phpgettext/gettext.inc'; if (i...
removed reference to localization library from PHP within trait which means it will have to be added as requirement for each package using this library
danielgp_common-lib
train
php
51a22f8df6cc34da638dd9fc6737bb7f505902de
diff --git a/buffalo/cmd/new.go b/buffalo/cmd/new.go index <HASH>..<HASH> 100644 --- a/buffalo/cmd/new.go +++ b/buffalo/cmd/new.go @@ -64,6 +64,9 @@ var newCmd = &cobra.Command{ app.WithWebpack = !app.SkipWebpack app.WithYarn = !app.SkipYarn app.AsWeb = !app.AsAPI + if app.AsAPI { + app.WithWebpack = false ...
generating a new app as API should turn off Webpack automatically
gobuffalo_buffalo
train
go
128be259a774ae04d16b47a55de524b77e4d0773
diff --git a/routing/router.go b/routing/router.go index <HASH>..<HASH> 100644 --- a/routing/router.go +++ b/routing/router.go @@ -1518,6 +1518,7 @@ func generateSphinxPacket(rt *route.Route, paymentHash []byte, // privacy preserving source routing across the network. sphinxPacket, err := sphinx.NewOnionPacket( ...
routing: use updated sphinx.NewOnionPacket method In this commit, we update the routing package to use the new `sphinx.NewOnionPacket` method. The new version of this method allows us to specify _how_ the packet should be filled before it's used to create a mix-header. This isn't a fundamental change (totally backward...
lightningnetwork_lnd
train
go
cf94472e33ba73836e8aaac8eff1b660cddb92b4
diff --git a/server/src/main/resources/ide.js b/server/src/main/resources/ide.js index <HASH>..<HASH> 100644 --- a/server/src/main/resources/ide.js +++ b/server/src/main/resources/ide.js @@ -264,6 +264,13 @@ configure = function(d, v, o) { if(variation == 'Retina4'){ to_top = to_top +1; to_left = to_left+9; ...
all screens fitting the frame and mpuseovering
ios-driver_ios-driver
train
js
cb1d3b34b75c91c9875caa90f6888cf65b03f86c
diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -567,7 +567,9 @@ var _ = SkipDescribeIf(helpers.RunsOn54Kernel, "K8sServicesTest", func() { }) }) - Context("Checks service across nodes", func() { + SkipContextIf(fun...
test: Quarantine K8sServicesTest Checks service across nodes on net-next This test has been unreliable for some time: - <URL>
cilium_cilium
train
go
8d4368ef4e1764928ae968bb34319535013e8baf
diff --git a/database/hall2operations.py b/database/hall2operations.py index <HASH>..<HASH> 100755 --- a/database/hall2operations.py +++ b/database/hall2operations.py @@ -135,7 +135,7 @@ class HallSymbol: G2_R, G2_T = self.__get_group( r, t ) G_R, G_T = self.__multiply_groups( G_R, G_T, G2_R, ...
Change not is to is not pythonic idiom.
atztogo_spglib
train
py
dbce22c8bfe425fe549d00c61f143fd75a9e5038
diff --git a/lib/directive_record/relation.rb b/lib/directive_record/relation.rb index <HASH>..<HASH> 100644 --- a/lib/directive_record/relation.rb +++ b/lib/directive_record/relation.rb @@ -27,7 +27,14 @@ module DirectiveRecord def sql_aliases_to_paths(arg) visit_sql(arg).gsub(/(`([^`]+)`\.`([^`]+)`)/) do ...
Corrected deriving qry_options from habtm associations
archan937_directiverecord
train
rb
e10b97cde94a3f06033f82cdda3f61aca8dd216d
diff --git a/lib/Pheasant/Database/Binder.php b/lib/Pheasant/Database/Binder.php index <HASH>..<HASH> 100755 --- a/lib/Pheasant/Database/Binder.php +++ b/lib/Pheasant/Database/Binder.php @@ -122,7 +122,11 @@ class Binder } if(count($params)) - throw new \InvalidArgumentException("Parameters left over in bind(...
Adds detail to Exception for leftover params when binding
lox_pheasant
train
php
44f1885ecac1c2c43b561f06a317ed67ad52da91
diff --git a/lib/split.rb b/lib/split.rb index <HASH>..<HASH> 100755 --- a/lib/split.rb +++ b/lib/split.rb @@ -1,8 +1,7 @@ -require 'split/experiment' -require 'split/alternative' -require 'split/helper' -require 'split/version' -require 'split/configuration' +%w[experiment alternative helper version configuration].eac...
rolled require statements into iterator
splitrb_split
train
rb
f42c6dd1607dff15edcbe45935c4d1bb4ac8ae01
diff --git a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.ja...
[Java] Add another set of threading modes to ArchiveTest and provide more informative output.
real-logic_aeron
train
java
f5c0620222ed9f707dca0363bbd99a019f74bbf4
diff --git a/descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/SmallRingDescriptor.java b/descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/SmallRingDescriptor.java index <HASH>..<HASH> 100644 --- a/descriptor/qsarmolecular/src/main/java/org/opensc...
Change implementation vendor to CDK, since that seems to be the convention.
cdk_cdk
train
java
95790c93dd34c89fcc429046a9f3322564534e33
diff --git a/Manager/UserManager.php b/Manager/UserManager.php index <HASH>..<HASH> 100644 --- a/Manager/UserManager.php +++ b/Manager/UserManager.php @@ -1531,7 +1531,7 @@ class UserManager $user->addOrganization($default); $this->objectManager->persist($user); - if (...
[CoreBundle] Adding missing == 0 for modulo check.
claroline_Distribution
train
php
484e1210c31ab9d119327b3de5b00d884853e1aa
diff --git a/app/models/event.rb b/app/models/event.rb index <HASH>..<HASH> 100644 --- a/app/models/event.rb +++ b/app/models/event.rb @@ -1,5 +1,5 @@ class Event < ActiveRecord::Base - attr_accessible :lat, :lng, :payload, :user_id, :user + attr_accessible :lat, :lng, :payload, :user_id, :user, :expires_at act...
add expires_at as attr_accessible
huginn_huginn
train
rb,rb
16bf3b045ac5f2d39530158c9505a24c0a7c121c
diff --git a/lib/claide/command/banner/prettifier.rb b/lib/claide/command/banner/prettifier.rb index <HASH>..<HASH> 100644 --- a/lib/claide/command/banner/prettifier.rb +++ b/lib/claide/command/banner/prettifier.rb @@ -32,7 +32,7 @@ module CLAide message = message.dup command.arguments.each do |ar...
Add support for arguments ending with "..." (#<I>)
CocoaPods_CLAide
train
rb
8455a9936e0c0f8d2a9b00a1600c630ed970b6e3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ with open('README.md') as readme: setup( name = 'keystore', packages = ['keystore'], - version = '0.1.5', - description = 'Command line tools to compress and encrypt your priva...
Updating to <I>
Spaxe_keystore
train
py
6533baf4d4873094cb5da5b08b07cadd8f1d07a9
diff --git a/src/xy.js b/src/xy.js index <HASH>..<HASH> 100644 --- a/src/xy.js +++ b/src/xy.js @@ -9,6 +9,8 @@ import clamp from 'clamp'; const isMobile = typeof document != 'undefined' && 'ontouchstart' in document; class XYControl extends React.Component { + _isMounted = false; + static propTypes = { the...
Set isMounted flag to check mounted state Closes #<I>. It's possible for `findDOMNode(this)` to fail when the component has unmounted resulting in an error. This flag addresses that.
mapbox_react-colorpickr
train
js
8798becd3aeffd6bbbcb814d125e9707a7c0da68
diff --git a/lib/fog/aws/requests/compute/describe_images.rb b/lib/fog/aws/requests/compute/describe_images.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/requests/compute/describe_images.rb +++ b/lib/fog/aws/requests/compute/describe_images.rb @@ -46,7 +46,7 @@ module Fog 'Action' => 'DescribeImages'...
[aws|compute] properly pass filters into describe_images
fog_fog
train
rb
6334f982cf531b24262739beada87a6c5240d65a
diff --git a/cilium-health/responder/main.go b/cilium-health/responder/main.go index <HASH>..<HASH> 100644 --- a/cilium-health/responder/main.go +++ b/cilium-health/responder/main.go @@ -22,15 +22,6 @@ import ( "golang.org/x/sys/unix" ) -func cancelOnSignal(cancel context.CancelFunc, sig ...os.Signal) { - c := mak...
health: Use signal.NotifyContext This is a cleanup commit with no functional change.
cilium_cilium
train
go
552f3b43020471fc112a978662d2a34396d55cd8
diff --git a/packages/next/client/index.js b/packages/next/client/index.js index <HASH>..<HASH> 100644 --- a/packages/next/client/index.js +++ b/packages/next/client/index.js @@ -292,19 +292,19 @@ function renderReactElement(reactEl, domEl) { } if (onPerfEntry && ST) { - if (!('PerformanceObserver' in window...
fixing observing paint types in safari bug (#<I>) * fixing observing paint types in safari bug * using try catch for performanceObserver fallback
zeit_next.js
train
js
c6543758da887bc06ae18555c9d442119e5d3061
diff --git a/lib/rugged/commit.rb b/lib/rugged/commit.rb index <HASH>..<HASH> 100644 --- a/lib/rugged/commit.rb +++ b/lib/rugged/commit.rb @@ -6,7 +6,7 @@ module Rugged end def inspect - "#<Rugged::Commit:#{object_id} {message: #{message.inspect}, tree: #{tree.inspect}, parents: #{parent_ids}>" + ...
Remove useless method: "parent_ids" Use "parent_oids" in ext instead of "parent_ids"
libgit2_rugged
train
rb
7e0ef46b11dafec8ff5f9ba067133ea5628d6a87
diff --git a/azurerm/internal/resourceproviders/required.go b/azurerm/internal/resourceproviders/required.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/resourceproviders/required.go +++ b/azurerm/internal/resourceproviders/required.go @@ -12,7 +12,7 @@ func Required() map[string]struct{} { "Microsoft.AppPlat...
Fixed resource provider names for Blueprint and FHIR (#<I>) Fix wrong resource provider names for Azure Blueprints and Azure API for FHIR. Deployment of Blueprint and FHIR by Terraform may fail if the provider is not registered. Reference: docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-serv...
terraform-providers_terraform-provider-azurerm
train
go
5a9b31a0ad56afe2002fd9b9d6b0480987d6fc03
diff --git a/pyup/bot.py b/pyup/bot.py index <HASH>..<HASH> 100644 --- a/pyup/bot.py +++ b/pyup/bot.py @@ -213,7 +213,7 @@ class Bot(object): def commit_and_pull(self, initial, base_branch, new_branch, title, body, updates): logger.info("Preparing commit {}".format(title)) - if self.create_branch...
set delete_empty to false by default
pyupio_pyup
train
py
1b08c39757a6e54b17686543d7e7fdb24969e533
diff --git a/src/CmsAdmin/Resource/web/js/grid.js b/src/CmsAdmin/Resource/web/js/grid.js index <HASH>..<HASH> 100644 --- a/src/CmsAdmin/Resource/web/js/grid.js +++ b/src/CmsAdmin/Resource/web/js/grid.js @@ -11,8 +11,6 @@ CMS.grid = function () { var quickSwitch = function (data, gridId) { $('#' + gridId)....
critical grid fix (sorting) + multiple grids on a single page support
milejko_mmi-cms
train
js
04c030198de01377f1784c6188e9116bdbb5bf03
diff --git a/lib/jsduck/options.rb b/lib/jsduck/options.rb index <HASH>..<HASH> 100644 --- a/lib/jsduck/options.rb +++ b/lib/jsduck/options.rb @@ -293,11 +293,17 @@ module JsDuck end opts.on('-h', '--help[=full]', - "Prints the short help message or the full help.", " ") do |v| + "...
Better wording for the short --help message. Added example of usage.
senchalabs_jsduck
train
rb
4e30caa2ea51213f51e1429381f0e3fd66957c61
diff --git a/pandas/tests/io/xml/test_xml.py b/pandas/tests/io/xml/test_xml.py index <HASH>..<HASH> 100644 --- a/pandas/tests/io/xml/test_xml.py +++ b/pandas/tests/io/xml/test_xml.py @@ -1102,6 +1102,10 @@ def test_unsuported_compression(datapath, parser): @tm.network @td.skip_if_no("s3fs") @td.skip_if_no("lxml") +@...
CI/TST: Skip external s3 bucket test that hangs on min build (#<I>) * Debug/CI: Min build * Skip the s3 tests * Remove -v
pandas-dev_pandas
train
py
a281eb5051a2cd2fc8e84e6770935b0772fcefab
diff --git a/src/GridSearch.php b/src/GridSearch.php index <HASH>..<HASH> 100644 --- a/src/GridSearch.php +++ b/src/GridSearch.php @@ -70,7 +70,7 @@ class GridSearch implements Estimator public function __construct(string $base, array $params, Metric $metric, float $ratio = 0.2) { if ($ratio < 0.01 |...
Allow GridSearch to call base estimator methods.
RubixML_RubixML
train
php
1430ebaf067f7420030651774224f28602814b88
diff --git a/ParseError.js b/ParseError.js index <HASH>..<HASH> 100644 --- a/ParseError.js +++ b/ParseError.js @@ -1,7 +1,10 @@ function ParseError(message) { - this.message = "TeX parse error: " + message; + var self = new Error("TeX parse error: " + message); + self.name = "ParseError"; + self.__proto__ ...
Make ParseErrors differentiable from other Errors Auditors: alpert
KaTeX_KaTeX
train
js
7b732f035ceacbdcd6b0aa94c5a0dad4c491d2bd
diff --git a/monitor/extractors/docker.go b/monitor/extractors/docker.go index <HASH>..<HASH> 100644 --- a/monitor/extractors/docker.go +++ b/monitor/extractors/docker.go @@ -27,7 +27,8 @@ func DefaultMetadataExtractor(info *types.ContainerJSON) (*policy.PURuntime, err // TODO: Remove OLDTAGS tags.AppendKeyValue("@...
Fix: Separate tag to differentiate image tags (#<I>)
aporeto-inc_trireme-lib
train
go
34842b9008383219ca05eabdb2b7b73edefe6746
diff --git a/appinst/platforms/win32.py b/appinst/platforms/win32.py index <HASH>..<HASH> 100644 --- a/appinst/platforms/win32.py +++ b/appinst/platforms/win32.py @@ -206,10 +206,16 @@ class Win32(object): name = shortcut['name'] + '.lnk' shortcut_names.append(name) - ...
* Removing desktop icons from both the system and user desktop directory since the _get_install_type function of AppInst continues to function incorrectly during the uninstall process.
ContinuumIO_menuinst
train
py
fac4d111016914d0651247aec97d9fef04c2e1bf
diff --git a/mave/holidays.py b/mave/holidays.py index <HASH>..<HASH> 100644 --- a/mave/holidays.py +++ b/mave/holidays.py @@ -2,6 +2,7 @@ from datetime import date holidays = { 'USFederal': set([ + date(1999, 12, 24), date(2000, 1, 17), date(2000, 2, 21), date(2000, 5, 29),
example added holiday for taoning
CenterForTheBuiltEnvironment_mave
train
py
6c4df56891eee19546aad1f48794bfcfabaf4851
diff --git a/src/phaser-state-transition.js b/src/phaser-state-transition.js index <HASH>..<HASH> 100644 --- a/src/phaser-state-transition.js +++ b/src/phaser-state-transition.js @@ -108,7 +108,8 @@ tempGraphic.endFill(); /* adding it to the texture before the world render */ this._texture.renderXY(tempGraphic...
Update phaser-state-transition.js Other comment
cristianbote_phaser-state-transition
train
js
74ec2f175da12141bd22deb4f8f31e8f6ef07b99
diff --git a/core/src/main/java/jenkins/AgentProtocol.java b/core/src/main/java/jenkins/AgentProtocol.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/AgentProtocol.java +++ b/core/src/main/java/jenkins/AgentProtocol.java @@ -4,7 +4,6 @@ import hudson.Extension; import hudson.ExtensionList; import hu...
Name the correct class in javadoc.
jenkinsci_jenkins
train
java
a28d51ce223cd30187dcd37bf7de2379cf8bd252
diff --git a/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java b/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java +++ b/src/main/java/org/jfrog/hudson/generic/A...
HAP-<I> - Add upload and download specs support to Jenkins generic jobs
jenkinsci_artifactory-plugin
train
java
6f7a5c7900d9bf4d2fbacb33bc35917247ddbdea
diff --git a/web/src/test/java/com/graphhopper/http/BaseServletTester.java b/web/src/test/java/com/graphhopper/http/BaseServletTester.java index <HASH>..<HASH> 100644 --- a/web/src/test/java/com/graphhopper/http/BaseServletTester.java +++ b/web/src/test/java/com/graphhopper/http/BaseServletTester.java @@ -126,7 +126,7 ...
make tests in travis more reliable and increase test timeout
graphhopper_graphhopper
train
java
577021088442c5053cf1780776b4a7d2065356a7
diff --git a/cherrypy/lib/profiler.py b/cherrypy/lib/profiler.py index <HASH>..<HASH> 100644 --- a/cherrypy/lib/profiler.py +++ b/cherrypy/lib/profiler.py @@ -41,7 +41,7 @@ def new_func_strip_path(func_name): import pstats pstats.func_strip_path = new_func_strip_path -import hotshot +import profile import os, os.p...
Changed profiler from hotshot to profile module. This allows Py<I> users to profile C calls.
cherrypy_cheroot
train
py
8b751ddf4607984de502c5b13e0344a17e55f8ab
diff --git a/lib/liquid/tags/for.rb b/lib/liquid/tags/for.rb index <HASH>..<HASH> 100644 --- a/lib/liquid/tags/for.rb +++ b/lib/liquid/tags/for.rb @@ -23,7 +23,7 @@ module Liquid # {{ item.name }} # {% end %} # - # To reverse the for loop simply use {% for item in collection reversed %} (note that th...
Removes a non ascii character from comment to appease Rubocop
Shopify_liquid
train
rb
82e74ae47a859ac47c9910fec15638226328d6c5
diff --git a/contrib/externs/w3c_gamepad.js b/contrib/externs/w3c_gamepad.js index <HASH>..<HASH> 100644 --- a/contrib/externs/w3c_gamepad.js +++ b/contrib/externs/w3c_gamepad.js @@ -21,7 +21,11 @@ */ /** - * @typedef {{id: string, index: number, timestamp: number, axes: Array.<number>, buttons: Array.<number>}} +...
Fix long line in gamepad externs. ------------- Created by MOE: <URL>
google_closure-compiler
train
js
f7ea0f09c5a69d50be7f123bde4ac75c893919fb
diff --git a/bin/edeposit_amqp_clamd_init.py b/bin/edeposit_amqp_clamd_init.py index <HASH>..<HASH> 100755 --- a/bin/edeposit_amqp_clamd_init.py +++ b/bin/edeposit_amqp_clamd_init.py @@ -205,8 +205,30 @@ def update_configuration(configuration): def main(args): - if not os.path.exists(args.config): - pass...
Partial implementation of initializer. Bump #7.
edeposit_edeposit.amqp.antivirus
train
py
9951bd2b7a5a0e45ee409953a0d1c51629911d6e
diff --git a/structr-ui/src/main/resources/structr/js/filesystem.js b/structr-ui/src/main/resources/structr/js/filesystem.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/filesystem.js +++ b/structr-ui/src/main/resources/structr/js/filesystem.js @@ -535,7 +535,7 @@ var _Filesystem = { va...
Show '-' instead of 'undefined' in UI for File instances which has no binary file on disk.
structr_structr
train
js
2ed4283c1d3e639514c2cb09ddec3b8169e34ed9
diff --git a/lib/plugins/awsCompileFunctions/tests/awsCompileFunctions.js b/lib/plugins/awsCompileFunctions/tests/awsCompileFunctions.js index <HASH>..<HASH> 100644 --- a/lib/plugins/awsCompileFunctions/tests/awsCompileFunctions.js +++ b/lib/plugins/awsCompileFunctions/tests/awsCompileFunctions.js @@ -79,6 +79,14 @@ de...
Add tests for option validation Those tests will be remove later on when the new PluginManager is ready to be merged.
serverless_serverless
train
js
bb0a7a6d22470cb255a1bd407fc6bc87fbeb97c7
diff --git a/spec/addressable/idna_spec.rb b/spec/addressable/idna_spec.rb index <HASH>..<HASH> 100644 --- a/spec/addressable/idna_spec.rb +++ b/spec/addressable/idna_spec.rb @@ -119,6 +119,18 @@ describe Addressable::IDNA, "when converting from unicode to ASCII" do "\343\203\252\345\256\240\355\220\261\345\215\...
Wasn't previously checking short inputs.
sporkmonger_addressable
train
rb
75b744df498ab2318c0fa9ee56419335b8ae399a
diff --git a/hot_redis/client.py b/hot_redis/client.py index <HASH>..<HASH> 100644 --- a/hot_redis/client.py +++ b/hot_redis/client.py @@ -52,6 +52,7 @@ class HotClient(redis.Redis): single key arg. """ script = self.register_script(code) + setattr(script, "name", name) # Helps debugg...
Gives scripts object a name attribute, can help debugging the redis lib.
stephenmcd_hot-redis
train
py
26eff7fa5ebf0d99c1703a1ffc0a7463c1e3c731
diff --git a/go/teams/service_helper.go b/go/teams/service_helper.go index <HASH>..<HASH> 100644 --- a/go/teams/service_helper.go +++ b/go/teams/service_helper.go @@ -456,7 +456,8 @@ func apiArg(ctx context.Context, endpoint string) libkb.APIArg { func GetRootID(ctx context.Context, g *libkb.GlobalContext, id keybas...
Use StaleOK, team ids are immutable
keybase_client
train
go
06883effc62c67e10cbd60619e7a14793ceab17a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -455,8 +455,8 @@ class CrawlKit { delete task.result.error; q.unshift(task); } - workerFinished(err); ...
fix: stop the timer before ending the timer
crawlkit_crawlkit
train
js
4c9e4df53291876ece62610401c7a94dbdd343b9
diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -2299,8 +2299,8 @@ class Client: cdn_session.start() try: - # cant fdopen the closed file descriptor fr...
Amendment to comment on fdopen usage in get_file
pyrogram_pyrogram
train
py
2680c2afe733e944a7bc0cf4d7b8cbdbe59adb68
diff --git a/clientv3/integration/kv_test.go b/clientv3/integration/kv_test.go index <HASH>..<HASH> 100644 --- a/clientv3/integration/kv_test.go +++ b/clientv3/integration/kv_test.go @@ -37,8 +37,8 @@ func TestKVPutError(t *testing.T) { defer testutil.AfterTest(t) var ( - maxReqBytes = 1.5 * 1024 * 1024 // hard ...
integration: fix TestKVPutError Give backend quota enough overhead.
etcd-io_etcd
train
go
36253f2e4de53440c0fd21be35b8fcb04aeefa28
diff --git a/extension-command.php b/extension-command.php index <HASH>..<HASH> 100644 --- a/extension-command.php +++ b/extension-command.php @@ -9,8 +9,16 @@ if ( file_exists( $wpcli_extension_autoloader ) ) { require_once $wpcli_extension_autoloader; } +$wpcli_extension_requires_wp_5_5 = [ + 'before_invoke' => ...
Only run auto-updates commands on WP <I>+
wp-cli_extension-command
train
php
3e04149464973278d62d2b1647f59e36586c31fa
diff --git a/src/js/util/animation.js b/src/js/util/animation.js index <HASH>..<HASH> 100644 --- a/src/js/util/animation.js +++ b/src/js/util/animation.js @@ -86,7 +86,8 @@ export function animate(element, animation, duration = 200, origin, out) { addClass(element, animation, animationPrefix + (out ? 'leav...
fix: animation adds `false` and `undefined` as class
uikit_uikit
train
js
1e683dd0f1def243be1bbf479606693ee1414d8d
diff --git a/django_peeringdb/management/commands/pdb_sync.py b/django_peeringdb/management/commands/pdb_sync.py index <HASH>..<HASH> 100644 --- a/django_peeringdb/management/commands/pdb_sync.py +++ b/django_peeringdb/management/commands/pdb_sync.py @@ -51,6 +51,7 @@ class Command(BaseCommand): help='only...
fix sync via call_command, fixes #6
peeringdb_django-peeringdb
train
py,py
f5239000edf5e243fda0cdc41d7f04ba46bae63b
diff --git a/features/step_definitions/doubles_steps.rb b/features/step_definitions/doubles_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/doubles_steps.rb +++ b/features/step_definitions/doubles_steps.rb @@ -151,7 +151,7 @@ When /^I change "([^"]*)" "([^"]*)" to "([^"]*)"$/ do |obj, prop, value| ...
fix test broken by changing fullpath from being text to link
artemave_REST-assured
train
rb
3e9830e0e41ab51ced3e2524ff7742456081ddcd
diff --git a/args4j/src/org/kohsuke/args4j/spi/SubCommandHandler.java b/args4j/src/org/kohsuke/args4j/spi/SubCommandHandler.java index <HASH>..<HASH> 100644 --- a/args4j/src/org/kohsuke/args4j/spi/SubCommandHandler.java +++ b/args4j/src/org/kohsuke/args4j/spi/SubCommandHandler.java @@ -25,8 +25,8 @@ import java.util.Ab...
Add missing impl annotation name to Javadoc
kohsuke_args4j
train
java
4d37260dbeafae7dd037a8a8629f0955145c8bed
diff --git a/durafmt.go b/durafmt.go index <HASH>..<HASH> 100644 --- a/durafmt.go +++ b/durafmt.go @@ -7,7 +7,7 @@ import ( "strings" "time" ) - +//added Milliseconds var ( units = []string{"years", "weeks", "days", "hours", "minutes", "seconds","milliseconds"} ) @@ -54,6 +54,7 @@ func (d *Durafmt) String() st...
Fix to Include Milliseconds commted
hako_durafmt
train
go
1f45de7e5fb451b7da3b93ef9e945f7a1ed4f23d
diff --git a/lib/core/seleniumRunner.js b/lib/core/seleniumRunner.js index <HASH>..<HASH> 100644 --- a/lib/core/seleniumRunner.js +++ b/lib/core/seleniumRunner.js @@ -123,6 +123,12 @@ class SeleniumRunner { url, cause: e }) + }). + catch((err) => { + throw new BrowserErro...
catch all errors when starting up the webdriver
sitespeedio_browsertime
train
js
9470743a0f7f2ba3d765cebe9195e091a1ddc8a4
diff --git a/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/voice/VoiceInstructionLoader.java b/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/voice/VoiceInstructionLoader.java index <HASH>..<HASH> 100644 --- a/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/voice/VoiceInstructionLoader.java +...
fix null pointer exception (#<I>)
mapbox_mapbox-navigation-android
train
java
283ed5c38483d0105f10982120279eac42599694
diff --git a/examples/gui_integration/python_editor.py b/examples/gui_integration/python_editor.py index <HASH>..<HASH> 100755 --- a/examples/gui_integration/python_editor.py +++ b/examples/gui_integration/python_editor.py @@ -31,6 +31,8 @@ class PythonEditorWindow(QtGui.QMainWindow, Ui_MainWindow): QtGui.QMai...
Add more folding indicators (testing the folding panel)
pyQode_pyqode.python
train
py
146fbfce08e8729f11a2cbec918f666aec45775b
diff --git a/Samurai/Onikiri/Entity.php b/Samurai/Onikiri/Entity.php index <HASH>..<HASH> 100644 --- a/Samurai/Onikiri/Entity.php +++ b/Samurai/Onikiri/Entity.php @@ -328,7 +328,7 @@ class Entity public function __call($method, array $args) { // when getter. - if (preg_match('/^get([A-Z]\w+)$/...
bugfix: getter has some arguments ignore.
samurai-fw_samurai
train
php
8ff0d4b8fc5c03d63612f4c47c7abf4883e0ad7f
diff --git a/java/jdbc/src/main/java/io/vitess/jdbc/VitessStatement.java b/java/jdbc/src/main/java/io/vitess/jdbc/VitessStatement.java index <HASH>..<HASH> 100644 --- a/java/jdbc/src/main/java/io/vitess/jdbc/VitessStatement.java +++ b/java/jdbc/src/main/java/io/vitess/jdbc/VitessStatement.java @@ -618,7 +618,7 @@ publi...
Paren around boolean statement for clarity
vitessio_vitess
train
java
213159bf3e2693219c2235330b3fdfd423a01c21
diff --git a/lib/aposLocals.js b/lib/aposLocals.js index <HASH>..<HASH> 100644 --- a/lib/aposLocals.js +++ b/lib/aposLocals.js @@ -159,6 +159,12 @@ module.exports = function(self) { // Invent the area if it doesn't exist yet, so we can // edit pages not previously edited area = { items: [] };...
Text-only areas should start out with a text item at the server level so that they get the apos-empty class and thus a pencil
apostrophecms_apostrophe
train
js
77995816ee70829f6416d904e376cbadda9bb020
diff --git a/aws/resource_aws_s3_bucket.go b/aws/resource_aws_s3_bucket.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_s3_bucket.go +++ b/aws/resource_aws_s3_bucket.go @@ -588,7 +588,7 @@ func resourceAwsS3BucketUpdate(d *schema.ResourceData, meta interface{}) error { return err } } - if d.HasChange("ac...
Only update acl for existing bucket, new buckets already created with acl
terraform-providers_terraform-provider-aws
train
go
f5868cc8732b7d7f7b5bb61e228bca5fdc374dca
diff --git a/c7n/resources/asg.py b/c7n/resources/asg.py index <HASH>..<HASH> 100644 --- a/c7n/resources/asg.py +++ b/c7n/resources/asg.py @@ -265,7 +265,7 @@ class NotEncryptedFilter(Filter, LaunchConfigFilterBase): Checks both the ami snapshots and the launch configuration. """ - schema = type_schema('...
ASG not-encrypted filter fix. registered name doesnt match schema (#<I>)
cloud-custodian_cloud-custodian
train
py
6e05be365261c5c2273315a687613fbb6a47b09d
diff --git a/webunit2/testcase.py b/webunit2/testcase.py index <HASH>..<HASH> 100644 --- a/webunit2/testcase.py +++ b/webunit2/testcase.py @@ -1,5 +1,4 @@ import unittest -import functools import webunit2.framework import webunit2.response @@ -45,7 +44,7 @@ Alias for :meth:`~webunit2.framework.Framework.{action}` ...
Passing in methodName so that the tests can actually run
amcfague_webunit2
train
py
44e8f962b1b62aa02c0ed4b1da97fc4ecb903969
diff --git a/command/balancer.go b/command/balancer.go index <HASH>..<HASH> 100644 --- a/command/balancer.go +++ b/command/balancer.go @@ -4,6 +4,7 @@ import ( "crypto/rand" "fmt" "os" + "strings" log "github.com/Sirupsen/logrus" @@ -38,6 +39,10 @@ func NewBalancerCommand() *cobra.Command { setupDefaultOp...
Correctly set loglevel on balancer mode
luizbafilho_fusis
train
go
0798cb54d48ea7b5a927e182f1cc8cf234742c26
diff --git a/lib/quickbooks/util/name_entity.rb b/lib/quickbooks/util/name_entity.rb index <HASH>..<HASH> 100644 --- a/lib/quickbooks/util/name_entity.rb +++ b/lib/quickbooks/util/name_entity.rb @@ -21,7 +21,8 @@ module NameEntity def email_address_is_valid if primary_email_address - address = prim...
Cast email address to a string so we can perform validations against it. If a user assigned a nil email it would cause an exception. Closes #<I>
ruckus_quickbooks-ruby
train
rb,rb
a2f7c1dc67b4cfd31d2b7840063b620ac1320d90
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -236,13 +236,13 @@ module ActiveSupport #:nodoc: raise ...
make method signatures match the superclass signature
rails_rails
train
rb
09e760a1fd63961ff88e90a11959810b00d49cc2
diff --git a/release/golden_notebook_tests/workloads/dask_xgboost_test.py b/release/golden_notebook_tests/workloads/dask_xgboost_test.py index <HASH>..<HASH> 100644 --- a/release/golden_notebook_tests/workloads/dask_xgboost_test.py +++ b/release/golden_notebook_tests/workloads/dask_xgboost_test.py @@ -103,7 +103,7 @@ d...
[Release] Change all cpus_per_actor in xgboost test. (#<I>)
ray-project_ray
train
py
59b5c3c0f5f5d43c9d0e204120fe9526aebdbc7a
diff --git a/yaas-cart.js b/yaas-cart.js index <HASH>..<HASH> 100644 --- a/yaas-cart.js +++ b/yaas-cart.js @@ -19,6 +19,10 @@ var Cart = function(rh) { return this.requestHelper.get(pathCartBase + '/' + cartId); }; + this.deleteCartItem = function(cartId, itemId) { + return this.requestHelper.delete(pathCartBas...
Added deleting individual items in cart
SAP_yaas-nodejs-client-sdk
train
js,js
81004f54535120d9f7f6e6b4e38888e351ac1d37
diff --git a/src/main/java/graphql/analysis/QueryVisitorFragmentDefinitionEnvironmentImpl.java b/src/main/java/graphql/analysis/QueryVisitorFragmentDefinitionEnvironmentImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/analysis/QueryVisitorFragmentDefinitionEnvironmentImpl.java +++ b/src/main/java/graph...
Add support for visiting fragments in QueryVisitior. PR feedback
graphql-java_graphql-java
train
java
5b15aff5bc0d99e1a7d391f043e46d41657799ef
diff --git a/src/jquery.webui-popover.js b/src/jquery.webui-popover.js index <HASH>..<HASH> 100644 --- a/src/jquery.webui-popover.js +++ b/src/jquery.webui-popover.js @@ -187,8 +187,6 @@ this.setContent(this.getContent()); } else { this.setContentASync(this.opt...
Fix popover not hiding and no backdrop in async mode Because of the return statement this._opened is never set to true so the popover is not registered 'open' in the popover list. The effect is the hide method cannot hide it because this._opened is always false in async mode.
sandywalker_webui-popover
train
js
fddc0329a37c70c9e1bf7e37e6273353957dd747
diff --git a/terminal/output_windows.go b/terminal/output_windows.go index <HASH>..<HASH> 100644 --- a/terminal/output_windows.go +++ b/terminal/output_windows.go @@ -197,6 +197,30 @@ func (w *Writer) applySelectGraphicRendition(arg string) { if (n-40)&4 != 0 { attr |= backgroundBlue } + case 90 <= n && n...
term: fix intensity attr on windows (#<I>)
AlecAivazis_survey
train
go