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 |
|---|---|---|---|---|---|
5be12d7e42b88c739ea0bdda63e23aac9df67325 | diff --git a/libkbfs/prefetcher.go b/libkbfs/prefetcher.go
index <HASH>..<HASH> 100644
--- a/libkbfs/prefetcher.go
+++ b/libkbfs/prefetcher.go
@@ -287,7 +287,13 @@ func (p *blockPrefetcher) run(testSyncCh <-chan struct{}) {
p.applyToParentsRecursive(p.cancelPrefetch, req.ptr.ID,
pre)
}
- contin... | prefetcher: Handle deep syncs when we find out about them. | keybase_client | train | go |
804bbd67379bbd34bb4f190b5b76308bb55599dc | diff --git a/api/src/test/java/com/github/commonsrdf/api/AbstractRDFTermFactoryTest.java b/api/src/test/java/com/github/commonsrdf/api/AbstractRDFTermFactoryTest.java
index <HASH>..<HASH> 100644
--- a/api/src/test/java/com/github/commonsrdf/api/AbstractRDFTermFactoryTest.java
+++ b/api/src/test/java/com/github/commonsr... | with:colon now only checks that ntriplesString is not invalid.
It's allowed to bail out early with an IllegalArgumentException. | commons-rdf_commons-rdf | train | java |
cda501c81b21de06d13aab2a34d40ff3a3345ace | diff --git a/src/RedCapProject.php b/src/RedCapProject.php
index <HASH>..<HASH> 100644
--- a/src/RedCapProject.php
+++ b/src/RedCapProject.php
@@ -10,10 +10,10 @@ namespace IU\PHPCap;
class RedCapProject
{
/** string REDCap API token for the project */
- private $apiToken;
+ protected $apiToken;
... | Changed properties from private to protected to improve extensibility. | aarenson_PHPCap | train | php |
1c54a907c64daf5f676107790d9da2c20b1924f0 | diff --git a/src/engine/Value.js b/src/engine/Value.js
index <HASH>..<HASH> 100644
--- a/src/engine/Value.js
+++ b/src/engine/Value.js
@@ -5,6 +5,10 @@ function Value(value) {
return _value;
};
+ this.isGround = function isGround() {
+ return true;
+ };
+
this.getVariables = function getVariables() {
... | add isGround for value and Variable | lps-js_lps.js | train | js,js |
2095fee00535a29ce0ea124ba81676d039fa2509 | diff --git a/docker/client.py b/docker/client.py
index <HASH>..<HASH> 100644
--- a/docker/client.py
+++ b/docker/client.py
@@ -241,7 +241,7 @@ class Client(requests.Session):
def port(self, container, private_port):
res = self.get(self._url("/containers/{0}/json".format(container)))
json_ = res.j... | Fixed bug by which c.port('<id>', <port>) would fail because when port not a string
e.g.
c.port('e<I>bc<I>f8d5', <I>)
would fail
and
c.port('e<I>bc<I>f8d5', '<I>') would work. I now inserted str() so it should always work. | docker_docker-py | train | py |
d9a9cc21664206514cc16c12fee4345caf3ac16f | diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js
index <HASH>..<HASH> 100644
--- a/src/nls/root/strings.js
+++ b/src/nls/root/strings.js
@@ -592,6 +592,7 @@ define({
// extensions/default/HealthData
"HEALTH_DATA_NOTIFICATION" : "Health Data Preferences",
+ "HEALTH_FIRST_POP... | Adding title string for first time popup for health data | adobe_brackets | train | js |
a001257c55372571e133fbaa56f5585d9eddb345 | diff --git a/cassandra/cqlengine/query.py b/cassandra/cqlengine/query.py
index <HASH>..<HASH> 100644
--- a/cassandra/cqlengine/query.py
+++ b/cassandra/cqlengine/query.py
@@ -868,7 +868,7 @@ class ModelQuerySet(AbstractQuerySet):
def if_not_exists(self):
if self.model._has_counter:
- raise If... | cqle: correct exception message for INE with counters
PYTHON-<I> | datastax_python-driver | train | py |
4be3a9c8127e2e88b52803ffef37db678dbcb057 | diff --git a/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java b/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
index <HASH>..<HASH> 100644
--- a/flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
+++ b/flink-core/src/main... | [hotfix] [core] Add old checkpoint directory config key back for compatibility. | apache_flink | train | java |
4d7d8497698cb846275cc94e568cfea23f064dec | diff --git a/wafer/kv/serializers.py b/wafer/kv/serializers.py
index <HASH>..<HASH> 100644
--- a/wafer/kv/serializers.py
+++ b/wafer/kv/serializers.py
@@ -16,9 +16,8 @@ class KeyValueSerializer(serializers.ModelSerializer):
# without a request
user = kwargs['context']['request'].user
- if not... | Restrict the list of groups shown to those the user is a member of | CTPUG_wafer | train | py |
fcde47e35c0e5c769c61a07be81f29bdc43be83b | diff --git a/bcbio/rnaseq/cufflinks.py b/bcbio/rnaseq/cufflinks.py
index <HASH>..<HASH> 100644
--- a/bcbio/rnaseq/cufflinks.py
+++ b/bcbio/rnaseq/cufflinks.py
@@ -93,7 +93,7 @@ def _get_output_dir(align_file, data, sample_dir=True):
def assemble(bam_file, ref_file, num_cores, out_dir, data):
out_dir = os.path.joi... | Return proper output for transcriptome assembly.
This was broken by this fix: <I>b<I>b<I>b<I>b8. | bcbio_bcbio-nextgen | train | py |
ac260e28001661e7a8d4cff6d304842ad77f7a8c | diff --git a/composer.js b/composer.js
index <HASH>..<HASH> 100644
--- a/composer.js
+++ b/composer.js
@@ -653,7 +653,11 @@ function composeJoint(params){
var naked_payload_commission = objectLength.getTotalPayloadSize(objUnit); // without input coins
if (bGenesis){
- objPaymentMessage.payload.inputs = [{t... | fixed so a genesis unit with a single author can be created | byteball_ocore | train | js |
8625245a7fe550b9600b61bc30239d9d0a319456 | diff --git a/lib/meta_tags/text_normalizer.rb b/lib/meta_tags/text_normalizer.rb
index <HASH>..<HASH> 100644
--- a/lib/meta_tags/text_normalizer.rb
+++ b/lib/meta_tags/text_normalizer.rb
@@ -78,9 +78,8 @@ module MetaTags
# => https://github.com/rails/rails-html-sanitizer/issues/28
# => https://github.... | Loofah.fragment().text does everything strip_tags does, no need to call both | kpumuk_meta-tags | train | rb |
13ab494e0caaca6a460a49528c3aae4c7707042a | diff --git a/pyecharts/custom/page.py b/pyecharts/custom/page.py
index <HASH>..<HASH> 100644
--- a/pyecharts/custom/page.py
+++ b/pyecharts/custom/page.py
@@ -11,6 +11,7 @@ class Page(object):
def add(self, achart_or_charts):
"""
+ Append chart(s) to the rendering page
:param achart_or... | :books: add a bit more docstring | pyecharts_pyecharts | train | py |
542b2cdc9d748a99b57393610493b7578751e9b9 | diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/bin.js
+++ b/lib/handlers/bin.js
@@ -637,6 +637,8 @@ module.exports = Observable.extend({
if (notification) tip_type = 'notification';
if (error) tip_type = 'error';
+ var is_production = (re... | dynamic method of switching to debug in production | jsbin_jsbin | train | js |
1d43d7d29a8c365befe303a796d19d3efa3e401e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -70,8 +70,9 @@ def check_compiler(compiler, extensions, compiler_name):
print("**platform=%s***" %(plat))
print("**platform_version=%s***" %(plat_ver))
- if plat == 'Windows':
+ if plat == 'Windows':
+ # ... | Trying to fix Issue #<I> | phoebe-project_phoebe2 | train | py |
fd8992fbb40ce19067b0ebe00e44d4b6588dde0a | diff --git a/coverage-report/src/test/java/org/jooby/EnvRouterFeature.java b/coverage-report/src/test/java/org/jooby/EnvRouterFeature.java
index <HASH>..<HASH> 100644
--- a/coverage-report/src/test/java/org/jooby/EnvRouterFeature.java
+++ b/coverage-report/src/test/java/org/jooby/EnvRouterFeature.java
@@ -7,7 +7,7 @@ p... | rename router to routes fix #<I> | jooby-project_jooby | train | java |
adedb99399f3f7df40f4a8b98dfa5a2304e905e7 | diff --git a/ios/src/playn/ios/IOSLog.java b/ios/src/playn/ios/IOSLog.java
index <HASH>..<HASH> 100644
--- a/ios/src/playn/ios/IOSLog.java
+++ b/ios/src/playn/ios/IOSLog.java
@@ -32,7 +32,7 @@ public class IOSLog implements Log
public void debug(String msg, Throwable e) {
debug(msg);
if (e != null)
- ... | Report exceptions via Console.WriteLine.
This is more idiomatic in C#, and it ensure that we don't accidentally write to
System.out/err which is illegal as of iOS <I>. Whee! | threerings_playn | train | java |
8893a10e52d91c999eb8c405a065791bbba84436 | diff --git a/lib/credentials-io.js b/lib/credentials-io.js
index <HASH>..<HASH> 100644
--- a/lib/credentials-io.js
+++ b/lib/credentials-io.js
@@ -294,6 +294,7 @@ function getIdpSignedPublicKey(result, callback) {
callback(null, doc);
});
},
+ // TODO: frame identity
getMatch: ['getIdentity... | Ensure `@context` is passed along with public key. | digitalbazaar_credentials-io | train | js |
8939f2c5bdba209ab85612da2d86f709a34b7eeb | diff --git a/pylatex/document.py b/pylatex/document.py
index <HASH>..<HASH> 100644
--- a/pylatex/document.py
+++ b/pylatex/document.py
@@ -117,8 +117,8 @@ class Document(Environment):
Also remove the generated tex file.
compiler: `str` or `None`
The name of the LaTeX compiler to use. ... | Docs: Fix mention of latexmk | JelteF_PyLaTeX | train | py |
f54cc7f6c5b02d06ef0b3c215f53fff4d826f6ce | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -5,23 +5,22 @@ var path = require('path');
var gulp = require('gulp');
var clone = require('gh-clone');
var extname = require('gulp-extname');
-var vfs = require('vinyl-fs');
var pipeline = require('./lib/pipel... | remove vinyl-fs
i was using this in plugins for testing, but no longer need it | jonschlinkert_liquid-to-handlebars | train | js |
580073e4979ea56aae416467e76aceb16b1f0bdd | diff --git a/Web/MultiPageServer/Viewify.js b/Web/MultiPageServer/Viewify.js
index <HASH>..<HASH> 100644
--- a/Web/MultiPageServer/Viewify.js
+++ b/Web/MultiPageServer/Viewify.js
@@ -308,8 +308,9 @@ if (!window.Viewify) window.Viewify = function Viewify(_class, versionString) {
}
/**
- * @description deprec... | changes to ensure Viewify.js was the same in WebViewer and MultiPageServer | IntrospectiveSystems_xGraph | train | js,js |
9a76f26e2e15c9e306fb1d52ce60703c8ea641c5 | diff --git a/lib/discover.js b/lib/discover.js
index <HASH>..<HASH> 100644
--- a/lib/discover.js
+++ b/lib/discover.js
@@ -43,11 +43,26 @@ Browser.prototype.destroy = function () {
}
Browser.prototype._onresponse = function (packet) {
- buildServicesFor(this._name, packet).forEach(function (service) {
- console... | Emit up event when new service is found | watson_bonjour | train | js |
c76755cb5c631901d9b92e45f7177f3a08347d36 | diff --git a/sprd/view/DndImageClass.js b/sprd/view/DndImageClass.js
index <HASH>..<HASH> 100644
--- a/sprd/view/DndImageClass.js
+++ b/sprd/view/DndImageClass.js
@@ -63,6 +63,11 @@ define(["js/ui/View", "js/core/Bus"], function(View, Bus) {
value: "error.invalidView"
});
... | DEV-<I> - The error message is displayed forever when a design is moved to non-printable print area | spreadshirt_rAppid.js-sprd | train | js |
e3d5495b423ded5250f202b897f6a847e8f1d7e6 | diff --git a/models/classes/Lists/Business/Service/GetClassMetadataValuesService.php b/models/classes/Lists/Business/Service/GetClassMetadataValuesService.php
index <HASH>..<HASH> 100644
--- a/models/classes/Lists/Business/Service/GetClassMetadataValuesService.php
+++ b/models/classes/Lists/Business/Service/GetClassMet... | getByClassExplicitly class that will be search not recursively, used by MetadataNormalizer | oat-sa_tao-core | train | php |
c5b1e98050b52b2d0aafb0c9e0d302d375415bec | diff --git a/source/interface/directoryContents.js b/source/interface/directoryContents.js
index <HASH>..<HASH> 100644
--- a/source/interface/directoryContents.js
+++ b/source/interface/directoryContents.js
@@ -47,7 +47,7 @@ function getDirectoryFiles(result, serverBasePath, requestPath, isDetailed = fal
... | Fix stat (PROPFILE) request file files with '%' in the filename.
For files with a '%' character in the file name, the parseStat
function would fail at normalising the (non-encoded) filename. | perry-mitchell_webdav-client | train | js,js |
803c3bc6d4d2fb67150c9c678c72b8346539015a | diff --git a/core/API/DataTableManipulator/Totals.php b/core/API/DataTableManipulator/Totals.php
index <HASH>..<HASH> 100644
--- a/core/API/DataTableManipulator/Totals.php
+++ b/core/API/DataTableManipulator/Totals.php
@@ -150,6 +150,13 @@ class Totals extends DataTableManipulator
}
$request = $this... | refs #<I> this should fix calculation in case we are dealing with a datatable\map and a subtable | matomo-org_matomo | train | php |
a43710cc3a9ad76f267993a474e7ed10e25b3ce6 | diff --git a/godaddypy/client.py b/godaddypy/client.py
index <HASH>..<HASH> 100644
--- a/godaddypy/client.py
+++ b/godaddypy/client.py
@@ -296,7 +296,9 @@ class Client(object):
name = record['name']
url = self.API_TEMPLATE + self.RECORDS_TYPE_NAME.format(domain=domain, type=record_type, name=nam... | Fix error in IP update method
This causes godaddpy to fail in multiple casses and solves #3.
Original fix suggested by @qigtang. | eXamadeus_godaddypy | train | py |
0e2b4711db060ee7dac6f52dfe8cf0df2afe6ebf | diff --git a/demo/fitz-logo.py b/demo/fitz-logo.py
index <HASH>..<HASH> 100644
--- a/demo/fitz-logo.py
+++ b/demo/fitz-logo.py
@@ -10,16 +10,26 @@ python fitz-logo.py input.pdf logo.file
Result
-------
-A file "fitzlogo-input.pdf" with the logo on each page.
+A file "fitzlogo-input.pdf" with the logo on each page. ... | Extend applicability to transparent images | pymupdf_PyMuPDF | train | py |
edc8fa6def1b4f38da1e91ff48d9a42bf569f861 | diff --git a/lib/mixpanel-node.js b/lib/mixpanel-node.js
index <HASH>..<HASH> 100644
--- a/lib/mixpanel-node.js
+++ b/lib/mixpanel-node.js
@@ -104,31 +104,6 @@ var client = function(token) {
metrics.send_request(data,callback);
};
-
- /**
- track_funnel(funnel, step, goal, properties, ... | Removed deprecated track_funnel method.
Funnels should be created using the funnel builder, not hard-created in code | mixpanel_mixpanel-node | train | js |
0a31d73988435c9367c1e9a8a0c0a5f1ce993f08 | diff --git a/script/generate.js b/script/generate.js
index <HASH>..<HASH> 100644
--- a/script/generate.js
+++ b/script/generate.js
@@ -48,14 +48,21 @@ var replace = {
dir('dictionaries').filter(negate(hidden)).sort().forEach(function (code) {
var base = dict(code);
- var source = read(join(base, 'SOURCE'), 'utf-... | Fix to ignore generating missing dictionaries | wooorm_dictionaries | train | js |
b048520bd1eb7d74fdb161cbc3e2d07f5225cf28 | diff --git a/lib/ipfilter.js b/lib/ipfilter.js
index <HASH>..<HASH> 100644
--- a/lib/ipfilter.js
+++ b/lib/ipfilter.js
@@ -62,6 +62,9 @@ var _ = require('lodash')
if (!ipAddress) {
ipAddress = req.connection.remoteAddress;
+ if(ipAddress.indexOf(':') !== -1){
+ ipAddress = ipAddress.split(':')... | Adding support for port numbers coming through for ips | ryanbillingsley_express-ipfilter | train | js,js |
8e42e415f81d49e8f073d02e29ca8d23b25168b7 | diff --git a/FontBakeryChecks.py b/FontBakeryChecks.py
index <HASH>..<HASH> 100644
--- a/FontBakeryChecks.py
+++ b/FontBakeryChecks.py
@@ -3467,7 +3467,7 @@ def check_copyright_notice_is_consistent_across_family(fb, folder):
return
def lookup_copyright_notice(ufo_folder):
-# current_path = ufo_folder
+ ... | yet another minor flake8-related tweak | googlefonts_fontbakery | train | py |
bebdbb96030af3f441ab09eedf07d7aa8d6ceee6 | diff --git a/master/buildbot/test/util/db.py b/master/buildbot/test/util/db.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/util/db.py
+++ b/master/buildbot/test/util/db.py
@@ -65,7 +65,7 @@ class RealDatabaseMixin(object):
# - cooperates better at runtime with thread-sensitive DBAPI's
def __thd_... | completely remove dropping of data using model schema | buildbot_buildbot | train | py |
aedaa732aa0ac83da44cc544f19513025ecbd325 | diff --git a/lib/reporters/json.js b/lib/reporters/json.js
index <HASH>..<HASH> 100644
--- a/lib/reporters/json.js
+++ b/lib/reporters/json.js
@@ -48,7 +48,7 @@ function JSONReporter(runner) {
, passes: passes.map(clean)
};
- process.stdout.write(JSON.stringify(obj));
+ process.stdout.write(JSON.str... | Added: make json reporter output pretty json | mochajs_mocha | train | js |
73906b48b4a2cc2a80bf480263c4f583244c4295 | diff --git a/abilian/services/conversion.py b/abilian/services/conversion.py
index <HASH>..<HASH> 100644
--- a/abilian/services/conversion.py
+++ b/abilian/services/conversion.py
@@ -585,7 +585,7 @@ class CloudoooPdfHandler(Handler):
converted = decodestring(data)
new_key = hashlib.md5(converted).hexdigest(... | Bugfix: illegal file open mode. | abilian_abilian-core | train | py |
fa20ba43dbe552fed5598c3a30d7c466b60ff275 | diff --git a/src/BackgroundJob.php b/src/BackgroundJob.php
index <HASH>..<HASH> 100644
--- a/src/BackgroundJob.php
+++ b/src/BackgroundJob.php
@@ -2,8 +2,6 @@
namespace Jobby;
-use Cron\CronExpression;
-
class BackgroundJob
{
use SerializerTrait;
@@ -276,7 +274,13 @@ class BackgroundJob
$command = ... | Fixes issue where Jobby background jobs would not run on Windows when stdout and stderr were set as the same location (#<I>) | jobbyphp_jobby | train | php |
56bfe6e21b071645d4daf88342f7c21739f88ea8 | diff --git a/integration-tests/src/test/java/tachyon/client/FileSystemIntegrationTest.java b/integration-tests/src/test/java/tachyon/client/FileSystemIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/integration-tests/src/test/java/tachyon/client/FileSystemIntegrationTest.java
+++ b/integration-tests/src/test/java... | [TACHYON-<I>] Fix checkstyle issue with unused import in FileSystemIntegrationTest.java | Alluxio_alluxio | train | java |
4e95b546b0016fa570fb6dedb02fd8d1ae599189 | diff --git a/spyderlib/widgets/explorer.py b/spyderlib/widgets/explorer.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/explorer.py
+++ b/spyderlib/widgets/explorer.py
@@ -666,6 +666,8 @@ class DirView(QTreeView):
def follow_directories_loaded(self, fname):
"""Follow directories... | New multithreaded project explorer / restoring expanded state: bugfix | spyder-ide_spyder | train | py |
fa85eefc4f420ef56eb754cc2554bb9f901611c5 | diff --git a/pkg/cmd/server/kubernetes/node/node.go b/pkg/cmd/server/kubernetes/node/node.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/server/kubernetes/node/node.go
+++ b/pkg/cmd/server/kubernetes/node/node.go
@@ -96,7 +96,7 @@ func (c *NodeConfig) EnsureDocker(docker *dockerutil.Helper) {
ImagePullProgressDeadline... | Fixes govet warning about composite literal using unkeyed fields | openshift_origin | train | go |
9154bbb58d1798b8a53d7b577b68294e3c660ec4 | diff --git a/holoviews/core/util.py b/holoviews/core/util.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/util.py
+++ b/holoviews/core/util.py
@@ -231,14 +231,18 @@ def deprecated_opts_signature(args, kwargs):
Returns whether opts.apply_groups should be used (as a bool) and the
corresponding options.
... | Add support for literal opts format (#<I>) | pyviz_holoviews | train | py |
f845e676a24cca4170b600ac63436b6b477b287e | diff --git a/src/basis/template/htmlfgen.js b/src/basis/template/htmlfgen.js
index <HASH>..<HASH> 100644
--- a/src/basis/template/htmlfgen.js
+++ b/src/basis/template/htmlfgen.js
@@ -115,7 +115,7 @@
{
myRef = -1;
- if (!i && path == rootPath)
+ if (path == rootPath)
... | mark with basisObjectId every first level elements, but not only first one | basisjs_basisjs | train | js |
df82b97a91bfdc1b06f4cd6b6ea73560f1a40975 | diff --git a/system/Autoloader/FileLocator.php b/system/Autoloader/FileLocator.php
index <HASH>..<HASH> 100644
--- a/system/Autoloader/FileLocator.php
+++ b/system/Autoloader/FileLocator.php
@@ -258,12 +258,8 @@ class FileLocator
$tempFiles = get_filenames($fullPath, true);
//CLI::newLine($tempFiles);
- if ... | Update FileLocator - less code, better coverage | codeigniter4_CodeIgniter4 | train | php |
8c8462438e7b376a86b8ed230f8d48b3a3d6ebee | diff --git a/lib/mongodoc/base.rb b/lib/mongodoc/base.rb
index <HASH>..<HASH> 100644
--- a/lib/mongodoc/base.rb
+++ b/lib/mongodoc/base.rb
@@ -21,10 +21,14 @@ module MongoDoc
instance_variable_set("@#{name}", value)
end
end
-
+
+ def self.collection_name
+ self.to_s.tableize.gsub('/', '... | MongoDoc::Base.collection_name | leshill_mongodoc | train | rb,rb |
37e8f5e6f1178bc2625b659da6ae735b7641194e | diff --git a/app/rdev/applications/Application.php b/app/rdev/applications/Application.php
index <HASH>..<HASH> 100644
--- a/app/rdev/applications/Application.php
+++ b/app/rdev/applications/Application.php
@@ -12,7 +12,7 @@ use RDev\Sessions;
class Application
{
/** The current RDev version */
- private stat... | Added "framework" library to handle necessary scaffolding that previously appeared in Project repository | opulencephp_Opulence | train | php |
69c212357787e31bc0ff12ea82509fc9f7b202f5 | diff --git a/lib/cucumber/city_builder.rb b/lib/cucumber/city_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/city_builder.rb
+++ b/lib/cucumber/city_builder.rb
@@ -191,19 +191,13 @@ module Cucumber
private
def matrix(gherkin_table)
- gherkin_table.map do |gherkin_row|
- row = ... | YARD <I> FIX - removal of singleton
- The matrix method for the gherkin table added a method to the row object
that was not being used and created singleton objects which were not able
to be saved with YARD <I>. | burtlo_yard-cucumber | train | rb |
be9c080548b3c119ccaf66a5c0f25e536f8f31e3 | diff --git a/lib/lit/cache.rb b/lib/lit/cache.rb
index <HASH>..<HASH> 100644
--- a/lib/lit/cache.rb
+++ b/lib/lit/cache.rb
@@ -111,7 +111,7 @@ module Lit
key_without_locale = split_key(key).last
localization_keys.delete(key_without_locale)
@localization_object_cache.delete(key)
- @localization... | Fix removing localization keys from memo | prograils_lit | train | rb |
f480c73ce23440af7c3e89e3c40f44b7695e9df6 | diff --git a/tests/Keboola/StorageApi/CommonTest.php b/tests/Keboola/StorageApi/CommonTest.php
index <HASH>..<HASH> 100644
--- a/tests/Keboola/StorageApi/CommonTest.php
+++ b/tests/Keboola/StorageApi/CommonTest.php
@@ -48,4 +48,16 @@ class Keboola_StorageApi_CommonTest extends StorageApiTestCase
$this->assertEquals(... | tests - test aws retries set from constructor | keboola_storage-api-php-client | train | php |
acdd2c60eba3e6960e26c51eddd59e6d8944aaab | diff --git a/qiskit/aqua/algorithms/__init__.py b/qiskit/aqua/algorithms/__init__.py
index <HASH>..<HASH> 100644
--- a/qiskit/aqua/algorithms/__init__.py
+++ b/qiskit/aqua/algorithms/__init__.py
@@ -19,8 +19,8 @@ from .quantum_algorithm import QuantumAlgorithm
from .adaptive import VQE, QAOA, QSVMVariational
from .cl... | version (1a) ae specific approach w/ dictionary | Qiskit_qiskit-terra | train | py |
c3b444ed5c7a62388a24491f3986166f65aa6a12 | diff --git a/lib/jira/oauth_client.rb b/lib/jira/oauth_client.rb
index <HASH>..<HASH> 100644
--- a/lib/jira/oauth_client.rb
+++ b/lib/jira/oauth_client.rb
@@ -44,8 +44,8 @@ module JIRA
# Returns the current request token if it is set, else it creates
# and sets a new token.
- def request_token
- @re... | Added extra options to pass to Consumer#get_request_token | sumoheavy_jira-ruby | train | rb |
18a577bd99374e049d89aabe6f419fa6f764f9f5 | diff --git a/src/Exscriptd/Daemon.py b/src/Exscriptd/Daemon.py
index <HASH>..<HASH> 100644
--- a/src/Exscriptd/Daemon.py
+++ b/src/Exscriptd/Daemon.py
@@ -122,7 +122,7 @@ class Daemon(object):
except Exception, e:
self.log(order, 'Exception in Service.enter: %s' % e)
order.close()
- ... | exscriptd: better status names for incoming orders. | knipknap_exscript | train | py |
5563e73c216af6d20d749e79551262936612ef8a | diff --git a/lib/escapeCodes.js b/lib/escapeCodes.js
index <HASH>..<HASH> 100644
--- a/lib/escapeCodes.js
+++ b/lib/escapeCodes.js
@@ -51,7 +51,7 @@
italics : '3',
underline : '4',
blink : '5',
- reverse : '7',
+ reverse : '7'
};
function textColorEscap... | Linting found an extra comma | nathanstilwell_rainbow-barf | train | js |
88dd528dd56fc34170c149d4209fc2609206b669 | diff --git a/src/surface.js b/src/surface.js
index <HASH>..<HASH> 100644
--- a/src/surface.js
+++ b/src/surface.js
@@ -318,7 +318,7 @@ Surface.Prototype = function() {
this.scrollToCursor = function() {
var sel = this.docCtrl.selection;
- // Not exactly beautiful but ensures the cursor is always stays in v... | Fix a regression with selection scrolling.
It seems that empty TEXT_NODEs do not have proper bounding rects anymore. | substance_surface | train | js |
72856c53beb3f5acaa4e056583b9ec314efbf8ed | diff --git a/tests/CollectionsTest.php b/tests/CollectionsTest.php
index <HASH>..<HASH> 100644
--- a/tests/CollectionsTest.php
+++ b/tests/CollectionsTest.php
@@ -497,6 +497,9 @@ class CollectionsTest extends Underbar_TestCase
$allSampled = $_::chain($numbers)->sample(10)->sort()->toList();
$this->ass... | Add an assertion for sampleTest() | emonkak_underbar.php | train | php |
ae666f40a6bc8492a1ac2f66f2943ec85393d2a8 | diff --git a/hydra_base/lib/project.py b/hydra_base/lib/project.py
index <HASH>..<HASH> 100644
--- a/hydra_base/lib/project.py
+++ b/hydra_base/lib/project.py
@@ -203,7 +203,7 @@ def get_projects(uid,**kwargs):
#Potentially join this with an rs of projects
#where no owner exists?
- projects = db.DBSessio... | Filter out X projects in get_projects | hydraplatform_hydra-base | train | py |
01d1028f965184b30f3d860c4740a668b6b53ce5 | diff --git a/maintenance/aws-janitor/main.go b/maintenance/aws-janitor/main.go
index <HASH>..<HASH> 100644
--- a/maintenance/aws-janitor/main.go
+++ b/maintenance/aws-janitor/main.go
@@ -1150,10 +1150,19 @@ func (route53ResourceRecordSets) MarkAndSweep(sess *session.Session, acct string
changes = append(changes, c... | aws-janitor: chunk deletions into batches of <I>
There's a limit of <I> changes per route<I> request. Chunk changesets
that have > <I> records. | kubernetes_test-infra | train | go |
e136be0b54047b776d5ff20b7634205e1e6725de | diff --git a/system/Database/SQLite3/Connection.php b/system/Database/SQLite3/Connection.php
index <HASH>..<HASH> 100644
--- a/system/Database/SQLite3/Connection.php
+++ b/system/Database/SQLite3/Connection.php
@@ -88,7 +88,7 @@ class Connection extends BaseConnection implements ConnectionInterface
$this->database ... | remove DIRECTORY_SEPARATOR as WRITEPATH already have it | codeigniter4_CodeIgniter4 | train | php |
97dfdcac9ffa5c4071ae55ddb4dd3325295cf179 | diff --git a/lib/rails_admin/adapters/active_record.rb b/lib/rails_admin/adapters/active_record.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_admin/adapters/active_record.rb
+++ b/lib/rails_admin/adapters/active_record.rb
@@ -161,8 +161,6 @@ module RailsAdmin
end
["(#{column} #{LIKE_OPERATOR} ?)"... | fix spec failure on the mongoid branch | sferik_rails_admin | train | rb |
40f0c9116262d8098374649815a37924f6b20d4c | diff --git a/src/transaction.js b/src/transaction.js
index <HASH>..<HASH> 100644
--- a/src/transaction.js
+++ b/src/transaction.js
@@ -293,14 +293,14 @@ Transaction.fromBuffer = function(buffer) {
var script = readSlice(scriptLen)
var sequence = readUInt32()
- ins.push({
+ ins.push(new TransactionIn({... | Transaction: use TxIn/TxOut consistently | BitGo_bitgo-utxo-lib | train | js |
1a9b1f651d164f8826b1a47c83dc47aa1f4826b8 | diff --git a/lib/plugins/aws/provider/awsProvider.js b/lib/plugins/aws/provider/awsProvider.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/provider/awsProvider.js
+++ b/lib/plugins/aws/provider/awsProvider.js
@@ -251,7 +251,7 @@ class AwsProvider {
that.serverless.cli.log(
_.jo... | Show the time in seconds rather than milliseconds | serverless_serverless | train | js |
c2907b9207721603b6eb4c532801a1bea80fb6b0 | diff --git a/packages/storybook/jest.config.js b/packages/storybook/jest.config.js
index <HASH>..<HASH> 100644
--- a/packages/storybook/jest.config.js
+++ b/packages/storybook/jest.config.js
@@ -1,10 +1,11 @@
module.exports = {
moduleNameMapper: {
- "\\.(css|scss|svg)$": "<rootDir>/support/jest/fileMock.js"
+ ... | Configure repo root as Jest context | Autodesk_hig | train | js |
517cd3038db7c49268b528c82ab90a7b3428cf56 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -82,10 +82,8 @@ setup(
'install': binding_install
},
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apac... | setup.py: fix up classifiers
We,
1. don't support python <I> any more
2. are probably stable/production now, since we've been using this for
qtile for five years | tych0_xcffib | train | py |
d8a96e46ffb27f2fb02ebc7dadf875bd3dd1f674 | diff --git a/js/language/php.js b/js/language/php.js
index <HASH>..<HASH> 100644
--- a/js/language/php.js
+++ b/js/language/php.js
@@ -96,9 +96,10 @@ Rainbow.extend('php', [
1: {
'name': 'support.class',
'pattern': /\w+/g
- }
+ },
+ 2: 'key... | Better matching for classes when making static calls | ccampbell_rainbow | train | js |
3d119e1550dee6a1aa8e30c533d7f71e2cf099c6 | diff --git a/rb/spec/integration/selenium/webdriver/timeout_spec.rb b/rb/spec/integration/selenium/webdriver/timeout_spec.rb
index <HASH>..<HASH> 100644
--- a/rb/spec/integration/selenium/webdriver/timeout_spec.rb
+++ b/rb/spec/integration/selenium/webdriver/timeout_spec.rb
@@ -34,7 +34,7 @@ module Selenium
... | [rb] Add missing verification in timeout_spec.rb (#<I>)
* Add verification in 'should implicitly wait for a single element' | SeleniumHQ_selenium | train | rb |
acdfe56e377f905b3ec98430a9212e96e066078c | diff --git a/scripts/install/CreateWebhookEventLogTable.php b/scripts/install/CreateWebhookEventLogTable.php
index <HASH>..<HASH> 100644
--- a/scripts/install/CreateWebhookEventLogTable.php
+++ b/scripts/install/CreateWebhookEventLogTable.php
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Soft... | Update scripts/install/CreateWebhookEventLogTable.php | oat-sa_tao-core | train | php |
e1550bae61c954a78eae94defc86eaf7e2e9139a | diff --git a/compactor/compactor.go b/compactor/compactor.go
index <HASH>..<HASH> 100644
--- a/compactor/compactor.go
+++ b/compactor/compactor.go
@@ -26,7 +26,7 @@ import (
)
var (
- plog = capnslog.NewPackageLogger("github.com/coreos/etcd", "etcdserver")
+ plog = capnslog.NewPackageLogger("github.com/coreos/etcd"... | compactor/compactor.go: corrected the capnslog package name | etcd-io_etcd | train | go |
a6b1dad06190bc10930835caefaacfb4e8967a8f | diff --git a/packages/cli/commands/upgrade/index.js b/packages/cli/commands/upgrade/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli/commands/upgrade/index.js
+++ b/packages/cli/commands/upgrade/index.js
@@ -1,5 +1,6 @@
const upgrades = require("./upgrades");
const { red } = require("chalk");
+const execa = re... | fix: add everything-committed check | Webiny_webiny-js | train | js |
81e8a6844318d9a322cb2c04835afb1c6ed09a77 | diff --git a/src/CodeGeneration/PostProcessor/FileOverrider.php b/src/CodeGeneration/PostProcessor/FileOverrider.php
index <HASH>..<HASH> 100644
--- a/src/CodeGeneration/PostProcessor/FileOverrider.php
+++ b/src/CodeGeneration/PostProcessor/FileOverrider.php
@@ -13,8 +13,8 @@ class FileOverrider
*/
public co... | basically tested the new .override extension | edmondscommerce_doctrine-static-meta | train | php |
66dfc544dae2ce12788774c6cdb35c2ebb8df3e7 | diff --git a/slack_sdk/models/blocks/blocks.py b/slack_sdk/models/blocks/blocks.py
index <HASH>..<HASH> 100644
--- a/slack_sdk/models/blocks/blocks.py
+++ b/slack_sdk/models/blocks/blocks.py
@@ -12,6 +12,7 @@ from .basic_components import MarkdownTextObject
from .basic_components import PlainTextObject
from .basic_co... | Fix #<I> by correcting ContextBlock element type hint (#<I>) | slackapi_python-slackclient | train | py |
4ec5207e800b6c7e9541a46b98c8d669450a1ce1 | diff --git a/lib/db/cortex.php b/lib/db/cortex.php
index <HASH>..<HASH> 100644
--- a/lib/db/cortex.php
+++ b/lib/db/cortex.php
@@ -3208,8 +3208,8 @@ class CortexCollection extends \ArrayIterator {
$val = $model->get($prop, $raw);
if (!empty($val))
$out[] = $val;
- } elseif($raw)
- $out[] = is_array... | fix: getAll property on non-existing fields | ikkez_f3-cortex | train | php |
b2159b37ddee38c09c4497c2a16068c83e6560d9 | diff --git a/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb b/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb
+++ b/lib/active_record/connection_adapt... | Restore `to_sql` to return only SQL
Follow up of rails/rails#<I>. | rsim_oracle-enhanced | train | rb |
6bd3aae990de307342533ff06cab591215c992ab | diff --git a/PyGitUp/gitup.py b/PyGitUp/gitup.py
index <HASH>..<HASH> 100644
--- a/PyGitUp/gitup.py
+++ b/PyGitUp/gitup.py
@@ -205,7 +205,9 @@ class GitUp(object):
yield
- print(colored('returning to {0}'.format(branch_name), 'magenta'))
+ if not self.repo.head.ref.name == branch_name:
+... | Fixed #3: 'git up' didn't return to current branch | msiemens_PyGitUp | train | py |
aa96bae83719486c491505fb68e3ea390b0d5638 | diff --git a/lib/elements/bfe_bibtex.py b/lib/elements/bfe_bibtex.py
index <HASH>..<HASH> 100644
--- a/lib/elements/bfe_bibtex.py
+++ b/lib/elements/bfe_bibtex.py
@@ -37,7 +37,7 @@ def format_element(bfo, width="50"):
if width < 30:
width = 30
- name_width = 19
+ name_width = 20
value_width =... | BibFormat: better BibTeX title and collaboration
* Adds braces around title.
* Adds collaboration. | inveniosoftware_invenio-formatter | train | py |
0af351f16bba299643f542903b9e54f222af7429 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/OStorageAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/storage/OStorageAbstract.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/storage/OStorageAbstract.java
+++ b/core/src/main/ja... | Released <I> with the fix on partitioning in Key/Value Server | orientechnologies_orientdb | train | java |
d8b361622913e95400bd012620e5ca6f27b02188 | diff --git a/src/Cache/FileCache.php b/src/Cache/FileCache.php
index <HASH>..<HASH> 100644
--- a/src/Cache/FileCache.php
+++ b/src/Cache/FileCache.php
@@ -111,7 +111,7 @@ class FileCache implements CacheInterface
// Create the subpath if that does not already exist
if (! file_exists($path))
- ... | Update FileCache.php (#<I>)
Fix potential race condition, as per: <URL> | eveseat_eseye | train | php |
7d58511a7967b517f2ff3d2fa12bf8efe775c414 | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Widget/FileTree.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Widget/FileTree.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Widget/FileTree.php
+++ ... | Do not instantiate a File instance for folders. | contao-community-alliance_dc-general | train | php |
21c0208c759dc9b9710b5553eb02ba225d58789a | diff --git a/docroot/modules/custom/ymca_alters/js/ymca_alters.promo_blocks.js b/docroot/modules/custom/ymca_alters/js/ymca_alters.promo_blocks.js
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_alters/js/ymca_alters.promo_blocks.js
+++ b/docroot/modules/custom/ymca_alters/js/ymca_alters.promo_blocks.js
@... | [YMCA-<I>] Remove debugging code | ymcatwincities_openy | train | js |
6c4732e29bb910d457f6f078050aedbd2d849b8b | diff --git a/src/org/opencms/ui/components/CmsResourceTable.java b/src/org/opencms/ui/components/CmsResourceTable.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/ui/components/CmsResourceTable.java
+++ b/src/org/opencms/ui/components/CmsResourceTable.java
@@ -369,6 +369,9 @@ public class CmsResourceTable extends... | Fixing missing project tooltip issue. | alkacon_opencms-core | train | java |
5873bf06d6489e028b94c8ffe160b4b73c5fc926 | diff --git a/src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants-overview/index.js b/src/Administration/Resources/administration/src/module/sw-product/component/sw-product-variants-overview/index.js
index <HASH>..<HASH> 100644
--- a/src/Administration/Resources/administration... | NEXT-<I> - Add sorting for configurator groups and options in variant overview | shopware_platform | train | js |
f080baa6f013c8be8837610c82631d0ce351686c | diff --git a/spec/lib/spatial_features/importers/shapefile_spec.rb b/spec/lib/spatial_features/importers/shapefile_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/spatial_features/importers/shapefile_spec.rb
+++ b/spec/lib/spatial_features/importers/shapefile_spec.rb
@@ -50,7 +50,7 @@ describe SpatialFeatures::Impor... | Use proj4 compatible with latest version of GEOS
After upgrading to GEOS <I>, this test began failing with `transform: tolerance condition error (-<I>)`. I have changed the default projection we fall back to in the test to match the actual projection as it seems that there is now more stringent validation. | culturecode_spatial_features | train | rb |
39b09f2c4af27a3ed19ab8def20ea094df8f65e5 | diff --git a/internal/sanitize/sanitize.go b/internal/sanitize/sanitize.go
index <HASH>..<HASH> 100644
--- a/internal/sanitize/sanitize.go
+++ b/internal/sanitize/sanitize.go
@@ -87,7 +87,7 @@ func QuoteString(str string) string {
}
func QuoteBytes(buf []byte) string {
- return `'\x` + hex.EncodeToString(buf) + "'"... | cast bytea to make []byte suitable for both string and binary string types | jackc_pgx | train | go |
ee6a71da4ccdd46e2e58ceeb593f091fee2d4b64 | diff --git a/driver/cassandra/cassandra.go b/driver/cassandra/cassandra.go
index <HASH>..<HASH> 100644
--- a/driver/cassandra/cassandra.go
+++ b/driver/cassandra/cassandra.go
@@ -2,13 +2,13 @@
package cassandra
import (
- "net/url"
- "strings"
- "time"
-
+ "fmt"
"github.com/gocql/gocql"
"github.com/mattes/migra... | Add login support for cassandra | gemnasium_migrate | train | go |
8c7cfa0347b168de2f1a5605e66069c0fd9e484c | diff --git a/BimServer/src/org/bimserver/BimServer.java b/BimServer/src/org/bimserver/BimServer.java
index <HASH>..<HASH> 100644
--- a/BimServer/src/org/bimserver/BimServer.java
+++ b/BimServer/src/org/bimserver/BimServer.java
@@ -213,6 +213,7 @@ public class BimServer {
* Configuration of BIMserver
*/... | Disabled starting the ReferenceClearingQueue (EMF Reference Cleaner). We
don't need it, and since there seems to be no way to stop it, it's the
only way.
The reason is that this causes memory leaks on application servers on
redeployment without (application server) restart, also it's not a clear
start for running mult... | opensourceBIM_BIMserver | train | java |
5137e2546e051eb2e39c6927cf73723cd3339b89 | diff --git a/upup/pkg/kutil/delete_cluster.go b/upup/pkg/kutil/delete_cluster.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/kutil/delete_cluster.go
+++ b/upup/pkg/kutil/delete_cluster.go
@@ -356,7 +356,11 @@ func DeleteInstance(cloud fi.Cloud, t *ResourceTracker) error {
}
_, err := c.EC2().TerminateInstances(reque... | Tolerate InvalidInstanceID.NotFound when deleting instances
We treat as instance-already-deleted, i.e. not an error
Fix #<I> | kubernetes_kops | train | go |
264ea985e130b71d04a5ff67e37bb4cbd082fcf9 | diff --git a/src/components/vueMultiSelect/vue-multi-select.js b/src/components/vueMultiSelect/vue-multi-select.js
index <HASH>..<HASH> 100644
--- a/src/components/vueMultiSelect/vue-multi-select.js
+++ b/src/components/vueMultiSelect/vue-multi-select.js
@@ -179,8 +179,6 @@ export default {
if (!this.multi) {
... | Fix the select event triggered 2 times (one was array empty, the second was with the value) | IneoO_vue-multi-select | train | js |
e03fe3c51fc7c8978102076a685689863c871f14 | diff --git a/lib/aasm/persistence/sequel_persistence.rb b/lib/aasm/persistence/sequel_persistence.rb
index <HASH>..<HASH> 100644
--- a/lib/aasm/persistence/sequel_persistence.rb
+++ b/lib/aasm/persistence/sequel_persistence.rb
@@ -84,7 +84,7 @@ module AASM
# NOTE: intended to be called from an event
d... | Fix typo in aasm_write_state | aasm_aasm | train | rb |
b76df2695c18ee89ba77c1df2e3cc145fd1feca4 | diff --git a/galpy/actionAngle_src/actionAngle.py b/galpy/actionAngle_src/actionAngle.py
index <HASH>..<HASH> 100644
--- a/galpy/actionAngle_src/actionAngle.py
+++ b/galpy/actionAngle_src/actionAngle.py
@@ -1,4 +1,4 @@
-from future.utils import with_metaclass
+from six import with_metaclass
import types
import copy
... | Get with_metaclass from six, because already a dependency | jobovy_galpy | train | py |
e5026db88234371edf6d523a12cc3b1fcf12114d | diff --git a/skyfield/timelib.py b/skyfield/timelib.py
index <HASH>..<HASH> 100644
--- a/skyfield/timelib.py
+++ b/skyfield/timelib.py
@@ -691,10 +691,7 @@ class Time(object):
@reify
def ut1_fraction(self):
- # Calling "self.delta_t" would cache a useless intermediate value, so:
- table = self... | Let Time.ut1_fraction also reify Time.delta_t
To save memory, I had avoided letting `.ut1_fraction` also save the
`.delta_t` array that it creates, but given that changes are about to
take place in `interpolate_delta_t()`, it seems best at this point to
opt for simplicity over a few percent savings in the memory footp... | skyfielders_python-skyfield | train | py |
61f0e333e302e4fb50efb87810071a9b3687ef7d | diff --git a/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java b/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java
+++ b/cli/src/main/java/org/jboss/as/cli/handlers/Op... | Avoid hangs when the remote end is closed, e.g. by :shutdown | wildfly_wildfly | train | java |
d198511fb0a8542edb0ea3096f0113f863031fb4 | diff --git a/src/ohmy/Components/Session/PHPSession.php b/src/ohmy/Components/Session/PHPSession.php
index <HASH>..<HASH> 100644
--- a/src/ohmy/Components/Session/PHPSession.php
+++ b/src/ohmy/Components/Session/PHPSession.php
@@ -21,8 +21,9 @@ class PHPSession implements Session {
public function read($key) {
... | check if session var is available in phpsession | sudocode_ohmy-auth | train | php |
d8b1e91b467398a135918d28aab719e47b6e1680 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100755
--- a/test.js
+++ b/test.js
@@ -29,6 +29,10 @@ assert.equal('di-di-di-di-dit', five.morseCode(), 'A five in morse code should b
assert.equal('101', five.binary(), 'A binary five should be 101');
assert.equal('5', five.octal(), 'An octal five should be 5');
... | Added tests for negative, loud, and smooth | jackdclark_five | train | js |
6afd50fac333183994f8c04d7da1f73553cc0f4b | diff --git a/react/MuiCozyTheme/makeOverrides.js b/react/MuiCozyTheme/makeOverrides.js
index <HASH>..<HASH> 100644
--- a/react/MuiCozyTheme/makeOverrides.js
+++ b/react/MuiCozyTheme/makeOverrides.js
@@ -631,7 +631,7 @@ const makeOverrides = theme => ({
// To keep muiV3 behavior
// TODO check later if we... | fix(CozyDialogs): Remove margin on action buttons for column layout | cozy_cozy-ui | train | js |
aaf2ee03234836954d40f0eca7f5e9ed2898ceb1 | diff --git a/internal/presentation/presentation.go b/internal/presentation/presentation.go
index <HASH>..<HASH> 100644
--- a/internal/presentation/presentation.go
+++ b/internal/presentation/presentation.go
@@ -116,8 +116,8 @@ func prettyResult(w io.Writer, rs rego.ResultSet, limit int) error {
return nil
}
- if... | Fix REPL output for multiple bool exprs
The presentation implementation was trying to print a table with no
expression values or variable bindings. With these changes, the
presentation package will output 'true' if there are no vars and all of
the exprs are of type 'bool'.
Fixes #<I> | open-policy-agent_opa | train | go |
545b00aebf46fa9ae48c58f2a26128bfc368807f | diff --git a/clinto/parsers/argparse_.py b/clinto/parsers/argparse_.py
index <HASH>..<HASH> 100644
--- a/clinto/parsers/argparse_.py
+++ b/clinto/parsers/argparse_.py
@@ -195,7 +195,12 @@ class ArgParseParser(BaseParser):
argparse.ArgumentParser.parse_args = parse_args_monkeypatch
try:
- ... | added __file__ param to exec, so that is available when the file is executed | wooey_clinto | train | py |
2b7139470cf56d1dad720ce79c29261467d6973d | diff --git a/wandb/apis/public.py b/wandb/apis/public.py
index <HASH>..<HASH> 100644
--- a/wandb/apis/public.py
+++ b/wandb/apis/public.py
@@ -2320,6 +2320,8 @@ class Artifact(object):
raise ValueError('Project %s/%s does not contain artifact: "%s"' % (
self.entity, self.project, self.arti... | Correctly return artifact metadata in public API (#<I>) | wandb_client | train | py |
a32fdebb1184bb5ec3908f8abf7d5d5f493eaac9 | diff --git a/app/controllers/admin/dashboard_controller.rb b/app/controllers/admin/dashboard_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/dashboard_controller.rb
+++ b/app/controllers/admin/dashboard_controller.rb
@@ -53,7 +53,7 @@ class Admin::DashboardController < Admin::BaseController
end... | Fixes dashboard taking ages to load.
The query to load a RSS feed from google was not correct anymore which caused a timeout in processing the feed. | publify_publify | train | rb |
f91371d4086d83192c6b7a7aebfb5c2c205515ff | diff --git a/ThemesServiceProvider.php b/ThemesServiceProvider.php
index <HASH>..<HASH> 100644
--- a/ThemesServiceProvider.php
+++ b/ThemesServiceProvider.php
@@ -3,6 +3,7 @@
namespace Pingpong\Themes;
use Illuminate\Support\ServiceProvider;
+use Illuminate\View\FileViewFinder;
class ThemesServiceProvider extend... | added new feature: override default laravel views path and added views fallback | pingpong-labs_themes | train | php |
2927731298ece5836bbf6a047bbfbcafa4fd1ad4 | diff --git a/src/Webthink/Helpers/Inflector.php b/src/Webthink/Helpers/Inflector.php
index <HASH>..<HASH> 100644
--- a/src/Webthink/Helpers/Inflector.php
+++ b/src/Webthink/Helpers/Inflector.php
@@ -2,6 +2,11 @@
namespace WebthinkSniffer\Helpers;
+/**
+ * Class Inflector
+ *
+ * @internal
+ */
class Inflector
{
... | Fix docblock of a class | webthinkgr_codesniffer | train | php |
f134257f7eb8cc3a4ecd3000e18560e4b37a93a6 | diff --git a/core/common/src/main/java/alluxio/PropertyKey.java b/core/common/src/main/java/alluxio/PropertyKey.java
index <HASH>..<HASH> 100644
--- a/core/common/src/main/java/alluxio/PropertyKey.java
+++ b/core/common/src/main/java/alluxio/PropertyKey.java
@@ -140,7 +140,7 @@ public enum PropertyKey {
MASTER_LINEA... | Put the recompute log in the configured logs directory | Alluxio_alluxio | train | java |
d862e75689653cee06e16980907db74efd4baac6 | diff --git a/pelix/framework.py b/pelix/framework.py
index <HASH>..<HASH> 100644
--- a/pelix/framework.py
+++ b/pelix/framework.py
@@ -1065,11 +1065,10 @@ class Framework(Bundle):
# Notify listeners that the bundle is stopping
self._dispatcher.fire_framework_stopping()
- i = self.__next_bundl... | framework.stop() doesn't try to stop "next bid" bundle
Bundle stopping loop starts at "next bundle ID" minus 1 | tcalmant_ipopo | train | py |
740224cc386e3a2ded9c85b0f2d8303ed8e37c27 | diff --git a/lru.go b/lru.go
index <HASH>..<HASH> 100644
--- a/lru.go
+++ b/lru.go
@@ -44,9 +44,14 @@ func NewWithEvict(size int, onEvicted func(key interface{}, value interface{}))
// Purge is used to completely clear the cache
func (c *Cache) Purge() {
- // Evict each element in the list.
- for c.Len() > 0 {
- ... | Take a single lock to purge the cache. | hashicorp_golang-lru | train | go |
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.