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 |
|---|---|---|---|---|---|
ad1d62b921e15222cd81f6b305e8417b3b7ebbcb | diff --git a/lib/apivore/rspec_builder.rb b/lib/apivore/rspec_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/apivore/rspec_builder.rb
+++ b/lib/apivore/rspec_builder.rb
@@ -1,6 +1,7 @@
require 'apivore/rspec_matchers'
require 'action_controller'
require 'action_dispatch'
+require 'rspec/mocks'
require 'hashie'
... | Add require 'rspec/mocks' to fix crash. | westfieldlabs_apivore | train | rb |
2452dfec70105cc132af58bc946ef30f6bb37168 | diff --git a/scripts/generate/js_api.js b/scripts/generate/js_api.js
index <HASH>..<HASH> 100644
--- a/scripts/generate/js_api.js
+++ b/scripts/generate/js_api.js
@@ -51,11 +51,15 @@ module.exports = function (branch, done) {
function readSpecFiles(done) {
var apiDir = path.join(esDir, 'rest-api-spec/api/');
... | [api/generate] ignore spec files that start with an underscore | elastic_elasticsearch-js | train | js |
0de444f1ec668da21f8755458a50b041632e62a3 | diff --git a/perceval/_version.py b/perceval/_version.py
index <HASH>..<HASH> 100644
--- a/perceval/_version.py
+++ b/perceval/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.5.0.dev5"
+__version__ = "0.5.0.dev6" | Update version number to '<I>.dev6' | chaoss_grimoirelab-perceval | train | py |
2700a35d4e3acf2bf73c59f2032e325b229053e9 | diff --git a/leetcode/views/result.py b/leetcode/views/result.py
index <HASH>..<HASH> 100644
--- a/leetcode/views/result.py
+++ b/leetcode/views/result.py
@@ -82,6 +82,10 @@ class ResultView(urwid.Frame):
blank, your_answer_header, your_answer,
blank, expected_answer_header, expected_a... | Print std_output if it's not empty | chishui_terminal-leetcode | train | py |
c5fed95b819c683b5aa576f465cfbf8e90d937ba | diff --git a/alerta/app/__init__.py b/alerta/app/__init__.py
index <HASH>..<HASH> 100644
--- a/alerta/app/__init__.py
+++ b/alerta/app/__init__.py
@@ -14,6 +14,9 @@ app.config.from_object('alerta.settings')
app.config.from_pyfile('/etc/alertad.conf', silent=True)
app.config.from_envvar('ALERTA_SVR_CONF_FILE', silent=... | Add BASE_URL as env var setting | alerta_alerta | train | py |
2d0e409ac4f48b73ae5555977f6cc21e91948df7 | diff --git a/js/h5p.js b/js/h5p.js
index <HASH>..<HASH> 100644
--- a/js/h5p.js
+++ b/js/h5p.js
@@ -1948,7 +1948,7 @@ H5P.createTitle = function (rawTitle, maxLength) {
if (H5PIntegration.saveFreq !== false) {
// Store the current state of the H5P when leaving the page.
- H5P.$window.on('beforeunload'... | Made content state beeing saved on safari@iPad when closing tab and leaving tab | h5p_h5p-php-library | train | js |
dde69d82b39feb853b9aa93976d312b9daf1c0c2 | diff --git a/superset/models/dashboard.py b/superset/models/dashboard.py
index <HASH>..<HASH> 100644
--- a/superset/models/dashboard.py
+++ b/superset/models/dashboard.py
@@ -156,7 +156,7 @@ class Dashboard( # pylint: disable=too-many-instance-attributes
]
def __repr__(self) -> str:
- return f"Dashb... | fix: use dashboard id for stable cache key (#<I>) | apache_incubator-superset | train | py |
d2da491e971c8122b34a1ecaede842bc270622cd | diff --git a/bin/geo2topo.js b/bin/geo2topo.js
index <HASH>..<HASH> 100644
--- a/bin/geo2topo.js
+++ b/bin/geo2topo.js
@@ -110,9 +110,22 @@ function formatProperties(collection, v) {
if(id !== '-99') {
feature.id = id;
feature.properties.ct = getCentroid(feature);
+ ... | take special care of Norway
... by using SOV_A3 as backup for ISO_A3 until
Natural Earth issue is fixed | etpinard_sane-topojson | train | js |
ef42f0c6ebd9dac48e2c4671fc4ea72026e22ee6 | diff --git a/lib/xcode/registry.rb b/lib/xcode/registry.rb
index <HASH>..<HASH> 100644
--- a/lib/xcode/registry.rb
+++ b/lib/xcode/registry.rb
@@ -71,6 +71,7 @@ module Xcode
'PBXFileReference' => FileReference,
'PBXGroup' => Group,
'PBXNativeTarget' => [Target, ConfigurationOwner],
+ '... | Added PBXLegacyTarget | rayh_xcoder | train | rb |
1f4abd3e7678904176f9284f13a45c147d20f1bd | diff --git a/lib/firehose.rb b/lib/firehose.rb
index <HASH>..<HASH> 100644
--- a/lib/firehose.rb
+++ b/lib/firehose.rb
@@ -17,4 +17,7 @@ module Firehose
autoload :Server, 'firehose/server'
autoload :Channel, 'firehose/channel'
autoload :SwfPolicyRequest, 'firehose/swf_policy_request'
-end
\ No newli... | Moved autoload to root firehose.rb file so that assets would actually load if Sprockets is present | firehoseio_firehose | train | rb,rb |
7fee2aeea3c8f79c1130fea71555fc1031f74ab9 | diff --git a/code/model/Subsite.php b/code/model/Subsite.php
index <HASH>..<HASH> 100644
--- a/code/model/Subsite.php
+++ b/code/model/Subsite.php
@@ -83,7 +83,7 @@ class Subsite extends DataObject implements PermissionProvider {
* Corresponds to subfolder names within the /themes folder. By default, all themes cont... | Defining static as private for <I>+ | silverstripe_silverstripe-subsites | train | php |
3be95e862299d671ad5263580b8ba971b680fc34 | diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -417,9 +417,11 @@ module Gruff
end
# Return the graph as a rendered binary blob.
- def to_blob(file_format = 'PNG')
+ #
+ # @param image_format [String] The image format... | Doc: Add description in to_blob | topfunky_gruff | train | rb |
b5a5465c1e2d4a8862a8a09c5565d2cb09c431d3 | diff --git a/lib/rest-ftp-daemon/location.rb b/lib/rest-ftp-daemon/location.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-ftp-daemon/location.rb
+++ b/lib/rest-ftp-daemon/location.rb
@@ -49,8 +49,8 @@ module RestFtpDaemon
# Build URI from parameters
build_uri url
+ # Specific initializations
... | location: update init_* methods | bmedici_rest-ftp-daemon | train | rb |
2b7e21b31db7cd843a72e32b04ba90402f8f9b66 | diff --git a/src/commands/alias/assign-alias.js b/src/commands/alias/assign-alias.js
index <HASH>..<HASH> 100644
--- a/src/commands/alias/assign-alias.js
+++ b/src/commands/alias/assign-alias.js
@@ -29,7 +29,7 @@ async function assignAlias(
let externalDomain = false;
// If there was a previous deployment, we s... | Allow re-using aliases that point to deleted deployments (#<I>)
* Allow re-using aliases that point to deleted deployments
* Removed | zeit_now-cli | train | js |
2597d7312894a11eb988e39c2ff8111a41e12b0a | diff --git a/lang/en_utf8/assignment.php b/lang/en_utf8/assignment.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/assignment.php
+++ b/lang/en_utf8/assignment.php
@@ -69,7 +69,7 @@ $string['helpupload'] = '<p>This type of assignment allows each participant to u
can be used to give each participant different fil... | a small typo 'helpupload' on /lang/en_utf8/assignment.php MDL-<I>, found by Mitsuhiro Yoshida | moodle_moodle | train | php |
f3a2cbe0eba574d71a8637b63111386e489fec0e | diff --git a/pendulum/pendulum.py b/pendulum/pendulum.py
index <HASH>..<HASH> 100644
--- a/pendulum/pendulum.py
+++ b/pendulum/pendulum.py
@@ -273,11 +273,11 @@ class Pendulum(Date, datetime.datetime):
return test_instance
if tz is None or tz == 'local':
- dt = datetime.datetime.now()... | Improve Pendulum.now and Pendulum.utcnow performance (#<I>) | sdispater_pendulum | train | py |
54f39b21df5953d119bcbc97162842982ff26c42 | diff --git a/openquake/commonlib/logictree.py b/openquake/commonlib/logictree.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/logictree.py
+++ b/openquake/commonlib/logictree.py
@@ -1190,7 +1190,7 @@ class GsimLogicTree(object):
def get_num_branches(self):
"""
- Return the number of real... | Fixed a docstring and a comment | gem_oq-engine | train | py |
c55ef075e384dfc0715b1c3d1aee124f4a8eb421 | diff --git a/src/backbone-validation.js b/src/backbone-validation.js
index <HASH>..<HASH> 100644
--- a/src/backbone-validation.js
+++ b/src/backbone-validation.js
@@ -482,12 +482,14 @@ Backbone.Validation = (function(_){
var defaultAttributeLoaders = Validation.attributeLoaders = {
inputNames: function (view) {... | Check if view is assigned in inputNames | thedersen_backbone.validation | train | js |
ae375cdcae0e3a1101582a7d4d0082633ab60e2c | diff --git a/lib/rails-api/application.rb b/lib/rails-api/application.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-api/application.rb
+++ b/lib/rails-api/application.rb
@@ -14,15 +14,6 @@ module Rails
private
- def ssl_module
- if defined? ::ActionDispatch::SSL
- ::ActionDispatch::SSL
- e... | Remove ssl_module compatibility method
Now that we have separate middleware stacks, we don't need this method
to handle the differences anymore. | rails-api_rails-api | train | rb |
367599909ca268c412298bd80fcd283b516b8dd8 | diff --git a/anyconfig/inputs.py b/anyconfig/inputs.py
index <HASH>..<HASH> 100644
--- a/anyconfig/inputs.py
+++ b/anyconfig/inputs.py
@@ -28,14 +28,14 @@ def is_input_obj(obj):
"""
:return: True if given something `obj` is a 'Input' namedtuple object.
- >>> assert is_input_obj(1) == False
- >>> asser... | refactor: simplify doctest cases and add one more to .inputs.is_input_obj | ssato_python-anyconfig | train | py |
96074950892da36a0cf8397f49a92e55295f347c | diff --git a/lib/migration.js b/lib/migration.js
index <HASH>..<HASH> 100644
--- a/lib/migration.js
+++ b/lib/migration.js
@@ -6,9 +6,9 @@ var redefine = require('redefine');
module.exports = redefine.Class({
constructor: function(path) {
- this.file = _path.basename(path);
- this.path = path;
- },
+ th... | Resolve the passed path
Resolve the passed path in order to get rid of relative paths. | sequelize_umzug | train | js |
d39f9436044eb0ac34588559127149fc0e15bcb8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
dependency_links = [
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
],
+ setup_requires = [ 'numpy==1.9.2' ],
install_requires ... | setup: try setup_requires | tschaume_ccsgp_get_started | train | py |
cd3fe7b435f8aa587238a81db780bbe1c3adffe2 | diff --git a/bcbio/variation/coverage.py b/bcbio/variation/coverage.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/coverage.py
+++ b/bcbio/variation/coverage.py
@@ -114,7 +114,8 @@ def incomplete_regions(chanjo_db, batch_name, out_dir):
return out_file
conn = sqlite3.connect(chanjo_db)
c = conn... | Add sample id to the batched missing coverage BED file. | bcbio_bcbio-nextgen | train | py |
01c9a575180f4db7a7c627db02d6c834213a2a5d | diff --git a/src/Swoole/Request.php b/src/Swoole/Request.php
index <HASH>..<HASH> 100644
--- a/src/Swoole/Request.php
+++ b/src/Swoole/Request.php
@@ -57,6 +57,12 @@ class Request
$_SERVER['HTTPS'] = 'on';
}
+ // Fix REQUEST_URI with QUERY_STRING
+ if (isset($_SERVER['QUERY_STRING'... | fix REQUEST_URI with QUERY_STRING | hhxsv5_laravel-s | train | php |
b514bd4841fbb69ad6da629ae26a016af1a886ef | diff --git a/tests/unit/components/sortable-group-test.js b/tests/unit/components/sortable-group-test.js
index <HASH>..<HASH> 100644
--- a/tests/unit/components/sortable-group-test.js
+++ b/tests/unit/components/sortable-group-test.js
@@ -98,3 +98,31 @@ test('update', function(assert) {
assert.deepEqual(items, expec... | Add unit test for sortable-group#commit | heroku_ember-sortable | train | js |
f65337d4e96e72955b95fada2ca394a435b6cc82 | diff --git a/core-bundle/src/EventListener/StoreRefererListener.php b/core-bundle/src/EventListener/StoreRefererListener.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/EventListener/StoreRefererListener.php
+++ b/core-bundle/src/EventListener/StoreRefererListener.php
@@ -119,7 +119,7 @@ class StoreRefererListene... | [Core] Fix a missing bracket in the phpDoc (see #<I>)
Description
-----------
-
Commits
-------
<I>d<I>d Fix phpdoc (missing bracket) | contao_contao | train | php |
051ae41f2c59393008dd2bc343886baa2ae752ea | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -305,7 +305,15 @@ Game.prototype.removeFarChunks = function(playerPosition) {
})
Object.keys(self.voxels.chunks).map(function(chunkIndex) {
if (nearbyChunks.indexOf(chunkIndex) > -1) return
- self.scene.remove(se... | Clean up voxel chunks more thoroughly.
Use mesh.geometry.dispose() to clean up in-engine
references and delete the remaining refrences on the
voxel Mesh before removing completely from the index. | maxogden_voxel-engine | train | js |
da75b02c8fbe1c92ea7fe972893ae07a3782d395 | diff --git a/core/src/main/java/io/grpc/HandlerRegistry.java b/core/src/main/java/io/grpc/HandlerRegistry.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/grpc/HandlerRegistry.java
+++ b/core/src/main/java/io/grpc/HandlerRegistry.java
@@ -25,7 +25,6 @@ import javax.annotation.concurrent.ThreadSafe;
* Regi... | core: Stabilize HandlerRegistry
MutableHandlerRegistry from #<I> is not stabilized, so this is not enough to
resolve the issue. | grpc_grpc-java | train | java,java |
a85d9b826669b3650d4ec85b994553d2764c6030 | diff --git a/lxd/storage/drivers/volume.go b/lxd/storage/drivers/volume.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/volume.go
+++ b/lxd/storage/drivers/volume.go
@@ -354,8 +354,8 @@ func (v Volume) NewVMBlockFilesystemVolume() Volume {
}
// SetQuota calls SetVolumeQuota on the Volume's driver.
-func (v... | lxd/storage/drivers/volume: Add allowUnsafeResize arg to SetQuota and pass to SetVolumeQuota | lxc_lxd | train | go |
0cef5f2a4f58145dc6d763c4a6eb0541f6401039 | diff --git a/flake8_future_import.py b/flake8_future_import.py
index <HASH>..<HASH> 100755
--- a/flake8_future_import.py
+++ b/flake8_future_import.py
@@ -166,7 +166,7 @@ def main(args):
return
parser = argparse.ArgumentParser()
choices = set(10 + feature.index for feature in FEATURES.values())
- ... | Fix defining upper error codes
The upper error codes (`FI<I>` and greater) accidentally used `FI<I>` and
greater. | xZise_flake8-future-import | train | py |
49ca87364e772f556c1ba21bdd54cc3541628475 | diff --git a/lib/flipper/ui/action.rb b/lib/flipper/ui/action.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/ui/action.rb
+++ b/lib/flipper/ui/action.rb
@@ -56,9 +56,10 @@ module Flipper
@flipper, @request = flipper, request
@code = 200
@headers = {"Content-Type" => "text/plain"}
- @... | Only show app crumb if app path set
Using referrer means that clicking around makes app show up. | jnunemaker_flipper | train | rb |
c491c62d0e18959c41701611b14ca0414fab37bf | diff --git a/scriptworker/cot/verify.py b/scriptworker/cot/verify.py
index <HASH>..<HASH> 100644
--- a/scriptworker/cot/verify.py
+++ b/scriptworker/cot/verify.py
@@ -1022,10 +1022,8 @@ async def verify_docker_image_task(chain, link):
errors.append("{} is not a valid docker-image workerType!".format(worker_typ... | Bug <I> - revert build_image check (#<I>)
The normal case here is no command -- /home/builds is allowed for legacy
build-image tasks only. | mozilla-releng_scriptworker | train | py |
f178b29e354bcf06fa172fec7e1585c61b278ada | diff --git a/furious/context/_local.py b/furious/context/_local.py
index <HASH>..<HASH> 100644
--- a/furious/context/_local.py
+++ b/furious/context/_local.py
@@ -55,7 +55,7 @@ def _init():
# If there is a context and it is initialized to this request,
# return, otherwise reinitialize the _local_context.
... | Use get method when checking REQUEST_ID_HASH.
This will prevent unit tests from blowing up when not set.
Resolves issue #<I>. | Workiva_furious | train | py |
73296edf7f42ee9db8a9895c9cd709868bc3faa2 | diff --git a/fluids/safety_valve.py b/fluids/safety_valve.py
index <HASH>..<HASH> 100644
--- a/fluids/safety_valve.py
+++ b/fluids/safety_valve.py
@@ -293,7 +293,11 @@ def API520_N(P1):
.. [1] API Standard 520, Part 1 - Sizing and Selection.
'''
P1 = P1/1000. # Pa to kPa
- return (0.02764*P1-1000.)/(0... | Bug fix, for KN at P =< <I> kPa | CalebBell_fluids | train | py |
ca855b3d6d35b6f0dba7132a2f07ce68b2320c1b | diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -7,13 +7,6 @@ use Illuminate\Support\ServiceProvider as IlluminateServiceProvider;
class ServiceProvider extends IlluminateServiceProvider
{
/**
- * Indica... | Fix ServiceProvider issues (#<I>)
* Fix ServiceProvider issues | antonioribeiro_google2fa-laravel | train | php |
ee823e40ebac625d3cc5c33751c7573950c3c614 | diff --git a/js/feature/featureTrack.js b/js/feature/featureTrack.js
index <HASH>..<HASH> 100755
--- a/js/feature/featureTrack.js
+++ b/js/feature/featureTrack.js
@@ -244,9 +244,12 @@ class FeatureTrack extends TrackBase {
const data = [];
for (let feature of features) {
- const featureDa... | feature track popup text change for whole genome view | igvteam_igv.js | train | js |
00ff08b14547e29aae28fa3f07de2ccd09f04aa3 | diff --git a/components/cdn.js b/components/cdn.js
index <HASH>..<HASH> 100644
--- a/components/cdn.js
+++ b/components/cdn.js
@@ -76,6 +76,9 @@ SteamUser.prototype.getDepotDecryptionKey = function(appID, depotID, callback) {
// Cached locally?
var self = this;
+ appID = parseInt(appID, 10);
+ depotID = parseInt(... | Parse appID and depotID as ints, if they got passed as strings | DoctorMcKay_node-steam-user | train | js |
602fba9aba4db7bec069edf884cbe48a4be7296e | diff --git a/sos/remote.py b/sos/remote.py
index <HASH>..<HASH> 100755
--- a/sos/remote.py
+++ b/sos/remote.py
@@ -103,7 +103,7 @@ class RemoteHost:
def map_path(self, source):
result = {}
if isinstance(source, str):
- dest = os.path.abspath(source)
+ dest = os.path.abspath(... | Handle ~ in path_map | vatlab_SoS | train | py |
8e6c0a54899e7cf56a9b3112f4a9eff84523eedc | diff --git a/src/MaxMind/MinFraud.php b/src/MaxMind/MinFraud.php
index <HASH>..<HASH> 100644
--- a/src/MaxMind/MinFraud.php
+++ b/src/MaxMind/MinFraud.php
@@ -352,8 +352,7 @@ class MinFraud
} catch (ValidationExceptionInterface $exception) {
throw new InvalidInputException(
$excep... | Don't pass previous exception as it leaks too many implementation details | maxmind_minfraud-api-php | train | php |
7e851d3eb320755e10dbb9e370b800bc6fbea5ed | diff --git a/lib/web_console/repl/irb.rb b/lib/web_console/repl/irb.rb
index <HASH>..<HASH> 100644
--- a/lib/web_console/repl/irb.rb
+++ b/lib/web_console/repl/irb.rb
@@ -12,13 +12,14 @@ module WebConsole
# Monkey patch the reference Irb class so that the unqualified prints go
# to the context's output me... | Privatize the monkey patched methods
No need for them to clutter the public methods. | gsamokovarov_web-console-rails3 | train | rb |
bd110895a8918955db889396c10b36ef0fa6d3c7 | diff --git a/src/Document.php b/src/Document.php
index <HASH>..<HASH> 100644
--- a/src/Document.php
+++ b/src/Document.php
@@ -413,10 +413,8 @@ class Document implements DataStoreInterface, HasParentsInterface, \ArrayAccess,
return $this->_data[$name];
} elseif ($this instanceof Model && $schema->... | Make to minor refactoring. | crysalead_chaos-orm | train | php,php |
279777f2f265405236bf3b4ab7b974e80f84a4ed | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java b/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java
+++ b/flink-runtime/src/main/java/org/apache/f... | [FLINK-<I>] Log Exceptions by Invokable
This closes #<I> | apache_flink | train | java |
af5adb1ad212683f52ac3153493bad1dfe2becf8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_ver... | web3.py update for bugfixes
* eth.syncing was crashing when it was False
* clearer message when trying to access contract that's not deployed
* validates address checksum in contract contstructor | carver_web3utils.py | train | py |
96771632b1942eb694d31b2574d57cc2fa0bac47 | diff --git a/test/range-parser.js b/test/range-parser.js
index <HASH>..<HASH> 100644
--- a/test/range-parser.js
+++ b/test/range-parser.js
@@ -46,6 +46,13 @@ describe('parseRange(len, str)', function(){
assert.deepEqual(range[0], { start: 400, end: 999 })
})
+ it('should parse "bytes=0-"', function(){
+ v... | tests: add test for "bytes=0-"
closes #<I> | jshttp_range-parser | train | js |
b9220994a6ca62a97a1e53dab2e1617663bc34a2 | diff --git a/taskqueue/aws_queue_api.py b/taskqueue/aws_queue_api.py
index <HASH>..<HASH> 100644
--- a/taskqueue/aws_queue_api.py
+++ b/taskqueue/aws_queue_api.py
@@ -33,10 +33,14 @@ class AWSTaskQueueAPI(object):
@property
def enqueued(self):
- return int(self.status()['ApproximateNumberOfMessages'])
+ s... | fix: enqueued measures both visible and non-visible messages on aws | seung-lab_python-task-queue | train | py |
4983b8bd57c3fb4fa1f81dcd59bff1792b4c823c | diff --git a/acceptance/tests/apply/puppet_apply_trace.rb b/acceptance/tests/apply/puppet_apply_trace.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/apply/puppet_apply_trace.rb
+++ b/acceptance/tests/apply/puppet_apply_trace.rb
@@ -2,6 +2,6 @@ test_name 'puppet apply --trace should provide a stack trace'
agen... | (maint) fix stacktrace matcher in apply trace test
The first commit of this test had an overly specific stack trace matcher
which did not work on certain ruby stacks. This change uses a different
match that should only match stack traces but be forgiving to changes in
the code and across ruby versions. | puppetlabs_puppet | train | rb |
b9727e22850393c66739b29844d04d8b078fa82a | diff --git a/grimoire_elk/ocean/remo.py b/grimoire_elk/ocean/remo.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/ocean/remo.py
+++ b/grimoire_elk/ocean/remo.py
@@ -41,20 +41,20 @@ class Mapping(BaseMapping):
if es_major != '2':
mapping = '''
- {
- "d... | [ocean] Fix ES <I>.x mappings for Remo ocean backend
This patch fixes the mappings for Remo, which now work also
with ES <I>.x | chaoss_grimoirelab-elk | train | py |
fd552d38fdaff0fa16b0e5752ac3c945c234350b | diff --git a/ipyleaflet/leaflet.py b/ipyleaflet/leaflet.py
index <HASH>..<HASH> 100644
--- a/ipyleaflet/leaflet.py
+++ b/ipyleaflet/leaflet.py
@@ -467,6 +467,13 @@ class LayerGroup(Layer):
raise LayerException('layer not on in layergroup: %r' % layer)
self.layers = tuple([l for l in self.layers if... | Add substitute_layer to LayerGroup class
This maintains consistancy with Map class. | jupyter-widgets_ipyleaflet | train | py |
32bcbbc90b12508b17d0b3f2ec7d8d1cea4288f6 | diff --git a/src/Http/Output.php b/src/Http/Output.php
index <HASH>..<HASH> 100644
--- a/src/Http/Output.php
+++ b/src/Http/Output.php
@@ -526,7 +526,7 @@ class Output extends Message\Response
*/
public function sendPayload(array $data, $mimeType = null)
{
- $mimeType = isset($mimeType) ? $mimeTy... | change default payload to application/json | o2system_kernel | train | php |
fc419dc7054679da658f3c4a0157250d846256b7 | diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index <HASH>..<HASH> 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -101,6 +101,8 @@ class ReleaseCheckListTest extends \PHPUn... | Improve ReleaseChecklistTest to check also plugin UI files in lfs | matomo-org_matomo | train | php |
c58680945b68bc44c2f1b3430e1bdbf5a6b0e9ff | diff --git a/modules/adpod.js b/modules/adpod.js
index <HASH>..<HASH> 100644
--- a/modules/adpod.js
+++ b/modules/adpod.js
@@ -1,6 +1,6 @@
/**
* This module houses the functionality to evaluate and process adpod adunits/bids. Specifically there are several hooked functions,
- * that either supplement the base funct... | Fix a typo in code comment (#<I>) | prebid_Prebid.js | train | js |
5371b388195c77c6940d982fde2b2a3265e8c5e5 | diff --git a/src/Console/PermaconScanCommand.php b/src/Console/PermaconScanCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/PermaconScanCommand.php
+++ b/src/Console/PermaconScanCommand.php
@@ -3,12 +3,13 @@
/************************
*
* Rys - Furkan Kadıoğlu
-* May - 2016
+* July - 2016
* http://github.... | Scan command for artisan
Scan command; scanning all config directory and generating copies. | furkankadioglu_Permacon | train | php |
79685fd62bff19dcdb4f9b806619578f95fc67b9 | diff --git a/cmd/juju/service/upgradecharm.go b/cmd/juju/service/upgradecharm.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/service/upgradecharm.go
+++ b/cmd/juju/service/upgradecharm.go
@@ -193,7 +193,15 @@ func (c *upgradeCharmCommand) Run(ctx *cmd.Context) error {
return err
}
- ids, err := handleResources(c,... | make sure we only include metadata for the resources we're actually uploading | juju_juju | train | go |
f7bf96893c416b6241d1d1d3ef6a01b447783e10 | diff --git a/code/forms/OrderForm.php b/code/forms/OrderForm.php
index <HASH>..<HASH> 100644
--- a/code/forms/OrderForm.php
+++ b/code/forms/OrderForm.php
@@ -10,6 +10,9 @@
class OrderForm extends Form {
function __construct($controller, $name) {
+ //clear old messages...
+ $this->clearMessage();
+
//Requirem... | clearing old message - as without it, the old message would hang around.... | silvershop_silvershop-core | train | php |
9798b4a409a80aba457c07024f9c3d405e3c038d | diff --git a/src/index.integration-spec.js b/src/index.integration-spec.js
index <HASH>..<HASH> 100644
--- a/src/index.integration-spec.js
+++ b/src/index.integration-spec.js
@@ -13,21 +13,21 @@ describe('[integration] sagui', function () {
fs.copySync(projectFixture, projectPath)
})
- it('should confi... | Integration tests can no longer rely on having a default pages 👻 | saguijs_sagui | train | js |
22414746e584a0c4a7cecf3ae85a7e30a5d4e726 | diff --git a/src/sap.m/src/sap/m/Table.js b/src/sap.m/src/sap/m/Table.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Table.js
+++ b/src/sap.m/src/sap/m/Table.js
@@ -5,7 +5,6 @@
// Provides control sap.m.Table.
sap.ui.define([
"sap/ui/core/Core",
- "sap/ui/core/Element",
"sap/ui/Device",
"./library",
... | [INTERNAL] m.Table/ui.Table: Improve navigation from MessagePopover to Table
Remove core.Element definition as was not needed any more.
Fix for commit <I>
JIRA: CPOUIFTEAMB-<I>
Change-Id: I<I>bcde<I>d3d<I>cb<I>a<I>b<I>c<I> | SAP_openui5 | train | js |
19b2b268a3f209891ada635129dd33101074baaa | diff --git a/fault/tester.py b/fault/tester.py
index <HASH>..<HASH> 100644
--- a/fault/tester.py
+++ b/fault/tester.py
@@ -1,3 +1,4 @@
+import magma
from bit_vector import BitVector
import fault.actions as actions
from fault.verilator_target import VerilatorTarget
@@ -44,6 +45,8 @@ class Tester:
def __init__(se... | Check that clock is a clock type | leonardt_fault | train | py |
afadd231f4a05587c8c7b6d63a11f7e85ca10ca8 | diff --git a/recordlinkage/comparing.py b/recordlinkage/comparing.py
index <HASH>..<HASH> 100644
--- a/recordlinkage/comparing.py
+++ b/recordlinkage/comparing.py
@@ -178,8 +178,9 @@ def exact(s1, s2, missing_value=0, disagreement_value=0, output='any', return_ag
compare = (s1 == s2)
compare = compare.astype(in... | Fix bug in comparing with agreement levels | J535D165_recordlinkage | train | py |
530f515556e60415d090148a22b7aa31393a2695 | diff --git a/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php b/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php
+++ b/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php
@@ -59,9 +59,9 @@ class ClassMeta... | Added "false" value to $columnPrefix type declaration. (#<I>) | doctrine_orm | train | php |
67460a2bbbe9c4e465f1d4e2a5a8ba4ceff71fdb | diff --git a/src/com/googlecode/objectify/util/Monotonic.java b/src/com/googlecode/objectify/util/Monotonic.java
index <HASH>..<HASH> 100644
--- a/src/com/googlecode/objectify/util/Monotonic.java
+++ b/src/com/googlecode/objectify/util/Monotonic.java
@@ -69,7 +69,11 @@ public class Monotonic
{
Field f = TypeU... | Monotonic is now somewhat more graceful about handling different numeric field types (Long, int, etc).
git-svn-id: <URL> | objectify_objectify | train | java |
19e9cf6f7bc4c693cf5047625ac6dfa201e53db1 | diff --git a/lib/pyfrc/physics/core.py b/lib/pyfrc/physics/core.py
index <HASH>..<HASH> 100644
--- a/lib/pyfrc/physics/core.py
+++ b/lib/pyfrc/physics/core.py
@@ -361,7 +361,7 @@ class PhysicsInterface:
with self._lock:
self.vx += self.start_x - self.x
self.vy += self.start_y - self.y... | Fix resetting angle if start angle isn't 0 | robotpy_pyfrc | train | py |
ed1cdd230b7dbd1a9089c3e13eb7d55827b79d90 | diff --git a/lib/engine_http.js b/lib/engine_http.js
index <HASH>..<HASH> 100644
--- a/lib/engine_http.js
+++ b/lib/engine_http.js
@@ -435,13 +435,20 @@ HttpEngine.prototype.compile = function compile(tasks, scenarioSpec, ee) {
initialContext._successCount = 0;
initialContext._jar = request.jar();
-
+ le... | feat(http): Increase default keep alive timeout; allow agent config
- Default keep alive timeout is now <I>s
- Keep alive timeout may be configured via config.http.keepAlive
- Max number of sockets may be configured via config.http.maxSockets | artilleryio_artillery | train | js |
2dffcd13e4026a31e665ba8f2c9016b51108bf17 | diff --git a/closure/goog/dom/abstractrange.js b/closure/goog/dom/abstractrange.js
index <HASH>..<HASH> 100644
--- a/closure/goog/dom/abstractrange.js
+++ b/closure/goog/dom/abstractrange.js
@@ -14,7 +14,6 @@ goog.provide('goog.dom.AbstractRange');
goog.provide('goog.dom.RangeIterator');
goog.provide('goog.dom.RangeT... | Remove the last forwardDeclare from the DOM package.
RELNOTES: n/a
PiperOrigin-RevId: <I> | google_closure-library | train | js |
47db156d4273fbc79d20b7461e8419e13a796445 | diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -55,13 +55,13 @@ module Rails
end
def []=(path, value)
- value = Path.new(self, path, value) unless value.is_a?(Path)
+ ... | stop using *args in order to simplify our constructor | rails_rails | train | rb |
bf4503284321b130a04479e1cb82c997e967486f | diff --git a/lib/ougai/logger.rb b/lib/ougai/logger.rb
index <HASH>..<HASH> 100644
--- a/lib/ougai/logger.rb
+++ b/lib/ougai/logger.rb
@@ -17,7 +17,7 @@ module Ougai
@default_message = 'No message'
@exc_key = :err
@with_fields = {}
- @formatter = create_formatter
+ @formatter = create_for... | Make Logger.new support formatter argument
- Ruby <I> or later | tilfin_ougai | train | rb,rb |
25092f7f2961c4def72edd1689484ef7bb8850e2 | diff --git a/resource_aws_ecs_service.go b/resource_aws_ecs_service.go
index <HASH>..<HASH> 100644
--- a/resource_aws_ecs_service.go
+++ b/resource_aws_ecs_service.go
@@ -240,7 +240,7 @@ func resourceAwsEcsServiceCreate(d *schema.ResourceData, meta interface{}) error
return nil
})
if err != nil {
- return err
+... | provider/aws: aws_ecs_service should output service name along with error (#<I>) | terraform-providers_terraform-provider-aws | train | go |
eb3bcc0be6a66adfc268c43b62e346428eadb406 | diff --git a/Repository/SlugMapItemRepository.php b/Repository/SlugMapItemRepository.php
index <HASH>..<HASH> 100644
--- a/Repository/SlugMapItemRepository.php
+++ b/Repository/SlugMapItemRepository.php
@@ -26,7 +26,7 @@ class SlugMapItemRepository extends EntityRepository
*
* @return \Doctrine\ORM\QueryBui... | Rename getBuilder* repository methods to createBuilder*. | DarvinStudio_DarvinContentBundle | train | php |
0eed30f70832429c5bfb595b5a74730490c6ad65 | diff --git a/src/main/java/org/efaps/admin/datamodel/ui/RateUI.java b/src/main/java/org/efaps/admin/datamodel/ui/RateUI.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/efaps/admin/datamodel/ui/RateUI.java
+++ b/src/main/java/org/efaps/admin/datamodel/ui/RateUI.java
@@ -117,7 +117,7 @@ public class RateUI
... | RateUI.Value must implement Comparable | eFaps_eFaps-Kernel | train | java |
45a0c3551d4a83bd6eb1aa88eefcdfda89f57a2a | diff --git a/score-api/src/main/java/com/hp/score/api/StartBranchDataContainer.java b/score-api/src/main/java/com/hp/score/api/StartBranchDataContainer.java
index <HASH>..<HASH> 100644
--- a/score-api/src/main/java/com/hp/score/api/StartBranchDataContainer.java
+++ b/score-api/src/main/java/com/hp/score/api/StartBranch... | try to fix StackOverflow issue in tests... | CloudSlang_score | train | java |
6e1bc689c5cb1816e3afd87b1efbd183b2e0fda2 | diff --git a/packages/core/integration-tests/test/integration/globals/index.js b/packages/core/integration-tests/test/integration/globals/index.js
index <HASH>..<HASH> 100644
--- a/packages/core/integration-tests/test/integration/globals/index.js
+++ b/packages/core/integration-tests/test/integration/globals/index.js
@... | Use Buffer.from (#<I>) | parcel-bundler_parcel | train | js,js |
8e580ec9278884c142df9b57ea22413d6eab84d8 | diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -289,7 +289,7 @@ class Chef::Application::Client < Chef::Application
:boolean => true
option :fips,
- :long =>... | Fix --no-fips on chef-client
Somewhat unintuitively, mixlib-cli needs both `boolean => true` as well as
`long => "--[no-]option"` for the boolean feature to work. | chef_chef | train | rb |
78bd879d2359025d79e6303f223e60f035acaba2 | diff --git a/src/main/java/eu/project/ttc/readers/AbstractTermSuiteCollectionReader.java b/src/main/java/eu/project/ttc/readers/AbstractTermSuiteCollectionReader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/project/ttc/readers/AbstractTermSuiteCollectionReader.java
+++ b/src/main/java/eu/project/ttc/readers/... | Process documents in randomized order instead of biggest-first | termsuite_termsuite-core | train | java |
3db167571b895bee47725ff8e2620d2aa4dfc631 | diff --git a/utils/storage/storage_test.go b/utils/storage/storage_test.go
index <HASH>..<HASH> 100644
--- a/utils/storage/storage_test.go
+++ b/utils/storage/storage_test.go
@@ -18,13 +18,6 @@ const database = "TestStoreAndLookup.db"
func TestStoreAndLookup(t *testing.T) {
var itf Interface
-
- {
- if err := os.... | [hotfix] Delete the test database AFTER the tests. | TheThingsNetwork_ttn | train | go |
570437c98a7033329d4bba9ad19e686407fd65b0 | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -1,5 +1,13 @@
/* global describe, it, before */
+function hammingDistance(a, b, bits) {
+ var d = 0;
+ for (i = 0; i < bits*bits; i++) {
+ if (a[i] != b[i]) { d++; }
+ }
+ return d;
+}... | Test with hamming distance to iron out little differences in jpeg decoders. | commonsmachinery_blockhash-js | train | js |
cc6d3b2457d7378d7cef33b75631e14070896978 | diff --git a/src/main/groovy/lang/Binding.java b/src/main/groovy/lang/Binding.java
index <HASH>..<HASH> 100644
--- a/src/main/groovy/lang/Binding.java
+++ b/src/main/groovy/lang/Binding.java
@@ -22,6 +22,7 @@ import java.util.Map;
* Represents the variable bindings of a script which can be altered
* from outside th... | GROOVY-<I>: added a note saying that Binding is not intended to be used in a multithreaded context
git-svn-id: <URL> | apache_groovy | train | java |
442d59327558de04e3110068265d8bef25032f01 | diff --git a/ella/ellacomments/newman_admin.py b/ella/ellacomments/newman_admin.py
index <HASH>..<HASH> 100644
--- a/ella/ellacomments/newman_admin.py
+++ b/ella/ellacomments/newman_admin.py
@@ -17,7 +17,7 @@ class CommentOptionsGenericInline(newman.GenericStackedInline):
class ThreadedCommentsNewmanAdmin(ThreadedComm... | Added interviews.interview to MODELS_WITH_COMMENTS | ella_ella | train | py |
220e3501afd4dd9f3f75deef18dc13c7fe9a7682 | diff --git a/src/corePlugins.js b/src/corePlugins.js
index <HASH>..<HASH> 100644
--- a/src/corePlugins.js
+++ b/src/corePlugins.js
@@ -884,6 +884,7 @@ export let corePlugins = {
addUtilities({
'.grid-flow-row': { gridAutoFlow: 'row' },
'.grid-flow-col': { gridAutoFlow: 'column' },
+ '.grid-flow-... | Add missing `.grid-flow-dense` utility (#<I>) | tailwindcss_tailwindcss | train | js |
6a39fa4191895c52a18015c8d29a9f83b27f4e1e | diff --git a/salt/modules/status.py b/salt/modules/status.py
index <HASH>..<HASH> 100644
--- a/salt/modules/status.py
+++ b/salt/modules/status.py
@@ -501,8 +501,8 @@ def pid(sig):
if (not sig.endswith('"') and not sig.endswith("'") and
not sig.startswith('-')):
sig = "'" + sig + "'"
- cmd... | Keep pid of salt CLI command from showing in status.pid output
When status.pid is executed by the salt-minion instance running on the
master, it also returns the pid of the salt CLI command, because the
search string matches. This commit adds another grep to the ps/grep/awk
one-liner, which filters out lines matching ... | saltstack_salt | train | py |
14b15bcd2cd77a4bf22e9272a453ed82f319dc66 | diff --git a/pinboard/metadata.py b/pinboard/metadata.py
index <HASH>..<HASH> 100644
--- a/pinboard/metadata.py
+++ b/pinboard/metadata.py
@@ -1,4 +1,4 @@
-__version__ = "0.4"
+__version__ = "0.4.1"
__author__ = "Dan Loewenherz"
__copyright__ = "Copyright 2014, Lionheart Software"
__maintainer__ = "Dan Loewenherz"
d... | make sure TestPinboard is only imported when needed | lionheart_pinboard.py | train | py,py |
a3b1f287aeb2c7df76f623fc339b8a4e6f5c4247 | diff --git a/lib/veritas/optimizer.rb b/lib/veritas/optimizer.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas/optimizer.rb
+++ b/lib/veritas/optimizer.rb
@@ -20,18 +20,18 @@ module Veritas
def self.chain(*optimizers)
optimizers.reverse_each.reduce(Noop) do |successor, optimizer|
- create_optimizer... | Renamed private Optimizer method to reflect it's responsibility better | dkubb_axiom | train | rb |
1688854b92cd137ce7e3fc264820dcf47ee32a50 | diff --git a/src/editor/CodeHintManager.js b/src/editor/CodeHintManager.js
index <HASH>..<HASH> 100644
--- a/src/editor/CodeHintManager.js
+++ b/src/editor/CodeHintManager.js
@@ -129,7 +129,7 @@
* into the editor;
* 2. match, a string that the manager may use to emphasize substrings of
* hints in the hin... | Edit CodeHintManager.js (#<I>)
the the ->the | adobe_brackets | train | js |
0dc5d53ba38f1cce0d91cf87c695dd4e22d3c309 | diff --git a/src/InfoViz/Core/SelectionProvider/histogram2d.js b/src/InfoViz/Core/SelectionProvider/histogram2d.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Core/SelectionProvider/histogram2d.js
+++ b/src/InfoViz/Core/SelectionProvider/histogram2d.js
@@ -235,6 +235,7 @@ function get(model, query) {
function getNot... | fix(SelectionProvider): send notification only when histogram 2D have consistent annotation generati | Kitware_paraviewweb | train | js |
9daf55154c72b9fcf0ca674c179cf9a48d544d97 | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -4668,6 +4668,18 @@ const devices = [
description: 'ZigBee AC phase-cut dimmer',
extend: generic.light_onoff_brightness,
},
+ {
+ zigbeeModel: ['ZG2833K4_EU06'],
+ model: 'SR-ZG9... | add support for SR-ZG<I>K4-DIM2 (#<I>)
* add support for SR-ZG<I>K4-DIM2
* ignore diagnostics
* add supports
* add comma | Koenkk_zigbee-shepherd-converters | train | js |
f3edfc8da1fbbc21b447217190de24a02a30f316 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -63,11 +63,13 @@ export function runMiddleware (middleware, context, done) {
// Copy the middleware to our own array we can safely .shift()
var mw = middleware.slice(0);
- const callNext = function () ... | Fixing bug with arguments count including falsey values | HelpfulHuman_Router-Kit | train | js |
36b8d901d7ff8338f6f1cc45e01d1d1e28456da5 | diff --git a/bcbio/pipeline/qcsummary.py b/bcbio/pipeline/qcsummary.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/qcsummary.py
+++ b/bcbio/pipeline/qcsummary.py
@@ -319,11 +319,12 @@ def _run_coverage_qc(bam_file, data, out_dir):
cov_bed_file = clean_file(dd.get_coverage(data), data, prefix="cov-", s... | QC: enable avg_coverage calculation for wgs runs | bcbio_bcbio-nextgen | train | py |
dd6fa3c6ab88b3472b2d3603df30195fb7000b7d | diff --git a/lib/cf/cli/space/delete.rb b/lib/cf/cli/space/delete.rb
index <HASH>..<HASH> 100644
--- a/lib/cf/cli/space/delete.rb
+++ b/lib/cf/cli/space/delete.rb
@@ -16,7 +16,6 @@ module CF::Space
input :really, :type => :boolean, :forget => true, :hidden => true,
:default => proc { force? || interact ... | no longer need to fetch org manually | cloudfoundry-attic_cf | train | rb |
2e54c0b9f63891a96467847a2e63e456cdb69d11 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -15,6 +15,7 @@ Dir[File.join(File.dirname(__FILE__), "support/shared_contexts/**/*.rb")].each d
end
RSpec.configure do |config|
+ config.color = true
config.order = "random"
... | Updated RSpec spec helper to enable color output.
- This used to be a global setting that is now configured at the
project level.
- Provides improved transparency for the project. | bkuhlmann_tocer | train | rb |
e4da9beb64e9e84116712a2bbe1a2e43f85c0d91 | diff --git a/lexicon/providers/base.py b/lexicon/providers/base.py
index <HASH>..<HASH> 100644
--- a/lexicon/providers/base.py
+++ b/lexicon/providers/base.py
@@ -44,7 +44,7 @@ class Provider(object): # pylint: disable=useless-object-inheritance
# this key. However there were no automated logic if the Pro... | Prefer provider_name for historical reasons | AnalogJ_lexicon | train | py |
98bd63cb2734f78e8b4c6566d69ce138552985f5 | diff --git a/lib/i18n/backend/base.rb b/lib/i18n/backend/base.rb
index <HASH>..<HASH> 100644
--- a/lib/i18n/backend/base.rb
+++ b/lib/i18n/backend/base.rb
@@ -65,9 +65,13 @@ module I18n
end
# Returns an array of locales for which translations are available
+ # ignoring the reserved translation meta... | change available_translations to ignore a reserved meta translation key :i<I>n | ruby-i18n_i18n | train | rb |
b80bf0d0f9eaae1763db995ee82a32632d8e0601 | diff --git a/eZ/Publish/Core/REST/common.php b/eZ/Publish/Core/REST/common.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/REST/common.php
+++ b/eZ/Publish/Core/REST/common.php
@@ -19,8 +19,12 @@ namespace eZ\Publish\Core\REST;
// phpunit.xml files. This defines what encoding will be generated and thus send
// ... | Fixed: Creation of generators in common.php. | ezsystems_ezpublish-kernel | train | php |
986f7e42a2fc56afd8a0fee644244a7df37529ed | diff --git a/lib/gollum-lib/markups.rb b/lib/gollum-lib/markups.rb
index <HASH>..<HASH> 100644
--- a/lib/gollum-lib/markups.rb
+++ b/lib/gollum-lib/markups.rb
@@ -58,7 +58,7 @@ module Gollum
if gem_exists?('pandoc-ruby')
GitHub::Markup::Markdown::MARKDOWN_GEMS.clear
GitHub::Markup::Markdown::MARKDOWN... | Update call to pandoc. Resolves #<I> | gollum_gollum-lib | train | rb |
b9d5aca5001f8fe77e86f1bd78d4ee813ff76ee7 | diff --git a/lib/mongoid/criteria/scrollable.rb b/lib/mongoid/criteria/scrollable.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/criteria/scrollable.rb
+++ b/lib/mongoid/criteria/scrollable.rb
@@ -5,7 +5,6 @@ module Mongoid
raise_multiple_sort_fields_error if multiple_sort_fields?
criteria = dup
... | Remove scroll_direction named variable in favour of method call | mongoid_mongoid-scroll | train | rb |
853a5fb6ffcc6a3ebad116072d2e6f82e40651f0 | diff --git a/functions/timber-post-getter.php b/functions/timber-post-getter.php
index <HASH>..<HASH> 100644
--- a/functions/timber-post-getter.php
+++ b/functions/timber-post-getter.php
@@ -1,6 +1,6 @@
<?php
-class TimberPostGetter
+class TimberPostGetter
{
/**
@@ -42,10 +42,9 @@ class TimberPostGetter
... | Removed unreachable return statement in Timber::query_posts | timber_timber | train | php |
0c6b734cf833b7fc222f4b1912134e63bad10d81 | diff --git a/bin/cmd.js b/bin/cmd.js
index <HASH>..<HASH> 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -496,17 +496,17 @@ function runDownload (torrentId) {
if (process.platform === 'win32') {
openVLCWin32(vlcCmd)
} else {
- openPlayer(`${vlcCmd} ${href} ${VLC_ARGS}`)
+ ope... | Bug fix
Fixed error resulting from bracket being into torrent file name, when passing file to video player. | webtorrent_webtorrent-cli | train | js |
8a35d103c59c221512ec011715da11faaedfe768 | diff --git a/tests/Unit/Console/SchemaConfigMakeCommandTest.php b/tests/Unit/Console/SchemaConfigMakeCommandTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Console/SchemaConfigMakeCommandTest.php
+++ b/tests/Unit/Console/SchemaConfigMakeCommandTest.php
@@ -17,7 +17,7 @@ class SchemaConfigMakeCommandTest extends T... | Make code compatible with PHP < 8 | rebing_graphql-laravel | train | php |
4f75f6fc028a38f5954189ab77403b35c4b8a671 | diff --git a/code/dataobjects/CdnImage.php b/code/dataobjects/CdnImage.php
index <HASH>..<HASH> 100644
--- a/code/dataobjects/CdnImage.php
+++ b/code/dataobjects/CdnImage.php
@@ -147,7 +147,7 @@ class CdnImage extends Image {
parent::onBeforeWrite();
$changed = $this->getChangedFields(false, DataObjec... | fix(CDNImage) Ensure moved images have their resamplings reset and rebuilt | symbiote_silverstripe-cdncontent | train | php |
d96e01322cce0c898a216f4f3d04a9a0c543450b | diff --git a/runtime/errors.go b/runtime/errors.go
index <HASH>..<HASH> 100644
--- a/runtime/errors.go
+++ b/runtime/errors.go
@@ -65,9 +65,9 @@ var (
)
type errorBody struct {
- Error string `protobuf:"bytes,1,name=error" json:"error"`
- Code int32 `protobuf:"varint,2,name=code" json:"code"`
- Details ... | fix noenc error by fixing Details error field
As advised by @itizir in the discussion of #<I>.
However, I've gone with the minimal change to make the error go away, I
haven't introduced a proper, generated protobuf definition.
Also, I've noticed our error body message there looks suspiciously like
Status[1], except ... | grpc-ecosystem_grpc-gateway | train | go |
ff32eb67559383aa7ce9d71e70ab5291736b3d31 | diff --git a/pyinfra/version.py b/pyinfra/version.py
index <HASH>..<HASH> 100644
--- a/pyinfra/version.py
+++ b/pyinfra/version.py
@@ -2,4 +2,4 @@
# File: pyinfra/version.py
# Desc: version file
-__version__ = '0.9.6'
+__version__ = '0.9.7' | Version bump for <I>. | Fizzadar_pyinfra | train | py |
de2c719d65764c9b024f07208c8e4fcf02f5a27e | diff --git a/nifstd/nifstd_tools/hbp_cells.py b/nifstd/nifstd_tools/hbp_cells.py
index <HASH>..<HASH> 100755
--- a/nifstd/nifstd_tools/hbp_cells.py
+++ b/nifstd/nifstd_tools/hbp_cells.py
@@ -7,12 +7,12 @@ from datetime import date
import rdflib
from rdflib.extras import infixowl
from pyontutils.core import makeGraph... | hbp_cells fixed link to git folder | tgbugs_pyontutils | train | py |
ac54da3dacb70a8de9c6c0054ab016ea8110f3a8 | diff --git a/libraries/joomla/base/adapter.php b/libraries/joomla/base/adapter.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/base/adapter.php
+++ b/libraries/joomla/base/adapter.php
@@ -55,7 +55,7 @@ class JAdapter extends JObject
/**
* Database Connector Object
*
- * @var object
+ * @var JData... | Proper return types for DB objects and getDbo | joomla_joomla-framework | train | php,php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.