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
dc0e20e5c8c1668e8441bda81bb4162ee478f133
diff --git a/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php b/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php index <HASH>..<HASH> 100644 --- a/Classes/Netlogix/JsonApiOrg/Property/TypeConverter/SchemaResource/ResourceConverter.php +++ b/C...
ResourceConverter should rely on strings instead of identity array
netlogix_jsonapiorg
train
php
508339d5acedc776b9ce613db6e8a715c44f37e9
diff --git a/lib/uv-rays/connection.rb b/lib/uv-rays/connection.rb index <HASH>..<HASH> 100644 --- a/lib/uv-rays/connection.rb +++ b/lib/uv-rays/connection.rb @@ -14,7 +14,7 @@ module UV tcp.start_read end else - tcp.reactor.lookup(server).then( + tcp.rea...
(connection) to use promises by default this is now a co-routine
cotag_uv-rays
train
rb
fc22ae65350933a0f42fd186301710b7ffaf0212
diff --git a/inlineplz/linters/__init__.py b/inlineplz/linters/__init__.py index <HASH>..<HASH> 100644 --- a/inlineplz/linters/__init__.py +++ b/inlineplz/linters/__init__.py @@ -88,6 +88,7 @@ TRUSTED_INSTALL = [ [sys.executable, '-m', 'pip', 'install', '-e', '.'], [sys.executable, '-m', 'pip', 'install', '-r...
install requirements-dev (#<I>)
guykisel_inline-plz
train
py
a6e03bf88bcf46a09f41f550e48c774276522523
diff --git a/src/Task/GitHubTasks.php b/src/Task/GitHubTasks.php index <HASH>..<HASH> 100644 --- a/src/Task/GitHubTasks.php +++ b/src/Task/GitHubTasks.php @@ -3,7 +3,6 @@ namespace Droath\ProjectX\Task; use Droath\RoboGitHub\Task\loadTasks as loadGitHubTasks; -use Robo\Common\IO; use Symfony\Component\Console\Help...
GH-<I>: Fix PHP strict warning in Github tasks.
droath_project-x
train
php
4ebd0e9b73a6cbc1d02e5562e7f79aaab2137f80
diff --git a/babelapi/data_type.py b/babelapi/data_type.py index <HASH>..<HASH> 100644 --- a/babelapi/data_type.py +++ b/babelapi/data_type.py @@ -788,3 +788,5 @@ def is_timestamp_type(data_type): return isinstance(data_type, Timestamp) def is_union_type(data_type): return isinstance(data_type, Union) +def i...
Add some utility functions to babel Reviewed By: kelkabany
dropbox_stone
train
py,py
3916f167c57241793700db866f94cb80bc75ddb7
diff --git a/chess/engine.py b/chess/engine.py index <HASH>..<HASH> 100644 --- a/chess/engine.py +++ b/chess/engine.py @@ -60,18 +60,7 @@ except ImportError: return loop.run_until_complete(main) finally: try: - pending = _all_tasks(loop) - loop.run_until_...
Python <I>: Ignore exceptions from pending tasks
niklasf_python-chess
train
py
e7465e24ffc9e0841cc31aad5e0a83b9c84f132e
diff --git a/src/TableColumn/Delete.php b/src/TableColumn/Delete.php index <HASH>..<HASH> 100644 --- a/src/TableColumn/Delete.php +++ b/src/TableColumn/Delete.php @@ -20,15 +20,16 @@ class Delete extends Generic $this->table->app->terminate($reload->renderJSON()); }); + } + + public functi...
perform on execution later, as it relies on table's url()
atk4_ui
train
php
087dc13965076ffca70170e241a2e209df31fe75
diff --git a/internal/http/server.go b/internal/http/server.go index <HASH>..<HASH> 100644 --- a/internal/http/server.go +++ b/internal/http/server.go @@ -90,7 +90,7 @@ func (srv *Server) Start(ctx context.Context) (err error) { if atomic.LoadUint32(&srv.inShutdown) != 0 { // To indicate disable keep-alives ...
fix: server in shutdown should return <I> instead of <I> (#<I>) various situations where the client is retrying the request server going through shutdown might incorrectly send <I> which is a non-retriable error, this PR allows for clients when they retry an attempt to go to another healthy pod or server in a dist...
minio_minio
train
go
d685b675fa2126970971db7307b73f3965ea7ed1
diff --git a/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java b/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/serialization/avro/versioned/AvroVersionedGenericSerializer.java +++ b/src/java/vold...
fixed try catch in versioned avro serializer
voldemort_voldemort
train
java
26ee9038b342a012acfc8bd61fdf537faa60a968
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -38,6 +38,9 @@ module.exports = function (config) { logLevel: 'INFO', + // Default is 1000 but we can run into rate limit issues so bump it up to 10k + pollingTimeout: 10000, + // run th...
Stay within Browserstack rate limits BrowserStack dev recommended we increase the time between polls for test status to decrease the number of API calls we make.
rollbar_rollbar.js
train
js
1e624f523bf6178eb4088fb12ec39bb6b2d1e92f
diff --git a/Jakefile.js b/Jakefile.js index <HASH>..<HASH> 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -172,7 +172,7 @@ task('test', ['lint:spec'], function () { }, {async: true}) var pkg = new jake.PackageTask('EpicEditor', 'v' + VERSION, function () { - var fileList = [ 'epiceditor'] + var fileList = [ 'epic...
hack for Jake traversal handling in pkg task
OscarGodson_EpicEditor
train
js
1223e3865960ee47bd2ff9fed0d7f8876e451f16
diff --git a/pervert/models.py b/pervert/models.py index <HASH>..<HASH> 100644 --- a/pervert/models.py +++ b/pervert/models.py @@ -99,8 +99,24 @@ class Editor(Model): def get_uuid(): return uuid.uuid4().hex +class UUIDField(CharField): + + def __init__(self, *args, **kwargs): + kwargs["max_length"] = ...
Fix bug that threw an error when saving a form with inlines, had to create a UUIDField for that.
boronine_discipline
train
py
1058a8e3f1d55c33b2c56b8ac192f8ed856a4fe0
diff --git a/cmd/influxd/upgrade/upgrade.go b/cmd/influxd/upgrade/upgrade.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/upgrade/upgrade.go +++ b/cmd/influxd/upgrade/upgrade.go @@ -357,8 +357,10 @@ func runUpgradeE(*cobra.Command, []string) error { options.source.walDir = v1Config.Data.WALDir options.source.dbU...
fix(upgrade): add DB URL to log message at end up upgrade (#<I>)
influxdata_influxdb
train
go
a20bab4c95d45973dd4050f70a34053cd1df94c0
diff --git a/src/js/TextFields/TextField.js b/src/js/TextFields/TextField.js index <HASH>..<HASH> 100644 --- a/src/js/TextFields/TextField.js +++ b/src/js/TextFields/TextField.js @@ -403,16 +403,6 @@ export default class TextField extends PureComponent { }; } - componentWillMount() { - const { value, defa...
Removed the calcWidth in willMount for TextField There is no point in doing the willMount checl for resizing width and should wait until fully mounted to have access to the DOM nodes anyways.
mlaursen_react-md
train
js
3bca5caa5c0cfec3156c3b576948184a4a820bb3
diff --git a/GEOparse/GEOparse.py b/GEOparse/GEOparse.py index <HASH>..<HASH> 100755 --- a/GEOparse/GEOparse.py +++ b/GEOparse/GEOparse.py @@ -305,7 +305,13 @@ def parse_GDS_columns(lines, subsets): subset_ids = defaultdict(dict) for subsetname, subset in iteritems(subsets): for expid in subset.metad...
fix: #<I> Roll back to subset type check
guma44_GEOparse
train
py
88058c7a3e5b351f9721fa268c486cd5d5aa040d
diff --git a/lib/ews/connection.rb b/lib/ews/connection.rb index <HASH>..<HASH> 100644 --- a/lib/ews/connection.rb +++ b/lib/ews/connection.rb @@ -26,6 +26,8 @@ class Viewpoint::EWS::Connection # @example https://<site>/ews/Exchange.asmx # @param [Hash] opts Misc config options (mostly for developement) # @o...
Add ability to override HTTPClient#receive_timeout
WinRb_Viewpoint
train
rb
6e4861120e515095d9a3d52fb0fc4265cc14ad0b
diff --git a/php/WP_CLI/Runner.php b/php/WP_CLI/Runner.php index <HASH>..<HASH> 100644 --- a/php/WP_CLI/Runner.php +++ b/php/WP_CLI/Runner.php @@ -421,8 +421,7 @@ class Runner { $pre_cmd = getenv( 'WP_CLI_SSH_PRE_CMD' ); if ( $pre_cmd ) { - $message = WP_CLI::colorize( "%yWP_CLI_SSH_PRE_CMD found, executing t...
Use warning instead of colorize to fix warning output
wp-cli_wp-cli
train
php
85f30ccb3096e177a24f191b1c5f613d3a2c0eb7
diff --git a/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java b/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java index <HASH>..<HASH> 100644 --- a/structr-core/src/main/java/org/structr/core/graph/GraphObjectModificationState.java +++ b/structr-core/...
Modified GraphObjectModificationState to clear permission path cache only on actual changes to the path.
structr_structr
train
java
bb4c6f2d931858389e3f8518242f50f46e349dce
diff --git a/DrdPlus/Codes/Properties/CharacteristicForGameCode.php b/DrdPlus/Codes/Properties/CharacteristicForGameCode.php index <HASH>..<HASH> 100644 --- a/DrdPlus/Codes/Properties/CharacteristicForGameCode.php +++ b/DrdPlus/Codes/Properties/CharacteristicForGameCode.php @@ -14,7 +14,7 @@ class CharacteristicForGame...
fix: Defense number against shooting renamed
drdplusinfo_drdplus-codes
train
php
957f37b0b0c324a1336ed25d7770c7e174a49f9e
diff --git a/docs/Router.js b/docs/Router.js index <HASH>..<HASH> 100644 --- a/docs/Router.js +++ b/docs/Router.js @@ -244,7 +244,7 @@ const RoutersContainer = withRouter(({ history, location, ...props }) => { <Switch> {getRoutes()} </Switch> - <ScrollToTop showUnder={160} style={{ b...
doc: Change scroll to top style.
uiwjs_uiw
train
js
89c5abe834f61f2aa2a8c30ddfdb585e5da44a51
diff --git a/code/CMSBatchAction.php b/code/CMSBatchAction.php index <HASH>..<HASH> 100644 --- a/code/CMSBatchAction.php +++ b/code/CMSBatchAction.php @@ -76,7 +76,7 @@ abstract class CMSBatchAction ); } - return Convert::raw2json($status); + return json_encode($status); } ...
FIX Replace usage of Convert JSON methods with json_encode and json_decode
silverstripe_silverstripe-admin
train
php,php
c670d31c747e41754559a163a80ddcb44d0b9b7b
diff --git a/d1_common_python/src/d1_common/__init__.py b/d1_common_python/src/d1_common/__init__.py index <HASH>..<HASH> 100644 --- a/d1_common_python/src/d1_common/__init__.py +++ b/d1_common_python/src/d1_common/__init__.py @@ -20,7 +20,7 @@ '''Shared code for DataONE Python libraries ''' -__version__ = "1.1.2" ...
Updated version number to show that this is an RC.
DataONEorg_d1_python
train
py
c492f35a70450ba99cb1412eb1a145a0f4141809
diff --git a/lib/scripts/directive.js b/lib/scripts/directive.js index <HASH>..<HASH> 100644 --- a/lib/scripts/directive.js +++ b/lib/scripts/directive.js @@ -76,7 +76,6 @@ if (!$scope.colorMouse && !$scope.hueMouse && !$scope.opacityMouse && $scope.find(event.target).length === 0) { ...
Don't trigger digest cycle as $scope.hide already triggers one
ruhley_angular-color-picker
train
js
f2e47c35def0e3804246a49a44cf3d7bcd407571
diff --git a/bridgesupport.js b/bridgesupport.js index <HASH>..<HASH> 100644 --- a/bridgesupport.js +++ b/bridgesupport.js @@ -122,10 +122,9 @@ function bridgesupport (fw, _global) { case 'constant': (function (name, type) { _global.__defineGetter__(name, function () { - var ptr = ...
The Constant getter cannot be cached after 1 call. The value can and probably will change throughout the lifetime of the program, and if the NULL pointer is cached for NSApp, and then a NSApplication is created, then we're fucked. That's what I ran into...
TooTallNate_NodObjC
train
js
41654ffdad84a1e379e0fc140b66b306ce3c0bff
diff --git a/machina/apps/forum/views.py b/machina/apps/forum/views.py index <HASH>..<HASH> 100644 --- a/machina/apps/forum/views.py +++ b/machina/apps/forum/views.py @@ -54,7 +54,8 @@ class ForumView(PermissionRequiredMixin, ListView): def get_queryset(self): self.forum = self.get_forum() - qs =...
ForumView updated to hide topics that are not approved
ellmetha_django-machina
train
py
cbb647cce05838854d3280f9290fff644dcdf052
diff --git a/leaflet-ajax.js b/leaflet-ajax.js index <HASH>..<HASH> 100644 --- a/leaflet-ajax.js +++ b/leaflet-ajax.js @@ -37,7 +37,7 @@ L.GeoJSON.AJAX=L.GeoJSON.extend({ request.open("GET",url); var _this=this; request.onreadystatechange = function(){ - if (request.readyState === ...
geojson isn't always served with the json mime/type
calvinmetcalf_leaflet-ajax
train
js
7dcc55ff31a840d18a327983fd053ce6a8bf7eb3
diff --git a/openquake/baselib/performance.py b/openquake/baselib/performance.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/performance.py +++ b/openquake/baselib/performance.py @@ -23,6 +23,7 @@ import getpass import operator import itertools from datetime import datetime +from decorator import decorator ...
Added decorator vectorize_arg
gem_oq-engine
train
py
ec4a2d2d47699e48b7af55e5ab36f6eae1052486
diff --git a/androlog/src/main/java/de/akquinet/android/androlog/Log.java b/androlog/src/main/java/de/akquinet/android/androlog/Log.java index <HASH>..<HASH> 100644 --- a/androlog/src/main/java/de/akquinet/android/androlog/Log.java +++ b/androlog/src/main/java/de/akquinet/android/androlog/Log.java @@ -1116,7 +1116,7 @@...
Misplaced -1. Sry.
akquinet_androlog
train
java
6710986bdc9303d73071efd1f000f51c36a6f923
diff --git a/system/Validation/Rules.php b/system/Validation/Rules.php index <HASH>..<HASH> 100644 --- a/system/Validation/Rules.php +++ b/system/Validation/Rules.php @@ -422,13 +422,13 @@ class Rules // Still here? Then we fail this test if // any of the fields are not present in $data - foreach ($fields as $...
Update system/Validation/Rules.php
codeigniter4_CodeIgniter4
train
php
21f0d6d1c71f748a768102f3a66b4867f4aaf080
diff --git a/lib/puppet/functions/match.rb b/lib/puppet/functions/match.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/functions/match.rb +++ b/lib/puppet/functions/match.rb @@ -30,6 +30,7 @@ # ~~~ ruby # $matches = ["abc123","def456"].match(/([a-z]+)([1-9]+)/) # # $matches contains [[abc123, abc, 123], [def456, de...
(docs) Fix markup typo in the match function An unclosed code block was messing up the formatting in the function reference.
puppetlabs_puppet
train
rb,rb
e0a706f56605305276dac8d8a5860eab3240ecf5
diff --git a/src/FileUploadsUtils.php b/src/FileUploadsUtils.php index <HASH>..<HASH> 100644 --- a/src/FileUploadsUtils.php +++ b/src/FileUploadsUtils.php @@ -243,7 +243,7 @@ class FileUploadsUtils ); if ($this->_fileStorageAssociation->save($fileStorEnt)) { - $this->_createThumbnails($fi...
set method as public (task #<I>)
QoboLtd_cakephp-csv-migrations
train
php
97bfc5625cb133fb562830b5b3d33a81b02f61ad
diff --git a/stomp/__main__.py b/stomp/__main__.py index <HASH>..<HASH> 100644 --- a/stomp/__main__.py +++ b/stomp/__main__.py @@ -48,6 +48,7 @@ class StompCLI(Cmd, ConnectionListener): self.verbose = verbose self.user = user self.passcode = passcode + self.__quit = False if v...
Avoid AttributeError in CLI when connecting fails due to wrong authentication
jasonrbriggs_stomp.py
train
py
c451e58b5b46d8692fa5bf906f036131dce81289
diff --git a/algolia/analytics/responses_ab_testing.go b/algolia/analytics/responses_ab_testing.go index <HASH>..<HASH> 100644 --- a/algolia/analytics/responses_ab_testing.go +++ b/algolia/analytics/responses_ab_testing.go @@ -36,6 +36,7 @@ type ABTestResponse struct { ClickSignificance float64 `json:"...
fix(analytics): add UpdatedAt field to ABTestResponse (#<I>)
algolia_algoliasearch-client-go
train
go
5eb2df82d91578531ffa5c647cfb1dd23783c0a7
diff --git a/bcbio/variation/freebayes.py b/bcbio/variation/freebayes.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/freebayes.py +++ b/bcbio/variation/freebayes.py @@ -22,5 +22,14 @@ def run_freebayes(align_bam, ref_file, config, dbsnp=None, region=None, "-b", align_bam, "-v", tx_out_file, "-f...
Temporary workaround to skip chromosome calls with freebayes errors
bcbio_bcbio-nextgen
train
py
5012f00f9678a6517fd574dc9e1f5a7b155f3cad
diff --git a/lib/enyo/lib/git.js b/lib/enyo/lib/git.js index <HASH>..<HASH> 100644 --- a/lib/enyo/lib/git.js +++ b/lib/enyo/lib/git.js @@ -44,7 +44,7 @@ function update (dest, target, lib) { cli('updating %s and checking out %s', lib, target); return repo.remote_fetchAsync('origin').then(function () { return che...
ensure that it is actually pulling the correct target and merging when possible
enyojs_enyo-dev
train
js
28520915675765e8494de27a206f00d2f92610b2
diff --git a/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java b/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java +++ b/src/test/java/com/relayrides/pushy/apns/ApnsClientTest.java @@ -95,7 +95,7 @@ public ...
Removed some spurious calls to `isSuccess()`.
relayrides_pushy
train
java
3aea56321f057435bb16eb497531429c7a857c4e
diff --git a/lib/booking_locations/location.rb b/lib/booking_locations/location.rb index <HASH>..<HASH> 100644 --- a/lib/booking_locations/location.rb +++ b/lib/booking_locations/location.rb @@ -52,7 +52,8 @@ module BookingLocations end def name_for(location_id) - location_for(location_id).name + ...
Guard against location names This can happen when the requesting application has a reference to an outdated location.
guidance-guarantee-programme_booking_locations
train
rb,rb
820a9e6804f8e955597d81eced85dd8d15577000
diff --git a/src/Plugin.php b/src/Plugin.php index <HASH>..<HASH> 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -24,8 +24,8 @@ use Composer\Script\ScriptEvents; */ class Plugin implements PluginInterface, EventSubscriberInterface { - private const EXTRA_OPTION_NAME = 'config-plugin'; - private const EXT...
Update Plugin.php to fix error in <I>
hiqdev_composer-config-plugin
train
php
3d6c5aa31b42b6db6da9ed86509601c8e97e77f6
diff --git a/tag.go b/tag.go index <HASH>..<HASH> 100644 --- a/tag.go +++ b/tag.go @@ -216,6 +216,9 @@ func (t Tag) FormFrames() ([]byte, error) { frames.Reset() for id, f := range t.frames { + if id == "" { + return nil, errors.New("Uncorrect ID in frames") + } frameBody, err := f.Bytes() if err != nil...
Add errors with uncorrect ids in frames/sequences
bogem_id3v2
train
go
b0a049b4b14b0de900bd4f3e0e75eacfef99f7f6
diff --git a/lib/ticket_evolution/core/connection.rb b/lib/ticket_evolution/core/connection.rb index <HASH>..<HASH> 100644 --- a/lib/ticket_evolution/core/connection.rb +++ b/lib/ticket_evolution/core/connection.rb @@ -40,7 +40,7 @@ module TicketEvolution @url ||= [].tap do |parts| parts << TicketEvolut...
a blank mode doesn't generate a 'api..ticketevo.com' URL
ticketevolution_ticketevolution-ruby
train
rb,rb
aa1fc4011d9b4a0dca4eef265cd9165fdacdae07
diff --git a/components/docked-panel-ng/docked-panel-ng.js b/components/docked-panel-ng/docked-panel-ng.js index <HASH>..<HASH> 100644 --- a/components/docked-panel-ng/docked-panel-ng.js +++ b/components/docked-panel-ng/docked-panel-ng.js @@ -155,8 +155,10 @@ angularModule.directive('rgDockedPanel', function rgDockedPa...
RG-<I> wait for render before getting initial panel position
JetBrains_ring-ui
train
js
5a3e680d46b9f4b3d2f29d879918601afc414a8b
diff --git a/src/CLIResultPrinter.php b/src/CLIResultPrinter.php index <HASH>..<HASH> 100644 --- a/src/CLIResultPrinter.php +++ b/src/CLIResultPrinter.php @@ -74,7 +74,7 @@ class CLIResultPrinter implements ResultPrinterInterface foreach ($context->getErrors() as $error) { $this->output->writeln( ...
Adding [Error] to the printContext output.
sstalle_php7cc
train
php
29d61bbc1184b97eb1c01d4d675ae5ddfd853ec3
diff --git a/src/controllers/CrudController.js b/src/controllers/CrudController.js index <HASH>..<HASH> 100644 --- a/src/controllers/CrudController.js +++ b/src/controllers/CrudController.js @@ -74,7 +74,7 @@ export default class CrudController { } }); remove.map(i...
this, too, only if dirty
monomelodies_monad
train
js
a292be09ab6f6dcfb19ffccedb25e86205437889
diff --git a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java b/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java +++ b/src/main/java/org/primefaces/component/treetable/...
Fix #<I> - dynamically get the full-qualified name of TreeNode
primefaces_primefaces
train
java
a3d0ae6cc51459f4207c24d2231eb54ce37d79b7
diff --git a/poem-jvm/src/javascript/movi/api/shape.js b/poem-jvm/src/javascript/movi/api/shape.js index <HASH>..<HASH> 100644 --- a/poem-jvm/src/javascript/movi/api/shape.js +++ b/poem-jvm/src/javascript/movi/api/shape.js @@ -120,8 +120,8 @@ MOVI.namespace("model"); this.childShapes = {}; // reset childShapes map...
Fixed bug that occurs when prototype was used along with the MOVI API git-svn-id: <URL>
kiegroup_jbpm-designer
train
js
1902883207d22a9f3450b786c5c2a20ef5b043cb
diff --git a/autotest/mc_tests.py b/autotest/mc_tests.py index <HASH>..<HASH> 100644 --- a/autotest/mc_tests.py +++ b/autotest/mc_tests.py @@ -131,7 +131,7 @@ def from_dataframe_test(): pstc = Pst(pst) par = pstc.parameter_data - par.sort_values(by=parnme,ascending=False,inplace=True) + par.sort_value...
bug fix in mc_test
jtwhite79_pyemu
train
py
33d1e340fd74fd62aed7cfa4397137ae2beef5b6
diff --git a/src/Router/index.js b/src/Router/index.js index <HASH>..<HASH> 100644 --- a/src/Router/index.js +++ b/src/Router/index.js @@ -682,7 +682,7 @@ Router.prototype = { * @return {Boolean} */ isPublicFolder(url) { - return url.startsWith('/public') || + return url.startsWith('/public/') || ...
change check if is public route to only match routes inside /public/ not /publications
wejs_we-core
train
js
aebbb67b9160731919b245654682c942be6ee43f
diff --git a/runtime/world.js b/runtime/world.js index <HASH>..<HASH> 100755 --- a/runtime/world.js +++ b/runtime/world.js @@ -47,7 +47,8 @@ function getDriverInstance() { case 'electron': { driver = new ElectronDriver(); - } break; + } + break; case 'chrome':...
Fix issue with promises in world.js only uses the abort method when test fails .
john-doherty_selenium-cucumber-js
train
js
5dc56b2aa8728632c5644fb7573da75ca1fb9266
diff --git a/lib/et-orbi.rb b/lib/et-orbi.rb index <HASH>..<HASH> 100644 --- a/lib/et-orbi.rb +++ b/lib/et-orbi.rb @@ -137,13 +137,16 @@ p [ :get_tzone, :o, o ] return nil unless o.is_a?(String) s = unalias(o) +tzis = (s.match(/\AWET/) rescue nil) ? 'WET' : s p [ :get_tzone, :s, s, 0, get_offset_tzon...
Try to truncate "WET-1WEST" to "WET"
floraison_et-orbi
train
rb
67e23072d98b243bbd7940efa5f220d47a4d375c
diff --git a/salt/modules/pip.py b/salt/modules/pip.py index <HASH>..<HASH> 100644 --- a/salt/modules/pip.py +++ b/salt/modules/pip.py @@ -935,7 +935,7 @@ def upgrade(bin_env=None, if bin_env and os.path.isdir(bin_env): cmd_kwargs['env'] = {'VIRTUAL_ENV': bin_env} errors = False - for pkg in old: ...
ENH: Updated modules.pip.upgrade function to only upgrade packages which are out-of-date
saltstack_salt
train
py
b591670478f29fa33ca869848937986e0f7e064a
diff --git a/controller/frontend/src/Controller/Frontend/Basket/Standard.php b/controller/frontend/src/Controller/Frontend/Basket/Standard.php index <HASH>..<HASH> 100644 --- a/controller/frontend/src/Controller/Frontend/Basket/Standard.php +++ b/controller/frontend/src/Controller/Frontend/Basket/Standard.php @@ -338,7...
Only use coupon code from database (case sensitive)
aimeos_ai-controller-frontend
train
php
53cff3fcebd1e177d04129dc131523635bc45d3d
diff --git a/sqlite3.go b/sqlite3.go index <HASH>..<HASH> 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -913,7 +913,7 @@ func (c *SQLiteConn) begin(ctx context.Context) (driver.Tx, error) { // - rwc // - memory // -// shared +// cache // SQLite Shared-Cache Mode // https://www.sqlite.org/shared...
fix typo in doc comment (#<I>)
xeodou_go-sqlcipher
train
go
0b2ea658342f9ac9b4796cd2b471b568cd2ddb2f
diff --git a/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java b/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java +++ b/src/main/java/org/jheaps/tree/DaryTreeAddressableHeap.java @@ -63,32 +63,32 @@ public cl...
Changed access to protected for DaryTreeAddressableHeap
d-michail_jheaps
train
java
b95f7307cccb101e62ac009abb500be99f11657c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -221,9 +221,15 @@ module.exports = (function () { teardown: function (connectionName, cb) { var closeConnection = function (connectionName) { var connection = me.connections[connectionNam...
tearDown method verifies whether object instance has close method before attemptint to invoke connection.close() .Resolved Issue: <URL>
IbuildingsItaly_sails-db2
train
js
a61b52f91e005fd9ca472415adf43171b433ac43
diff --git a/cassandra/cluster.py b/cassandra/cluster.py index <HASH>..<HASH> 100644 --- a/cassandra/cluster.py +++ b/cassandra/cluster.py @@ -44,6 +44,11 @@ try: except ImportError: from cassandra.io.asyncorereactor import AsyncoreConnection as DefaultConnection # NOQA +# Forces load of utf8 encoding module t...
Fixed deadlock that occurs in a certain import scenario. When user code imports code that initiates a new connection, it could cause a deadlock when String.encode was called in a seperate thread (e.g. when reading messages from the cassandra server). See <URL>
datastax_python-driver
train
py
61dab3693b3681b3ddbaf58a7e9e11392a540a7a
diff --git a/src/arcrest/web/_base.py b/src/arcrest/web/_base.py index <HASH>..<HASH> 100644 --- a/src/arcrest/web/_base.py +++ b/src/arcrest/web/_base.py @@ -265,7 +265,7 @@ class BaseWebOperations(object): else: read = "" for data in self._chunk(response=resp, size=4096): - ...
resolved bug in arcresthelper/publishingtools.py change decode from ASCII to UTF for encode response from a post to support non acsii codes
Esri_ArcREST
train
py,py
26e2b864c0fd4080487f6108f017a405ed1ae1ea
diff --git a/api/index.php b/api/index.php index <HASH>..<HASH> 100644 --- a/api/index.php +++ b/api/index.php @@ -362,7 +362,7 @@ $app->group('/push', function() use ($app) { /** * POST /push/registration */ - $app->post('/registration', function() { + $app->post('/registration', function() use ($app) { $da...
minor fix at POST push/registration route. #<I>
doubleleft_hook
train
php
6e738ee3de3721eb57af5db70a7ca3f2786e3dc6
diff --git a/Classes/JavascriptManager.php b/Classes/JavascriptManager.php index <HASH>..<HASH> 100644 --- a/Classes/JavascriptManager.php +++ b/Classes/JavascriptManager.php @@ -24,6 +24,7 @@ namespace ApacheSolrForTypo3\Solr; * This copyright notice MUST APPEAR in all copies of the script! **********************...
[TASK] Fix scrutinizer issues in JavascriptManager
TYPO3-Solr_ext-solr
train
php
13e00df17999857013983051da26a0e15d6f23a5
diff --git a/activerecord/lib/active_record/no_touching.rb b/activerecord/lib/active_record/no_touching.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/no_touching.rb +++ b/activerecord/lib/active_record/no_touching.rb @@ -43,6 +43,13 @@ module ActiveRecord end end + # Returns +tr...
Add example for no_touching? in active_record/no_touching for api docs [ci skip] There was no example code for ActiveRecord::NoTouching#no_touching?. This PR adds an example for the API docs.
rails_rails
train
rb
3684451c5fc84c1ff35d976059caa129016521a8
diff --git a/gcloud_requests/requests_connection.py b/gcloud_requests/requests_connection.py index <HASH>..<HASH> 100644 --- a/gcloud_requests/requests_connection.py +++ b/gcloud_requests/requests_connection.py @@ -9,7 +9,7 @@ from gcloud.logging.connection import Connection as GCloudLoggingConnection from gcloud.pubs...
Use fully qualified urllib3 Retry import See shazow/urllib3#<I> for what is happening here
LeadPages_gcloud_requests
train
py
70761a6fd340662d9f1bc1e305c6af46728afd39
diff --git a/runtime/src/com4j/Variant.java b/runtime/src/com4j/Variant.java index <HASH>..<HASH> 100644 --- a/runtime/src/com4j/Variant.java +++ b/runtime/src/com4j/Variant.java @@ -763,6 +763,7 @@ public final class Variant extends Number { * Represents the special variant instance used for * missing para...
Is this removal by accident? This is an incompatible change git-svn-id: <URL>
kohsuke_com4j
train
java
eda2ef6113426aeb34e554ade645e4debca90049
diff --git a/src/Resource.js b/src/Resource.js index <HASH>..<HASH> 100644 --- a/src/Resource.js +++ b/src/Resource.js @@ -16,6 +16,7 @@ var EventEmitter = require('eventemitter3'), * @param [options.loadType=Resource.LOAD_TYPE.XHR] {Resource.LOAD_TYPE} How should this resource be loaded? * @param [options.xhrType=...
Sometimes middleware needs extra info to parse the file. Required for retina and compressed textures support in pixi.js
englercj_resource-loader
train
js
14ebef70cb35edba58576901fce343fbe9f1514b
diff --git a/js/crypto.js b/js/crypto.js index <HASH>..<HASH> 100644 --- a/js/crypto.js +++ b/js/crypto.js @@ -87,9 +87,9 @@ window.textsecure.crypto = new function() { priv[0] |= 0x0001; //TODO: fscking type conversion - return new Promise.resolve({ pubKey: prependVersion(toArrayBuffer(curve25519(priv))),...
fixed 'TypeError: Promise.resolve is not a constructor' in Firefox
ForstaLabs_librelay-node
train
js,js
fc7fbf7e07d9939d2b1162adef5625cb5f79a04d
diff --git a/marshal.go b/marshal.go index <HASH>..<HASH> 100644 --- a/marshal.go +++ b/marshal.go @@ -1323,7 +1323,16 @@ func marshalUDT(info TypeInfo, value interface{}) ([]byte, error) { if !f.IsValid() { return nil, marshalErrorf("cannot marshal %T into %s", value, info) } else if f.Kind() == reflect.Ptr ...
Encode the UDT field as null if the struct value is nil. Fixes #<I>.
gocql_gocql
train
go
d5adc9e4330c10c07ad89b6fb301ed446e7717a9
diff --git a/src/Configuration/Options.php b/src/Configuration/Options.php index <HASH>..<HASH> 100644 --- a/src/Configuration/Options.php +++ b/src/Configuration/Options.php @@ -31,7 +31,7 @@ class Options /** * @var bool */ - private $shouldSkipConstructor; + private $shouldSkipConstructor = fa...
Provide a default value for the skipping of the constructor
mark-gerarts_automapper-plus
train
php
51076695b61baa82dfa9d1669a05321983d83f25
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java b/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/query/OSQLSynchQuery.java +++ b/core/src/main/ja...
Fixed issue when query was frozen on sharding
orientechnologies_orientdb
train
java
b8962cfdced36943e536cdd425fee6a9084a443e
diff --git a/reader.go b/reader.go index <HASH>..<HASH> 100644 --- a/reader.go +++ b/reader.go @@ -541,7 +541,7 @@ func handleError(q *Reader, c *nsqConn, errMsg string) { break } err := q.ConnectToNSQ(addr) - if err != nil { + if err != nil && err != ErrAlreadyConnected { log.Printf("ERROR:...
handleError() loops if already connected
nsqio_go-nsq
train
go
1119744389a49a50d659bc867ef98a64962457c1
diff --git a/Tpg/ExtjsBundle/Tests/testrunner.js b/Tpg/ExtjsBundle/Tests/testrunner.js index <HASH>..<HASH> 100644 --- a/Tpg/ExtjsBundle/Tests/testrunner.js +++ b/Tpg/ExtjsBundle/Tests/testrunner.js @@ -13,7 +13,7 @@ var system = require('system'); * @param timeOutMillis the max amount of time to wait. If not specifi...
Increase the timeout value for the waitFor function.
AmsTaFFix_extjs-bundle
train
js
7578dd2e25025450025b096251d5dd7530b9ebe1
diff --git a/lmj/nn/trainer.py b/lmj/nn/trainer.py index <HASH>..<HASH> 100644 --- a/lmj/nn/trainer.py +++ b/lmj/nn/trainer.py @@ -62,6 +62,8 @@ class Trainer(object): best_iter = i best_params = [p.get_value().copy() for p in self.params] fmt +...
During SGD training, only reduce the learning rate when validation fails to make an improvement.
lmjohns3_theanets
train
py
d1fa444bfb8fe2762777da8485fe5e0e2545701e
diff --git a/src/PerrysLambda/ArrayBase.php b/src/PerrysLambda/ArrayBase.php index <HASH>..<HASH> 100644 --- a/src/PerrysLambda/ArrayBase.php +++ b/src/PerrysLambda/ArrayBase.php @@ -15,7 +15,7 @@ use PerrysLambda\IFieldConverter; * Base class for array-like types */ abstract class ArrayBase extends Property - ...
Implement Countable interface into ArrayBase
perryflynn_PerrysLambda
train
php
a41324ce7544af03d12adeab5b732f48b20988d3
diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/in_tail.rb +++ b/lib/fluent/plugin/in_tail.rb @@ -687,12 +687,12 @@ module Fluent::Plugin def convert(s) if @need_enc - s.encode(@encoding, @from_encoding) + ...
in_tail: Use encode! instead of encode to improve the performance
fluent_fluentd
train
rb
29d0fbcb001779bbd100a1233a24d9489036413e
diff --git a/common/src/main/java/com/turn/ttorrent/common/TorrentGeneralMetadata.java b/common/src/main/java/com/turn/ttorrent/common/TorrentGeneralMetadata.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/com/turn/ttorrent/common/TorrentGeneralMetadata.java +++ b/common/src/main/java/com/turn/ttorrent/comm...
added getHexInfoHash method to torrent general metadata interface.
mpetazzoni_ttorrent
train
java
a9face7185d0e310882b2be1e14ac1662f8eec71
diff --git a/db/db.py b/db/db.py index <HASH>..<HASH> 100644 --- a/db/db.py +++ b/db/db.py @@ -1235,7 +1235,7 @@ class DB(object): sys.stderr.write("Refreshing schema. Please wait...") if self.schemas is not None and isinstance(self.schemas, list) and 'schema_specified' in self._query_templates['syste...
Fix for schema_specified case in refresh_schema
yhat_db.py
train
py
94a69153207e72a86e2c946288fdafb4b4716bdd
diff --git a/pysoa/client/client.py b/pysoa/client/client.py index <HASH>..<HASH> 100644 --- a/pysoa/client/client.py +++ b/pysoa/client/client.py @@ -358,11 +358,12 @@ class Client(object): context['correlation_id'] = correlation_id elif 'correlation_id' not in context: context['corr...
Ensure that switches from Client.context are correctly merged with the switches passed to each request.
eventbrite_pysoa
train
py
1cf0d33f1d5bf8f71bab0b49d1fa37116c38a86d
diff --git a/paramiko/server.py b/paramiko/server.py index <HASH>..<HASH> 100644 --- a/paramiko/server.py +++ b/paramiko/server.py @@ -179,6 +179,35 @@ class ServerInterface (object): @rtype: int """ return AUTH_FAILED + + def check_global_request(self, kind, msg): + """ + ...
[project @ Arch-1:<EMAIL><I>-public%secsh--dev--<I>--patch-<I>] oops (continued) er, part 2 of that.
bitprophet_ssh
train
py
9d43a83fa80230b801691438355045b8b81e7c1d
diff --git a/kuyruk/worker.py b/kuyruk/worker.py index <HASH>..<HASH> 100644 --- a/kuyruk/worker.py +++ b/kuyruk/worker.py @@ -106,12 +106,13 @@ class Worker: try: signals.worker_start.send(self.kuyruk, worker=self) self._consume_messages() - signals.worker_shutdown.send(se...
always send worker_shutdown signal
cenkalti_kuyruk
train
py
e146b01e63afc643bfc66704addef311899bc0f2
diff --git a/grip/browser.py b/grip/browser.py index <HASH>..<HASH> 100644 --- a/grip/browser.py +++ b/grip/browser.py @@ -1,5 +1,6 @@ import socket import webbrowser +import time def is_server_running(host, port): @@ -8,7 +9,8 @@ def is_server_running(host, port): host and port. """ sock = socket...
Stop browser opening consuming all the sockets
joeyespo_grip
train
py
c4d46bca8a4cf68abcc8357a9d471a5c18cd6f36
diff --git a/mongorest/resource.py b/mongorest/resource.py index <HASH>..<HASH> 100644 --- a/mongorest/resource.py +++ b/mongorest/resource.py @@ -3,19 +3,17 @@ import six from werkzeug.routing import Map, Rule -from werkzeug.wrappers import Response from .collection import Collection -from .utils import deseria...
removing mixins cause they need fixing
lvieirajr_mongorest
train
py
4f2571a4086f85405aa896c4adaa060d9330e0ec
diff --git a/lib/devise/rails/routes.rb b/lib/devise/rails/routes.rb index <HASH>..<HASH> 100644 --- a/lib/devise/rails/routes.rb +++ b/lib/devise/rails/routes.rb @@ -94,10 +94,24 @@ module ActionDispatch::Routing # # devise_for :users, path: 'accounts' # - # * singular: setup the singular name ...
[ci skip] Write how to use `singular` option of `ActionDispatch::Routing::Mapper#devise_for` * Replace "the instance variable name in controller" with "the helper methods names in controller". Devise dose not define instance variable for controllers but define helper methods for controllers. * Replace "the name ...
plataformatec_devise
train
rb
3c0a3dddcc1b336fd30048e6a138436874ebda76
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -222,7 +222,7 @@ function sendAction(cmd, type, msg, options) { }) .buffer("dataPacketType", 1) .tap(function (vars) { - var responseType = parseUtil.int8(vars.dataPacketType);...
Mask response type with 0x0F. See #<I>.
albertosantini_node-rio
train
js
78084a9ea25c3c1b6736ceceb1d2d6ca507d705a
diff --git a/tests/MockTest.php b/tests/MockTest.php index <HASH>..<HASH> 100644 --- a/tests/MockTest.php +++ b/tests/MockTest.php @@ -63,4 +63,17 @@ class MockTest extends PHPUnit_Framework_TestCase { $this->assertEquals($result, 'hello["world"]'); $server->close(); } + public function testMi...
Added testMissingMethod2
hprose_hprose-php
train
php
3c54f2079206178652080dc9c5ed4e58b7854072
diff --git a/gwpy/data/array.py b/gwpy/data/array.py index <HASH>..<HASH> 100644 --- a/gwpy/data/array.py +++ b/gwpy/data/array.py @@ -165,6 +165,17 @@ class Array(Quantity): prefixstr, arrstr, indent, metadata) # ------------------------------------------- + # Pickle helpers + + def dumps(sel...
Array: override dumps and tostring to enable pickling
gwpy_gwpy
train
py
6bb47e9a449a0058ffd9c8bd1605116ec1ff5472
diff --git a/examples/create_invite_link.py b/examples/create_invite_link.py index <HASH>..<HASH> 100644 --- a/examples/create_invite_link.py +++ b/examples/create_invite_link.py @@ -1,7 +1,7 @@ -import telebot, threading +import telebot from time import sleep, time -from telebot import InlineKeyboardMarkup as ikm #On...
Update create_invite_link.py Added .types while importing inline markup keyboards (fix) Removed threading import since message is not to be deleted
eternnoir_pyTelegramBotAPI
train
py
8e44c6674fe749932fe40e23e78aa4e1d4fea268
diff --git a/lib/stripe_mock/api/client.rb b/lib/stripe_mock/api/client.rb index <HASH>..<HASH> 100644 --- a/lib/stripe_mock/api/client.rb +++ b/lib/stripe_mock/api/client.rb @@ -3,8 +3,10 @@ module StripeMock def self.client; @client; end def self.start_client(port=4999) + return @client unless @client.nil?...
Don't create new clients when calling start_client multiple times
rebelidealist_stripe-ruby-mock
train
rb,rb
deed02d83da7968f312aaede30a94350a0f8a8be
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -292,12 +292,3 @@ test.skip('skip test with `.skip()`', function (t) { t.end(); }); }); - -test.skip('throwing in a test should emit the error', function (t) { - ava(function (a) { - throw new Error('uni...
we shouldn't catch thrown user errors this also aligns with `tape` behaviour
andywer_ava-ts
train
js
dfac8a5a72fe34208fa37a163b9e0cbe7d004516
diff --git a/azurerm/internal/services/dns/dns_zone_data_source.go b/azurerm/internal/services/dns/dns_zone_data_source.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/dns/dns_zone_data_source.go +++ b/azurerm/internal/services/dns/dns_zone_data_source.go @@ -90,7 +90,11 @@ func dataSourceArmDnsZoneRead(...
added nil and empty check for id
terraform-providers_terraform-provider-azurerm
train
go
6c841ca01bfd01c5027a025bafbec0b1aeceef99
diff --git a/lib/event_sourcery/event_store/event_builder.rb b/lib/event_sourcery/event_store/event_builder.rb index <HASH>..<HASH> 100644 --- a/lib/event_sourcery/event_store/event_builder.rb +++ b/lib/event_sourcery/event_store/event_builder.rb @@ -1,13 +1,12 @@ module EventSourcery module EventStore class E...
Type is a requirement so use fetch
envato_event_sourcery
train
rb
384b46ed1a8cd38e2b1099196d998686cbccf83d
diff --git a/lib/unitwise/scale.rb b/lib/unitwise/scale.rb index <HASH>..<HASH> 100644 --- a/lib/unitwise/scale.rb +++ b/lib/unitwise/scale.rb @@ -94,6 +94,10 @@ module Unitwise end memoize :simplified_value + def expression + unit.expression + end + # Convert to a simple string representing...
May now convert measurements to units of other measurements.
joshwlewis_unitwise
train
rb,rb
bcaa59a6ac3492fa71f13015e80a94e435dc1099
diff --git a/lib/helper/WebDriverIO.js b/lib/helper/WebDriverIO.js index <HASH>..<HASH> 100644 --- a/lib/helper/WebDriverIO.js +++ b/lib/helper/WebDriverIO.js @@ -170,7 +170,7 @@ class WebDriverIO extends Helper { // set defaults this.options = { - waitforTimeout: 1000, // ms + waitForTimeout: 100...
Fix typo in webdriverio config timeout (#<I>)
Codeception_CodeceptJS
train
js
a53f843a9c0f9e3029b990c7cb39c3429efa42dd
diff --git a/closure/goog/labs/useragent/util.js b/closure/goog/labs/useragent/util.js index <HASH>..<HASH> 100644 --- a/closure/goog/labs/useragent/util.js +++ b/closure/goog/labs/useragent/util.js @@ -12,12 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the Lice...
RELNOTES: n/a ------------- Created by MOE: <URL>
google_closure-library
train
js
2ae1c02b5d34ee72b0feb21d45265783843cc389
diff --git a/src/test/java/strman/StrmanTest.java b/src/test/java/strman/StrmanTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/strman/StrmanTest.java +++ b/src/test/java/strman/StrmanTest.java @@ -942,4 +942,10 @@ public class StrmanTest { public void isEnclosedBetween_shouldThrowIllegalArgumentException...
Resolved #<I>
shekhargulati_strman-java
train
java
41bb429a2c3daf973104bb8334926bd51916750b
diff --git a/bug_test.go b/bug_test.go index <HASH>..<HASH> 100644 --- a/bug_test.go +++ b/bug_test.go @@ -574,15 +574,8 @@ func Test_issue80(t *testing.T) { 14018689590001, 140186895900001, 1401868959000001, - 1401868959000001.5, - 140186...
Fix Test_issue<I> on Go <I> An upstream change (<URL>) makes the Go encoder to be more compliant with the ES6 standard. Ironically, this change causes Test_issue<I> to fail on the larger number ranges. To make this test work on both Go <I> and Go <I>, we delete the larger value tests, which are arguably locking in th...
robertkrimen_otto
train
go
7b77b36ddb8a72ad084cfed6c3f20e8982db4fa1
diff --git a/packages/cli/src/link/ios/getTargets.js b/packages/cli/src/link/ios/getTargets.js index <HASH>..<HASH> 100644 --- a/packages/cli/src/link/ios/getTargets.js +++ b/packages/cli/src/link/ios/getTargets.js @@ -40,4 +40,4 @@ export default function getTargets(project) { false, }; }); -}; ...
fix: make prettier happy (#<I>)
react-native-community_cli
train
js
6b687db6c04c8ad46c3eb818b27c2fcf3b8296aa
diff --git a/lnetatmo.py b/lnetatmo.py index <HASH>..<HASH> 100644 --- a/lnetatmo.py +++ b/lnetatmo.py @@ -320,10 +320,10 @@ class WeatherStationData: self.stations = { d['station_name'] : d for d in self.rawData } self.homes = { d['home_name'] : d["station_name"] for d in self.rawData } # Ke...
[Fix] #<I> wrong default station selected for multi-homes setup
philippelt_netatmo-api-python
train
py
f25271ee22e4fd54789f909de1e974f4f466eb70
diff --git a/src/Composer/Compiler.php b/src/Composer/Compiler.php index <HASH>..<HASH> 100644 --- a/src/Composer/Compiler.php +++ b/src/Composer/Compiler.php @@ -107,6 +107,7 @@ class Compiler $this->addFile($phar, $file, false); } $this->addFile($phar, new \SplFileInfo(__DIR__ . '/../.....
Add missing file to v1 phar
composer_composer
train
php
99be4fee4ef646d906e55915b68018e3320dd635
diff --git a/confidence.py b/confidence.py index <HASH>..<HASH> 100644 --- a/confidence.py +++ b/confidence.py @@ -227,7 +227,8 @@ def loadf(*fnames, default=_NoDefault): if default is _NoDefault or path.exists(fname): # (attempt to) open fname if it exists OR if we're expected to raise an error o...
Default to empty dict for falsy yaml sources
HolmesNL_confidence
train
py
c815ec18e0d551a1d9ddc961fda642b28db11af8
diff --git a/tests/test-timber-post.php b/tests/test-timber-post.php index <HASH>..<HASH> 100644 --- a/tests/test-timber-post.php +++ b/tests/test-timber-post.php @@ -20,6 +20,17 @@ $this->assertEquals($firstPost->next()->ID, $nextPost->ID); } + function testPrev(){ + $posts = array(); + for($i = 0; $i<2;...
wrote test for TimberPost::prev
timber_timber
train
php
c4c7ce568c1c4db69bed859700b3ec0eba2548a2
diff --git a/file_system.go b/file_system.go index <HASH>..<HASH> 100644 --- a/file_system.go +++ b/file_system.go @@ -218,9 +218,12 @@ type FileSystem interface { // // * (http://goo.gl/IQkWZa) sys_fsync calls do_fsync, calls vfs_fsync, calls // vfs_fsync_range. + // // * (http://goo.gl/5L2SMy) vfs_fsy...
Added a callout to msync for SyncFile.
jacobsa_fuse
train
go
36b3128847392a60b170b8103de097189b2cc981
diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -53,9 +53,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1]正常に稼動しています|[2,Inf]全システムが正常に稼動しています', - ...
New translations cachet.php (Japanese)
CachetHQ_Cachet
train
php
6e8c715ee3a2d192867ae2fc1351648a6cb085c3
diff --git a/test/youtube-dl/video_test.rb b/test/youtube-dl/video_test.rb index <HASH>..<HASH> 100644 --- a/test/youtube-dl/video_test.rb +++ b/test/youtube-dl/video_test.rb @@ -7,22 +7,22 @@ describe YoutubeDL::Video do end it 'should download videos without options' do - YoutubeDL.download TEST_URL ...
Changed Video test to actually test Video and not just the YoutubeDL module.
layer8x_youtube-dl.rb
train
rb