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 |
|---|---|---|---|---|---|
1f0c57515ab721592aa7a0bbafee0b20ad23a242 | diff --git a/examples/rax-kitchen-sink/.storybook/config.js b/examples/rax-kitchen-sink/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/examples/rax-kitchen-sink/.storybook/config.js
+++ b/examples/rax-kitchen-sink/.storybook/config.js
@@ -7,7 +7,6 @@ addParameters({
goFullScreen: false,
showAddonsPane... | Remove outdated sortStoriesByKind | storybooks_storybook | train | js,js |
22a5014996d78c673c2c8250055ebcfe0c08c7b5 | diff --git a/tests/unit/components/LMap.spec.js b/tests/unit/components/LMap.spec.js
index <HASH>..<HASH> 100644
--- a/tests/unit/components/LMap.spec.js
+++ b/tests/unit/components/LMap.spec.js
@@ -210,7 +210,7 @@ describe('component: LMap.vue', () => {
const wrapper = getMapWrapper({
center: { lat: 80, ln... | Set props twice with no-blocking false in quarantined test | KoRiGaN_Vue2Leaflet | train | js |
f3aaadf0727887e52083569befed3ff96bc13985 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,4 @@
from setuptools import setup, find_packages
-from codecs import open
-from os import path
-
-here = path.abspath(path.dirname(__file__))
-
-with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
- l... | update to fix errors returned from pip install with python<I>+ | p4r4n0y1ng_pyfmg | train | py |
b64bdca305b2f0224fc504f300d3c582e8592a3a | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -19,7 +19,7 @@ require 'shoulda/matchers'
Dir[Rails.root.join("spec/support/**/*.rb")].sort.each { |f| require f }
Capybara.javascript_driver = :cuprite
Capybara.register_driver(:... | Increase Cuprite timeout from 5 to <I> seconds
We've been seeing Ferrum::TimeoutError in GitHub Actions runs, so let's
increase the Curpite timeout which will hopefully take care of fixing that
issue when the runner is overloaded. | igrigorik_vimgolf | train | rb |
b49130beb16e0f26caa4235496e3cd6d2c183d45 | diff --git a/test/CliMenuTest.php b/test/CliMenuTest.php
index <HASH>..<HASH> 100644
--- a/test/CliMenuTest.php
+++ b/test/CliMenuTest.php
@@ -511,14 +511,10 @@ class CliMenuTest extends TestCase
$first = true;
$this->terminal->expects($this->any())
->method('read')
- ->willRet... | I'm sure it'll work out at some point | php-school_cli-menu | train | php |
0bbdfda3b55304e55fecd67cd0f1d7691e2fbbf5 | diff --git a/server/src/main/java/com/orientechnologies/orient/server/network/protocol/binary/ONetworkProtocolBinary.java b/server/src/main/java/com/orientechnologies/orient/server/network/protocol/binary/ONetworkProtocolBinary.java
index <HASH>..<HASH> 100755
--- a/server/src/main/java/com/orientechnologies/orient/ser... | Fixed issue #<I>
Since I've not a test case I've added more checks about Nullity. Hope
it's enough! | orientechnologies_orientdb | train | java |
fc17f141e03bcba245ecaf331e722eff3d46e8b2 | diff --git a/src/Slack/EmojiIcon.php b/src/Slack/EmojiIcon.php
index <HASH>..<HASH> 100644
--- a/src/Slack/EmojiIcon.php
+++ b/src/Slack/EmojiIcon.php
@@ -43,7 +43,14 @@ class EmojiIcon implements IconInterface
$emojiValidationRegex = '_^:[\w-+]+:$_iuS';
if (!preg_match($emojiValidationRegex, $emoji... | Explain better in the InvalidEmojiExeption what the format should be | pageon_SlackWebhookMonolog | train | php |
b2c90e1cca1975fe5f3b714bfed0baa592ba6efc | diff --git a/classy_mail/models.py b/classy_mail/models.py
index <HASH>..<HASH> 100644
--- a/classy_mail/models.py
+++ b/classy_mail/models.py
@@ -3,8 +3,6 @@ logger = logging.getLogger("classy_mail")
from django.contrib.auth import get_user_model
from django.db import models
-User = get_user_model()
-
class Email... | Fixing for compatibility with <I> | alexlovelltroy_django-classy-mail | train | py,py |
691bb9893dc9259d38f876a55c5178c97dd2a9a3 | diff --git a/freemius/includes/class-freemius.php b/freemius/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/freemius/includes/class-freemius.php
+++ b/freemius/includes/class-freemius.php
@@ -1926,6 +1926,8 @@
if ( is_object( $fs ) ) {
$fs->_uninstall_plugin_event();
+
+ $fs->do_action('aft... | [uninstall] Added after_uninstall hook. | Freemius_wordpress-sdk | train | php |
232f5d4cc6c327b7c613892e79cc8d091a6b9aab | diff --git a/components/auth/window-flow.js b/components/auth/window-flow.js
index <HASH>..<HASH> 100644
--- a/components/auth/window-flow.js
+++ b/components/auth/window-flow.js
@@ -1,6 +1,9 @@
+import sniffer from '../global/sniffer';
+
import AuthResponseParser from './response-parser';
const NAVBAR_HEIGHT = 50;... | RG-<I> first open window and then set URL: hack for Edge | JetBrains_ring-ui | train | js |
2d4d35509fe026676638b4239911062398d52a55 | diff --git a/lib/emit.js b/lib/emit.js
index <HASH>..<HASH> 100644
--- a/lib/emit.js
+++ b/lib/emit.js
@@ -987,17 +987,18 @@ Ep.explodeExpression = function(path, ignoreResult) {
// Side effects already emitted above.
} else if (tempVar || (hasLeapingChildren &&
- (self.isVolatil... | Fix #<I> by assigning more sibling subexpression results to temp vars. | facebook_regenerator | train | js |
643bd3bf2a3698e15f67bde41cd0fcd49a403253 | diff --git a/src/main/java/org/vesalainen/parser/util/CharInput.java b/src/main/java/org/vesalainen/parser/util/CharInput.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/vesalainen/parser/util/CharInput.java
+++ b/src/main/java/org/vesalainen/parser/util/CharInput.java
@@ -21,7 +21,6 @@ import java.io.IOExcept... | Fixed bug that returned illegal string when input length == 0 | tvesalainen_lpg | train | java |
e0d181e037438ee8ff457c421f6ca4706ac7a725 | diff --git a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/ConstructionNodeImpl.java b/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/ConstructionNodeImpl.java
index <HASH>..<HASH> 100644
--- a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/ConstructionNodeImpl.java
+++ b/core/model/src/m... | Make sure the new child is normalized. | ontop_ontop | train | java |
60572d43436351323eab49d416bc69ebdd12c6f0 | diff --git a/src/Legacy/Storage.php b/src/Legacy/Storage.php
index <HASH>..<HASH> 100644
--- a/src/Legacy/Storage.php
+++ b/src/Legacy/Storage.php
@@ -1977,7 +1977,7 @@ class Storage
*/
protected function isMultiOrderQuery($order)
{
- return ( strpos($order, ',') !== FALSE ? TRUE : FALSE );
+ ... | PSR-2 Compliance, changed TRUE and FALSE to lowercase true and false... | bolt_bolt | train | php,php |
635d2d99118837d85c367c86371a3b279028d23e | diff --git a/lib/ipc-helpers.js b/lib/ipc-helpers.js
index <HASH>..<HASH> 100644
--- a/lib/ipc-helpers.js
+++ b/lib/ipc-helpers.js
@@ -48,7 +48,7 @@ exports.listenForEvents = () => {
ipcRenderer.sendSync = function (channel, ...args) {
trackEvent(channel, args, true)
const returnValue = originalSend... | Treat return value as array of args | electron_devtron | train | js |
e5508284f5167a3cc92cbd93d1a6236b0cbadd78 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ tests_require = open(os.path.join(os.path.dirname(__file__), 'test_requirements.
setup(
name='mocket',
- version='1.3.1',
+ version='1.3.2',
author='Andrea de Marco, Giorgio Salluzzo',
au... | Upgrade to <I> version. | mindflayer_python-mocket | train | py |
0a9cc0edf8a97ef2a86d73e486c59e1f91a8b1fa | diff --git a/gwpy/data/array2d.py b/gwpy/data/array2d.py
index <HASH>..<HASH> 100644
--- a/gwpy/data/array2d.py
+++ b/gwpy/data/array2d.py
@@ -12,6 +12,7 @@ __author__ = "Duncan Macleod <duncan.macleod@ligo.org>"
from .array import Array
from .series import Series
+from ..segments import Segment
class Array2D(... | Array2D: now return span_x, span_y as Segment
(cherry picked from commit <I>b<I>a2a1c7effd7a8cdb<I>e<I>a<I>baac8e<I>e) | gwpy_gwpy | train | py |
369307fe2d06c8ef0956e24cecc98e955bd9518c | diff --git a/pgcontents/utils/ipycompat.py b/pgcontents/utils/ipycompat.py
index <HASH>..<HASH> 100644
--- a/pgcontents/utils/ipycompat.py
+++ b/pgcontents/utils/ipycompat.py
@@ -3,12 +3,12 @@ Utilities for managing IPython 3/4 compat.
"""
import IPython
-SUPPORTED_VERSIONS = {3, 4}
+SUPPORTED_VERSIONS = {3, 4, 5}
... | MAINT: Allow IPython 5. | quantopian_pgcontents | train | py |
e307bb3bebc18c3927474fa5bf8f84bb64ac6239 | diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
index <HASH>..<HASH> 100644
--- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
+++ b/mongodb/src/main/java/org/hiber... | OGM-<I> Throw exception is MongoDB insert* operation is not run via execute update query | hibernate_hibernate-ogm | train | java |
59490aad16ec0d13bcc1b7b6828f1be52608b36d | diff --git a/userena/utils.py b/userena/utils.py
index <HASH>..<HASH> 100644
--- a/userena/utils.py
+++ b/userena/utils.py
@@ -72,8 +72,8 @@ def signin_redirect(redirect=None, user=None):
:return: String containing the URI to redirect to.
"""
- if redirect: return redirect
- elif user:
+ if redirec... | Changed ``if foo:`` to ``if foo is ...`` | bread-and-pepper_django-userena | train | py,py |
9dbf37af2b03c5b18c9940e1e849c4d282b6766d | diff --git a/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php b/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php
index <HASH>..<HASH> 100755
--- a/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php
+++ b/src/Keboola/GenericExtractor/Subscriber/UrlSignature.php
@@ -19,6 +19,10 @@ class UrlSignature... | fix: Query auth now doesn't overwrite params from request | keboola_generic-extractor | train | php |
2f16f96b40a72fc55603bb54884bf280f4addee4 | diff --git a/pages/subscribers.js b/pages/subscribers.js
index <HASH>..<HASH> 100644
--- a/pages/subscribers.js
+++ b/pages/subscribers.js
@@ -3,6 +3,7 @@ import commonApp from '@shopgate/pwa-common/subscriptions/app';
import commonUser from '@shopgate/pwa-common/subscriptions/user';
import commonHistory from '@shopg... | PWA-<I> Added router subscription to subscribers | shopgate_pwa | train | js |
ffff1c4b815e592ba2ad2c32b94db2ce4c595ffd | diff --git a/dist/ngsails.io.js b/dist/ngsails.io.js
index <HASH>..<HASH> 100644
--- a/dist/ngsails.io.js
+++ b/dist/ngsails.io.js
@@ -1254,7 +1254,13 @@ function createSailsBackend($browser, $window, $injector, $q, $timeout){
url = url || $browser.url();
- $window.io.socket[method.toLowerCase()](ur... | add headers to outgoing socket requests | balderdashy_angularSails | train | js |
3f687a9ce462d1fe74983775bff60329a0ac5db1 | diff --git a/lib/phusion_passenger/abstract_installer.rb b/lib/phusion_passenger/abstract_installer.rb
index <HASH>..<HASH> 100644
--- a/lib/phusion_passenger/abstract_installer.rb
+++ b/lib/phusion_passenger/abstract_installer.rb
@@ -226,7 +226,7 @@ private
if PlatformInfo.find_command("wget")
return sh("wget",... | When using Curl to download things, correctly detect <I> errors. | phusion_passenger | train | rb |
fc506edc1083e3dc08b7fb5a47c74ad4cdc3a7ee | diff --git a/tests/test_tcod.py b/tests/test_tcod.py
index <HASH>..<HASH> 100644
--- a/tests/test_tcod.py
+++ b/tests/test_tcod.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+import sys
+
import copy
import pickle
@@ -17,8 +19,12 @@ def test_line_error():
tcod.line(*LINE_ARGS, py_callback=raise_Exception)
... | Skip tests on a broken Mac function | libtcod_python-tcod | train | py |
3ffb66a3b090bc7dea1401c679271c5d63a950c8 | diff --git a/tests/ModelTest.php b/tests/ModelTest.php
index <HASH>..<HASH> 100644
--- a/tests/ModelTest.php
+++ b/tests/ModelTest.php
@@ -9,8 +9,6 @@ class ModelTest extends TestCase
{
public function testModelUsesCascadingDeletesTrait()
{
- $user = new ExtendedUser();
-
- $this->assertContain... | Updated model test to use class name to work with previous Laravel versions. | shiftonelabs_laravel-cascade-deletes | train | php |
0437f582f1e720698fb509ddea1113075ff036bf | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -11,7 +11,7 @@ type Cluster struct {
connectionTimeout time.Duration
}
-func OpenCluster(connSpecStr string) (*Cluster, error) {
+func Connect(connSpecStr string) (*Cluster, error) {
spec := parseConnSpec(connSp... | Rename OpenCluster to Connect. | couchbase_gocb | train | go |
05af3cc2421032a89ad3fcb5cb644832fc08a703 | diff --git a/src/Builder.php b/src/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Builder.php
+++ b/src/Builder.php
@@ -159,9 +159,10 @@ class Builder
public function buildConfig($name, array $configs, $defines = [])
{
if (!$this->isSpecialConfig($name)) {
- array_push($configs, $this->... | trying yii <I> version | hiqdev_composer-config-plugin | train | php,php |
12fda9c9e192613656033199b48572280e414634 | diff --git a/maryjane.py b/maryjane.py
index <HASH>..<HASH> 100644
--- a/maryjane.py
+++ b/maryjane.py
@@ -185,7 +185,6 @@ class Project(object):
path, regex = self.prepare_path_for_watch(path)
filter_key = self.get_watch_filter_key()
- print('#######', filter_key)
handlers = self.wa... | BUGFIX: in watch lists | pylover_maryjane | train | py |
9136caf669902cb35374194c16ac4b3cbf30c100 | diff --git a/config/environments/development.rb b/config/environments/development.rb
index <HASH>..<HASH> 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -29,4 +29,6 @@ TrustyCms::Application.configure do
# Expands the lines which load the assets
config.assets.debug =... | Add check_precompiled_asset false to ensure dev servers run immediately. | pgharts_trusty-cms | train | rb |
b66d0a901ad1f1e36a664934d5c4659d31b2ec64 | diff --git a/lib/xcflushd/runner.rb b/lib/xcflushd/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/xcflushd/runner.rb
+++ b/lib/xcflushd/runner.rb
@@ -22,6 +22,14 @@ module Xcflushd
flusher = Flusher.new(
reporter, authorizer, storage, opts[:auth_valid_minutes], error_handler)
+ Thread.ne... | runner: start priority auth renewer in its own thread | 3scale_xcflushd | train | rb |
457cd8ae8031ca6f6a740d6cfe59de6b46ba4f97 | diff --git a/src/Phlexible/Bundle/SiterootBundle/Twig/Extension/SiterootExtension.php b/src/Phlexible/Bundle/SiterootBundle/Twig/Extension/SiterootExtension.php
index <HASH>..<HASH> 100644
--- a/src/Phlexible/Bundle/SiterootBundle/Twig/Extension/SiterootExtension.php
+++ b/src/Phlexible/Bundle/SiterootBundle/Twig/Exten... | twig function param order changed | phlexible_phlexible | train | php |
117faa872aad96f1acafefd866c7e34ad9bcfc7e | diff --git a/ObjJAcornCompiler.js b/ObjJAcornCompiler.js
index <HASH>..<HASH> 100644
--- a/ObjJAcornCompiler.js
+++ b/ObjJAcornCompiler.js
@@ -3295,6 +3295,10 @@ ClassStatement: function(node, st, c) {
c(node.id, st, "IdentifierName");
}
var className = node.id.name;
+
+ if (compiler.getTypeDef(cl... | Commit from the Cappuccino project: Add check to ensure a @class declaration is not already defined as a type
<URL> | mrcarlberg_objj-transpiler | train | js |
9e04ca1d7786fa24fac0fce8ecb3064e4aa91bd6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ def main():
packages=[MODULE_NAME],
package_data={'': ['static/*']},
install_requires=[
- 'schema-markdown >= 0.9.6'
+ 'schema-markdown >= 0.9.7'
]
... | chisel <I> | craigahobbs_chisel | train | py,py |
ae4b4d7ce495d6612fc6718aaff03a74834be762 | diff --git a/plexapi/media.py b/plexapi/media.py
index <HASH>..<HASH> 100644
--- a/plexapi/media.py
+++ b/plexapi/media.py
@@ -174,7 +174,7 @@ class MediaPart(PlexObject):
return [stream for stream in self.streams if isinstance(stream, SubtitleStream)]
def lyricStreams(self):
- """ Returns a list... | Fix typo in lyric streams doc string | pkkid_python-plexapi | train | py |
46be7361eedcc57188b75bec1595a001e6ae7e13 | diff --git a/blog/external.php b/blog/external.php
index <HASH>..<HASH> 100644
--- a/blog/external.php
+++ b/blog/external.php
@@ -38,6 +38,8 @@ $user = $USER;
// TODO redirect if $CFG->useexternalblogs is off, $CFG->maxexternalblogsperuser == 0, or if user doesn't have caps to manage external blogs
$id = optional_... | Temporary fix with set_url to remove annoying notices | moodle_moodle | train | php |
c7bd8db91447de7e188ac311d0a2cb29e6c5ff53 | diff --git a/nose/test_orbit.py b/nose/test_orbit.py
index <HASH>..<HASH> 100644
--- a/nose/test_orbit.py
+++ b/nose/test_orbit.py
@@ -579,7 +579,6 @@ def test_liouville_planar():
rmpots.append('TwoPowerSphericalPotential')
rmpots.append('TwoPowerTriaxialPotential')
rmpots.append('TriaxialHernquistPotent... | Add test of phase-space conservation for TriaxialNFW | jobovy_galpy | train | py |
be78db1563f8a07c171d6ef666ea7f661374fecd | diff --git a/src/js/ripple/transaction.js b/src/js/ripple/transaction.js
index <HASH>..<HASH> 100644
--- a/src/js/ripple/transaction.js
+++ b/src/js/ripple/transaction.js
@@ -588,8 +588,9 @@ Transaction.prototype.offer_cancel = function (src, sequence) {
// Options:
// .set_flags()
-// --> expiration : Date or Num... | Add optional cancel support to offer_create. | ChainSQL_chainsql-lib | train | js |
c1c66d2d0ab552bffc019fb6d35971707010d234 | diff --git a/.make-compat-package.js b/.make-compat-package.js
index <HASH>..<HASH> 100644
--- a/.make-compat-package.js
+++ b/.make-compat-package.js
@@ -18,6 +18,7 @@ const ROOT = 'dist-compat/';
const CJS_ROOT = ROOT + 'cjs/compat/';
const ESM5_ROOT = ROOT + 'esm5/compat/';
const ESM2015_ROOT = ROOT + 'esm2015/co... | chore(build): Copy compat bundle output into package (#<I>)
Previously the bundles were left behind in `dist-compat` but never copied into `dist-compat/package` prior to publish. This ensures the bundles are part of the compat release. | ReactiveX_rxjs | train | js |
6148725162233418e008f978ed734f3dee274619 | diff --git a/test/urlmaker-test.js b/test/urlmaker-test.js
index <HASH>..<HASH> 100644
--- a/test/urlmaker-test.js
+++ b/test/urlmaker-test.js
@@ -74,7 +74,7 @@ vows.describe("urlmaker module interface").addBatch({
"its parts are correct": function(url) {
var parts = parseURL(url);... | Change port from undefined to null | pump-io_pump.io | train | js |
a7e774c8e4cd8dfcfc2e48572f599b0c2c9d0c4b | diff --git a/fastlane-plugin-souyuz/lib/fastlane/plugin/souyuz/actions/souyuz_action.rb b/fastlane-plugin-souyuz/lib/fastlane/plugin/souyuz/actions/souyuz_action.rb
index <HASH>..<HASH> 100644
--- a/fastlane-plugin-souyuz/lib/fastlane/plugin/souyuz/actions/souyuz_action.rb
+++ b/fastlane-plugin-souyuz/lib/fastlane/plug... | Check if keystore vars are set but password is missing | voydz_souyuz | train | rb |
6b87f9221e01c2aa3d40db229588c971a041750d | diff --git a/lib/anemone/http.rb b/lib/anemone/http.rb
index <HASH>..<HASH> 100644
--- a/lib/anemone/http.rb
+++ b/lib/anemone/http.rb
@@ -160,7 +160,7 @@ module Anemone
end
def refresh_connection(url)
- http = Net::HTTP::Proxy(proxy_host, proxy_port)
+ http = Net::HTTP.new(url.host, url.port, pro... | fix http refresh_connection to work with ssl again | chriskite_anemone | train | rb |
555b5f4179937f473c0a2fcfc37f83cedbba3b09 | diff --git a/src/Jit/Interceptor.php b/src/Jit/Interceptor.php
index <HASH>..<HASH> 100644
--- a/src/Jit/Interceptor.php
+++ b/src/Jit/Interceptor.php
@@ -408,15 +408,16 @@ class Interceptor {
* @return boolean Returns `true` if loaded, null otherwise.
* @throws JitException
*/
- public... | Fixes an issue related to a BC-break introduced by a composer optimization.
<URL> | kahlan_kahlan | train | php |
a2e80e98bec2022c5f6cc9271e2775cf02b2c5c9 | diff --git a/test/main.js b/test/main.js
index <HASH>..<HASH> 100644
--- a/test/main.js
+++ b/test/main.js
@@ -465,7 +465,7 @@ test('Should be able to bind multiple models in bindings hash', function (t) {
model2: new Person({name: 'larry'})
});
t.equal(view.el.firstChild.textContent, 'henrik');
- ... | minor test tweak to fix text in IE | AmpersandJS_ampersand-view | train | js |
108efa61a8930ddb6ffa86bc4662858abd2dbfeb | diff --git a/src/Label/ReadModels/JSON/OfferLabelProjector.php b/src/Label/ReadModels/JSON/OfferLabelProjector.php
index <HASH>..<HASH> 100644
--- a/src/Label/ReadModels/JSON/OfferLabelProjector.php
+++ b/src/Label/ReadModels/JSON/OfferLabelProjector.php
@@ -26,23 +26,16 @@ class OfferLabelProjector
private $offer... | III-<I>: Drop label repo from projector | cultuurnet_udb3-php | train | php |
57e089c1204098616201dfc7d0ceb0b4410e9a73 | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -148,12 +148,13 @@ export class AbortError extends Error {
}
}
-export class _AggregateError extends Error {
+export class CustomAggregateError extends Error {
constructor(errors, message) {
+ super... | Using custom Aggregate Error class to fix
usage in node | geotiffjs_geotiff.js | train | js |
616ce0b9bfafc970001544b90b2995d700c0503c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
version=polls.__version__,
description='A simple polls app for django',
long_description=read('README.md'),
- license=read('LICENSE'),
+ license='MIT License',
author='noxan',
... | update setup.py license field to MIT License | byteweaver_django-polls | train | py |
a5ab38c7bb99e135e29f5727e3e75a1e562d8216 | diff --git a/activesupport/lib/active_support/testing/declarative.rb b/activesupport/lib/active_support/testing/declarative.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/testing/declarative.rb
+++ b/activesupport/lib/active_support/testing/declarative.rb
@@ -1,30 +1,6 @@
module ActiveSupport
... | remove deprecated code. Rely on `describe` provided by minitest | rails_rails | train | rb |
6099f45a4624c3a834fe0afaac89baa9fd45d7e8 | diff --git a/src/Moxl/Xec/Payload/Presence.php b/src/Moxl/Xec/Payload/Presence.php
index <HASH>..<HASH> 100755
--- a/src/Moxl/Xec/Payload/Presence.php
+++ b/src/Moxl/Xec/Payload/Presence.php
@@ -40,20 +40,23 @@ class Presence extends Payload
} else {
$p = new \modl\Presence();
$p->set... | - Dont save the "offline" presences | movim_moxl | train | php |
c6649f2ec2452c0cfd412311bfc47c3cf9fc2c71 | diff --git a/lib/geo_calc/geo_point.rb b/lib/geo_calc/geo_point.rb
index <HASH>..<HASH> 100644
--- a/lib/geo_calc/geo_point.rb
+++ b/lib/geo_calc/geo_point.rb
@@ -55,6 +55,7 @@ class GeoPoint
alias_method :#{sym}=, :lon=
}
end
+ alias_method :to_lat, :lat
(Symbol.lat_symbols - [:lat]).each do |... | methods #to_lat and #to_lng added to GeoPoint | kristianmandrup_geo_calc | train | rb,rb |
ef1db7e2fc53e456c55c8a26a85ec9099b887f20 | diff --git a/lib/xcodeproj/constants.rb b/lib/xcodeproj/constants.rb
index <HASH>..<HASH> 100644
--- a/lib/xcodeproj/constants.rb
+++ b/lib/xcodeproj/constants.rb
@@ -149,6 +149,7 @@ module Xcodeproj
:bundle => 'bundle',
:octest_bundle => 'octest',
:unit_test_bundle => 'xctest',
+ ... | Adds ui_test_bundle extension
This is needed to put the right extension in xcake | CocoaPods_Xcodeproj | train | rb |
ed676d0961dccd854e9206eebb80a3ed53ae5317 | diff --git a/tests/unit/CollectionResolverTest.php b/tests/unit/CollectionResolverTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/CollectionResolverTest.php
+++ b/tests/unit/CollectionResolverTest.php
@@ -179,6 +179,25 @@ class CollectionResolverTest extends TestCase
/**
* @covers ::__construct
*... | Added test to prevent extra whitespaces | phpDocumentor_TypeResolver | train | php |
386dbd89654a1d519eb4a573bc0608685a0cdf2e | diff --git a/manip/manip-kit.js b/manip/manip-kit.js
index <HASH>..<HASH> 100644
--- a/manip/manip-kit.js
+++ b/manip/manip-kit.js
@@ -60,7 +60,7 @@ class Kit {
// saving functions
async saveMap(mapgns, gn, u) {
if (this.broken) return null;
- let gn1 = await this.ctx.save.to(gn, u, this.glyph);
+ let gn1 ... | when saving glyphs it should be detached from the kit context | caryll_Megaminx | train | js |
7a1818e999815c181a93ddf6a11bbc4e70cc39af | diff --git a/benchmarks/calc_signal_benchmark.py b/benchmarks/calc_signal_benchmark.py
index <HASH>..<HASH> 100644
--- a/benchmarks/calc_signal_benchmark.py
+++ b/benchmarks/calc_signal_benchmark.py
@@ -50,7 +50,7 @@ np.set_printoptions(linewidth=200)
# _NREP = 4
# @DV
_LRES = [-1,-3,0]
-_LLOS = [1,5,1]
+_LLOS = [1,... | [Issue<I>] smaller test | ToFuProject_tofu | train | py |
34b985af5485b75a2ee7590bb9451df0bba165c4 | diff --git a/src/BooBoo.php b/src/BooBoo.php
index <HASH>..<HASH> 100644
--- a/src/BooBoo.php
+++ b/src/BooBoo.php
@@ -148,7 +148,7 @@ class BooBoo extends \Exception {
}
public static function addVars(array $vars) {
- return array_merge(self::$vars, $vars);
+ self::$vars = array_merge(self::$vars, $vars);
}
... | simplified log message and fixed incorrect merge of vars | marcoazn89_booboo | train | php |
f823be526d0c2ae05378a6148ec3f3400923b4e4 | diff --git a/jetserver/src/test/java/org/menacheri/jetserver/JetlangEventDispatcherTest.java b/jetserver/src/test/java/org/menacheri/jetserver/JetlangEventDispatcherTest.java
index <HASH>..<HASH> 100644
--- a/jetserver/src/test/java/org/menacheri/jetserver/JetlangEventDispatcherTest.java
+++ b/jetserver/src/test/java/o... | Issue #<I> fix for broken test | menacher_java-game-server | train | java |
f06261ac2fdb67a0a912e0ca0bd58dcc7582dddf | diff --git a/lib/forked-actor-parent.js b/lib/forked-actor-parent.js
index <HASH>..<HASH> 100644
--- a/lib/forked-actor-parent.js
+++ b/lib/forked-actor-parent.js
@@ -173,11 +173,12 @@ class ForkedActorParent extends ForkedActor {
this.workerProcess.once('exit', () => {
delete this.workerP... | (saymon) hot-configuration-change: Fixed respawn after intentional destroy. | untu_comedy | train | js |
7341f34357f9a1a7214590def5a1624cae32b610 | diff --git a/src/main/java/com/gargoylesoftware/css/dom/CSSValueImpl.java b/src/main/java/com/gargoylesoftware/css/dom/CSSValueImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/gargoylesoftware/css/dom/CSSValueImpl.java
+++ b/src/main/java/com/gargoylesoftware/css/dom/CSSValueImpl.java
@@ -35,10 +35,6 @@ im... | get rid of all the w3c dependencies | HtmlUnit_htmlunit-cssparser | train | java |
c25e946fb6c23925d7b9ca49f552cfaef441d461 | diff --git a/src/artist.py b/src/artist.py
index <HASH>..<HASH> 100644
--- a/src/artist.py
+++ b/src/artist.py
@@ -6,7 +6,7 @@ class Artist(Entity):
wraps the artist entity type as described at http://developer.musicmetric.com/timeseries.html
all timeseries are attributes of the form self.<type>_<source>, whi... | musicbrainz IDs are not returned reliably with the existing call structure | musicmetric_mmpy | train | py |
381f5fd062f875669012de068154ef2d15c2cca0 | diff --git a/src/main/java/gwt/material/design/client/ui/MaterialDatePicker.java b/src/main/java/gwt/material/design/client/ui/MaterialDatePicker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/gwt/material/design/client/ui/MaterialDatePicker.java
+++ b/src/main/java/gwt/material/design/client/ui/MaterialDatePicke... | Renamed delegate method for materialdatepicker from "onCalendarClick" to
"onCalendarClose" | GwtMaterialDesign_gwt-material | train | java |
452f72839808e804075d18926d1e158fbbc03fe8 | diff --git a/parslepy/funcs.py b/parslepy/funcs.py
index <HASH>..<HASH> 100644
--- a/parslepy/funcs.py
+++ b/parslepy/funcs.py
@@ -85,20 +85,22 @@ HTML_BLOCK_ELEMENTS = [
'video',
]
NEWLINE_TEXT_TAGS = ['br', 'hr']
-def format_htmltags_to_newline(tree):
+def format_htmlblock_tags(tree, replacement="\n"):
re... | Adapt elements2textnl to accept replacement string | redapple_parslepy | train | py |
9c5c1d4a7c10f72e05cbed919280b0fa54ab8e40 | diff --git a/rest_email_auth/serializers.py b/rest_email_auth/serializers.py
index <HASH>..<HASH> 100644
--- a/rest_email_auth/serializers.py
+++ b/rest_email_auth/serializers.py
@@ -283,9 +283,9 @@ class PasswordResetSerializer(serializers.Serializer):
"""
Reset the user's password if the provided in... | Fixes #<I>: use select_related in PasswordResetSerializer | cdriehuys_django-rest-email-auth | train | py |
2373f226bba89a818378231d42f9adebe2fdfb57 | diff --git a/ding0/examples/example_analyze_single_grid_district.py b/ding0/examples/example_analyze_single_grid_district.py
index <HASH>..<HASH> 100644
--- a/ding0/examples/example_analyze_single_grid_district.py
+++ b/ding0/examples/example_analyze_single_grid_district.py
@@ -24,6 +24,7 @@ __url__ = "https://github.c... | Fix to ensure the pandas df prints all rows and all columns completely instead of only a sample | openego_ding0 | train | py |
f1dcfba3d6d75b7fee005687f7d8c21852db1c39 | diff --git a/src/Transaction/SepaTransaction.php b/src/Transaction/SepaTransaction.php
index <HASH>..<HASH> 100644
--- a/src/Transaction/SepaTransaction.php
+++ b/src/Transaction/SepaTransaction.php
@@ -113,7 +113,7 @@ class SepaTransaction extends Transaction
public function retrievePaymentMethodName($operation... | #<I>: Correct correlation logic | wirecard_paymentSDK-php | train | php |
2d7a5a9d71b91a4f60d949fce908d3765f6de1e9 | diff --git a/alot/db/attachment.py b/alot/db/attachment.py
index <HASH>..<HASH> 100644
--- a/alot/db/attachment.py
+++ b/alot/db/attachment.py
@@ -66,14 +66,14 @@ class Attachment(object):
if os.path.isdir(path):
if filename:
basename = os.path.basename(filename)
- ... | db/attachment: replace all caps name with PEP8 like name
Using file_ instead of FILE still avoids shadowing the builtin, but also
doesn't stand out so much. | pazz_alot | train | py |
0d838d54cbf8f9176de8fc57962b33c0f6396181 | diff --git a/test/rules/no-setup-in-describe.js b/test/rules/no-setup-in-describe.js
index <HASH>..<HASH> 100644
--- a/test/rules/no-setup-in-describe.js
+++ b/test/rules/no-setup-in-describe.js
@@ -132,6 +132,28 @@ ruleTester.run('no-setup-in-describe', rule, {
column: 28
} ]
}, ... | Test no-setup-in-describe on disallowed and computed member expressions | lo1tuma_eslint-plugin-mocha | train | js |
6974971bf15d4d88696892fb1b2645fbb1b9569a | diff --git a/core/src/main/java/io/undertow/server/protocol/http2/Http2ReceiveListener.java b/core/src/main/java/io/undertow/server/protocol/http2/Http2ReceiveListener.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/protocol/http2/Http2ReceiveListener.java
+++ b/core/src/main/java/io/undert... | protocol name for http2 should be HTTP/2 | undertow-io_undertow | train | java |
aa5905ad1eec93a3b351819850e039dba0b77b20 | diff --git a/test/messages.js b/test/messages.js
index <HASH>..<HASH> 100644
--- a/test/messages.js
+++ b/test/messages.js
@@ -263,4 +263,27 @@ tape('properly close if destroy called with a open request', function (t) {
b.destroy(true)
-})
\ No newline at end of file
+})
+
+tape('destroy sends not more than one ... | Add test: don't send a message per substream on destroy | ssbc_packet-stream | train | js |
4ed4a1919a080b90d7c1f765249a91c7f1a9db66 | diff --git a/qbit/vertx/src/test/java/io/advantageous/qbit/vertx/http/SupportingGetAndPostForSameServicesUnderSameURI.java b/qbit/vertx/src/test/java/io/advantageous/qbit/vertx/http/SupportingGetAndPostForSameServicesUnderSameURI.java
index <HASH>..<HASH> 100644
--- a/qbit/vertx/src/test/java/io/advantageous/qbit/vertx... | runs local but not in travis | advantageous_qbit | train | java |
6c69dec3aba2caf8d6e6547907f12421cde0f502 | diff --git a/src/form/Form.php b/src/form/Form.php
index <HASH>..<HASH> 100644
--- a/src/form/Form.php
+++ b/src/form/Form.php
@@ -58,6 +58,7 @@ class Form implements FormInterface {
foreach ($this->getFieldBearer()->getVisibleFields() as $name => $field) {
if (!$field->isValid()) {
... | Add form error when fields have error. | AthensFramework_Core | train | php |
437b72bc376a9699dc46196aeec536640ea110a0 | diff --git a/lib/player.js b/lib/player.js
index <HASH>..<HASH> 100644
--- a/lib/player.js
+++ b/lib/player.js
@@ -2832,7 +2832,10 @@ shaka.Player.prototype.onChooseStreams_ = function(period) {
// Create empty object first and initialize the fields through
// [] to allow field names to be expressions.
- // TO... | Add Context To TODO in Player
Added git hub issue number to a TODO in player so that the full context
of the TODO is documented.
Issue #<I>
Change-Id: I1e<I>dd<I>ace<I>d<I>bfcc0b<I>cb<I>fde0 | google_shaka-player | train | js |
41d635a975b1909210c2ec9c8172d30781a03ec4 | diff --git a/ember-cli-build.js b/ember-cli-build.js
index <HASH>..<HASH> 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -40,8 +40,11 @@ function buildTSOptions(compilerOptions) {
function buildBabelOptions(options) {
var externalHelpers = options.shouldExternalizeHelpers || false;
+ var stripRuntim... | Allow consumer to strip runtime checks.
When running in glimmer itself, the runtime checks will still be present
but when compiling for Ember as part of its build they will be stripped. | glimmerjs_glimmer-vm | train | js |
b0490efb38b849d4e1c4455cce722c16ad50f39b | diff --git a/client/fingerprint/cpu.go b/client/fingerprint/cpu.go
index <HASH>..<HASH> 100644
--- a/client/fingerprint/cpu.go
+++ b/client/fingerprint/cpu.go
@@ -50,7 +50,7 @@ func (f *CPUFingerprint) Fingerprint(cfg *config.Config, node *structs.Node) (bo
f.logger.Println("[WARN] fingerprint.cpu: Unable to obtain ... | In the debug log, split the unit from the measurement
awk(1) friendly is UNIX(tm) friendly. | hashicorp_nomad | train | go |
7589dee0031df3303bab39e58c295ad421d054d2 | diff --git a/rethinkORM/rethinkModel.py b/rethinkORM/rethinkModel.py
index <HASH>..<HASH> 100644
--- a/rethinkORM/rethinkModel.py
+++ b/rethinkORM/rethinkModel.py
@@ -88,7 +88,8 @@ arguments while searching for Documents.""")
def _makeNew(self, kwargs):
# We assume this is a new object, and that we'll ins... | fix bug with updating a record when _data contains the primary key
should fix failing tests also
remove check from _makeNew for conn and connection thanks to pull request #2 | JoshAshby_pyRethinkORM | train | py |
65106b824f474e8c6360d14aa1d5d485c6069c2a | diff --git a/lib/genevalidator.rb b/lib/genevalidator.rb
index <HASH>..<HASH> 100644
--- a/lib/genevalidator.rb
+++ b/lib/genevalidator.rb
@@ -45,7 +45,7 @@ module GeneValidator
@config[:aux] = File.expand_path(relative_aux_path)
@config[:json_hash] = {}
@config[:run_no] = 0
- @con... | change the max queries in a output file to <I> | wurmlab_genevalidator | train | rb |
317d413c9050fcf6cd7413dc8389210e676def45 | diff --git a/core/src/main/java/io/undertow/server/handlers/error/FileErrorPageHandler.java b/core/src/main/java/io/undertow/server/handlers/error/FileErrorPageHandler.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/handlers/error/FileErrorPageHandler.java
+++ b/core/src/main/java/io/undert... | Fix bug in file error page handler | undertow-io_undertow | train | java |
e5997dda837b018628d5e3c940dcd40dc8cf652c | diff --git a/tomodachi/helpers/logging.py b/tomodachi/helpers/logging.py
index <HASH>..<HASH> 100644
--- a/tomodachi/helpers/logging.py
+++ b/tomodachi/helpers/logging.py
@@ -3,6 +3,10 @@ from logging.handlers import WatchedFileHandler
from typing import Optional, Union, Any
+class CustomServiceLogHandler(WatchedF... | Use custom class extending WatchedFileHandler | kalaspuff_tomodachi | train | py |
50a95e46dd843b8e8a80dedf681f25e9fc3e70c8 | diff --git a/core/Version.php b/core/Version.php
index <HASH>..<HASH> 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.7.0';
+ const VERSION = '2.8.0-b1';
} | <I>-b1 with User Id algorithm update | matomo-org_matomo | train | php |
ff1b26b2fa42ebf07c5ee726e656b04d5e8baf2a | diff --git a/ffn/core.py b/ffn/core.py
index <HASH>..<HASH> 100644
--- a/ffn/core.py
+++ b/ffn/core.py
@@ -40,6 +40,11 @@ class PerformanceStats(object):
['mtd', '3m', '6m', 'ytd', '1y', '3y', '5y', '10y', 'incep'])
self.lookback_returns.name = self.name
+ st = self._stats()
+ self... | Added stats property to Perf and Group stats | pmorissette_ffn | train | py |
9e5513c7034ba3db7405d865e1dcc3daeb6b8d93 | diff --git a/sawyer_test.go b/sawyer_test.go
index <HASH>..<HASH> 100644
--- a/sawyer_test.go
+++ b/sawyer_test.go
@@ -2,6 +2,7 @@ package sawyer
import (
"github.com/bmizerany/assert"
+ "github.com/lostisland/go-sawyer/hypermedia"
"net/url"
"testing"
)
@@ -112,3 +113,19 @@ func TestResolveClientRelativeRefer... | Make sure that hypermedia expanded links are composed properly. | lostisland_go-sawyer | train | go |
0714f0552a3fa7de32bfdeb72b2db0dc2937f694 | diff --git a/examples/angular-demo/app/js/directives/heatMap.js b/examples/angular-demo/app/js/directives/heatMap.js
index <HASH>..<HASH> 100644
--- a/examples/angular-demo/app/js/directives/heatMap.js
+++ b/examples/angular-demo/app/js/directives/heatMap.js
@@ -83,8 +83,6 @@ angular.module('heatMapDirective', []).dire... | Updating log messages to newer recommendations by logging team. | NextCenturyCorporation_neon | train | js |
74f9a1dc3240ef6af60204dab46a4507be7c9109 | diff --git a/src/Libraries/Blocks/Form.php b/src/Libraries/Blocks/Form.php
index <HASH>..<HASH> 100644
--- a/src/Libraries/Blocks/Form.php
+++ b/src/Libraries/Blocks/Form.php
@@ -62,8 +62,10 @@ class Form extends _Base
$form_data = new \stdClass;
$form_data->email_from = '';
$fo... | hide form template option unless used previously | Web-Feet_coasterframework | train | php |
5afed7c849389e787fdba501c0da732c17235347 | 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
@@ -547,7 +547,7 @@ def resample_from_array(
-------
resampled array : array
"""
- if nodataval is not None:
+ if nodataval is not None: # pragma: no cover... | exclude nodataval warning from test coverage | ungarj_mapchete | train | py |
8b89f8dfbc51fe39573f7b34df738e19c7e4ef57 | diff --git a/rkt/run.go b/rkt/run.go
index <HASH>..<HASH> 100644
--- a/rkt/run.go
+++ b/rkt/run.go
@@ -88,11 +88,6 @@ func init() {
}
func runRun(args []string) (exit int) {
- if flagInteractive && len(args) > 1 {
- stderr("run: interactive option only supports one image")
- return 1
- }
-
if len(flagPorts) > 0... | rkt: bug fix: -interactive doesnt work with args
rkt complains with "run: interactive option only supports one image" when trying to execute an image in interactive mode with arguments | rkt_rkt | train | go |
de4a865fb8003cf83a367238c25f929ff01d0854 | diff --git a/security/PasswordEncryptor.php b/security/PasswordEncryptor.php
index <HASH>..<HASH> 100644
--- a/security/PasswordEncryptor.php
+++ b/security/PasswordEncryptor.php
@@ -134,12 +134,11 @@ class PasswordEncryptor_Blowfish extends PasswordEncryptor {
protected static $cost = 10;
function encrypt($passw... | BUGFIX: Fixed blowfish encryption for PHP < <I> (#<I>) | silverstripe_silverstripe-framework | train | php |
a1500bfe0a1e12e5691edd9bca91726cba635016 | diff --git a/andes/core/documenter.py b/andes/core/documenter.py
index <HASH>..<HASH> 100644
--- a/andes/core/documenter.py
+++ b/andes/core/documenter.py
@@ -388,7 +388,6 @@ class Documenter:
if export == 'rest':
out += model_header + f'{self.class_name}\n' + model_header
- out += f'... | Remove "In Group" from rst docs. | cuihantao_andes | train | py |
ce24faa52c3e374cfb3a31a6c1ae13a468252e33 | diff --git a/bin/simulate.py b/bin/simulate.py
index <HASH>..<HASH> 100755
--- a/bin/simulate.py
+++ b/bin/simulate.py
@@ -21,7 +21,7 @@ from gnomon import Configuration
from gnomon import EventAction
from gnomon import GeneratorAction
from gnomon import TrackingAction
-from gnomon.DetectorConstruction import VlenfD... | BUG: MagIronSamplingCaloDetectorConstruction was miscalled in simulate.py | nuSTORM_gnomon | train | py |
e5fdda9df945ea423f283dd604c81d42dd7d895a | diff --git a/core-bundle/src/Resources/contao/controllers/BackendInstall.php b/core-bundle/src/Resources/contao/controllers/BackendInstall.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/controllers/BackendInstall.php
+++ b/core-bundle/src/Resources/contao/controllers/BackendInstall.php
@@ -351,7... | [Core] Re-apply the password comparison fix to the install tool | contao_contao | train | php |
169d0f087b1d551567e2a0211749ada67b15a319 | diff --git a/server/sonar-server/src/test/java/org/sonar/server/measure/custom/persistence/CustomMeasureTesting.java b/server/sonar-server/src/test/java/org/sonar/server/measure/custom/persistence/CustomMeasureTesting.java
index <HASH>..<HASH> 100644
--- a/server/sonar-server/src/test/java/org/sonar/server/measure/cust... | fix CustomMeasureTesting to generate alpha numeric characters only | SonarSource_sonarqube | train | java |
8d56e216543cd49778d56be6e87f583f18ca3e14 | diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100644
--- a/cli.js
+++ b/cli.js
@@ -135,9 +135,10 @@ var cli = function(options) {
// Run files through StyleDocco parser
var htmlFiles = files.map(function(file) {
+ var css = fs.readFileSync(file, 'utf-8');
return {
path: file,
- html: ren... | The StyleDocco parser no longer reads the file, do that in cli.js | jacobrask_styledocco | train | js,js |
8dd507e01e320855969b3ab0eeffd145b3ba896e | diff --git a/src/main/java/water/PersistIce.java b/src/main/java/water/PersistIce.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/PersistIce.java
+++ b/src/main/java/water/PersistIce.java
@@ -142,7 +142,6 @@ public abstract class PersistIce {
}
i++; // Skip the trailing '%'... | PersistIce bug fix. Key shorter than 3 characters would throw AIOB exception. Just swapped the lines which modify/grow the underlying array. | h2oai_h2o-2 | train | java |
37faf87b2fd629186b13d0b6411bcfe91905f979 | diff --git a/tests/test_baselens.py b/tests/test_baselens.py
index <HASH>..<HASH> 100644
--- a/tests/test_baselens.py
+++ b/tests/test_baselens.py
@@ -124,11 +124,12 @@ def test_type_custom_class_immutable():
lens(C(9)).a.set(7)
-# Tests to make sure types that are not supported by lenses return the
-# rig... | split tests for unsupported setitem and setattr | ingolemo_python-lenses | train | py |
b3dc1067a031369ac1d97359ab63684a0e12eb22 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
"Development Status :: 4 - Beta",
"Environment :: Console",
"Topic :: Utilities",
- "License :: OSI Approved :: GNU General Public License (GPLv3)",
+ "License :: ... | fixed license string to be compatible with pypi | mailund_statusbar | train | py |
b0437d17c8729e9b9ff4ee4f87d305b84616c17c | diff --git a/spec/factories/medication.rb b/spec/factories/medication.rb
index <HASH>..<HASH> 100644
--- a/spec/factories/medication.rb
+++ b/spec/factories/medication.rb
@@ -1,7 +1,7 @@
FactoryGirl.define do
factory :medication, class: "Renalware::Medication" do |medication|
patient
- association :medicata... | Updated medication factory - removed polymorphic 'medicatable' with 'drug'. | airslie_renalware-core | train | rb |
b36ba1916938ace698bedd72222f1d4c366081cc | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#!/usr/bin/env python
from setuptools import setup, find_packages
from io import open | setup.py: utf-8 source code encoding | fonttools_ufoLib2 | train | py |
44c1509848a907fd0453be1cba250f27d42e3cbe | diff --git a/lib/opal/nodes/definitions.rb b/lib/opal/nodes/definitions.rb
index <HASH>..<HASH> 100644
--- a/lib/opal/nodes/definitions.rb
+++ b/lib/opal/nodes/definitions.rb
@@ -31,6 +31,8 @@ module Opal
push '$alias_gvar(', new_name_str, ', ', old_name_str, ')'
when :dsym, :sym # This is a method ... | Consider alias use as method calls on the "old name" | opal_opal | train | rb |
8ec8569068bcbbabc29025d84f482e753b441cea | diff --git a/lib/qu/payload.rb b/lib/qu/payload.rb
index <HASH>..<HASH> 100644
--- a/lib/qu/payload.rb
+++ b/lib/qu/payload.rb
@@ -51,8 +51,12 @@ module Qu
end
end
- def to_s
- "#{id}:#{klass}:#{args.inspect}"
+ # Internal: Pushes payload to backend.
+ def push
+ instrument("push.#{Inst... | Reorder payload methods a bit. | bkeepers_qu | train | rb |
b88f0a21d653129328ef07e6b2916d4f7b1c4d70 | diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/site.rb
+++ b/lib/jekyll/site.rb
@@ -29,10 +29,10 @@ module Jekyll
Jekyll.sites << self
- Jekyll::Hooks.trigger :site, :after_init, self
-
reset
setup
+
+ Jekyll::Hooks.trigger :site, :af... | hooks: move after_init hook call at the end of Site.initialize | jekyll_jekyll | train | rb |
a909c977c79265631fb5620cc730ef2129b70d10 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ requirements = [
]
deps_links = [
- 'git+ssh://git@github.com/francbartoli/marshmallow-oneofschema.git@1.0.6#egg=marshmallow-oneofschema-1.0.6'
+ 'git+https://github.com/francbartoli/marshmallow-oneofs... | Revert link to git+https | francbartoli_marmee | train | py |
a4905f549aa41a21a4cf1a1c00c5ca736c043bda | diff --git a/geomdl/multi.py b/geomdl/multi.py
index <HASH>..<HASH> 100644
--- a/geomdl/multi.py
+++ b/geomdl/multi.py
@@ -951,7 +951,7 @@ def select_color(cpcolor, evalcolor, idx=0):
return color
-def process_tessellate(elem, **kwargs):
+def process_tessellate(elem, update_delta, delta, **kwargs):
""" Te... | Forgot to commit the updated function along with the prev commit | orbingol_NURBS-Python | train | py |
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.