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 |
|---|---|---|---|---|---|
51c31cb92a95e323f8be65f1ff3bac465c5aab04 | diff --git a/lib/bitcoin/sighash_generator.rb b/lib/bitcoin/sighash_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/bitcoin/sighash_generator.rb
+++ b/lib/bitcoin/sighash_generator.rb
@@ -71,7 +71,9 @@ module Bitcoin
amount = [amount].pack('Q')
nsequence = [tx.inputs[input_index].sequence].pack('V'... | Add waring to Tx#sighash_for_input when P2WSH output_script are specified
In P2WSH case, it should pass witness script instead of scriptPubkey. Add a warning message to make you aware of this mistake. | chaintope_bitcoinrb | train | rb |
01a60a9ac25373c4b6db318ecc40abe0db8e3f64 | diff --git a/lib/http/2/emitter.rb b/lib/http/2/emitter.rb
index <HASH>..<HASH> 100644
--- a/lib/http/2/emitter.rb
+++ b/lib/http/2/emitter.rb
@@ -20,8 +20,8 @@ module HTTP2
# @param event [Symbol]
# @param block [Proc] callback function
def once(event, &block)
- add_listener(event) do |*args|
- ... | Update 'once' listeners to accept a block argument
One-time listeners now accept an emitted callback to match the
behavior of persistent listeners. | igrigorik_http-2 | train | rb,rb |
ead8fdd1659f743a060679d77ec94deaa7ac92a0 | diff --git a/NewIntegrationTest.py b/NewIntegrationTest.py
index <HASH>..<HASH> 100644
--- a/NewIntegrationTest.py
+++ b/NewIntegrationTest.py
@@ -198,7 +198,7 @@ if len( sys.argv ) > 1 and sys.argv[ 1 ] == "--record":
class_, method = method.split( "." )
method = "test" + method
print "Recor... | Use a small eval instead of a big exec | PyGithub_PyGithub | train | py |
1ec1816d7c76ae079ad3b3e3b7a1bae70e0dd95b | diff --git a/gitlab/utils.py b/gitlab/utils.py
index <HASH>..<HASH> 100644
--- a/gitlab/utils.py
+++ b/gitlab/utils.py
@@ -55,3 +55,7 @@ def sanitized_url(url):
parsed = urlparse(url)
new_path = parsed.path.replace(".", "%2E")
return parsed._replace(path=new_path).geturl()
+
+
+def remove_none_from_dict(... | fix: remove null values from features POST data, because it fails
with HTTP <I> | python-gitlab_python-gitlab | train | py,py |
8c1fd78713ea0f2afc5e245d1a218d4496fde81e | diff --git a/src/main/java/org/primefaces/component/api/UIData.java b/src/main/java/org/primefaces/component/api/UIData.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/api/UIData.java
+++ b/src/main/java/org/primefaces/component/api/UIData.java
@@ -150,13 +150,13 @@ public class UIData ext... | Fixed negative first in case rowCount is 0. | primefaces_primefaces | train | java |
344431cdd48ec19b73fdc5d36f056eb7bee5154b | diff --git a/rootfs/diff.go b/rootfs/diff.go
index <HASH>..<HASH> 100644
--- a/rootfs/diff.go
+++ b/rootfs/diff.go
@@ -44,7 +44,7 @@ func CreateDiff(ctx context.Context, snapshotID string, sn snapshots.Snapshotter
return ocispec.Descriptor{}, err
}
- lowerKey := fmt.Sprintf("%s-parent-view", info.Parent)
+ lower... | fix: support simultaneous create diff for same parent snapshot | containerd_containerd | train | go |
eea79a902f2a53585f409eb25209166dc70bc028 | diff --git a/app/mailers/camaleon_cms/html_mailer.rb b/app/mailers/camaleon_cms/html_mailer.rb
index <HASH>..<HASH> 100644
--- a/app/mailers/camaleon_cms/html_mailer.rb
+++ b/app/mailers/camaleon_cms/html_mailer.rb
@@ -16,8 +16,8 @@ class CamaleonCms::HtmlMailer < ActionMailer::Base
# content='', from=nil, attachs... | send_mail added support for background jobs (sidekiq or similar) | owen2345_camaleon-cms | train | rb |
38f177c27303b33968ba207c1e6d00074624ad25 | diff --git a/lib/ravel.js b/lib/ravel.js
index <HASH>..<HASH> 100644
--- a/lib/ravel.js
+++ b/lib/ravel.js
@@ -99,6 +99,7 @@ class Ravel extends AsyncEventEmitter {
this.registerParameter('session max age', true, null);
this.registerParameter('session secure', true, true);
this.registerParameter('session... | Ensure samesite can be set on downstream applications | raveljs_ravel | train | js |
9e658e09e6bbdbebb53c3aff91ad2494bcb36e53 | diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php
index <HASH>..<HASH> 100755
--- a/core/model/SiteTree.php
+++ b/core/model/SiteTree.php
@@ -1971,6 +1971,15 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
$this->Status = "Unpublished";
$this->write();
+ // Un... | MINOR when a parent page is unpublished, unpublish all related virtual pages, includes test coverage (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/<I>@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train | php |
043afac2908705de87d899a9a3f4d271d97f1c4d | diff --git a/core/pog/src/main/java/org/overture/pog/obligation/NonZeroObligation.java b/core/pog/src/main/java/org/overture/pog/obligation/NonZeroObligation.java
index <HASH>..<HASH> 100644
--- a/core/pog/src/main/java/org/overture/pog/obligation/NonZeroObligation.java
+++ b/core/pog/src/main/java/org/overture/pog/obl... | Changed NonZero location to the divide operator. | overturetool_overture | train | java |
b3304efa9ce070d8028bd4293ac48021d066a721 | diff --git a/src/constants.js b/src/constants.js
index <HASH>..<HASH> 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -6,8 +6,6 @@ module.exports = {
regex: {
digits: /\d+/,
letters: /[a-zA-Z]+/,
- uppercase: /[A-Z]+/,
- lowercase: /[a-z]+/,
symbols: /[`~\!@#\$%\^\&\*\(\)\-_\=\+\[\{\}\]\... | Add support for non-english lower/upper case
Fixes #<I>. Thanks @nikvaessen for proposing this. | tarunbatra_password-validator | train | js,js |
f3f555a88d4f5df3e5cf147e2ab9b8d3d73f2f20 | diff --git a/salt/modules/grains.py b/salt/modules/grains.py
index <HASH>..<HASH> 100644
--- a/salt/modules/grains.py
+++ b/salt/modules/grains.py
@@ -2,6 +2,8 @@
Control aspects of the grains data
'''
+from math import floor
+
# Seed the grains dict so cython will build
__grains__ = {}
@@ -12,13 +14,16 @@ __ou... | Tweak sanitizer to work with serials of any length | saltstack_salt | train | py |
2f0f8a4824349ae9196397dced18f5359d68748a | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -767,7 +767,11 @@ func doRequestFollowRedirects(req *Request, dst []byte, url string, c clientDoer
break
}
statusCode = resp.Header.StatusCode()
- if statusCode != StatusMovedPermanently && statusCode != StatusF... | Fix supported redirect status codes
Support the same redirect status codes as the golang standard library
does: <URL> | valyala_fasthttp | train | go |
0b44170b6aa1e448e85c21c896de12e3691965a5 | diff --git a/gnosis/eth/ethereum_network.py b/gnosis/eth/ethereum_network.py
index <HASH>..<HASH> 100644
--- a/gnosis/eth/ethereum_network.py
+++ b/gnosis/eth/ethereum_network.py
@@ -354,6 +354,7 @@ class EthereumNetwork(Enum):
HARADEV_TESTNET = 197710212031
MILKOMEDA_C1_MAINNET = 2001
MILKOMEDA_C1_TESTN... | Add milkomeda algorand testnet (#<I>) | gnosis_gnosis-py | train | py |
6f07b90537f9c64df6d0d5d19e767e59b5d3e0ee | diff --git a/src/components/Select.js b/src/components/Select.js
index <HASH>..<HASH> 100644
--- a/src/components/Select.js
+++ b/src/components/Select.js
@@ -188,7 +188,7 @@ const Select = React.createClass({
type={this.state.isOpen ? 'caret-up' : 'caret-down'}
/>
</div>
- ... | fix conditional for render select options to account for this.props.children | mxenabled_mx-react-components | train | js |
ca760ca9e78b454f0d8feb17606bed252ce461b8 | diff --git a/Str.php b/Str.php
index <HASH>..<HASH> 100644
--- a/Str.php
+++ b/Str.php
@@ -38,13 +38,17 @@ class Str
*/
public static function after($subject, $search)
{
- if (! static::contains($subject, $search)) {
+ if ($search == '') {
return $subject;
}
- ... | Fixes and optimizations for Str::after (#<I>)
* Correct results if there are multibyte characters before the search
* Do not trigger warning if search is an empty string
Also, should be significantly faster. | illuminate_support | train | php |
9bdaed1bd67b111a78b11c3b010e507ccbf5c6b3 | diff --git a/lib/yao/resources/server.rb b/lib/yao/resources/server.rb
index <HASH>..<HASH> 100644
--- a/lib/yao/resources/server.rb
+++ b/lib/yao/resources/server.rb
@@ -42,6 +42,10 @@ module Yao::Resources
action(id,"resize" => { "flavorRef" => flavor_id })
end
+ def self.add_security_group(server_id... | support AddSecurityGroup action | yaocloud_yao | train | rb |
c0a46301b9501917c1d655dbe494f0cd2af15ebe | diff --git a/salt/fileserver/s3fs.py b/salt/fileserver/s3fs.py
index <HASH>..<HASH> 100644
--- a/salt/fileserver/s3fs.py
+++ b/salt/fileserver/s3fs.py
@@ -77,7 +77,7 @@ import salt.fileserver as fs
import salt.modules
import salt.utils
import salt.utils.s3 as s3
-import six
+import salt.utils.six as six
from six.mo... | Replaced import six in file /salt/fileserver/s3fs.py | saltstack_salt | train | py |
519249353ca97a095ddd43ae31a085d05bf7473e | diff --git a/lib/poolparty/base_packages/poolparty.rb b/lib/poolparty/base_packages/poolparty.rb
index <HASH>..<HASH> 100644
--- a/lib/poolparty/base_packages/poolparty.rb
+++ b/lib/poolparty/base_packages/poolparty.rb
@@ -40,7 +40,7 @@ module PoolParty
has_gempackage(:name => "poolparty-latest",... | Ensures that poolparty is installed before trying to start the messenger | auser_poolparty | train | rb |
5b077c2022f150a8143a306df0ae8dae6427a4a8 | diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py
index <HASH>..<HASH> 100644
--- a/paramiko/sftp_client.py
+++ b/paramiko/sftp_client.py
@@ -717,7 +717,6 @@ class SFTPClient(BaseSFTP, ClosingContextManager):
.. versionchanged:: 1.7.4
Added the ``callback`` param
"""
- ... | Remove vestigial extra 'stat' call in SFTPClient.get()
Was apparently not removed when getfo() was born. | paramiko_paramiko | train | py |
c1e6099f4ead51c200dccfe8158afb5b596f16e1 | diff --git a/Generative-Adversarial-Networks/pygan/generativemodel/conditional_generative_model.py b/Generative-Adversarial-Networks/pygan/generativemodel/conditional_generative_model.py
index <HASH>..<HASH> 100644
--- a/Generative-Adversarial-Networks/pygan/generativemodel/conditional_generative_model.py
+++ b/Generat... | Update for pre learning, typo, and verbose. | chimera0_accel-brain-code | train | py |
80fc4c4ab38a498aa82bfe5a2a0654a0cb5b9ddd | diff --git a/lib/rom/lint/repository.rb b/lib/rom/lint/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/lint/repository.rb
+++ b/lib/rom/lint/repository.rb
@@ -22,6 +22,11 @@ module ROM
# @api public
attr_reader :uri
+ # Repository instance used in lint tests
+ #
+ # @api private
+... | Make repository_instance public in Lint::Repository
It's still tagged as `private` via YARD tag which OK.
After this commit that warning is gone:
rom/lib/rom/lint/repository.rb:<I>: warning: private attribute? | rom-rb_rom | train | rb |
dd15541a687c0ae0ffd5cae99d07a54315bafd7f | diff --git a/util/src/main/java/org/vesalainen/fx/PreferencesBindings.java b/util/src/main/java/org/vesalainen/fx/PreferencesBindings.java
index <HASH>..<HASH> 100644
--- a/util/src/main/java/org/vesalainen/fx/PreferencesBindings.java
+++ b/util/src/main/java/org/vesalainen/fx/PreferencesBindings.java
@@ -92,6 +92,11 @... | Added createObjectBinding | tvesalainen_util | train | java |
45358e68e45dc2162e2c39d5e73db154f251f55a | diff --git a/app/models/content_type.rb b/app/models/content_type.rb
index <HASH>..<HASH> 100644
--- a/app/models/content_type.rb
+++ b/app/models/content_type.rb
@@ -6,6 +6,7 @@ class ContentType < ActiveRecord::Base
acts_as_paranoid
validates :name, :creator, presence: true
+ validates :name, uniqueness: tru... | Content Type name now must validate uniqueness, modify mapping to reflect | cortex-cms_cortex | train | rb |
374241fa0ac67977fd0d2e08f16e0ac787c28c85 | diff --git a/mapchete/io/raster.py b/mapchete/io/raster.py
index <HASH>..<HASH> 100644
--- a/mapchete/io/raster.py
+++ b/mapchete/io/raster.py
@@ -162,12 +162,12 @@ def _get_warped_array(
dst_nodata = src.nodata if dst_nodata is None else dst_nodata
with WarpedVRT(
src,
- ... | rename kwargs to be compliant with rasterio <I> | ungarj_mapchete | train | py |
7e7df69324831d6b8e3c345a0d60591edd8cceae | diff --git a/celerymon/handlers/api.py b/celerymon/handlers/api.py
index <HASH>..<HASH> 100644
--- a/celerymon/handlers/api.py
+++ b/celerymon/handlers/api.py
@@ -1,6 +1,7 @@
from __future__ import absolute_import
from functools import wraps
+import types
import anyjson
from tornado.web import RequestHandler, H... | unrolling generators before json encoding | celery_celerymon | train | py |
27186dd9de8f2e3fbb06a61dd7bef1273c45a59b | diff --git a/bootstrap_py/docs.py b/bootstrap_py/docs.py
index <HASH>..<HASH> 100644
--- a/bootstrap_py/docs.py
+++ b/bootstrap_py/docs.py
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
"""bootstrap_py.docs."""
+import os.path
import shlex
import subprocess
@@ -35,4 +36,13 @@ def build_sphinx(pkg_data, projectdir):
... | Adds touching docs/source/_static/.gitkeep. | mkouhei_bootstrap-py | train | py |
a39ec413f896a37dff069d127fded5c19d3854c6 | diff --git a/field/__init__.py b/field/__init__.py
index <HASH>..<HASH> 100644
--- a/field/__init__.py
+++ b/field/__init__.py
@@ -33,6 +33,19 @@ parser.add_argument(
'-d', '--delimiter', default=None,
help='delimiter between fields', type=str)
+
+def split_lines(filehandle, delim):
+ for line in filehan... | Expand single line generators into functions. | bramwelt_field | train | py |
7c9b42b79527d8a044bcd578d216c5aaf69438e9 | diff --git a/src/Common/QueryConnector.php b/src/Common/QueryConnector.php
index <HASH>..<HASH> 100644
--- a/src/Common/QueryConnector.php
+++ b/src/Common/QueryConnector.php
@@ -30,4 +30,5 @@ class QueryConnector
const MATCH = 'match';
const RANGE = 'range';
const TERMS ... | <I> - Added additional constant. | g4code_data-mapper | train | php |
8315b0f87a2ef160f4964af6862d2fb2979583f2 | diff --git a/web/concrete/core/controllers/blocks/content.php b/web/concrete/core/controllers/blocks/content.php
index <HASH>..<HASH> 100644
--- a/web/concrete/core/controllers/blocks/content.php
+++ b/web/concrete/core/controllers/blocks/content.php
@@ -98,14 +98,14 @@
public static function replaceImagePlaceHolder... | fixing image and file in content importer
Former-commit-id: <I>f<I>af<I>d<I>f<I>a<I>a1afc<I> | concrete5_concrete5 | train | php |
cc47e96b1e1b8190860c82ba75ba93d677367221 | diff --git a/test/api.js b/test/api.js
index <HASH>..<HASH> 100644
--- a/test/api.js
+++ b/test/api.js
@@ -65,7 +65,7 @@ describe('Module API', () => {
});
});
- describe('_()', () => {
+ describe('__()', () => {
it('should return en translations as expected', () => {
i18n.setLocale('en'); | api tests ported from i<I>n-node | TrigenSoftware_i18n-for-browser | train | js |
aa42f4309c3c40b4449f2574df06c519dff73016 | diff --git a/hugolib/site.go b/hugolib/site.go
index <HASH>..<HASH> 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -314,7 +314,7 @@ func (s *Site) CreatePages() (err error) {
panic(fmt.Sprintf("s.Source not set %s", s.absContentDir()))
}
if len(s.Source.Files()) < 1 {
- return fmt.Errorf("No source files... | allow site to be built with empty content
Build the site even if there isn't anything in the content directory. | gohugoio_hugo | train | go |
f58d62f4779a77882d882b85abc0303140ccb41c | diff --git a/yowsup/common/tools.py b/yowsup/common/tools.py
index <HASH>..<HASH> 100644
--- a/yowsup/common/tools.py
+++ b/yowsup/common/tools.py
@@ -82,7 +82,9 @@ class WATools:
b64Hash = base64.b64encode(sha1.digest())
return b64Hash if type(b64Hash) is str else b64Hash.decode()
+
class StorageT... | [feat] add read/write phone config to StorageTools | tgalal_yowsup | train | py |
ab1c451e417bc8407a06412540aa86a0e225c898 | diff --git a/scot/parallel.py b/scot/parallel.py
index <HASH>..<HASH> 100644
--- a/scot/parallel.py
+++ b/scot/parallel.py
@@ -21,14 +21,14 @@ def parallel_loop(func, n_jobs=1, verbose=1):
-----
Execution of the main script must be guarded with `if __name__ == '__main__':` when using parallelization.
"""... | fixed joblib import and added debug output | scot-dev_scot | train | py |
950547b8006389e572d649d163c9a9e9f5fbbd11 | diff --git a/tests/Kwf/Exception/ExceptionTest.php b/tests/Kwf/Exception/ExceptionTest.php
index <HASH>..<HASH> 100644
--- a/tests/Kwf/Exception/ExceptionTest.php
+++ b/tests/Kwf/Exception/ExceptionTest.php
@@ -81,6 +81,7 @@ class Kwf_Exception_ExceptionTest extends Kwf_Test_TestCase
private function _processExc... | no benchmark-output on exception-tests
i don't know why it started to output, this was the easiest way to stop it | koala-framework_koala-framework | train | php |
3a4aa2793f18b88903f0dfec5ee40e0f33d21f3b | diff --git a/examples/full.js b/examples/full.js
index <HASH>..<HASH> 100644
--- a/examples/full.js
+++ b/examples/full.js
@@ -7,7 +7,7 @@ var proc = new ffmpeg('/path/to/your_movie.avi')
// set target codec
.withVideoCodec('divx')
// set aspect ratio
- .withAspectRatio('16:9')
+ .withAspect('16:9')
... | Updated the example to use right API method to set aspect-ratio | fluent-ffmpeg_node-fluent-ffmpeg | train | js |
c51ea97234f25fd2ac70edd9de30416445f194d9 | diff --git a/configuration/configuration.go b/configuration/configuration.go
index <HASH>..<HASH> 100644
--- a/configuration/configuration.go
+++ b/configuration/configuration.go
@@ -311,6 +311,10 @@ func parseV0_1Registry(in []byte) (*Configuration, error) {
config.Reporting.NewRelic.Name = newRelicName
}
+ if ... | Allows HTTP bind address to be overridden by an environment variable
Uses REGISTRY_HTTP_ADDR | docker_distribution | train | go |
c76f7e657d452ac56a28c1ce5b846c2bb2600b6f | diff --git a/backtrader/analyzers/tradeanalyzer.py b/backtrader/analyzers/tradeanalyzer.py
index <HASH>..<HASH> 100644
--- a/backtrader/analyzers/tradeanalyzer.py
+++ b/backtrader/analyzers/tradeanalyzer.py
@@ -52,9 +52,21 @@ class TradeAnalyzer(Analyzer):
- Long/Short Total/Average/Max/Min
- Won/... | Fixes #<I> by adding a default of total.total = 0 to indicate that no trades were executed and therefore no statistics | backtrader_backtrader | train | py |
998bc43fdfb64d11878f8f1e875e8a69c2addef3 | diff --git a/Controller/PageAdminController.php b/Controller/PageAdminController.php
index <HASH>..<HASH> 100644
--- a/Controller/PageAdminController.php
+++ b/Controller/PageAdminController.php
@@ -526,16 +526,17 @@ class PageAdminController extends CRUDController
try {
$layoutBlock = $... | fix bug when deleting layout blocks that have not yet been persisted to the db | networking_init-cms-bundle | train | php |
56b0bcb5b3b8a24a1d004cfda7961719b821ca7e | diff --git a/src/main/java/com/couchbase/lite/Database.java b/src/main/java/com/couchbase/lite/Database.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/Database.java
+++ b/src/main/java/com/couchbase/lite/Database.java
@@ -3263,6 +3263,7 @@ public class Database {
Lo... | fix in Database.purgeRevisions | couchbase_couchbase-lite-java-core | train | java |
25a07f60a7a087f0946fa8d27d9f5740c033209e | diff --git a/react/Textarea/Textarea.demo.js b/react/Textarea/Textarea.demo.js
index <HASH>..<HASH> 100644
--- a/react/Textarea/Textarea.demo.js
+++ b/react/Textarea/Textarea.demo.js
@@ -71,13 +71,6 @@ export default {
})
},
{
- label: 'Secondary Label',
- transformProps: ... | docs(site): Clean up form element demos (#<I>)
Some form element demos were starting to collect a few too many options, but some of them were either an edge case or completely redundant. | seek-oss_seek-style-guide | train | js,js |
d78d9744c6f5fd3e6547a802a5b8e26c403ca5d4 | diff --git a/javascript/ajaxselect2.init.js b/javascript/ajaxselect2.init.js
index <HASH>..<HASH> 100644
--- a/javascript/ajaxselect2.init.js
+++ b/javascript/ajaxselect2.init.js
@@ -2,6 +2,7 @@
$.entwine("select2", function($) {
$("input.ajaxselect2").entwine({
onmatch: function() {
+ this._super();
v... | fix(Entwine): Add this._super() to avoid weird breaking issues, Change select2.init.js to be consistent with ajaxselect2.init.js formatting | sheadawson_silverstripe-select2 | train | js,js |
f117795c9289d4bce8ee06dc3b6cce5387de38a2 | diff --git a/lib/ffi-geos/coordinate_sequence.rb b/lib/ffi-geos/coordinate_sequence.rb
index <HASH>..<HASH> 100644
--- a/lib/ffi-geos/coordinate_sequence.rb
+++ b/lib/ffi-geos/coordinate_sequence.rb
@@ -160,6 +160,10 @@ module Geos
}.read_int
end
+ def to_point
+ Geos.create_point(self)
+ end
+... | Add CoordinateSequence#to_point support to match the other geometry constructors. | dark-panda_ffi-geos | train | rb,rb |
9bddfba22e55603f34e68f5ee719d97295d596ac | diff --git a/Classes/TestingFramework.php b/Classes/TestingFramework.php
index <HASH>..<HASH> 100644
--- a/Classes/TestingFramework.php
+++ b/Classes/TestingFramework.php
@@ -9,6 +9,7 @@ use TYPO3\CMS\Core\Database\Query\QueryBuilder;
use TYPO3\CMS\Core\TimeTracker\NullTimeTracker;
use TYPO3\CMS\Core\TimeTracker\Time... | [CLEANUP] Import the RootlineUtility in TestingFramework (#<I>) | oliverklee_ext-oelib | train | php |
eabc1505b32161dfaea7ced161f63776346cf105 | diff --git a/helpers/config.go b/helpers/config.go
index <HASH>..<HASH> 100644
--- a/helpers/config.go
+++ b/helpers/config.go
@@ -31,11 +31,10 @@ type Config struct {
PersistentAppOrg string `json:"persistent_app_org"`
PersistentAppQuotaName string `json:"persistent_app_quota_name"`
- SkipSSLValidation ... | Remove include_route_services property from config
[#<I>] | cloudfoundry-incubator_cf-test-helpers | train | go |
20dfe28fb6a52c317f5abba4dd7dda69436c7eee | diff --git a/docs/next/postcss.config.js b/docs/next/postcss.config.js
index <HASH>..<HASH> 100644
--- a/docs/next/postcss.config.js
+++ b/docs/next/postcss.config.js
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
- "@tailwindcss/jit": {},
+ tailwindcss: {},
autoprefixer: {},
},
}; | [docs-infra] Switch css compilation back to purge
Summary: Title. JIT might be causing the weird CSS issues we're seeing.
Test Plan: bk
Reviewers: yuhan
Reviewed By: yuhan
Differential Revision: <URL> | dagster-io_dagster | train | js |
10f9ef04f49a991e61f0f0019e3e27161f9eba92 | diff --git a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/rules/patterns/Match.java b/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/rules/patterns/Match.java
index <HASH>..<HASH> 100644
--- a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/rules/patterns/Match.java
+++ b/trunk/JLanguageT... | add emptiness test to avoid nullpointer etc. errors in case of errors | languagetool-org_languagetool | train | java |
e40a557bef63d3a1bf4b186720fc6cf3f03cdef6 | diff --git a/tests/Classes/PHP80.php b/tests/Classes/PHP80.php
index <HASH>..<HASH> 100644
--- a/tests/Classes/PHP80.php
+++ b/tests/Classes/PHP80.php
@@ -6,6 +6,7 @@ namespace Brick\Reflection\Tests\Classes;
use Brick\Reflection\Tests\A;
use Brick\Reflection\Tests\Attributes\ExpectFunctionSignature;
+use Closure;
... | Tests for iterable & callable | brick_reflection | train | php |
f88762fe1af63e1529e9001ce957b3df4e97aba5 | diff --git a/lib/middleware/copyright.js b/lib/middleware/copyright.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/copyright.js
+++ b/lib/middleware/copyright.js
@@ -18,11 +18,11 @@ var parse = require('parse-copyright');
*/
module.exports = function copyright_(verb) {
+ var copyright = verb.get('data.copyri... | skip if copyright is defined. | verbose_verb | train | js |
b7fd5032a55658d4e62567d76d672c1a0b0398db | diff --git a/salt/modules/win_repo.py b/salt/modules/win_repo.py
index <HASH>..<HASH> 100644
--- a/salt/modules/win_repo.py
+++ b/salt/modules/win_repo.py
@@ -18,7 +18,7 @@ import salt.output
import salt.utils
import salt.loader
import salt.template
-from salt.exceptions import CommandExecutionError
+from salt.excep... | I incorrectly ignored a lint error in a previous PR | saltstack_salt | train | py |
067c59799ce47e298d05f0136a4734418f5ea2b1 | diff --git a/src/StaticGeometry.js b/src/StaticGeometry.js
index <HASH>..<HASH> 100644
--- a/src/StaticGeometry.js
+++ b/src/StaticGeometry.js
@@ -469,7 +469,7 @@ define(function(require) {
generateBarycentric: function() {
- if (! this.isUniqueVertex()) {
+ if (!this.isUniqueVertex()... | StaticGeometry#generateBarycentric fix | pissang_claygl | train | js |
346efb2109f0f0b69121889d82511c3ef549f7be | diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/__init__.py
+++ b/PyFunceble/__init__.py
@@ -910,17 +910,6 @@ def _command_line(): # pragma: no cover pylint: disable=too-many-branches,too-m
)
PARSER.add_argument(
- ... | Deletion of unneeded part (Might me reincluded in future version) | funilrys_PyFunceble | train | py |
189007be5556336126a24e9bf28e2b6d4fe10883 | diff --git a/src/bitpay/OmnipayMerchant.php b/src/bitpay/OmnipayMerchant.php
index <HASH>..<HASH> 100644
--- a/src/bitpay/OmnipayMerchant.php
+++ b/src/bitpay/OmnipayMerchant.php
@@ -12,14 +12,36 @@ namespace hiqdev\php\merchant\bitpay;
use hiqdev\php\merchant\Helper;
use hiqdev\php\merchant\RequestInterface;
-use ... | Updated to use hiqdev/omnipay-bitpay | hiqdev_php-merchant | train | php |
bac629d3f64d2ddc4980edf0dfc10dbc46da86ee | diff --git a/app/actions/prottable/probability.py b/app/actions/prottable/probability.py
index <HASH>..<HASH> 100644
--- a/app/actions/prottable/probability.py
+++ b/app/actions/prottable/probability.py
@@ -1,12 +1,12 @@
-from app.dataformats import mzidtsv as mzidtsvdata
+from app.dataformats import peptable as peptab... | Correct header names of peptide table in adding probability data to protein table | glormph_msstitch | train | py |
f9aae41005bc58d5eeadcaadd38b528f017ec4f1 | diff --git a/karma-minified.conf.js b/karma-minified.conf.js
index <HASH>..<HASH> 100644
--- a/karma-minified.conf.js
+++ b/karma-minified.conf.js
@@ -37,7 +37,7 @@ module.exports = function (config) {
],
// list of files to exclude
- exclude: ['source-minified/smart-elements.js'],
+ e... | Update karma-minified.conf.js | HTMLElements_smarthtmlelements-core | train | js |
ae603d33a577974f3b9c5892a75d57fb87843343 | diff --git a/lancet/cli.py b/lancet/cli.py
index <HASH>..<HASH> 100644
--- a/lancet/cli.py
+++ b/lancet/cli.py
@@ -59,7 +59,7 @@ def get_transition(ctx, lancet, issue, to_status):
def assign_issue(lancet, issue, username, active_status=None):
with taskstatus('Assigning issue to you') as ts:
assignee = is... | Compare against the assignee name, not key. | GaretJax_lancet | train | py |
392ef51cd9ac8768ede3fdf57b97b9c737ea3971 | diff --git a/lib/ronin/model/has_description.rb b/lib/ronin/model/has_description.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/model/has_description.rb
+++ b/lib/ronin/model/has_description.rb
@@ -27,8 +27,6 @@ module Ronin
# Adds a `description` property to a model.
#
module HasDescription
- incl... | Do not use DataMapper::Types anymore, use DataMapper::Property instead. | ronin-ruby_ronin | train | rb,rb |
985b843a89fe96eaf593d66b707a61ce39780d4e | diff --git a/graph/Transitive_Closure_DFS.py b/graph/Transitive_Closure_DFS.py
index <HASH>..<HASH> 100644
--- a/graph/Transitive_Closure_DFS.py
+++ b/graph/Transitive_Closure_DFS.py
@@ -40,7 +40,6 @@ class Graph:
print(self.tc)
-# Create a graph given in the above diagram
g = Graph(4)
g.addEdge(0, 1)
g... | Update Transitive_Closure_DFS.py | keon_algorithms | train | py |
b05dfadc04934f5c0349a1fe45e3632ad6c15c0a | diff --git a/src/main/java/net/openhft/chronicle/map/NodeDiscoveryHostPortBroadcaster.java b/src/main/java/net/openhft/chronicle/map/NodeDiscoveryHostPortBroadcaster.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/openhft/chronicle/map/NodeDiscoveryHostPortBroadcaster.java
+++ b/src/main/java/net/openhft/chron... | HCOLL-<I> ( release draft cut of the code so that I can test it across my network ) | OpenHFT_Chronicle-Map | train | java |
f5221275ce7f379574b8c56244a9eee3c10596dc | diff --git a/app/controllers/admin/admin_controller.rb b/app/controllers/admin/admin_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/admin_controller.rb
+++ b/app/controllers/admin/admin_controller.rb
@@ -2,14 +2,14 @@ module Admin
# Public: Base admin system controller. Contains authentication... | Moves AdminMiddleware inclusion below layout definition in AdminController in order to allow layout overrides | littlelines_ceo | train | rb |
0c098ecd749da9af54015868a2c8f87e0cf61092 | diff --git a/include/datawrappers/connectionwrapper_class.php b/include/datawrappers/connectionwrapper_class.php
index <HASH>..<HASH> 100644
--- a/include/datawrappers/connectionwrapper_class.php
+++ b/include/datawrappers/connectionwrapper_class.php
@@ -37,7 +37,7 @@ class ConnectionWrapper {
function BeginTransact... | - Made default DataManager::quote() behavior more consistent with what should be expected | jbaicoianu_elation | train | php |
9949a0b9644c95b66f8ad7bebf2451641600d4c3 | diff --git a/lib/amee/connection.rb b/lib/amee/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/amee/connection.rb
+++ b/lib/amee/connection.rb
@@ -298,7 +298,8 @@ module AMEE
def cache_key(path)
# We have to make sure cache keys don't get too long for the filesystem,
# so we cut them off if they'... | Remove special chars from cache keys for Rails 3 compatibility. SDK-<I> | OpenAMEE_amee-ruby | train | rb,rb |
a4bb7963a857865e667fcc4eb77c35f3332001de | diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py
index <HASH>..<HASH> 100644
--- a/geomdl/BSpline.py
+++ b/geomdl/BSpline.py
@@ -324,7 +324,7 @@ class Curve(object):
return ret_check
# Saves evaluated curve points to a CSV file
- def save_surfpts_to_csv(self, filename=""):
+ def save_curvepts_to... | Corrected function name to save_curvepts_to_csv | orbingol_NURBS-Python | train | py |
b78505c290d3d1a41be5e28fdecab8353494737e | diff --git a/lib/generate/fs.js b/lib/generate/fs.js
index <HASH>..<HASH> 100644
--- a/lib/generate/fs.js
+++ b/lib/generate/fs.js
@@ -16,7 +16,8 @@ var getFiles = function(path) {
// Add extra rules to ignore common folders
ig.addIgnoreRules([
- '.git/'
+ '.git/',
+ '.gitignore',
... | Ignore .gitignore file by default in fs.list
Partial fix of #<I> | GitbookIO_gitbook | train | js |
a83f27f4e348546bbdfb56fcb379a9fdddccf594 | diff --git a/bcbio/variation/freebayes.py b/bcbio/variation/freebayes.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/freebayes.py
+++ b/bcbio/variation/freebayes.py
@@ -48,8 +48,7 @@ def run_freebayes(align_bams, ref_file, config, dbsnp=None, region=None,
with file_transaction(out_file) as tx_out_file:
... | Removed --left-align-indels option.
It is the default in <I> and throws an error if passed in. | bcbio_bcbio-nextgen | train | py |
1577e8ed80d6abc8fdbc28ea7893ddc8d10bce2b | diff --git a/core-bundle/src/Resources/contao/drivers/DC_Folder.php b/core-bundle/src/Resources/contao/drivers/DC_Folder.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/drivers/DC_Folder.php
+++ b/core-bundle/src/Resources/contao/drivers/DC_Folder.php
@@ -935,7 +935,7 @@ class DC_Folder extends \... | [Core] Fix the file upload error message (see #<I>). | contao_contao | train | php |
154c2cc3f86369435221b181d4cc281414637b13 | diff --git a/packages/razzle/config/createConfigAsync.js b/packages/razzle/config/createConfigAsync.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/createConfigAsync.js
+++ b/packages/razzle/config/createConfigAsync.js
@@ -1022,7 +1022,7 @@ module.exports = (
}
if (razzleOptions.debug.config) {
... | fix(razzle): webpackConfig undefined
webpackConfig undefined, i should be config | jaredpalmer_razzle | train | js |
827b65ac8b70d93b3238a92c00dd632e61c35870 | diff --git a/src/animanager/add.py b/src/animanager/add.py
index <HASH>..<HASH> 100644
--- a/src/animanager/add.py
+++ b/src/animanager/add.py
@@ -2,8 +2,6 @@ import logging
from datetime import date
from urllib.parse import urlencode
from xml.etree import ElementTree
-import html.parser
-import re
import sys
fr... | Remove weird hack in add.py
It was put in there to fix a weird formatting problem in the past from
MAL's XML. | darkfeline_animanager | train | py |
44b77f9495acdbdf5607654b0631c4746e50d814 | diff --git a/tests/tests/lib/ezutils/ezmail_ezc_test.php b/tests/tests/lib/ezutils/ezmail_ezc_test.php
index <HASH>..<HASH> 100644
--- a/tests/tests/lib/ezutils/ezmail_ezc_test.php
+++ b/tests/tests/lib/ezutils/ezmail_ezc_test.php
@@ -49,6 +49,9 @@ class eZMailEzcTest extends ezpTestCase
*/
public function t... | Skipped unit tests that relies on stmp.ez.no | ezsystems_ezpublish-legacy | train | php |
3bdb79f15eed3f35e79e807b3ca491fc68e1ba49 | diff --git a/lib/Thelia/Core/Template/Loop/ProductSaleElements.php b/lib/Thelia/Core/Template/Loop/ProductSaleElements.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Core/Template/Loop/ProductSaleElements.php
+++ b/lib/Thelia/Core/Template/Loop/ProductSaleElements.php
@@ -68,6 +68,7 @@ class ProductSaleElements exten... | add order by weight in loop product sale elements | thelia_core | train | php |
9c9a3e98b7a943fe78a0870420e5371195ecc757 | diff --git a/llvmlite/tests/test_ir.py b/llvmlite/tests/test_ir.py
index <HASH>..<HASH> 100644
--- a/llvmlite/tests/test_ir.py
+++ b/llvmlite/tests/test_ir.py
@@ -2066,7 +2066,7 @@ class TestConstant(TestBase):
def test_non_nullable_int(self):
constant = ir.Constant(ir.IntType(32), None).constant
- ... | Use unit-test assertions instead of built-in | numba_llvmlite | train | py |
74a690ac56d64a7873f9c322ca2b54841d65f40c | diff --git a/scripts/release/mirror.js b/scripts/release/mirror.js
index <HASH>..<HASH> 100644
--- a/scripts/release/mirror.js
+++ b/scripts/release/mirror.js
@@ -366,12 +366,20 @@ const mirrorSupport = (destination, data) => {
);
}
- if (data[upstream] == 'mirror') {
+ let upstreamData = data[upstream];
+
... | Don't alter data when performing upstream mirroring (#<I>) | mdn_browser-compat-data | train | js |
450c42f166935acd1ebdc39d5c489c1d0439199f | diff --git a/builtin/providers/aws/resource_aws_route53_zone_association.go b/builtin/providers/aws/resource_aws_route53_zone_association.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_route53_zone_association.go
+++ b/builtin/providers/aws/resource_aws_route53_zone_association.go
@@ -59,7 +59,... | keep clean changeinfo as res id | hashicorp_terraform | train | go |
283de238610596338e66551ecf4c90ee95fbba0d | diff --git a/src/cr/cube/cube.py b/src/cr/cube/cube.py
index <HASH>..<HASH> 100644
--- a/src/cr/cube/cube.py
+++ b/src/cr/cube/cube.py
@@ -1081,13 +1081,6 @@ class _WeightedValidCountsMeasure(_BaseMeasure):
"""Weighted Valid counts for cube."""
@lazyproperty
- def missing_count(self):
- """numeric... | [#<I>]: remove missing counts from weighted valid count measure in cube | Crunch-io_crunch-cube | train | py |
e84af2c0f797bca760c797724c59094be8713b88 | diff --git a/lib/Yucca/Component/Selector/Source/Database.php b/lib/Yucca/Component/Selector/Source/Database.php
index <HASH>..<HASH> 100644
--- a/lib/Yucca/Component/Selector/Source/Database.php
+++ b/lib/Yucca/Component/Selector/Source/Database.php
@@ -74,6 +74,9 @@ class Database implements SelectorSourceInterface{
... | [COUNT] Fix bug when counting on a request with group_by | yucca-php_yucca | train | php |
52eeead95b38f02f2c622f11803ac1355cdc858b | diff --git a/coconut/icoconut/root.py b/coconut/icoconut/root.py
index <HASH>..<HASH> 100644
--- a/coconut/icoconut/root.py
+++ b/coconut/icoconut/root.py
@@ -37,6 +37,7 @@ class kernel(Kernel):
language_version = VERSION
banner = "Coconut:"
language_info = {
+ "name": "coconut",
"mimetyp... | Adds a name field to language_info | evhub_coconut | train | py |
d42b44b8ff68ee3975714bb017eff64a159ce733 | diff --git a/specs-go/config.go b/specs-go/config.go
index <HASH>..<HASH> 100644
--- a/specs-go/config.go
+++ b/specs-go/config.go
@@ -34,7 +34,7 @@ type Process struct {
// Terminal creates an interactive terminal for the container.
Terminal bool `json:"terminal,omitempty"`
// ConsoleSize specifies the size of t... | specs-go/config: Use a pointer for Process.ConsoleSize
Avoid injecting:
"consoleSize":{"height":0,"width":0}
when serializing with Go's stock JSON serializer. Using a pointer for
this optional struct property works around [1].
[1]: <URL> | opencontainers_runtime-spec | train | go |
36126aefc3c9bcb1407b7f8e265e907377c7bccd | diff --git a/worker/instancemutater/worker.go b/worker/instancemutater/worker.go
index <HASH>..<HASH> 100644
--- a/worker/instancemutater/worker.go
+++ b/worker/instancemutater/worker.go
@@ -153,13 +153,11 @@ func newWorker(config Config) (*mutaterWorker, error) {
err = catacomb.Invoke(catacomb.Plan{
Site: &w.cata... | Fix race in catacomb registraion. | juju_juju | train | go |
6c794106e7ad9a8a879cc421cce7786ad857f859 | diff --git a/slickqa/slickqa.py b/slickqa/slickqa.py
index <HASH>..<HASH> 100644
--- a/slickqa/slickqa.py
+++ b/slickqa/slickqa.py
@@ -25,6 +25,7 @@ def update_result(self):
self.connection.results(self).update()
def update_testrun(self):
+ del self.summary
self.connection.testruns(self).update()
def... | making sure that the summary never get's updated unintentionally | slickqa_python-client | train | py |
f22ee6b411d4f0bb471cc9ea8e9cde0db5c49c96 | diff --git a/corelib/time.rb b/corelib/time.rb
index <HASH>..<HASH> 100644
--- a/corelib/time.rb
+++ b/corelib/time.rb
@@ -129,10 +129,6 @@ class Time
`new Date()`
end
- def self.parse(str)
- `Date.parse(str)`
- end
-
def +(other)
if Time === other
raise TypeError, "time + time?"
@@ -517,3... | Move Date.parse to the stdlib section and make it compliant | opal_opal | train | rb |
f3d962ad6457dee98c3facffe86fd22b46139865 | diff --git a/test/e2e/node/runtimeclass.go b/test/e2e/node/runtimeclass.go
index <HASH>..<HASH> 100644
--- a/test/e2e/node/runtimeclass.go
+++ b/test/e2e/node/runtimeclass.go
@@ -58,7 +58,7 @@ var _ = ginkgo.Describe("[sig-node] RuntimeClass", func() {
gomega.Expect(apierrs.IsForbidden(err)).To(gomega.BeTrue(), "sho... | tag test that taints a node as disruptive | kubernetes_kubernetes | train | go |
678ddd48a518f8d1ae7a9ba6ee7f05c090d00c60 | diff --git a/util/svg-sprite.js b/util/svg-sprite.js
index <HASH>..<HASH> 100644
--- a/util/svg-sprite.js
+++ b/util/svg-sprite.js
@@ -3,7 +3,7 @@
// See https://github.com/kisenka/svg-sprite-loader/issues/200 for an issue that
// may lead to a cleaner way of customising this.
-import BrowserSprite from 'svg-baker-... | Import dist version of svg-baker-runtime/browser-sprite
src version needed transpiling and therefore broke at build time. | cultureamp_cultureamp-style-guide | train | js |
24b4741aafa7304e3a94f3bb780d060ea6994119 | diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.jav... | Removed unnecessary @SuppressWarnings. | jeremylong_DependencyCheck | train | java |
edf1c2c7e00e40ed631c59b95df588ebc74fe27c | diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/AbstractGuacamoleTunnelService.... | GUAC-<I>: Don't "ALWAYS" release connection groups ... they only need to be released when acquire fails. | glyptodon_guacamole-client | train | java |
f86a977322fa45f85e8d8a09d5073059d45eb962 | diff --git a/lib/decompress-zip.js b/lib/decompress-zip.js
index <HASH>..<HASH> 100644
--- a/lib/decompress-zip.js
+++ b/lib/decompress-zip.js
@@ -5,7 +5,7 @@
// assertions everywhere to make sure that we are not dealing with a ZIP type
// that I haven't designed for. Things like spanning archives, non-DEFLATE
// co... | Switched to graceful-fs to avoid EMFILE errors | bower_decompress-zip | train | js,js,json |
617f7eb88b142f474c89915e63999c52f670362e | diff --git a/lib/lanes/api/sprockets_extension.rb b/lib/lanes/api/sprockets_extension.rb
index <HASH>..<HASH> 100644
--- a/lib/lanes/api/sprockets_extension.rb
+++ b/lib/lanes/api/sprockets_extension.rb
@@ -2,6 +2,7 @@ require 'sprockets'
require 'sass'
require 'sinatra/sprockets-helpers'
require_relative 'javascrip... | Add extensions to sprockets before base | argosity_hippo | train | rb |
c73e8f2495c6b51cc6c200468798ad75175de377 | diff --git a/google-cloud-spanner/acceptance/spanner/client/single_use_test.rb b/google-cloud-spanner/acceptance/spanner/client/single_use_test.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-spanner/acceptance/spanner/client/single_use_test.rb
+++ b/google-cloud-spanner/acceptance/spanner/client/single_use_test.rb
@... | Loosen single-use timestamp asserts, again | googleapis_google-cloud-ruby | train | rb |
0109cbbb4391bf63d98765d535afaa50c1193284 | diff --git a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java
+++ b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext... | [util] removed 'planned' deprecation. | eclipse_xtext-core | train | java |
a49fca44e0328462d23d09c3c3cf682f212de995 | diff --git a/mod/assign/renderable.php b/mod/assign/renderable.php
index <HASH>..<HASH> 100644
--- a/mod/assign/renderable.php
+++ b/mod/assign/renderable.php
@@ -788,7 +788,7 @@ class assign_files implements renderable {
if (!empty($CFG->enableportfolios)) {
require_once($CFG->libdir . '/portfo... | MDL-<I> assign: can't export to portfolio on non-submission | moodle_moodle | train | php |
d99e33c6669169f76fa9492a4aaab5790eae789c | diff --git a/dev/com.ibm.ws.kernel.feature_fat/fat/src/com/ibm/ws/kernel/feature/fat/ActivationTypeTest.java b/dev/com.ibm.ws.kernel.feature_fat/fat/src/com/ibm/ws/kernel/feature/fat/ActivationTypeTest.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.kernel.feature_fat/fat/src/com/ibm/ws/kernel/feature/fat/Activat... | Add small wait to make sure server.xml change is recognized | OpenLiberty_open-liberty | train | java |
96c037965b117d55f5bd5adf984a47d083b2a7bd | diff --git a/src/helpers/ImgixHelpers.php b/src/helpers/ImgixHelpers.php
index <HASH>..<HASH> 100644
--- a/src/helpers/ImgixHelpers.php
+++ b/src/helpers/ImgixHelpers.php
@@ -42,7 +42,7 @@ class ImgixHelpers
}
if (($config->useCloudSourcePath === true) && isset($volume->subfolder) && \get_class($vol... | Adds environment parsing to volume subfolder setting. | aelvan_Imager-Craft | train | php |
4a11b5dc1c5a2b0d9c35b200abc2155fedb82cba | diff --git a/spec/DigitalOceanV2/Adapter/BuzzAdapterSpec.php b/spec/DigitalOceanV2/Adapter/BuzzAdapterSpec.php
index <HASH>..<HASH> 100644
--- a/spec/DigitalOceanV2/Adapter/BuzzAdapterSpec.php
+++ b/spec/DigitalOceanV2/Adapter/BuzzAdapterSpec.php
@@ -3,16 +3,17 @@
namespace spec\DigitalOceanV2\Adapter;
use Buzz\Bro... | fix buzz adapter spec which can use custom listener | toin0u_DigitalOceanV2 | train | php |
f9b4bc0ffcfbe0bedead9422b82fad061abde7a7 | diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/conversion/XbaseValueConverterService.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/conversion/XbaseValueConverterService.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/conve... | [Xbase] registered ID value converter for IdOrSuper rule | eclipse_xtext-extras | train | java |
ecb26e9eec76ff7415b4fcc7b072a58f8469c87c | diff --git a/zipline/test_algorithms.py b/zipline/test_algorithms.py
index <HASH>..<HASH> 100644
--- a/zipline/test_algorithms.py
+++ b/zipline/test_algorithms.py
@@ -299,7 +299,7 @@ class BatchTransformAlgorithm(TradingAlgorithm):
fillna=False
)
- self.return_nan = ReturnPriceBatchTransf... | BUG: Can not test for length when dropping nans. | quantopian_zipline | train | py |
56374d7c51a289f37e83f457563c0f2bcd67d2fd | diff --git a/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/CencEncryptingTrackImpl.java b/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/CencEncryptingTrackImpl.java
index <HASH>..<HASH> 100644
--- a/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/CencEncryptingT... | removed linkedlist in favor of arraylist | sannies_mp4parser | train | java |
82586e064b400a6fab43e72aed446839cb6f003a | diff --git a/lxd/storage/drivers/driver_zfs_volumes.go b/lxd/storage/drivers/driver_zfs_volumes.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_zfs_volumes.go
+++ b/lxd/storage/drivers/driver_zfs_volumes.go
@@ -940,7 +940,8 @@ func (d *zfs) SetVolumeQuota(vol Volume, size string, op *operations.Operatio... | lxd/storage/drivers/driver/zfs/volume: Allow image resize when in unsafe mode in SetVolumeQuota | lxc_lxd | train | go |
4960e1569f6b4ed76d4b3fdcbbf747c2264e71e2 | diff --git a/test/test-yaml.rb b/test/test-yaml.rb
index <HASH>..<HASH> 100644
--- a/test/test-yaml.rb
+++ b/test/test-yaml.rb
@@ -1,3 +1,4 @@
+require 'yaml'
require_relative '../lib/grayskull/formats/yaml_handler'
require_relative '../lib/grayskull/formats'
require_relative '../lib/grayskull/validator'
@@ -5,7 +6,... | Added test for passing preloaded data | OiNutter_grayskull | train | rb |
7876b4f592d2fcc3e89256c51099f63b518e15c9 | diff --git a/go/kbfs/libkbfs/folder_branch_ops.go b/go/kbfs/libkbfs/folder_branch_ops.go
index <HASH>..<HASH> 100644
--- a/go/kbfs/libkbfs/folder_branch_ops.go
+++ b/go/kbfs/libkbfs/folder_branch_ops.go
@@ -741,7 +741,7 @@ func (fbo *folderBranchOps) clearConflictView(ctx context.Context) (
fbo.log.CDebugf(ctx, "Cl... | folder_branch_ops: use `deferLog` in deferred logs
To get better line number reporting in the logs. | keybase_client | train | go |
4b7386350821543a28c475ce5828af2c58be6071 | diff --git a/src/math/matrix2.js b/src/math/matrix2.js
index <HASH>..<HASH> 100644
--- a/src/math/matrix2.js
+++ b/src/math/matrix2.js
@@ -20,13 +20,13 @@
/** @scope me.Matrix2d.prototype */ {
/** @ignore */
- init : function (a, b, c, d, e, f, g, h, i) {
+ init : function () {
... | this is working better, as undefined arguments would be considered "present" then by the setTransform function | melonjs_melonJS | train | js |
90fa5bc5db33020d4ec70fe5901ad6a4704992ae | diff --git a/component.js b/component.js
index <HASH>..<HASH> 100644
--- a/component.js
+++ b/component.js
@@ -3,7 +3,20 @@
// they are responsible for calling render on those elements
Mast.Component =
{
-
+ /**
+ * attributes: properties to be added directly to the component
+ * i.e. ... | Documentation that was added via balderdash, and the fix to make subcomponents pass down properties properly. | balderdashy_mast | train | js |
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.