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
c4418650d0e3981f64769c940dc72fdb831ae921
diff --git a/plugins/candela/plugin_tests/candelaSpec.js b/plugins/candela/plugin_tests/candelaSpec.js index <HASH>..<HASH> 100644 --- a/plugins/candela/plugin_tests/candelaSpec.js +++ b/plugins/candela/plugin_tests/candelaSpec.js @@ -1,8 +1,6 @@ /* globals girderTest, describe, expect, it, runs, waitsFor */ -girde...
Add a new girderTest.importPlugin function, to load plugin JS and CSS
Kitware_candela
train
js
26f134c9f19a1744f2c5bb645ffcee16f902a735
diff --git a/spec/css_rule_list_spec.rb b/spec/css_rule_list_spec.rb index <HASH>..<HASH> 100644 --- a/spec/css_rule_list_spec.rb +++ b/spec/css_rule_list_spec.rb @@ -69,13 +69,15 @@ describe CssRuleList do describe "#length" do it "returns number of items" do - + rules = CssRuleList.new(styles) ...
finish out specs for css rule list
devrieda_stylesheet
train
rb
2a00eb6b5980cab2a7a9a8c58a1081478f319106
diff --git a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php index <HASH>..<HASH> 100644 --- a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php @@ -38,10 +38,6 @...
refs #<I> updated documentation as the merged_assets flag is not really relevant for CSS at the moment
matomo-org_matomo
train
php
32365119276b5be7617657785e82f1642cf57a60
diff --git a/corelib/opal.rb b/corelib/opal.rb index <HASH>..<HASH> 100644 --- a/corelib/opal.rb +++ b/corelib/opal.rb @@ -41,9 +41,9 @@ TRUE = true FALSE = false NIL = nil -STDERR = $stderr = Object.new -STDIN = $stdin = Object.new -STDOUT = $stdout = Object.new +S...
STDERR, STDOUT, STDIN are now instances of IO These 3 objects still cant write anywhere, but their classes are now correct ready for platforms to implement them as required.
opal_opal
train
rb
374f82b978ffb892c1676718fdce4c92df261627
diff --git a/builder/vsphere/iso/config.go b/builder/vsphere/iso/config.go index <HASH>..<HASH> 100644 --- a/builder/vsphere/iso/config.go +++ b/builder/vsphere/iso/config.go @@ -63,9 +63,11 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) { warnings := make([]string, 0) errs := new(packer.MultiEr...
buidler/vsphere-iso: ISOUrl Fix (#<I>) * ISOUrl Fix Added the check for ISOUrls back in addition to a check for RawSingleISOUrl. This should allow both ISOUrls[] or ISOUrl to work while not requiring them all the time. * Update config.go Fixed formatting.
hashicorp_packer
train
go
493be699936693a54ef39e17606ebd573f371371
diff --git a/KwfBundle/Validator/Constraints/NoTags.php b/KwfBundle/Validator/Constraints/NoTags.php index <HASH>..<HASH> 100644 --- a/KwfBundle/Validator/Constraints/NoTags.php +++ b/KwfBundle/Validator/Constraints/NoTags.php @@ -7,9 +7,13 @@ class NoTags extends Constraint { public $message = ''; + static ...
Init message-value only once as trl call is expensive
koala-framework_koala-framework
train
php
badc3212d439b99cc9886387a775aa4936761fa7
diff --git a/src/Stack/Chain.php b/src/Stack/Chain.php index <HASH>..<HASH> 100644 --- a/src/Stack/Chain.php +++ b/src/Stack/Chain.php @@ -0,0 +1,40 @@ +<?php +namespace Tuum\Web\Stack; + +use Tuum\Web\App\AppHandleInterface; +use Tuum\Web\Http\Request; +use Tuum\Web\Http\Response; + +class Chain extends Stackable +{ +...
Chain stack for executing as a chain inside a chain.
TuumPHP_Web
train
php
1fdac619ba801bdb4d203da5a67ebcd9ed040429
diff --git a/extensions/suspend/js/forum/dist/extension.js b/extensions/suspend/js/forum/dist/extension.js index <HASH>..<HASH> 100644 --- a/extensions/suspend/js/forum/dist/extension.js +++ b/extensions/suspend/js/forum/dist/extension.js @@ -125,7 +125,7 @@ System.register('flarum/suspend/components/SuspendUserModal',...
Use valid date (according to Illuminate Validator) for indefinite suspension
flarum_core
train
js,js
641348d3eb15b5dbde7bb227ee2fe4409891ea70
diff --git a/src/js/gestures/drag-handler.js b/src/js/gestures/drag-handler.js index <HASH>..<HASH> 100644 --- a/src/js/gestures/drag-handler.js +++ b/src/js/gestures/drag-handler.js @@ -104,7 +104,7 @@ class DragHandler { if ((pswp.currSlide.currZoomLevel > pswp.currSlide.zoomLevels.max && this.pswp.opti...
Fix: pan position is sometimes incorrect after zoom beyond the max level
dimsemenov_PhotoSwipe
train
js,js
563e14e562c5d27b22e5009c8c5b36bcb4573a67
diff --git a/pipenv/vendor/delegator.py b/pipenv/vendor/delegator.py index <HASH>..<HASH> 100644 --- a/pipenv/vendor/delegator.py +++ b/pipenv/vendor/delegator.py @@ -112,7 +112,7 @@ class Command(object): if self.subprocess.before: result += self.subprocess.before - if self.subprocess.af...
Fix can not concatenate str and type error during locking
pypa_pipenv
train
py
a48f0b8452bfe8391e76e74e639ea9cd2b529c60
diff --git a/Kwf_js/GoogleMap/GoogleMap.js b/Kwf_js/GoogleMap/GoogleMap.js index <HASH>..<HASH> 100644 --- a/Kwf_js/GoogleMap/GoogleMap.js +++ b/Kwf_js/GoogleMap/GoogleMap.js @@ -261,12 +261,14 @@ Ext2.extend(Kwf.GoogleMap.Map, Ext2.util.Observable, { _focusAllLightMarkers: false, _focusAllLightMarkersHasLi...
Add field to prevent double-loading after center map to show all results
koala-framework_koala-framework
train
js
cd0d6749ea70361856b9a6961c48bbb2b7c57868
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index <HASH>..<HASH> 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -541,7 +541,10 @@ class Context(discord.abc.Messageable, Generic[BotT]): :class:`~discord.Message` The message t...
[commands] Fix Context.reply not working with expired interactions
Rapptz_discord.py
train
py
adef5d8aa11e916061063f66c629860f813e252f
diff --git a/lib/kaminari/active_record_extension.rb b/lib/kaminari/active_record_extension.rb index <HASH>..<HASH> 100644 --- a/lib/kaminari/active_record_extension.rb +++ b/lib/kaminari/active_record_extension.rb @@ -2,7 +2,6 @@ require File.join(File.dirname(__FILE__), 'active_record_relation_methods') module Kamin...
prefer not to pollute AR::Base
kaminari_kaminari
train
rb,rb
47b3306ecf43550142ed96b599545d0cb723f9ad
diff --git a/Kwf/Component/Abstract.php b/Kwf/Component/Abstract.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Abstract.php +++ b/Kwf/Component/Abstract.php @@ -448,6 +448,9 @@ class Kwf_Component_Abstract if (file_exists($incPath.DIRECTORY_SEPARATOR.$file . '.php')) { ...
support yml configured Components
koala-framework_koala-framework
train
php
5fc89d38e67d61c32a1a75be890421ac0af6f7a8
diff --git a/lib/gcli/ui/inputter.js b/lib/gcli/ui/inputter.js index <HASH>..<HASH> 100644 --- a/lib/gcli/ui/inputter.js +++ b/lib/gcli/ui/inputter.js @@ -259,6 +259,7 @@ function Completer(options) { this.elementCreated = true; this.element = dom.createElement('div', null, this.doc); ...
ensure completion node is not focusable with TAB
joewalker_gcli
train
js
d67857d34a6d1d47804d80aaefb89b7b908f0434
diff --git a/amqpstorm/channel.py b/amqpstorm/channel.py index <HASH>..<HASH> 100644 --- a/amqpstorm/channel.py +++ b/amqpstorm/channel.py @@ -119,11 +119,9 @@ class Channel(BaseChannel): message = self._build_message(auto_decode=auto_decode) if not message: self.check_for_err...
Improved performance on build_inbound_messages
eandersson_amqpstorm
train
py
80d8e0472d8f5fb5b04b130ddb606df18248a4b6
diff --git a/lib/feed2email/feed.rb b/lib/feed2email/feed.rb index <HASH>..<HASH> 100644 --- a/lib/feed2email/feed.rb +++ b/lib/feed2email/feed.rb @@ -99,7 +99,7 @@ module Feed2Email http.use_ssl = (parsed_uri.scheme == 'https') response = http.head(parsed_uri.request_uri) - if response.code == '30...
Confine permanent redirection to HTTP(S) URIs Inspired by what OpenURI does to address CVE-<I>-<I>
agorf_feed2email
train
rb
3e1daff2d539062124de6f4676c9d5d77b6e763b
diff --git a/features/step_definitions/page_element_interaction_steps.rb b/features/step_definitions/page_element_interaction_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/page_element_interaction_steps.rb +++ b/features/step_definitions/page_element_interaction_steps.rb @@ -3,7 +3,7 @@ Then /^I ...
removing site_prism #title, now using capybara title functionality
natritmeyer_site_prism
train
rb,rb
5b559baaa88e6b4197de13121508c2e2d6f1ff22
diff --git a/lib/gruff/patch/rmagick.rb b/lib/gruff/patch/rmagick.rb index <HASH>..<HASH> 100644 --- a/lib/gruff/patch/rmagick.rb +++ b/lib/gruff/patch/rmagick.rb @@ -13,6 +13,7 @@ module Magick text.gsub('%', '%%')) end + remove_method :stroke_opacity def stroke_opacity(_opacity) ...
refactor: Remove stroke_opacity before overriding to get rid of warning message (#<I>) This patch will remove following warning message. ``` $ bundle exec rake /opt/gruff/lib/gruff/patch/rmagick.rb:<I>: warning: method redefined; discarding old stroke_opacity ```
topfunky_gruff
train
rb
d9fe3f50d3f17e13bf037fcf0a212bdb769e13dd
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -530,7 +530,11 @@ func (cl *Client) dialFirst(ctx context.Context, addr string) dialResult { countDialResult(err) dr := dialResult{c, network} if c == nil { - cte.Done() + if err != nil && forge...
Discount dial errors that won't affect connection tracking This will reduce pressure on the conntrack instance.
anacrolix_torrent
train
go
6289961c075d72c53c2bdc22ae84bc2317e0e39b
diff --git a/core/model/Image.php b/core/model/Image.php index <HASH>..<HASH> 100755 --- a/core/model/Image.php +++ b/core/model/Image.php @@ -168,16 +168,6 @@ class Image extends File { } } - /** - * Delete any formatted images generated, as well - * as the source which is deleted in {@link Image::onBeforeDe...
MINOR Reverted r<I> as this will cause problems if File records are deleted when the resampled images are linked to in the content fields git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/<I>@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
php
54941685e3e86ec085641dcb7ebb1f96f06735b2
diff --git a/mnet/xmlrpc/client.php b/mnet/xmlrpc/client.php index <HASH>..<HASH> 100644 --- a/mnet/xmlrpc/client.php +++ b/mnet/xmlrpc/client.php @@ -295,7 +295,8 @@ class mnet_xmlrpc_client { // ok, it's signed, but is it signed with the right certificate ? // do this *after* we check for an out o...
MDL-<I> MNet - improved handling of a verification function return code
moodle_moodle
train
php
c9efbd661521d476f97d2903eca1c24a241336f1
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,7 +35,7 @@ function jsMinify(){ } function watching() { - watch('./src', null, series(jsMinify)); + watch('./src', null, series(jsBuild)); } exports.minify = jsMinify;
Set gulp watch on jsBuild.
pasoonate_pasoonate-js
train
js
50b1e4ba857341d177332004d35db7b753197d48
diff --git a/wsgiproxy/proxies.py b/wsgiproxy/proxies.py index <HASH>..<HASH> 100644 --- a/wsgiproxy/proxies.py +++ b/wsgiproxy/proxies.py @@ -239,7 +239,7 @@ class HostProxy(Proxy): super(HostProxy, self).__init__( client=client, allowed_methods=allowed_methods, strip_script_name=str...
Coerce uri to a native string Prevents unicode decode errors when combining uri with native strings from the WSGI environ.
gawel_WSGIProxy2
train
py
7128d66beba5e2adf97a54a26a33883d3bb10025
diff --git a/zinnia/management/commands/wp2zinnia.py b/zinnia/management/commands/wp2zinnia.py index <HASH>..<HASH> 100644 --- a/zinnia/management/commands/wp2zinnia.py +++ b/zinnia/management/commands/wp2zinnia.py @@ -216,7 +216,7 @@ class Command(LabelCommand): # Prefer use this function than ...
special case for unicode slug
Fantomas42_django-blog-zinnia
train
py
321adcaf6b66ce062de5038f57a5ab8ba8bcaee9
diff --git a/unitypack/__init__.py b/unitypack/__init__.py index <HASH>..<HASH> 100644 --- a/unitypack/__init__.py +++ b/unitypack/__init__.py @@ -192,7 +192,10 @@ class ObjectInfo: return UnityClass(self.type_id) elif self.type_id not in self.asset.typenames: script = self.read()["m_Script"] - typename = ...
Capture type name from ObjectPointers when resolve doesn't work
HearthSim_UnityPack
train
py
1bcdb83020ac8b815b8abcf20e09713747018ed7
diff --git a/src/Controller/TypeController.php b/src/Controller/TypeController.php index <HASH>..<HASH> 100644 --- a/src/Controller/TypeController.php +++ b/src/Controller/TypeController.php @@ -462,7 +462,7 @@ abstract class TypeController extends Controller implements TypeControllerInterf public function getType...
Fix type and collection name resolver in type controller
activecollab_bootstrap
train
php
eac84860b13beafa3ee77cae9f30e29cfd48cc1f
diff --git a/drools-core/src/main/java/org/drools/core/phreak/PhreakTimerNode.java b/drools-core/src/main/java/org/drools/core/phreak/PhreakTimerNode.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/core/phreak/PhreakTimerNode.java +++ b/drools-core/src/main/java/org/drools/core/phreak/Phreak...
Fixing serialization of TimerNode timers
kiegroup_drools
train
java
5c873159c1b19fd8ff2c60f7077a0aebf9fd36b2
diff --git a/docker/container.go b/docker/container.go index <HASH>..<HASH> 100644 --- a/docker/container.go +++ b/docker/container.go @@ -52,7 +52,7 @@ type APIMount struct { Driver string `json:"Driver,omitempty" yaml:"Driver,omitempty" toml:"Driver,omitempty"` Mode string `json:"Mode,omitempty" yaml:...
fix: misspelling APIMount field (#<I>) See #<I>
ory_dockertest
train
go
8bbeb31cfb5e701034b7acec0b4621292e004c8b
diff --git a/test/rendering/cases/immediate-pixel-ratio/main.js b/test/rendering/cases/immediate-pixel-ratio/main.js index <HASH>..<HASH> 100644 --- a/test/rendering/cases/immediate-pixel-ratio/main.js +++ b/test/rendering/cases/immediate-pixel-ratio/main.js @@ -69,8 +69,8 @@ new Map({ view: new View({ center: ...
correct setting of pixelRatio
openlayers_openlayers
train
js
659f38886c7f1e95b0f75756aef24227f2df757b
diff --git a/core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java b/core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java +++ b/core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java @@ -10,7 +10,7 @@ import org.jenkinsc...
Cleanup JavaDoc from references to removed classes.
jenkinsci_jenkins
train
java
88b77b517497f5b305fbfb40c0ab9bbb5543946a
diff --git a/src/components/VueSignaturePad.js b/src/components/VueSignaturePad.js index <HASH>..<HASH> 100644 --- a/src/components/VueSignaturePad.js +++ b/src/components/VueSignaturePad.js @@ -160,6 +160,15 @@ export default { return [...nonReactiveProrpImages, ...nonReactiveCachImages]; } }, + watch:...
fix: add watcher for changing signature options
neighborhood999_vue-signature-pad
train
js
65e7c301b72f977c867cbe519aa2d17a3853969a
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100644 --- a/manifest.php +++ b/manifest.php @@ -22,7 +22,7 @@ return array( 'controller/frontend/src', 'client/html/src', 'controller/extjs/src', - 'lib/mwlib', + 'lib/src/mwlib', 'lib/zendlib', 'lib/phpexcel', ),
Modified manifest to reflect path change in mwlib folder
Arcavias_arcavias-core
train
php
fb43c12d706c05a65654598492325301745a97f2
diff --git a/scripts/prepare-distribution.py b/scripts/prepare-distribution.py index <HASH>..<HASH> 100755 --- a/scripts/prepare-distribution.py +++ b/scripts/prepare-distribution.py @@ -8,6 +8,7 @@ try: except KeyError: pass +os.environ['CASS_DRIVER_NO_CYTHON'] = '1' sys.path.insert(0, '../') from eventsourc...
Made "prepare release" script faster.
johnbywater_eventsourcing
train
py
4acb69cc13878b8d30a8b5e38a6e8e30b517d01f
diff --git a/lib/reel/stream.rb b/lib/reel/stream.rb index <HASH>..<HASH> 100644 --- a/lib/reel/stream.rb +++ b/lib/reel/stream.rb @@ -51,20 +51,26 @@ module Reel # @example # Reel::EventStream.new do |socket| # socket.event 'some event' - # socket.data 'some string' # socket.retry ...
separating #data from #event/#retry/#id on EventStream
celluloid_reel
train
rb
18e6263016937152f36c8fa1d64fa84e2dbc9576
diff --git a/rah_backup.php b/rah_backup.php index <HASH>..<HASH> 100644 --- a/rah_backup.php +++ b/rah_backup.php @@ -35,10 +35,6 @@ register_callback(array('rah_backup', 'call_backup'), 'textpattern'); } -/** - * Backup class - */ - class rah_backup { static public $version = '0.1';
No sh-- comment. Got to cut the use of these.
gocom_rah_backup
train
php
83f3957f9bd4e92778d082e9ea34de0d9e3e354f
diff --git a/src/Components/ScheduleList/stubs/schedule-list.php b/src/Components/ScheduleList/stubs/schedule-list.php index <HASH>..<HASH> 100644 --- a/src/Components/ScheduleList/stubs/schedule-list.php +++ b/src/Components/ScheduleList/stubs/schedule-list.php @@ -2,7 +2,12 @@ return [ 'remove_strings_from_co...
Update to support Windows in the config
laravel-zero_framework
train
php,php
1965a38b16422be89ebbe3835a18094d90c5abde
diff --git a/pkg/resource/deploy/source_eval.go b/pkg/resource/deploy/source_eval.go index <HASH>..<HASH> 100644 --- a/pkg/resource/deploy/source_eval.go +++ b/pkg/resource/deploy/source_eval.go @@ -389,7 +389,6 @@ func (d *defaultProviders) getDefaultProviderRef(req providers.ProviderRequest) // resmon implements th...
Remove unused property from `resmon`
pulumi_pulumi
train
go
e9191bfc30664c684c7629d8c908289056b8a21e
diff --git a/src/Ufo/Core/Debug.php b/src/Ufo/Core/Debug.php index <HASH>..<HASH> 100644 --- a/src/Ufo/Core/Debug.php +++ b/src/Ufo/Core/Debug.php @@ -161,10 +161,12 @@ class Debug implements DebugInterface $dump ? var_dump($var) : print_r($var); echo PHP_EOL . str_replace("=>\n", ' =>', ob_g...
chore: close unreacheable (for cli) code from coverage
enikeishik_ufoframework
train
php
5ba118203712db6b7391dcb4113af5800143de68
diff --git a/lib/beaker-answers/version.rb b/lib/beaker-answers/version.rb index <HASH>..<HASH> 100644 --- a/lib/beaker-answers/version.rb +++ b/lib/beaker-answers/version.rb @@ -1,5 +1,5 @@ module BeakerAnswers module Version - STRING = '0.10.0' + STRING = '0.11.0' end end
(GEM) update beaker-answers version to <I>
puppetlabs_beaker-answers
train
rb
705319f4f545840e7db96b9ec1ca4830e273c6ab
diff --git a/Command/TestPushCommand.php b/Command/TestPushCommand.php index <HASH>..<HASH> 100644 --- a/Command/TestPushCommand.php +++ b/Command/TestPushCommand.php @@ -53,7 +53,6 @@ class TestPushCommand extends ContainerAwareCommand $tokenLengths = array( "ios" => 64, "c2dm" => 16...
Remove GCM key length restriction in test command (fixes #<I>)
richsage_RMSPushNotificationsBundle
train
php
ce569bcc280eae5a3037f7a12b0be0bcefe807de
diff --git a/pywbem/cim_obj.py b/pywbem/cim_obj.py index <HASH>..<HASH> 100644 --- a/pywbem/cim_obj.py +++ b/pywbem/cim_obj.py @@ -2608,16 +2608,15 @@ class CIMQualifierDeclaration(_CIMComparisonMixin): mof += ',\n ' mof += 'Scope(' mof += ', '.join([x.lower() for x, y in self.scopes.items...
Remove the code that outputs TOINSTANCE flavor from the qualifier tomof function. This is not part of the DMTF spec for mof so we should not be outputing it with the mof. Since the compiler cannot handle it on input, we have a conflict.
pywbem_pywbem
train
py
34fdbb3266c72858add5d14511f5da28263f13bd
diff --git a/spyder/widgets/about.py b/spyder/widgets/about.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/about.py +++ b/spyder/widgets/about.py @@ -164,6 +164,10 @@ class AboutDialog(QDialog): (&copy; 2007 KDE Artists; LGPL 3.0+). </p> <p> + Splash screen photo b...
Add information about the splash screen in legal
spyder-ide_spyder
train
py
7572f7e677c5d110a71c94df13ea4663044fdb33
diff --git a/test/integration.js b/test/integration.js index <HASH>..<HASH> 100644 --- a/test/integration.js +++ b/test/integration.js @@ -3,9 +3,9 @@ var test = require("tape"), cp = require("child_process"), fs = require("fs"); -test("cli: no args", function(t){ +test("cli: --preset-list", function(t){ ...
cli --preset-list test added
75lb_handbrake-js
train
js
89bee2a9bc9fc282a608d7cf05232024e28b2ef4
diff --git a/master/buildbot/steps/source/svn.py b/master/buildbot/steps/source/svn.py index <HASH>..<HASH> 100644 --- a/master/buildbot/steps/source/svn.py +++ b/master/buildbot/steps/source/svn.py @@ -160,8 +160,8 @@ class SVN(Source): checkout_dir = self.build.path_module.join( checkout...
Address used-before-assignment pylint warnings
buildbot_buildbot
train
py,py
0e757fe288ca0e208aff5d42162eb9c0188cc120
diff --git a/indra/assemblers/html/assembler.py b/indra/assemblers/html/assembler.py index <HASH>..<HASH> 100644 --- a/indra/assemblers/html/assembler.py +++ b/indra/assemblers/html/assembler.py @@ -148,14 +148,14 @@ class HtmlAssembler(object): agents = {} previous_stmt_set = set() for row i...
Patch bug introduced by rebase.
sorgerlab_indra
train
py
0e48c3b3a8d4f80ae74d14c4d894e7b86d5ad456
diff --git a/flat/views.py b/flat/views.py index <HASH>..<HASH> 100644 --- a/flat/views.py +++ b/flat/views.py @@ -70,7 +70,14 @@ def docserveerror(e, d={}): elif isinstance(e, URLError): d['fatalerror'] = "<strong>Fatal Error:</strong> Could not connect to document server!" d['fatalerror_text']...
attempted fixes for python 2 support
proycon_flat
train
py
cac34b4fed987294e635e4afc15ddb15fc5f0080
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -12,6 +12,7 @@ class Client implements MessageSenderInterface private $password; private $transportAccount; private $templateNamePrefix = ''; + private $toAddressOverride = null; ...
support to-address override - for developers
linkorb_herald-client-php
train
php
b34222fb933c2844b3c6e346f8a5dd35e90310de
diff --git a/lib/storages/sequelize.js b/lib/storages/sequelize.js index <HASH>..<HASH> 100644 --- a/lib/storages/sequelize.js +++ b/lib/storages/sequelize.js @@ -67,7 +67,6 @@ module.exports = redefine.Class({ modelName, attributes, { - timestamps: true, tableNa...
Remove timestamp from model defaults (it defaults to `true` anyway)
sequelize_umzug
train
js
7d7d69854fd6d32a8173232df5f2499849eea8ae
diff --git a/master/buildbot/secrets/providers/vault.py b/master/buildbot/secrets/providers/vault.py index <HASH>..<HASH> 100644 --- a/master/buildbot/secrets/providers/vault.py +++ b/master/buildbot/secrets/providers/vault.py @@ -64,10 +64,14 @@ class HashiCorpVaultSecretProvider(SecretProviderBase): """ ...
secrets: Add comment explaining confusion of the vault URL
buildbot_buildbot
train
py
6529f30cb5bbef7ddb407939cd5d4feb58b51bb2
diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js @...
Bug <I> - Pull does not display known hosts error
eclipse_orion.client
train
js
e3405f8af364778b16dba37bc53334ffe45a5d5e
diff --git a/examples/training/train_ner.py b/examples/training/train_ner.py index <HASH>..<HASH> 100644 --- a/examples/training/train_ner.py +++ b/examples/training/train_ner.py @@ -56,7 +56,10 @@ def main(model=None, output_dir=None, n_iter=100): # get names of other pipes to disable them during training ot...
Don't call begin_training if updating new model (see #<I>) [ci skip]
explosion_spaCy
train
py
ba88ec2bb328de12ed0304eb3d79e36a3ab0d9b1
diff --git a/pyGenClean/run_data_clean_up.py b/pyGenClean/run_data_clean_up.py index <HASH>..<HASH> 100644 --- a/pyGenClean/run_data_clean_up.py +++ b/pyGenClean/run_data_clean_up.py @@ -1101,7 +1101,7 @@ def run_contamination(in_prefix, in_type, out_prefix, base_dir, options): print >>o_file, "---" ret...
Added the graphics files for contamination (None, since there are none).
lemieuxl_pyGenClean
train
py
5cf90d169dba2b95c0e8e680f5edf4b6ac61c84d
diff --git a/hearthstone/hslog/player.py b/hearthstone/hslog/player.py index <HASH>..<HASH> 100644 --- a/hearthstone/hslog/player.py +++ b/hearthstone/hslog/player.py @@ -67,8 +67,7 @@ class PlayerManager: return lazy_player def register_controller(self, entity, controller): - if self._entity_controller_map is ...
hslog: Do not wipe the _entity_controller_map during parsing It makes the parser less reliable and it's a premature optimization.
HearthSim_python-hearthstone
train
py
1f88f06db9ad85b309393fcfab9c24519ac91485
diff --git a/element/#/cast-attribute.js b/element/#/cast-attribute.js index <HASH>..<HASH> 100644 --- a/element/#/cast-attribute.js +++ b/element/#/cast-attribute.js @@ -1,6 +1,7 @@ 'use strict'; var compact = require('es5-ext/array/#/compact') + , flatten = require('es5-ext/array/#/flatten') , isCal...
Ensure array of attibutes are resolved properly
medikoo_dom-ext
train
js
1936493c77b67b4f4bf40abbd8b3884cab30ef5c
diff --git a/src/search/SearchModel.js b/src/search/SearchModel.js index <HASH>..<HASH> 100644 --- a/src/search/SearchModel.js +++ b/src/search/SearchModel.js @@ -111,6 +111,7 @@ define(function (require, exports, module) { * Clears out the model to an empty state. */ SearchModel.prototype.clear = func...
fixes 3 failing find-in-files tests (#<I>) * fixes 3 failing find-in-files tests * implement proposed change
adobe_brackets
train
js,js
b3bbaf3fc7eda97154eb4c8cc612bd2b42594fec
diff --git a/src/Settings/HasSettings.php b/src/Settings/HasSettings.php index <HASH>..<HASH> 100644 --- a/src/Settings/HasSettings.php +++ b/src/Settings/HasSettings.php @@ -162,4 +162,23 @@ trait HasSettings return $this->settings()->allAllowed(); } + + /** + * Get an array with all stored rows...
Added a new method to get an array by specified setting key and/or value
zachleigh_laravel-property-bag
train
php
85bb336e1a76ccaf3453863d81a324b7b72e379e
diff --git a/lib/router.js b/lib/router.js index <HASH>..<HASH> 100644 --- a/lib/router.js +++ b/lib/router.js @@ -396,6 +396,7 @@ function route(name, model) { * Patch a resource. */ express.patch(individualRoute, function(req, res) { + var id = req.params.id; // header error handling if(!mim...
set id in patch for individualRoute
fortunejs_fortune
train
js
fa26ea64267f6b114349f2f3096b0b206ef04ae1
diff --git a/dusty/commands/run.py b/dusty/commands/run.py index <HASH>..<HASH> 100644 --- a/dusty/commands/run.py +++ b/dusty/commands/run.py @@ -18,6 +18,8 @@ def start_local_env(recreate_containers=True, pull_repos=True): will pass those specs to the systems that need them. Those systems will in turn launc...
this should be the first thing we do in up
gamechanger_dusty
train
py
ff146760321ed559a52b413b63a45973f84304c0
diff --git a/salt/utils/args.py b/salt/utils/args.py index <HASH>..<HASH> 100644 --- a/salt/utils/args.py +++ b/salt/utils/args.py @@ -9,8 +9,8 @@ import re # Import salt libs from salt._compat import string_types, integer_types -#KWARG_REGEX = re.compile(r'^([^\d\W][\w-]*)=(?!=)(.*)$', re.UNICODE) # python 3 -KWA...
Allow dots in kwarg names
saltstack_salt
train
py
21747324109547d8d664019d16bd1ab64c568e15
diff --git a/src/Bigcommerce/Api/Client.php b/src/Bigcommerce/Api/Client.php index <HASH>..<HASH> 100644 --- a/src/Bigcommerce/Api/Client.php +++ b/src/Bigcommerce/Api/Client.php @@ -775,7 +775,7 @@ class Client public static function updateCoupon($id, $object) { - return self::updateResource('/coupons' . $id, $...
Fixed updateCoupon as it did not have the proper path.
bigcommerce_bigcommerce-api-php
train
php
1cfbe0a050096fc7c5fec5297bcd96ed0bc68d79
diff --git a/src/AppServiceProvider.php b/src/AppServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AppServiceProvider.php +++ b/src/AppServiceProvider.php @@ -13,11 +13,11 @@ class AppServiceProvider extends ServiceProvider $this->loadRoutesFrom(__DIR__.'/routes/api.php'); $this->publishes([...
fixes publish path for js assets
laravel-enso_ActivityLog
train
php
21dbf00a7f701dbbcebe9f2f12b7333813c0c72f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup(name="magic-wormhole", version=versioneer.get_version(), description="Securely transfer data between computers", long_description=open('README.md', 'rU').read(), + long_descriptio...
Add long_description_content_type to setup.py The new PyPI code discards long_description when it's not valid ReStructuredText. Luckily it also supports Markdown, but you have to [specify the content type](<URL>) explicitly in that case. (IIRC for this to work correctly you also have to use sufficiently recent ver...
warner_magic-wormhole
train
py
47a4b093e5de38f2c0ca06bd8a98b3b4c1401aee
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,6 @@ module.exports = function(env, callback) { callback(null, new NunjucksTemplate(nenv.getTemplate(filepath.relative))); }; - env.registerTemplatePlugin("**/*.*(html|nunjucks)", NunjucksTemplate); + env...
Support the official file extension .njk
jbuck_wintersmith-nunjucks
train
js
2d0ffcb0f48117af882213da8f056056f2cfa59b
diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -168,6 +168,8 @@ class Filters: dan = create("Dan", lambda _, m: bool(m.from_user and m.from_user.id == 23122162)) ...
added Filters.mentioned
pyrogram_pyrogram
train
py
c1f60013ebf8715b14f998960d0d7af0dc58a2fa
diff --git a/tests/test-parser.py b/tests/test-parser.py index <HASH>..<HASH> 100644 --- a/tests/test-parser.py +++ b/tests/test-parser.py @@ -537,6 +537,27 @@ class test_parser(unittest.TestCase): s = 'ssh -p 2222 <user>@<host>' self.assertRaisesRegexp(errors.ParsingError, r"unexpected token '\\n'.*p...
tests: add test for if redirections
idank_bashlex
train
py
fffe93508bb33a0034fbafabb418c352712f9794
diff --git a/ReText/tab.py b/ReText/tab.py index <HASH>..<HASH> 100644 --- a/ReText/tab.py +++ b/ReText/tab.py @@ -207,11 +207,8 @@ class ReTextTab(QSplitter): if not isinstance(self.previewBox, QTextEdit) and not webenv: # https://github.com/retext-project/retext/pull/187 palette = QApplication.palette()...
Use Text and Base colors instead of WindowText and Window
retext-project_retext
train
py
7ba1415e0cf729b5536cae1f2338b0a760deea11
diff --git a/aframe.js b/aframe.js index <HASH>..<HASH> 100644 --- a/aframe.js +++ b/aframe.js @@ -694,7 +694,7 @@ var aFrame=(aFrame)?aFrame:function() try { obj=(typeof obj=="object")?obj:$(obj); - if (obj!=undefined) + if (obj!==undefined) { obj.style.opacity=(opacity/100); obj.st...
Corrected an undefined detection in fx{}.
avoidwork_abaaso
train
js
a5c3ddc7b9f6104db475e01ded657b22467b8d32
diff --git a/src/AbstractPayload.php b/src/AbstractPayload.php index <HASH>..<HASH> 100644 --- a/src/AbstractPayload.php +++ b/src/AbstractPayload.php @@ -59,7 +59,7 @@ abstract class AbstractPayload protected function maskData($data) { $masked = ''; - $data = preg_split('`(?<!^)(?!$)`u', $d...
Use str_split rather than preg_split on maskData
Wisembly_elephant.io
train
php
5ae905585754ef2571ba5ff7ab69a4d624edde90
diff --git a/src/Google/Service/Urlshortener.php b/src/Google/Service/Urlshortener.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/Urlshortener.php +++ b/src/Google/Service/Urlshortener.php @@ -140,7 +140,7 @@ class Google_Service_Urlshortener_Url_Resource extends Google_Service_Resource * * @param arr...
Updated Urlshortener.php
googleapis_google-api-php-client
train
php
589d98e6aa4a32a82b0873f5f12676c1e202eddc
diff --git a/reflect.go b/reflect.go index <HASH>..<HASH> 100644 --- a/reflect.go +++ b/reflect.go @@ -15,7 +15,7 @@ func flattenValue(prefix string, v reflect.Value, f func(k, v string)) { f(prefix, o.Format(time.RFC3339Nano)) return case time.Duration: - ms := float64(o.Nanoseconds()) / 1000000.0 + ms := fl...
Simplify ns->ms conversion a bit.
codahale_lunk
train
go
3891e87667ec97eab03d211ca74ef5d3d6cdbb43
diff --git a/gridsome/lib/webpack/createBaseConfig.js b/gridsome/lib/webpack/createBaseConfig.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/webpack/createBaseConfig.js +++ b/gridsome/lib/webpack/createBaseConfig.js @@ -28,6 +28,7 @@ module.exports = (context, options, { isProd, isServer }) => { .alias ....
fix(webpack): alias to gridsome app
gridsome_gridsome
train
js
7c3496a9e55ee3f48e493a4e207c87fcec5a8366
diff --git a/test/test_coverer.py b/test/test_coverer.py index <HASH>..<HASH> 100644 --- a/test/test_coverer.py +++ b/test/test_coverer.py @@ -43,6 +43,7 @@ class TestCoverBasic: assert len(entries) >= 2 def test_cubes_overlap(self, CoverClass): + """A ten element cover of 20 evenly spaced el...
Test cubes overlap cleaned up (#<I>) `test_cubes_overlap` mistakenly called set union instead of set intersecrtion. Added a short docstring explaining what the test does and made a small stylistic change.
scikit-tda_kepler-mapper
train
py
7ee6b18d080a3a774dd620628f19e9e5ed4a7f7c
diff --git a/src/python/dxpy/bindings/dxfile.py b/src/python/dxpy/bindings/dxfile.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/bindings/dxfile.py +++ b/src/python/dxpy/bindings/dxfile.py @@ -421,6 +421,7 @@ class DXFile(DXDataObject): orig_buf_pos = buf.tell() orig_file_pos = self._pos...
fix bug where read across buffer boundary would return wrong number of bytes
dnanexus_dx-toolkit
train
py
b1cc20d891ec43a000e5b31caa18918e8d4ef189
diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -849,7 +849,13 @@ async function ensureComment(issueNo, topic, content) { } return true; } catch (err) /* istanbul ignore next */ { -...
refactor(github): don’t warn if failing to comment on locked issue
renovatebot_renovate
train
js
fb8fbfb850941c76e35a3a15aafa19d6f1afa327
diff --git a/src/UriTemplate/UriTemplate.php b/src/UriTemplate/UriTemplate.php index <HASH>..<HASH> 100644 --- a/src/UriTemplate/UriTemplate.php +++ b/src/UriTemplate/UriTemplate.php @@ -161,7 +161,7 @@ private static function expandExpression($template, $variables, $keySort) continue; } - ...
$value can't be an object
mcrumley_uritemplate
train
php
085c053233fb1d8b516b88cf641102173faa77d3
diff --git a/spade/Agent.py b/spade/Agent.py index <HASH>..<HASH> 100644 --- a/spade/Agent.py +++ b/spade/Agent.py @@ -53,7 +53,7 @@ color_purple = chr(27) + "[35;1m" color_bright_cyan = chr(27) + "[36;1m" color_white = chr(27) + "[37;1m" - +threading.stack_size(64 * 1024) # 64k compo class Abstra...
Threading stack size value changed to <I>K
javipalanca_spade
train
py
fa33c662f0de550e962a2a75995d5edb59bc9841
diff --git a/lib/rakeoe/toolchain.rb b/lib/rakeoe/toolchain.rb index <HASH>..<HASH> 100644 --- a/lib/rakeoe/toolchain.rb +++ b/lib/rakeoe/toolchain.rb @@ -218,7 +218,7 @@ class Toolchain @settings['CFLAGS'] += ' -fPIC' end # !! don't change order of the following string components without care !! - ...
Remove -Wl,--no-as-needed. This should not be the default.
rakeoe_rakeoe
train
rb
9863eeb2054dd603499483083ea95ece4db3b5b0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ import glob import os from setuptools import setup + def read(*parts): """Read parts to use a e.g. long_description""" @@ -16,6 +17,7 @@ def read(*parts): with codecs.open(os.path.join(here, *part...
dist: fix issues reported by flake8
refenv_cijoe
train
py
6c376230741085ade046d62aaf2ccc4ea040f8d7
diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/monkey_patches.rb +++ b/lib/puppet/util/monkey_patches.rb @@ -111,3 +111,12 @@ class Symbol Proc.new { |*args| args.shift.__send__(self, *args) } end unless method_defined? :to_pr...
Add `lines` alias for `each_line` in Ruby <I>. String and IO both have the method `lines`, an alias for `each_line`, added in version <I>; this was used in a few places in the code, and because it is a simple alias we can easily add it in older versions by hand.
puppetlabs_puppet
train
rb
16706efb7cc17de41ea69e03ff478b50e265e3ca
diff --git a/rocketbelt/components/dialogs/rocketbelt.dialogs.js b/rocketbelt/components/dialogs/rocketbelt.dialogs.js index <HASH>..<HASH> 100644 --- a/rocketbelt/components/dialogs/rocketbelt.dialogs.js +++ b/rocketbelt/components/dialogs/rocketbelt.dialogs.js @@ -1,5 +1,6 @@ /* global $cache:true element:true close...
fix(Dialogs): Pass in the jQuery object to the dialog handler.
Pier1_rocketbelt
train
js
9db6b0dc302c5726bd778cf8dd2c64651cb8f228
diff --git a/will/mixins/room.py b/will/mixins/room.py index <HASH>..<HASH> 100644 --- a/will/mixins/room.py +++ b/will/mixins/room.py @@ -51,7 +51,7 @@ class RoomMixin(object): def get_room_by_jid(self, jid): for name, room in self.available_rooms.items(): - if room["xmpp_jid"] == jid: + ...
added sanity checks for dict keys in get_room_* methods
skoczen_will
train
py
08ff44057fb9913f183f2a72a89d2cbb9884df16
diff --git a/lib/send_grid_mailer/engine.rb b/lib/send_grid_mailer/engine.rb index <HASH>..<HASH> 100644 --- a/lib/send_grid_mailer/engine.rb +++ b/lib/send_grid_mailer/engine.rb @@ -1,10 +1,3 @@ -require_relative "./errors" -require_relative "./logger" -require_relative "./definition" -require_relative "./mail_message...
fix(): require files on initialize
platanus_send_grid_mailer
train
rb
2cea2cd8917a1f0e60ee86663891d6007141f308
diff --git a/cachalot/transaction.py b/cachalot/transaction.py index <HASH>..<HASH> 100644 --- a/cachalot/transaction.py +++ b/cachalot/transaction.py @@ -26,6 +26,9 @@ class AtomicCache(dict): self.update(data) def commit(self): + # We import this here to avoid a circular import issue. + ...
Fixes issue #<I>.
noripyt_django-cachalot
train
py
6e5eeb72153f1fc2b11354fd9efa575aff39b90f
diff --git a/src/Diagram.js b/src/Diagram.js index <HASH>..<HASH> 100644 --- a/src/Diagram.js +++ b/src/Diagram.js @@ -18,7 +18,7 @@ class Diagram { // console.log('this.type', this.type, diagrams[this.type]); // Setup diagram this.db = diagrams[this.type].db; - this.db.clear(); + this.db.clear?.()...
fix(Diagram): C4C diagram does not have a db.clear method
knsv_mermaid
train
js
341ebe72591402deaf811c032045e3835d2903a2
diff --git a/concrete/src/Job/Job.php b/concrete/src/Job/Job.php index <HASH>..<HASH> 100644 --- a/concrete/src/Job/Job.php +++ b/concrete/src/Job/Job.php @@ -249,13 +249,15 @@ abstract class Job extends Object $path = $jobClassLocation.'/'.$jHandle.'.php'; if (file_exists($path)) { ...
Don't load job if class does not exist This is needed during core upgrade, when packages are not loaded
concrete5_concrete5
train
php
9246f034193fd5c0e626102ea8a796ac62eaf33c
diff --git a/lib/aruba/initializer.rb b/lib/aruba/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/aruba/initializer.rb +++ b/lib/aruba/initializer.rb @@ -23,7 +23,7 @@ module Aruba end content = if File.exist? file - file_ends_with_carriage_return = File.open('Gemfi...
Made things a little more DRY
cucumber_aruba
train
rb
947ca35b3c89b90d2f8e47a6cf39e5eb906c3c2f
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -21,7 +21,7 @@ exports.singlePngImage = extend({}, exports._singleImage, { exports.singleJpgImage = extend({}, exports._singleImage, { filepaths: [path.join(__dirname, '/test_sprites/sprite3.jpg')], ...
Finally got jpeg test green
twolfson_spritesmith-engine-test
train
js
a309ed15c19f2d8e54fc090c4df4ab0edb11b760
diff --git a/src/main/java/org/redisson/RedissonLock.java b/src/main/java/org/redisson/RedissonLock.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/redisson/RedissonLock.java +++ b/src/main/java/org/redisson/RedissonLock.java @@ -301,12 +301,17 @@ public class RedissonLock extends RedissonObject implements RLo...
Lock reentrancy race fixed. #<I>
redisson_redisson
train
java
0cd732da21511f52ce24a730309b8c0961dbe578
diff --git a/lib/lemmatizer/lemmatizer.rb b/lib/lemmatizer/lemmatizer.rb index <HASH>..<HASH> 100644 --- a/lib/lemmatizer/lemmatizer.rb +++ b/lib/lemmatizer/lemmatizer.rb @@ -186,7 +186,7 @@ module Lemmatizer end end end - puts "#{num_lex_added} items added from #{File.basename dict}" + ...
comment out `puts` to reduce log length
yohasebe_lemmatizer
train
rb
f27ab279bf36f7225780236cf45f7b0da9f339e8
diff --git a/samcli/lib/package/utils.py b/samcli/lib/package/utils.py index <HASH>..<HASH> 100644 --- a/samcli/lib/package/utils.py +++ b/samcli/lib/package/utils.py @@ -178,8 +178,9 @@ def zip_folder(folder_path): def make_zip(file_name, source_root): zipfile_name = "{0}.zip".format(file_name) source_root ...
fix: No Default Compress Type for Windows (#<I>) * Fixed No Default Compress Type for Windows * Reformatted with Black * Removed compresslevel to Support Python <I>
awslabs_aws-sam-cli
train
py
d1bbc4c60472f75150360ea19e8e3f104af360e6
diff --git a/util/randomword/generator.go b/util/randomword/generator.go index <HASH>..<HASH> 100644 --- a/util/randomword/generator.go +++ b/util/randomword/generator.go @@ -175,13 +175,13 @@ sable serval shark sitatunga +snake springhare squirrel -sugar-glider swan -tasmanian-devil tiger topi +toucan turtle ...
Replace hyphenated random words [#<I>]
cloudfoundry_cli
train
go
031c8eb3f165327e68dccb4cae43a7ceb6bad91c
diff --git a/core/src/test/java/me/prettyprint/cassandra/service/CassandraClusterTest.java b/core/src/test/java/me/prettyprint/cassandra/service/CassandraClusterTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/me/prettyprint/cassandra/service/CassandraClusterTest.java +++ b/core/src/test/java/me/prettypri...
commented out test thrift version - useful as example, but gets in the way and no definitive way to maintain.
hector-client_hector
train
java
696593554bcaa197dc65dd58cb408d76aada344b
diff --git a/HardwareSource.py b/HardwareSource.py index <HASH>..<HASH> 100644 --- a/HardwareSource.py +++ b/HardwareSource.py @@ -337,7 +337,6 @@ class HardwareSourceDataBuffer(object): "LiveHWPortToImageSource", str(self.hardware_source)) self.hardware_port.on_new_images = self.on_ne...
Reworked play/pause button using bound values. svn r<I>
nion-software_nionswift
train
py
8012ae709bb749eaad434c05cd7e2aeda8f3a425
diff --git a/www/inappbrowser.js b/www/inappbrowser.js index <HASH>..<HASH> 100644 --- a/www/inappbrowser.js +++ b/www/inappbrowser.js @@ -35,7 +35,7 @@ function InAppBrowser() { InAppBrowser.prototype = { _eventHandler: function (event) { - if (event.type in this.channels) { + if (event && (event...
CB-<I> check if event is null since OK string from success callback was removed github: close #<I>
Prasannaa1991_cordova-inappbrowser
train
js
66128b8cad152005f59b474f97a91546581882d4
diff --git a/chess/svg.py b/chess/svg.py index <HASH>..<HASH> 100644 --- a/chess/svg.py +++ b/chess/svg.py @@ -129,7 +129,9 @@ def board(board=None, squares=None, flipped=False, coordinates=True, lastmove=No :param coordinates: Pass ``False`` to disable coordinates in the margin. :param lastmove: A :class:`ch...
Explain SVG circles (#<I>)
niklasf_python-chess
train
py
c6c32ffa5c03d8e6b8edc428dd9d43ab9aa8af5e
diff --git a/lib/cli/_hook.js b/lib/cli/_hook.js index <HASH>..<HASH> 100644 --- a/lib/cli/_hook.js +++ b/lib/cli/_hook.js @@ -173,11 +173,11 @@ function isIgnored (filename, patterns) { // negative pattern? if (pattern[0] === "-") { if (minimatch(filename, pattern.substring(1).trimLeft())) { - ...
_hook: Reverse isIgnored() (lol noob) fixes #<I>
naholyr_github-todos
train
js
908ab6d20b4d5f03311eea5fc0a395e7911f4d7b
diff --git a/api.php b/api.php index <HASH>..<HASH> 100644 --- a/api.php +++ b/api.php @@ -809,8 +809,7 @@ class PHP_CRUD_API { protected function mapMethodToAction($method,$key) { switch ($method) { case 'OPTIONS': return 'headers'; - case 'GET': return 'read'; - //case 'GET': return $key?'read':'list'; +...
Put back a placeholder that I temp comment out
mevdschee_php-crud-api
train
php
4e1174b97642b38045e55f00a74046032e05b089
diff --git a/python_modules/dagster/dagster_tests/general_tests/test_api.py b/python_modules/dagster/dagster_tests/general_tests/test_api.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster_tests/general_tests/test_api.py +++ b/python_modules/dagster/dagster_tests/general_tests/test_api.py @@ -18,9 +18,...
replace api test mocker with monkeypatch (#<I>)
dagster-io_dagster
train
py
00ec708630c388716dda51da49c7967efd22e53c
diff --git a/test/specs/header-set-consolidator.spec.js b/test/specs/header-set-consolidator.spec.js index <HASH>..<HASH> 100644 --- a/test/specs/header-set-consolidator.spec.js +++ b/test/specs/header-set-consolidator.spec.js @@ -102,6 +102,8 @@ describe('HeaderSetConsolidator', function() { expect(on...
Fix tests that caused node to keep running.
danielwippermann_resol-vbus
train
js,js