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
52c2a5731f308ebe6998792a4c7785c8e2f37412
diff --git a/etcdserver/metrics.go b/etcdserver/metrics.go index <HASH>..<HASH> 100644 --- a/etcdserver/metrics.go +++ b/etcdserver/metrics.go @@ -47,7 +47,7 @@ var ( fileDescriptorUsed = prometheus.NewGauge(prometheus.GaugeOpts{ Namespace: "etcd", Subsystem: "server", - Name: "file_descriptors_used_totol...
etcdserver: fix typo in metrics.go
etcd-io_etcd
train
go
9757107c4dd4c9f14a4ae2e2a83759e453f02f93
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -1,4 +1,5 @@ /* global it, beforeEach, afterEach */ +'use strict' const assert = require('assert') const fs = require('fs') @@ -67,8 +68,8 @@ function processCss (outputTree) { let content = fs.readFileSync(path.join(bui...
update tests with new css for rebeccapurple
jeffjewiss_broccoli-postcss-single
train
js
89977985d8d30c7daf0377fcd997795ed63b7680
diff --git a/src/stream/filter.js b/src/stream/filter.js index <HASH>..<HASH> 100644 --- a/src/stream/filter.js +++ b/src/stream/filter.js @@ -20,7 +20,7 @@ var * Filter stream * * @param {Function} filter filter function - * @constructor gpf.stream.BufferedRead + * @constr...
Documentation (#<I>)
ArnaudBuchholz_gpf-js
train
js
ffe1601bcb6ae6809ed1174c33107cf148cc50c7
diff --git a/src/main/python/rlbot/utils/game_state_util.py b/src/main/python/rlbot/utils/game_state_util.py index <HASH>..<HASH> 100644 --- a/src/main/python/rlbot/utils/game_state_util.py +++ b/src/main/python/rlbot/utils/game_state_util.py @@ -151,7 +151,7 @@ class GameState: self.boosts = boosts def...
new DLL and fixed state not sending at some times
RLBot_RLBot
train
py
10d8bacc375da416c9c701035114ad94000b8836
diff --git a/src/main/java/org/primefaces/extensions/component/waypoint/WaypointRenderer.java b/src/main/java/org/primefaces/extensions/component/waypoint/WaypointRenderer.java index <HASH>..<HASH> 100755 --- a/src/main/java/org/primefaces/extensions/component/waypoint/WaypointRenderer.java +++ b/src/main/java/org/prim...
Fixed SearchExpressionHint.PARENT_FALLBACK to SearchExpressionFacade.Options.PARENT_FALLBACK based on PF <I> changes
primefaces-extensions_core
train
java
3103b864fe1939e6078221a8617a370f8443563f
diff --git a/classes/Gems/Tracker/Model/FieldMaintenanceModel.php b/classes/Gems/Tracker/Model/FieldMaintenanceModel.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Tracker/Model/FieldMaintenanceModel.php +++ b/classes/Gems/Tracker/Model/FieldMaintenanceModel.php @@ -237,7 +237,7 @@ class FieldMaintenanceModel exten...
#<I> Fixed h3 labels after changing the field type
GemsTracker_gemstracker-library
train
php
a7ba1bd72415d9191b17bc2c276aa893b4ecef48
diff --git a/tests/tests/kernel/classes/clusterfilehandlers/ezdbfilehandler_test.php b/tests/tests/kernel/classes/clusterfilehandlers/ezdbfilehandler_test.php index <HASH>..<HASH> 100644 --- a/tests/tests/kernel/classes/clusterfilehandlers/ezdbfilehandler_test.php +++ b/tests/tests/kernel/classes/clusterfilehandlers/ez...
Fixed eZDBFileHandlerTest to not run against postgresql
ezsystems_ezpublish-legacy
train
php
149a78aa2d80ccfb8890adec5a4003b56b27dd5d
diff --git a/salt/states/pip_state.py b/salt/states/pip_state.py index <HASH>..<HASH> 100644 --- a/salt/states/pip_state.py +++ b/salt/states/pip_state.py @@ -339,7 +339,7 @@ def installed(name, __env__=__env__ ) - if pip_install_call and (pip_install_call['retcode'] == 0): + if pip_install_call a...
Properly handle requirements files not found. If a requirements file is not found, the `pip` salt module does not even execute the `cmd` call, so, there's not `retcode`, `stdout` or `stderr`.
saltstack_salt
train
py
a987db262aaf501217588cc8f4ee7d152a3919a2
diff --git a/openTSNE/tsne.py b/openTSNE/tsne.py index <HASH>..<HASH> 100644 --- a/openTSNE/tsne.py +++ b/openTSNE/tsne.py @@ -1154,18 +1154,6 @@ class TSNE(BaseEstimator): self.random_state = random_state self.verbose = verbose - @property - def neighbors_method(self): - import warning...
Remove deprecated neighbors_method property
pavlin-policar_openTSNE
train
py
5c0a9b330ab8240d8a0786154dfb1bd929dbb1ad
diff --git a/zappa/handler.py b/zappa/handler.py index <HASH>..<HASH> 100644 --- a/zappa/handler.py +++ b/zappa/handler.py @@ -291,6 +291,12 @@ class LambdaHandler(object): arn = None if 'Sns' in record: + try: + message = json.loads(record['Sns']['Message']) + ...
Run command if receive one in an SNS event
Miserlou_Zappa
train
py
c2473e4c48cd3d3eedd0656aa19149827dafa5ce
diff --git a/lib/gemstash/api_key_authorization.rb b/lib/gemstash/api_key_authorization.rb index <HASH>..<HASH> 100644 --- a/lib/gemstash/api_key_authorization.rb +++ b/lib/gemstash/api_key_authorization.rb @@ -8,7 +8,7 @@ module Gemstash end def self.protect(app, &block) - key = app.request.env["HTTP_...
parse http basic auth for private gems
bundler_gemstash
train
rb
4fd752d2dda5ed76890f80a4f417ffa9a4be4532
diff --git a/views/js/qtiCreator/widgets/helpers/modalFeedbackRule.js b/views/js/qtiCreator/widgets/helpers/modalFeedbackRule.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/widgets/helpers/modalFeedbackRule.js +++ b/views/js/qtiCreator/widgets/helpers/modalFeedbackRule.js @@ -75,6 +75,9 @@ define([ ...
fixed compared score input visibility in the match choices mode
oat-sa_extension-tao-itemqti
train
js
4f4e7a4565b68cfe312ac4f3aa5b397acca664c2
diff --git a/framework/Mvc/Renderers/TwigExtensions.php b/framework/Mvc/Renderers/TwigExtensions.php index <HASH>..<HASH> 100644 --- a/framework/Mvc/Renderers/TwigExtensions.php +++ b/framework/Mvc/Renderers/TwigExtensions.php @@ -63,6 +63,7 @@ class TwigExtensions { return [ new \Twig_Simple...
+ 'unique' filter is added
pr-of-it_t4
train
php
8e89ccc5d5a4801d5424ab9ad511573d2ef94d55
diff --git a/lib/restclient/exceptions.rb b/lib/restclient/exceptions.rb index <HASH>..<HASH> 100644 --- a/lib/restclient/exceptions.rb +++ b/lib/restclient/exceptions.rb @@ -107,6 +107,10 @@ module RestClient end end + def http_headers + @response.headers if @response + end + def http_bod...
Add Exception#http_headers for parallelism. This closely matches the behavior of `#http_body`. Though I suspect we have a documentation problem if people aren't aware of `#response`.
rest-client_rest-client
train
rb
a45baf3e7f4d00807a9b1f2b8b58683e85dd18dc
diff --git a/lib/guard/jekyll-plus.rb b/lib/guard/jekyll-plus.rb index <HASH>..<HASH> 100755 --- a/lib/guard/jekyll-plus.rb +++ b/lib/guard/jekyll-plus.rb @@ -4,14 +4,13 @@ require 'guard' require 'guard/guard' require 'jekyll' -begin - require 'rack' - @use_rack = true -rescue LoadError -end - module Guard c...
Correct scoping issue with rack usage detection.
imathis_guard-jekyll-plus
train
rb
5b084ce8e74ddaf4fb9a70980f4a802e4625d165
diff --git a/tests/Unit/CachedBuilderTest.php b/tests/Unit/CachedBuilderTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/CachedBuilderTest.php +++ b/tests/Unit/CachedBuilderTest.php @@ -618,4 +618,25 @@ class CachedBuilderTest extends TestCase $this->assertTrue($cachedResults->contains($author)); ...
Add test to check that nested relationship queries are cached
GeneaLabs_laravel-model-caching
train
php
934e63ba82f4fec4eeb59afda3437a3d169b35c3
diff --git a/concrete/src/Application/Service/FileManager.php b/concrete/src/Application/Service/FileManager.php index <HASH>..<HASH> 100644 --- a/concrete/src/Application/Service/FileManager.php +++ b/concrete/src/Application/Service/FileManager.php @@ -60,7 +60,7 @@ class FileManager <div class="ccm-file-selector"...
Escape element selector for adding file selector
concrete5_concrete5
train
php
f488ae7861bb214699a3cc7b186334a63120fe66
diff --git a/thumbor/engines/pil.py b/thumbor/engines/pil.py index <HASH>..<HASH> 100644 --- a/thumbor/engines/pil.py +++ b/thumbor/engines/pil.py @@ -116,6 +116,11 @@ class Engine(BaseEngine): if quality is None: options['quality'] = 'keep' + if self.image.mode == 'L': + ...
Fix #<I>. Monochromatic JPG images were being handled incorrectly. Now it works as expected.
thumbor_thumbor
train
py,py
db82c0317193bc3fd3ba511328c117760cc013e1
diff --git a/docs/assets/js/models.js b/docs/assets/js/models.js index <HASH>..<HASH> 100644 --- a/docs/assets/js/models.js +++ b/docs/assets/js/models.js @@ -332,6 +332,7 @@ }; const editions = [ + 'Spark NLP 3.0', 'Spark NLP 2.7', 'Spark NLP 2.6', 'Spark NLP 2.5',
Add "Spark NLP <I>" option to the filters
JohnSnowLabs_spark-nlp
train
js
8b9117c28f06575e9516b66c5c3b0d9cf419e6e5
diff --git a/code/model/Address.php b/code/model/Address.php index <HASH>..<HASH> 100644 --- a/code/model/Address.php +++ b/code/model/Address.php @@ -56,7 +56,7 @@ class Address extends DataObject{ */ function getFormFields($nameprefix = "", $showhints = false){ $countries = SiteConfig::current_site_config()->...
BUG: added missing prefix string for country drop down when read-only
silvershop_silvershop-core
train
php
c6d6926116bff6acbdddda098a1e97ec745e9d1c
diff --git a/src/database/migrations/2019_11_12_220840_drop_groups_table.php b/src/database/migrations/2019_11_12_220840_drop_groups_table.php index <HASH>..<HASH> 100644 --- a/src/database/migrations/2019_11_12_220840_drop_groups_table.php +++ b/src/database/migrations/2019_11_12_220840_drop_groups_table.php @@ -215,1...
fix: ensure users table is starting with ID 2
eveseat_web
train
php
50b8dfd6699fe69ac619e7996716c5919ef7c24a
diff --git a/ella/newman/context_processors.py b/ella/newman/context_processors.py index <HASH>..<HASH> 100644 --- a/ella/newman/context_processors.py +++ b/ella/newman/context_processors.py @@ -6,8 +6,10 @@ def newman_media(request): settings, if not available, use MEDIA_URL + 'newman_media/' combination """...
Added DEBUG to context.
ella_ella
train
py
e95df5d2a7ad104b5702390042fa897503eafcfb
diff --git a/tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php b/tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php index <HASH>..<HASH> 100644 --- a/tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php +++ b/tests/Symfony/Tests/Component/Locale/Stub/StubInt...
[Locale] fix failing test case
symfony_symfony
train
php
3f390622f7e2ff71bb36c52015f5be40e0f08228
diff --git a/tools/functional-tester/agent/handler.go b/tools/functional-tester/agent/handler.go index <HASH>..<HASH> 100644 --- a/tools/functional-tester/agent/handler.go +++ b/tools/functional-tester/agent/handler.go @@ -292,9 +292,7 @@ func (srv *Server) handleKillEtcd() (*rpcpb.Response, error) { } func (srv *S...
functional-tester/agent: stop proxy on "fail archive"
etcd-io_etcd
train
go
7700253bd01a2a3b264461b044e25740a738548c
diff --git a/securesystemslib/gpg/functions.py b/securesystemslib/gpg/functions.py index <HASH>..<HASH> 100644 --- a/securesystemslib/gpg/functions.py +++ b/securesystemslib/gpg/functions.py @@ -47,7 +47,8 @@ def gpg_sign_object(content, keyid=None, homedir=None): Path to the gpg keyring. If not passed the...
DOC:gpg:functions: update exception docstrings The gpg_sign_object did not mention two possible exceptions to raise when trying to sign an object. Mention those two exceptions and the reasons as to why they may be raised in the docstrings.
secure-systems-lab_securesystemslib
train
py
857b3432b359538df9ebb6b96690f380513c8220
diff --git a/public/examples/scripts/mobilehacks.js b/public/examples/scripts/mobilehacks.js index <HASH>..<HASH> 100644 --- a/public/examples/scripts/mobilehacks.js +++ b/public/examples/scripts/mobilehacks.js @@ -44,11 +44,14 @@ define(function() { } }; - // When the device re-orients, at least on iOS, the...
call fixheight hack on resize
greggman_HappyFunTimes
train
js
c45d6bab23a0b6f78e6d3c74e79293cf33f6543f
diff --git a/lang/tr/lang.php b/lang/tr/lang.php index <HASH>..<HASH> 100644 --- a/lang/tr/lang.php +++ b/lang/tr/lang.php @@ -27,6 +27,7 @@ 'states' => 'States', 'main_price_type' => 'Main price', 'price_include_tax' => 'Price includes taxes', + 'discount_price' ...
New translations lang.php (Turkish)
lovata_oc-shopaholic-plugin
train
php
f7ee3f06fe52710d18e679d7fc19a6baec611139
diff --git a/logger_windows.go b/logger_windows.go index <HASH>..<HASH> 100644 --- a/logger_windows.go +++ b/logger_windows.go @@ -11,8 +11,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build windows - package logger import (
Update logger_windows.go removed unneeded // +build windows (it would need to be at the top anyway)
google_logger
train
go
4a1a54b0b4f585b8d06774f2fa143a80f696fd7e
diff --git a/cloudmesh/common/Shell.py b/cloudmesh/common/Shell.py index <HASH>..<HASH> 100755 --- a/cloudmesh/common/Shell.py +++ b/cloudmesh/common/Shell.py @@ -310,7 +310,6 @@ class Shell(object): return subprocess.check_output(*args, **kwargs) @classmethod - # @NotImplementedInWindows def ls...
ls is implemented for windows via glob
cloudmesh_cloudmesh-common
train
py
88f62bfe62531bed69f871425d21d8c4e3203ecf
diff --git a/setuptools/dist.py b/setuptools/dist.py index <HASH>..<HASH> 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -276,6 +276,12 @@ class Distribution(_Distribution): ver = packaging.version.Version(self.metadata.version) normalized_version = str(ver) ...
soften normalized version warning indicate that normalization is happening, but don't be pushy about changing valid versions. --HG-- branch : no-normalize-warning
pypa_setuptools
train
py
6662f3b868d927eb838202b5fcc1e8150dff346f
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/timemachine_controller.rb +++ b/sonar-server/src...
SONAR-<I>: New Web Service to get history of measures (time machine)
SonarSource_sonarqube
train
rb
6bceaad514f7edaa8b18108e80d794f571adea2c
diff --git a/res/tiles/plato.js b/res/tiles/plato.js index <HASH>..<HASH> 100644 --- a/res/tiles/plato.js +++ b/res/tiles/plato.js @@ -7,7 +7,8 @@ gpf.require.define({ }, function (require) { "use strict"; - var dom = require.dom, + var HTTP_NOTFOUND = 404, + dom = require.dom, metrics = r...
no-magic-numbers (#<I>)
ArnaudBuchholz_gpf-js
train
js
e33ec3f78ae8037d912809c826d44332c1783631
diff --git a/lib/transpec/syntax/method_stub.rb b/lib/transpec/syntax/method_stub.rb index <HASH>..<HASH> 100644 --- a/lib/transpec/syntax/method_stub.rb +++ b/lib/transpec/syntax/method_stub.rb @@ -69,15 +69,7 @@ module Transpec end def build_allow_expression(message_node, return_value_node = nil, keep...
Refactor MethodStub#build_allow_expression
yujinakayama_transpec
train
rb
0dc94873be8e525f23b182bca3798dc83e736067
diff --git a/kerncraft/models/ecm.py b/kerncraft/models/ecm.py index <HASH>..<HASH> 100755 --- a/kerncraft/models/ecm.py +++ b/kerncraft/models/ecm.py @@ -556,14 +556,19 @@ class ECMCPU: cl_latency = block_latency*block_to_cl_ratio # Compile most relevant information - if self._args.latency: ...
using IACA throughput if it is slower then T_nOL
RRZE-HPC_kerncraft
train
py
d7f5d8ba43abf6312240a88b1af0759e7dee0348
diff --git a/DM_IO/dm3_image_utils.py b/DM_IO/dm3_image_utils.py index <HASH>..<HASH> 100644 --- a/DM_IO/dm3_image_utils.py +++ b/DM_IO/dm3_image_utils.py @@ -255,7 +255,7 @@ def save_image(data, dimensional_calibrations, intensity_calibration, metadata, timezone_str = " " + timezone_str if timezone_str is no...
Ugh. Wrong tag. Fixed.
nion-software_nionswift-io
train
py
4b32ecf85f9607188106cafe6d6dd7a02ae6cab6
diff --git a/lib/gli/commands/help_modules/full_synopsis_formatter.rb b/lib/gli/commands/help_modules/full_synopsis_formatter.rb index <HASH>..<HASH> 100644 --- a/lib/gli/commands/help_modules/full_synopsis_formatter.rb +++ b/lib/gli/commands/help_modules/full_synopsis_formatter.rb @@ -27,10 +27,11 @@ module GLI ...
Don't mark required options with brackets in full synopsis
davetron5000_gli
train
rb
08f7ac51566209cf784a2e5132113393cfda17c5
diff --git a/pythonforandroid/toolchain.py b/pythonforandroid/toolchain.py index <HASH>..<HASH> 100644 --- a/pythonforandroid/toolchain.py +++ b/pythonforandroid/toolchain.py @@ -467,6 +467,10 @@ class ToolchainCL(object): self.args = args + if args.subparser_name is None: + parser.print_...
Added command handling if p4a is run with no arguments
kivy_python-for-android
train
py
b4b553a257246b4da0083a2607c6ac063ed6965b
diff --git a/tests/UrlTest.php b/tests/UrlTest.php index <HASH>..<HASH> 100644 --- a/tests/UrlTest.php +++ b/tests/UrlTest.php @@ -154,7 +154,7 @@ class UrlTest extends TestCase /** @var Url $new */ $new = $url->$method($value); - $this->assertSame($psr2, $new->getUri()); + $this->asse...
Fix deprecated getUri() method usage.
neat-php_http
train
php
f684eaf12b0fb433e9e98c81182c7b1e561fcc37
diff --git a/src/Uuid/IUuidGenerator.php b/src/Uuid/IUuidGenerator.php index <HASH>..<HASH> 100644 --- a/src/Uuid/IUuidGenerator.php +++ b/src/Uuid/IUuidGenerator.php @@ -40,5 +40,5 @@ interface IUuidGenerator { * * @return String Valid v5 UUID. */ - public function generateV5($str, $namespace = ...
Why am I changing the variable name in the interface?
Islandora-CLAW_chullo
train
php
48ceae54b7edf064dcb2ad508705b254b9e89545
diff --git a/modeltranslation/tests/__init__.py b/modeltranslation/tests/__init__.py index <HASH>..<HASH> 100644 --- a/modeltranslation/tests/__init__.py +++ b/modeltranslation/tests/__init__.py @@ -1549,6 +1549,21 @@ class TranslationAdminTest(ModeltranslationTestBase): for field, css in fields.items(): ...
Added admin test for multitable inheritance to verify that issue #<I> was resolved by pull request #<I>.
deschler_django-modeltranslation
train
py
c4532230456c0ac48524f6b0e63234fe141b484d
diff --git a/src/main/java/reactor/ipc/netty/channel/PooledClientContextHandler.java b/src/main/java/reactor/ipc/netty/channel/PooledClientContextHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/reactor/ipc/netty/channel/PooledClientContextHandler.java +++ b/src/main/java/reactor/ipc/netty/channel/PooledCli...
Fix IllegalArgumentException: Channel [...] was not acquired from this ChannelPool
reactor_reactor-netty
train
java
351cfa115302311bdf6d279b1dffe18a9ecb494a
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -132,6 +132,16 @@ type Server struct { // By default unlimited number of requests served per connection. MaxRequestsPerConn int + // Aggressively reduces memory usage at the cost of higher CPU usage + // if set to tr...
Added ReduceMemoryUsage option to Server
valyala_fasthttp
train
go
b2397a4755f813d4f0c2cbaaf9e285436eb1242f
diff --git a/src/Core/Config.php b/src/Core/Config.php index <HASH>..<HASH> 100644 --- a/src/Core/Config.php +++ b/src/Core/Config.php @@ -97,7 +97,13 @@ class Config { return $this->loaded[ $filename ]; } - $contents = file_get_contents( $this->path . 'config/' . $filename . '.json' ); + $config = $this->pa...
Better handling of potentially null config file Check if the file exists first before loading.
intraxia_jaxion
train
php
14c5fe29f0066d726434fd5320ec85daefcc8740
diff --git a/ugali/observation/mask.py b/ugali/observation/mask.py index <HASH>..<HASH> 100644 --- a/ugali/observation/mask.py +++ b/ugali/observation/mask.py @@ -223,7 +223,7 @@ class Mask: if method == 'step': func = lambda delta: (delta > 0).astype(float) elif method == 'erf': - ...
Added Flemming completeness function
DarkEnergySurvey_ugali
train
py
25f5eeff3b3cbeb846c18ffa68ed3b7496a411fc
diff --git a/src/Vinelab/Minion/Client.php b/src/Vinelab/Minion/Client.php index <HASH>..<HASH> 100644 --- a/src/Vinelab/Minion/Client.php +++ b/src/Vinelab/Minion/Client.php @@ -60,4 +60,13 @@ class Client extends \Thruway\Peer\Client { } } } + + /** + * Start the transport + * + ...
override the client's start method
Vinelab_minion
train
php
78dd84112bad05d7b713f250f7cc229acb31f868
diff --git a/lib/svtplay/service/urplay.py b/lib/svtplay/service/urplay.py index <HASH>..<HASH> 100644 --- a/lib/svtplay/service/urplay.py +++ b/lib/svtplay/service/urplay.py @@ -11,7 +11,7 @@ from svtplay.hls import download_hls class Urplay(): def handle(self, url): - return "urplay.se" in url + ...
urplay: adding support for ur.se
spaam_svtplay-dl
train
py
20c16941b1f65f15293427c648edcd933423d86a
diff --git a/nearley-make.js b/nearley-make.js index <HASH>..<HASH> 100644 --- a/nearley-make.js +++ b/nearley-make.js @@ -1,6 +1,5 @@ 'use strict' -const fs = require('fs') const nearley = require('nearley') const nearleyg = require('nearley/lib/nearley-language-bootstrapped.js') const nearleyc = require('nearle...
Remove unused require('fs') call (resolves #4)
nanaian_nearley-make
train
js
f9aa76225a3a67fdef818ce56f338461ccf5ece1
diff --git a/jest-common/src/test/java/io/searchbox/client/JestResultTest.java b/jest-common/src/test/java/io/searchbox/client/JestResultTest.java index <HASH>..<HASH> 100644 --- a/jest-common/src/test/java/io/searchbox/client/JestResultTest.java +++ b/jest-common/src/test/java/io/searchbox/client/JestResultTest.java @...
ensure raw class works as well with meta annotations
searchbox-io_Jest
train
java
6b1cb214ebb93e24bc439766202735792aac0b75
diff --git a/elasticmock/fake_elasticsearch.py b/elasticmock/fake_elasticsearch.py index <HASH>..<HASH> 100644 --- a/elasticmock/fake_elasticsearch.py +++ b/elasticmock/fake_elasticsearch.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import json +import sys from elasticsearch import Elasticsearch from elasticsearc...
Make FakeElasticsearch work with modern python 3 As unicode() is not there anymore
vrcmarcos_elasticmock
train
py
b4f956cc2f6728838b74a67d02ede006799c7182
diff --git a/alib/src/main/java/net/darkmist/alib/str/URLEscape.java b/alib/src/main/java/net/darkmist/alib/str/URLEscape.java index <HASH>..<HASH> 100644 --- a/alib/src/main/java/net/darkmist/alib/str/URLEscape.java +++ b/alib/src/main/java/net/darkmist/alib/str/URLEscape.java @@ -1,7 +1,5 @@ package net.darkmist.ali...
remove never in qcomm comment
schallee_alib4j
train
java
aeaa47db136e588c0028e97b71997dfff83eae51
diff --git a/src/main/java/org/apache/accumulo/accismus/api/mapreduce/AccismusInputFormat.java b/src/main/java/org/apache/accumulo/accismus/api/mapreduce/AccismusInputFormat.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/apache/accumulo/accismus/api/mapreduce/AccismusInputFormat.java +++ b/src/main/java/org/a...
Make compile against latest <I>-SNAPSHOT
apache_fluo
train
java
3749e031a01377ffc0b66ba7a02838a4deb488c4
diff --git a/src/CoreBundle/EventListener/DcGeneral/Table/AbstractPaletteRestrictionListener.php b/src/CoreBundle/EventListener/DcGeneral/Table/AbstractPaletteRestrictionListener.php index <HASH>..<HASH> 100644 --- a/src/CoreBundle/EventListener/DcGeneral/Table/AbstractPaletteRestrictionListener.php +++ b/src/CoreBundl...
Check if legend name starts with an + sign to fix #<I>
MetaModels_core
train
php
56317b4c9499ff5d084dfaba233a5a6408a3391d
diff --git a/test/rake_test_setup.rb b/test/rake_test_setup.rb index <HASH>..<HASH> 100644 --- a/test/rake_test_setup.rb +++ b/test/rake_test_setup.rb @@ -18,25 +18,7 @@ if RUBY_VERSION >= "1.9.0" end module TestMethods - if RUBY_VERSION >= "1.9.0" - def assert_no_match(expected_pattern, actual, msg=nil) - ...
modified to work with revert of mini/test
ruby_rake
train
rb
005db8e122a85d585b65c147a9e8a503d2fb36ad
diff --git a/classes/fields/pick.php b/classes/fields/pick.php index <HASH>..<HASH> 100644 --- a/classes/fields/pick.php +++ b/classes/fields/pick.php @@ -176,7 +176,7 @@ class PodsField_Pick extends PodsField { 'dropdown' => __( 'Drop Down', 'pods' ), 'radio' => __( 'Radio Buttons', 'pods' ), ...
Set default relationship multi input as list view
pods-framework_pods
train
php
2232a972053430df9523df792b96db397ac57b5d
diff --git a/src/adapt/layout.js b/src/adapt/layout.js index <HASH>..<HASH> 100644 --- a/src/adapt/layout.js +++ b/src/adapt/layout.js @@ -2097,6 +2097,9 @@ adapt.layout.Column.prototype.saveEdgeAndCheckForOverflow = function(nodeContext if (!nodeContext) { return false; } + if (this.isOrphan(node...
Fix bug where incorrect page breaking was done at the beginning of the table when `writing-mode: vertical` - Calling `Column#saveEdgeAndCheckForOverflow` with an element deleted by the mechanism of `TableLayoutStrategy.ignoreList` causes edge to be 0, so it was always judged as overflow in the vertical writing mode.
vivliostyle_vivliostyle.js
train
js
3c25c945d488c3179b2140dd679379ff42f485ca
diff --git a/lib/processMultipart.js b/lib/processMultipart.js index <HASH>..<HASH> 100644 --- a/lib/processMultipart.js +++ b/lib/processMultipart.js @@ -60,7 +60,8 @@ module.exports = (options, req, res, next) => { const writePromise = options.useTempFiles ? getWritePromise().catch(err => { - upl...
Fixes richardgirges/express-fileupload#<I>. Unpipe busboy after error and skip further stream processing.
richardgirges_express-fileupload
train
js
14520904ee7fad852e9c147f7ec2ed6d515f6321
diff --git a/hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/WriteBehindFlushTest.java b/hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/WriteBehindFlushTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/impl/mapstore/writebehind/WriteBehindFlus...
Fixes test by decreasing backup count
hazelcast_hazelcast
train
java
44bca0786e51f41c718df7b99fb6432ea3f39184
diff --git a/core/src/test/java/com/orientechnologies/common/collection/OMVRBTreeCompositeTest.java b/core/src/test/java/com/orientechnologies/common/collection/OMVRBTreeCompositeTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/com/orientechnologies/common/collection/OMVRBTreeCompositeTest.java +++ b/core...
Resolved last compilation problem with Javac (Eclipse compiled)
orientechnologies_orientdb
train
java
539b2a767f604dd561a7da09ae26114e8cfc065a
diff --git a/src/core/lombok/javac/apt/LombokFileObjects.java b/src/core/lombok/javac/apt/LombokFileObjects.java index <HASH>..<HASH> 100644 --- a/src/core/lombok/javac/apt/LombokFileObjects.java +++ b/src/core/lombok/javac/apt/LombokFileObjects.java @@ -116,7 +116,15 @@ final class LombokFileObjects { if (Class.fo...
[jdk9] added debugging information for when we cannot determine the compiler
rzwitserloot_lombok
train
java
1204c9981b22933ab9eead53535a69c06babe5e1
diff --git a/config.js b/config.js index <HASH>..<HASH> 100644 --- a/config.js +++ b/config.js @@ -146,53 +146,6 @@ module.exports = { }, // Custom indicator of vendor service. isSauceLabs: true - }, - "safari7-mac": { - desiredCapabilities: { - browserName: "safari"...
Removing unneeded sauce definitions from config.js
FormidableLabs_rowdy
train
js
f48c487ac02fffe16f102f5f325b37adae70b9ef
diff --git a/yandextank/plugins/Monitoring/agent/agent.py b/yandextank/plugins/Monitoring/agent/agent.py index <HASH>..<HASH> 100755 --- a/yandextank/plugins/Monitoring/agent/agent.py +++ b/yandextank/plugins/Monitoring/agent/agent.py @@ -82,8 +82,8 @@ class CpuStat(AbstractMetric): # TODO: change to simpl...
log exceptions in pythonic way
yandex_yandex-tank
train
py
961c45acedd6e269c324693af4fd82300469394d
diff --git a/yfinance/utils.py b/yfinance/utils.py index <HASH>..<HASH> 100644 --- a/yfinance/utils.py +++ b/yfinance/utils.py @@ -64,7 +64,7 @@ def get_json(url, proxy=None): def camel2title(o): - return [_re.sub("([a-z])([A-Z])", "\g<1> \g<2>", i).title() for i in o] + return [_re.sub("([a-z])([A-Z])", r"\...
Fix deprecation warnings due to invalid escape sequences.
ranaroussi_fix-yahoo-finance
train
py
cf89ea3ec5852d75e98762f2e142440b19e4e82c
diff --git a/src/main/java/graphql/execution/instrumentation/tracing/TracingInstrumentation.java b/src/main/java/graphql/execution/instrumentation/tracing/TracingInstrumentation.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/execution/instrumentation/tracing/TracingInstrumentation.java +++ b/src/main/java...
minor fix (#<I>)
graphql-java_graphql-java
train
java
e5af53dfb93f5377f907ce75aeba8a94c23b4af9
diff --git a/closure/goog/fx/dragger.js b/closure/goog/fx/dragger.js index <HASH>..<HASH> 100644 --- a/closure/goog/fx/dragger.js +++ b/closure/goog/fx/dragger.js @@ -209,14 +209,14 @@ goog.tagUnsealableClass(goog.fx.Dragger); /** * Whether setCapture is supported by the browser. - * IE and Gecko after 1.9.3 has s...
Automated g4 rollback of changelist <I>. *** Reason for rollback *** Broke headless tests *** Original change description *** Merge pull request #<I> from Znegl/bugfix-dragger-setcapture Fixed IE Edge bug in goog.fx.Dragger ------------- Created by MOE: <URL>
google_closure-library
train
js
eb258248f5a78658807ad2b45f0e149f354c4d7c
diff --git a/spec/bitbucket_rest_api/core_ext/hash_spec.rb b/spec/bitbucket_rest_api/core_ext/hash_spec.rb index <HASH>..<HASH> 100644 --- a/spec/bitbucket_rest_api/core_ext/hash_spec.rb +++ b/spec/bitbucket_rest_api/core_ext/hash_spec.rb @@ -25,6 +25,9 @@ describe Hash do it 'should convert nested keys to symbo...
test symbolize_keys! when value is array in hash_spec
bitbucket-rest-api_bitbucket
train
rb
e0c4357cc4198fbf69cd76513c79de50f187ef18
diff --git a/mqlight/src/main/java/com/ibm/mqlight/api/impl/SubscriptionTopic.java b/mqlight/src/main/java/com/ibm/mqlight/api/impl/SubscriptionTopic.java index <HASH>..<HASH> 100644 --- a/mqlight/src/main/java/com/ibm/mqlight/api/impl/SubscriptionTopic.java +++ b/mqlight/src/main/java/com/ibm/mqlight/api/impl/Subscrip...
fix compilation issue with misnamed method SubscriptionTopic.crack should be split
mqlight_java-mqlight
train
java
14a0211b6af41b05096413e1712eafe367ac0bb1
diff --git a/lib/tern.js b/lib/tern.js index <HASH>..<HASH> 100644 --- a/lib/tern.js +++ b/lib/tern.js @@ -453,7 +453,8 @@ if (query.end == null) throw new Error("missing .query.end field"); var wordStart = resolvePos(file, query.end), wordEnd = wordStart, text = file.text; while (wordStart && /\w$/.test...
Add expandWordForward option to completions query interface Issue #<I>
ternjs_tern
train
js
3e0ce6079cd4a3945c95ba97f6c632e4f9a19057
diff --git a/blog/edit_form.php b/blog/edit_form.php index <HASH>..<HASH> 100644 --- a/blog/edit_form.php +++ b/blog/edit_form.php @@ -38,11 +38,12 @@ class blog_edit_form extends moodleform { $mform->addElement('header', 'general', get_string('general', 'form')); - $mform->addElement('text', 'subje...
MDL-<I> Blog: Added maxlength rule to subject field
moodle_moodle
train
php
4409d626405db63c8dd919e9dbe0574b0e4557e9
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ author = u'Osvaldo Santana Neto' # built documents. # # The short X.Y version. -version = '0.3.2' +version = '0.3.3' # The full version, including alpha/beta/rc ta...
Fix release number at conf.py
osantana_prettyconf
train
py
a987ba457fd9321dacdfc35b750bd464c5a5cdef
diff --git a/packages/tyranid/src/express.js b/packages/tyranid/src/express.js index <HASH>..<HASH> 100644 --- a/packages/tyranid/src/express.js +++ b/packages/tyranid/src/express.js @@ -79,7 +79,7 @@ class Serializer { if (field.link) { this.newline(); - this.file += 'link: "'; + this.file += t...
work on compiling fields into Fields for fieldsFor()
tyranid-org_tyranid
train
js
1ae0bdb57615fa9ddab4305eaedef2b29f466284
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -241,6 +241,8 @@ function convertResource(data, dir, props, opts) { let packageData = { package_version: spec.version, type: props.container_type, + // ...
stubbed out inspecting a container
unfoldingWord-dev_node-resource-container
train
js
b6c50bf13ce07ebb65c19659984d785fe5361ad3
diff --git a/bsp-gonk/vendor/silk/silk-camera/index.js b/bsp-gonk/vendor/silk/silk-camera/index.js index <HASH>..<HASH> 100644 --- a/bsp-gonk/vendor/silk/silk-camera/index.js +++ b/bsp-gonk/vendor/silk/silk-camera/index.js @@ -47,7 +47,7 @@ type FrameReplacer = { * @property height height of the object rectangle * ...
Export flow types from silk-camera
silklabs_silk
train
js
1c6a5eb33b9e8618b34e0c78b9b2e1ea092f5647
diff --git a/hawkular-wildfly-agent-itest-parent/hawkular-wildfly-agent-itest/src/test/java/org/hawkular/cmdgw/ws/test/AbstractCommandITest.java b/hawkular-wildfly-agent-itest-parent/hawkular-wildfly-agent-itest/src/test/java/org/hawkular/cmdgw/ws/test/AbstractCommandITest.java index <HASH>..<HASH> 100644 --- a/hawkula...
Do not trace OperationBuilder during itests
hawkular_hawkular-agent
train
java
52e879550fdd052727c6eecdfe6d43028de39805
diff --git a/nornir/plugins/functions/text/__init__.py b/nornir/plugins/functions/text/__init__.py index <HASH>..<HASH> 100644 --- a/nornir/plugins/functions/text/__init__.py +++ b/nornir/plugins/functions/text/__init__.py @@ -2,6 +2,8 @@ import logging import pprint import threading from typing import List, Optiona...
Print result (#<I>) * Add support for OrderedDict to print_result() * Add support for OrderedDict in print_result()
nornir-automation_nornir
train
py
08df92755f45b7d8f16a9efc7dd7514cb1ab9cf2
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -97,7 +97,8 @@ function collectInterestingProperties (properties, interestingKeys) { return properties.reduce((parsedProps, prop) => { const keyValue = module.exports.getKeyName(prop); if (interest...
Fix: Handle `meta: {} as const` for TypeScript rules (#<I>)
not-an-aardvark_eslint-plugin-eslint-plugin
train
js,js
8b2248c708cd21cde8cc4905fdccea63a174b693
diff --git a/diff_cover/tests/test_snippets.py b/diff_cover/tests/test_snippets.py index <HASH>..<HASH> 100644 --- a/diff_cover/tests/test_snippets.py +++ b/diff_cover/tests/test_snippets.py @@ -1,5 +1,5 @@ -import mock from __future__ import unicode_literals +import mock import os import tempfile from pygments.tok...
Fix future import in snippet tests
Bachmann1234_diff-cover
train
py
4e1d373bef435ce3ad8c5eeec206ef0ae0c6e4c1
diff --git a/pyvex/block.py b/pyvex/block.py index <HASH>..<HASH> 100644 --- a/pyvex/block.py +++ b/pyvex/block.py @@ -206,7 +206,7 @@ class IRSB(VEXObject): data = stat.data elif isinstance(stat, stmt.Put) and stat.offset == reg_next: data = stat.data - if ...
More fixes after the latest PR. Make sure .result_size is changed to .result_size(irsb.tyenv) everywhere.
angr_pyvex
train
py
9e936bf08ccdb305c62dce01dd8ae7bd5437b749
diff --git a/lib/rules/disallow-emberkeys.js b/lib/rules/disallow-emberkeys.js index <HASH>..<HASH> 100644 --- a/lib/rules/disallow-emberkeys.js +++ b/lib/rules/disallow-emberkeys.js @@ -20,7 +20,7 @@ module.exports.prototype.check = function(file, errors) { helpers.findEmberFunction('keys', 0).forEach(function(node...
Ember.keys() warnings should point at .keys() invocation, not Ember object
minichate_jscs-ember-deprecations
train
js,js
a265d8e5bc2b7bbd56a6b12897c14d32923d4ce2
diff --git a/lib/graphql/relay/relation_connection.rb b/lib/graphql/relay/relation_connection.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/relay/relation_connection.rb +++ b/lib/graphql/relay/relation_connection.rb @@ -76,7 +76,9 @@ module GraphQL def create_order_condition(table, column, value, direction_ma...
Added support for type casting in AR5
rmosolgo_graphql-ruby
train
rb
68b4070dfca280a7db03e0da1b10c3e1725d7cf0
diff --git a/src/edit/commands.js b/src/edit/commands.js index <HASH>..<HASH> 100644 --- a/src/edit/commands.js +++ b/src/edit/commands.js @@ -398,7 +398,7 @@ defineCommand("deleteCharAfter", { label: "Delete a character after the cursor", run(pm) { let {head, empty} = pm.selection - if (!empty || head.of...
Fix deleteCharAfter not working at start of textblock
ProseMirror_prosemirror-markdown
train
js
f0301025fcc94fda2be927c0198a5f7fcdf5f5c7
diff --git a/src/Shared/ModuleConstantsRule.php b/src/Shared/ModuleConstantsRule.php index <HASH>..<HASH> 100644 --- a/src/Shared/ModuleConstantsRule.php +++ b/src/Shared/ModuleConstantsRule.php @@ -43,6 +43,8 @@ class ModuleConstantsRule extends AbstractRule implements InterfaceAware foreach ($node->findChi...
Remove bundle prefix from constant value before comparing to constant name
spryker_architecture-sniffer
train
php
4933a3c6d3d0b12fc623ceb1f11ca0cf6127a977
diff --git a/src/Illuminate/Contracts/Pagination/Paginator.php b/src/Illuminate/Contracts/Pagination/Paginator.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Contracts/Pagination/Paginator.php +++ b/src/Illuminate/Contracts/Pagination/Paginator.php @@ -10,6 +10,23 @@ interface Paginator { public function url($p...
Add a few methods to contract.
laravel_framework
train
php
4c1c6529addc7840b86675c3acb3a98ff3b29a3a
diff --git a/lib/linguist/heuristics.rb b/lib/linguist/heuristics.rb index <HASH>..<HASH> 100644 --- a/lib/linguist/heuristics.rb +++ b/lib/linguist/heuristics.rb @@ -355,7 +355,7 @@ module Linguist disambiguate ".php" do |data| if data.include?("<?hh") Language["Hack"] - elsif /<?[^h]/.match(...
fix php disambiguation regex (#<I>) Because of an error in the regular expression, disambiguation rule for the .php matched any non-empty file as PHP, except for Hack files.
github_linguist
train
rb
9e93c05cbc5b7eaf2e02a49d9062d45f418f2aa5
diff --git a/Neos.Flow/Classes/Security/Context.php b/Neos.Flow/Classes/Security/Context.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Classes/Security/Context.php +++ b/Neos.Flow/Classes/Security/Context.php @@ -171,8 +171,8 @@ class Context protected $sessionManager; /** - * @Flow\Inject - * @va...
TASK: Use virtual object injection for security logger
neos_flow-development-collection
train
php
07a3fb782623914faa20f41ac04030bfb48df966
diff --git a/src/test/java/com/treasuredata/client/TestServerFailures.java b/src/test/java/com/treasuredata/client/TestServerFailures.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/treasuredata/client/TestServerFailures.java +++ b/src/test/java/com/treasuredata/client/TestServerFailures.java @@ -58,6 +58,7 @@...
Add a note on jetty server (a mock of TD API)
treasure-data_td-client-java
train
java
c7cc66d1f725583fd5235fcf72c81412996e0041
diff --git a/tests/test_invenio_accounts.py b/tests/test_invenio_accounts.py index <HASH>..<HASH> 100644 --- a/tests/test_invenio_accounts.py +++ b/tests/test_invenio_accounts.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015 CERN. +# Copyright (C) 2015, 2016 CERN. #...
tests: respect ACCOUNTS_USE_CELERY configuration * Checks that value in ACCOUNTS_USE_CELERY configuration is respected. (closes #<I>)
inveniosoftware_invenio-accounts
train
py
6c03ee14c19c59c8a45e85bf81d3d4f90c229b75
diff --git a/djcelery/schedulers.py b/djcelery/schedulers.py index <HASH>..<HASH> 100644 --- a/djcelery/schedulers.py +++ b/djcelery/schedulers.py @@ -125,6 +125,15 @@ class DatabaseScheduler(Scheduler): def schedule_changed(self): if self._last_timestamp is not None: + # If MySQL is running ...
DatabaseScheduler would not react to changes when using MySQL and REPEATABLE-READ. Closes #<I>
celery_django-celery
train
py
8dbc8544d9d006b03222750e412243de28cd375c
diff --git a/pyvex/block.py b/pyvex/block.py index <HASH>..<HASH> 100644 --- a/pyvex/block.py +++ b/pyvex/block.py @@ -120,7 +120,7 @@ class IRSB(VEXObject): irsb.statements = stmts irsb.next = next_expr irsb.jumpkind = jumpkind - irsb.direct_next = irsb._is_defaultexit_direct_jump() +...
Fixed incorrect attribute name in IRSB construction method.
angr_pyvex
train
py
51b4c2c3c5388215fb67573a4d09beb1e3914ca5
diff --git a/src/XeroPHP/Models/Accounting/ExpenseClaim.php b/src/XeroPHP/Models/Accounting/ExpenseClaim.php index <HASH>..<HASH> 100644 --- a/src/XeroPHP/Models/Accounting/ExpenseClaim.php +++ b/src/XeroPHP/Models/Accounting/ExpenseClaim.php @@ -2,9 +2,11 @@ namespace XeroPHP\Models\Accounting; use XeroPHP\Remote;...
Adds attachments to ExpenseClaim
calcinai_xero-php
train
php
283b99b367efaacd076bb1ff6d4977f46a2090b6
diff --git a/tests/src/Verifier/PasswordVerifierTest.php b/tests/src/Verifier/PasswordVerifierTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Verifier/PasswordVerifierTest.php +++ b/tests/src/Verifier/PasswordVerifierTest.php @@ -3,16 +3,16 @@ namespace Aura\Auth\Verifier; class PasswordVerifierTest extends \PH...
check password_hash() existence in setup
auraphp_Aura.Auth
train
php
69582cac9fa920849b55114923b6d2b3955f04bf
diff --git a/src/main/java/org/jfrog/hudson/release/scm/perforce/PerforceCoordinator.java b/src/main/java/org/jfrog/hudson/release/scm/perforce/PerforceCoordinator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jfrog/hudson/release/scm/perforce/PerforceCoordinator.java +++ b/src/main/java/org/jfrog/hudson/rel...
HAP-<I> - Support Perforce in release management * Reverting local copy in case of unchanged files Conflicts: src/main/java/org/jfrog/hudson/release/scm/perforce/PerforceCoordinator.java
jenkinsci_artifactory-plugin
train
java
8fbcf33c4c5e850c471498303ea2b49cfeb9a73a
diff --git a/source/convertToJson.js b/source/convertToJson.js index <HASH>..<HASH> 100644 --- a/source/convertToJson.js +++ b/source/convertToJson.js @@ -147,15 +147,15 @@ export function parseValue(value, schemaEntry, options) { return result } if (result.value !== null) { - try { - if (schemaEntry...
Added `oneOf` schema property (refactored)
catamphetamine_read-excel-file
train
js
701a309650b5ea8d61235fb1045e60a29120ccb1
diff --git a/devel/dataset/transform_file_structure.py b/devel/dataset/transform_file_structure.py index <HASH>..<HASH> 100644 --- a/devel/dataset/transform_file_structure.py +++ b/devel/dataset/transform_file_structure.py @@ -2,8 +2,16 @@ def prepare_pilsen_pigs_dataset(input_dir, output_dir, output_format=".mhd"...
Update transform_file_structure.py Import and donwland of a file V_<I>
mjirik_io3d
train
py
985334eef8054e46de92a90c1c74de1dec3e9a83
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,9 @@ setup( # Indicate who your project is intended for 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools', + 'Topic :: Scientific/Engineering :: Art...
Tweaked setup.py.
wiseman_pyluis
train
py
8badfa2e0735af3c7ff10343ef51ac705134f8ca
diff --git a/features/gtf.py b/features/gtf.py index <HASH>..<HASH> 100644 --- a/features/gtf.py +++ b/features/gtf.py @@ -1,10 +1,10 @@ -from ebias.resource import Resource +from ebias.resource import Resource, Target from lhc.file_format.gtf_.iterator import GtfIterator as GtfIteratorParser from lhc.file_format.g...
gtf iterator is now a target
childsish_sofia
train
py,py
3629926e8cccdc0f5248f006d8bee6e0b51fbfe1
diff --git a/lib/router/alias.js b/lib/router/alias.js index <HASH>..<HASH> 100644 --- a/lib/router/alias.js +++ b/lib/router/alias.js @@ -84,9 +84,13 @@ var alias = { we.express.bind(this)(req, res); } else { // is a target how have alias then redirect to it - res.setHeader('Cac...
fix url alias redirect to use http methods
wejs_we-core
train
js
8b710b31c14bfa18a40b98939399eaa95063a10a
diff --git a/src/ChannelDefinition.js b/src/ChannelDefinition.js index <HASH>..<HASH> 100644 --- a/src/ChannelDefinition.js +++ b/src/ChannelDefinition.js @@ -16,7 +16,7 @@ var defaultConfiguration = { }; var ChannelDefinition = function(exchange, topic) { - this.configuration = defaultConfiguration; + this.c...
Fixing bugs I introduced in last commit
postaljs_postal.js
train
js
0aca72fbd6400767f0bbf34f4fed337868474969
diff --git a/growler/middleware_chain.py b/growler/middleware_chain.py index <HASH>..<HASH> 100644 --- a/growler/middleware_chain.py +++ b/growler/middleware_chain.py @@ -4,12 +4,16 @@ """ """ +from collections import namedtuple + class MiddlewareChain: """ Class handling the storage and retreival of g...
growler.middleware_chain: Uses a namedtuple to store middleware information in the list
pyGrowler_Growler
train
py
e869b0e58bd95a537828c371f2cb5f2a360136e4
diff --git a/lib/active_scaffold/actions/field_search.rb b/lib/active_scaffold/actions/field_search.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/actions/field_search.rb +++ b/lib/active_scaffold/actions/field_search.rb @@ -58,7 +58,7 @@ module ActiveScaffold::Actions if search_conditions.blank? ...
human_conditions: use two words connector for proper I<I>n
activescaffold_active_scaffold
train
rb
844994b97a27c67e6696d707e6123d5808ec1bf2
diff --git a/src/microkernel-1-version.js b/src/microkernel-1-version.js index <HASH>..<HASH> 100644 --- a/src/microkernel-1-version.js +++ b/src/microkernel-1-version.js @@ -29,7 +29,7 @@ const yaml = require("js-yaml") /* the mixin class */ module.exports = class MicrokernelVersion { version () { - co...
upgrade to newer js-yaml API
rse_microkernel
train
js