hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
669bbd3fc80ffd3de614b89ac6ef021688b54457 | diff --git a/modules/custom/alternative_frontpage/src/Form/AlternativeFrontpageForm.php b/modules/custom/alternative_frontpage/src/Form/AlternativeFrontpageForm.php
index <HASH>..<HASH> 100644
--- a/modules/custom/alternative_frontpage/src/Form/AlternativeFrontpageForm.php
+++ b/modules/custom/alternative_frontpage/src... | Add missing space (phpcs) | goalgorilla_open_social | train |
ae6f059e44c914b2666974d2f3bb87299097cab9 | diff --git a/category/subscriptions/index.js b/category/subscriptions/index.js
index <HASH>..<HASH> 100644
--- a/category/subscriptions/index.js
+++ b/category/subscriptions/index.js
@@ -26,8 +26,10 @@ export default function category(subscribe) {
({ pathname }) => !pathname.startsWith(FILTER_PATH)
);
- subs... | Added check in streams for moving between category routes | shopgate_pwa | train |
55f7c8fd6fa791ad9b525559b1c3ae805a21ca26 | diff --git a/src/Category.php b/src/Category.php
index <HASH>..<HASH> 100644
--- a/src/Category.php
+++ b/src/Category.php
@@ -2,15 +2,31 @@
namespace Crew\Unsplash;
+/**
+ * Class Category
+ * @package Crew\Unsplash
+ * @deprecated
+ * @see \Crew\Unsplash\Collection
+ */
class Category extends Endpoint
{
+ /... | Update Category with @deprecations, additional comments, PSR2 compliance | unsplash_unsplash-php | train |
c956cd82c07a34f8383a7fcaf2c7f15d54606c92 | diff --git a/cloudconfig/userdatacfg_test.go b/cloudconfig/userdatacfg_test.go
index <HASH>..<HASH> 100644
--- a/cloudconfig/userdatacfg_test.go
+++ b/cloudconfig/userdatacfg_test.go
@@ -679,7 +679,7 @@ rm -f $gui/gui.tar.bz2 $gui/jujugui.sha256 $gui/downloaded-gui.txt
}
func (*cloudinitSuite) TestCloudInitWithGUIR... | GUI in bootstrap: improve the way progress is logged. | juju_juju | train |
3a5463cac99b1af4abd17e474feb0976fc9fec37 | diff --git a/src/core/Core.js b/src/core/Core.js
index <HASH>..<HASH> 100644
--- a/src/core/Core.js
+++ b/src/core/Core.js
@@ -2,11 +2,11 @@ const Utils = require('../core/Utils')
const Translator = require('../core/Translator')
const ee = require('namespace-emitter')
const cuid = require('cuid')
+const isPlainObjec... | core: Allow plugins to add data to result object
Plugins can resolve a Promise returned from an uploader hook with an
object, and it will be merged into the `{ successful, failed }` result.
This patch also updates the Transloadit plugin to add a `transloadit`
key to the result object, containing an array of completed... | transloadit_uppy | train |
c59544950977055c4a8bad69348fd922d6b2f37c | diff --git a/lib/lyricfy/providers/metro_lyrics.rb b/lib/lyricfy/providers/metro_lyrics.rb
index <HASH>..<HASH> 100644
--- a/lib/lyricfy/providers/metro_lyrics.rb
+++ b/lib/lyricfy/providers/metro_lyrics.rb
@@ -11,14 +11,12 @@ module Lyricfy
def search
if data = super
html = Nokogiri::HTML(data)
-... | Hide implemetation details from public interfaces | javichito_Lyricfy | train |
737a9c87282b64cb4085a76b849aeec444d7cbdf | diff --git a/lib/cms_scanner/formatter.rb b/lib/cms_scanner/formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/cms_scanner/formatter.rb
+++ b/lib/cms_scanner/formatter.rb
@@ -24,7 +24,7 @@ module CMSScanner
name.is_a?(Class) && name != Formatter::Base
end
- formatters.map(&:to_s).map(&:underscore... | Reduces the complexity of Formatter#availables | wpscanteam_CMSScanner | train |
a001b47d63f109f72a889b9752809ec62db6ad05 | diff --git a/jobs/create-initial-branch.js b/jobs/create-initial-branch.js
index <HASH>..<HASH> 100644
--- a/jobs/create-initial-branch.js
+++ b/jobs/create-initial-branch.js
@@ -60,7 +60,7 @@ module.exports = async function ({ repositoryId, closes = [] }) {
if (e.name && e.name === 'GKConfigFileParseError') {
... | fix(repo-docs): allow initial branch to continue with config file errors | greenkeeperio_greenkeeper | train |
794beea658078963c40a6f0a783c5f1a4833b5cb | diff --git a/src/Interpolator.js b/src/Interpolator.js
index <HASH>..<HASH> 100644
--- a/src/Interpolator.js
+++ b/src/Interpolator.js
@@ -92,7 +92,6 @@ class Interpolator {
// regular escape on demand
while (match = this.regexp.exec(str)) {
value = handleFormat(match[1].trim());
- if (typeof valu... | Handle undefined and null interpolation values differently | i18next_i18next | train |
99b02b6ea9a2cf6b0cb676f6e87075e4f6b17457 | diff --git a/cheroot/_compat.py b/cheroot/_compat.py
index <HASH>..<HASH> 100644
--- a/cheroot/_compat.py
+++ b/cheroot/_compat.py
@@ -270,15 +270,6 @@ try:
except ImportError:
from thread import get_ident as get_thread_ident # noqa
-try:
- # Python 3
- next = next
-except NameError:
- # Python 2
- ... | Drop cheroot._compat.next
Reported by lgtm.com | cherrypy_cheroot | train |
ce156c7d3983ad3e48acd4425cab4cae7ecf6237 | diff --git a/modules/big-richmediaBidAdapter.js b/modules/big-richmediaBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/big-richmediaBidAdapter.js
+++ b/modules/big-richmediaBidAdapter.js
@@ -8,7 +8,7 @@ const BIDDER_CODE = 'big-richmedia';
const metadataByRequestId = {};
export const spec = {
- version: '1... | Bid Richemedia adapter : use a 1x1 creative (#<I>) | prebid_Prebid.js | train |
6474e4ed3fa6fabe96ae8802e0f63efab38dface | diff --git a/lib/gcli/ui/popup.js b/lib/gcli/ui/popup.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/ui/popup.js
+++ b/lib/gcli/ui/popup.js
@@ -27,7 +27,6 @@ function Popup(options) {
this.children = options.children;
this.style = options.style || Popup.style.doubleColumnFirstFixedLeft;
- this.resizer = this.re... | Bug <I> (focus): Tidyup - Test autoHide only at construct time rather than
on every window resize even when we're not reacting to window.resize | joewalker_gcli | train |
d9dfd3c90840e723600870b3a010a4f3b4c8958e | diff --git a/src/Commands/Esi/Update/Contracts.php b/src/Commands/Esi/Update/Contracts.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Esi/Update/Contracts.php
+++ b/src/Commands/Esi/Update/Contracts.php
@@ -96,7 +96,7 @@ class Contracts extends Command
$corporation_contracts->get()->each(function ($contrac... | fix(contract): use proper relation between token and affiliation | eveseat_console | train |
de21a55d9421290c11e265c1870910408c2819b7 | diff --git a/aioworkers/cli.py b/aioworkers/cli.py
index <HASH>..<HASH> 100644
--- a/aioworkers/cli.py
+++ b/aioworkers/cli.py
@@ -74,12 +74,6 @@ def main(*config_files, args=None, config_dirs=()):
if args.port is not None:
conf['http.port'] = args.port
- if not conf.get('app.cls'):
- if conf.... | Context.run_forever & app is regular entity | aioworkers_aioworkers | train |
30268a0bc71716c0cad7a20efa402bf9bb8618ad | diff --git a/src/org/joml/Quaterniond.java b/src/org/joml/Quaterniond.java
index <HASH>..<HASH> 100644
--- a/src/org/joml/Quaterniond.java
+++ b/src/org/joml/Quaterniond.java
@@ -1682,6 +1682,8 @@ public class Quaterniond implements Externalizable {
* Set <code>this</code> quaternion to a rotation that rotates th... | Add reference to site specifying the algorithm | JOML-CI_JOML | train |
8082f0f56f467d671907db33a8cddd65dd7facaa | diff --git a/ella/core/cache/redis.py b/ella/core/cache/redis.py
index <HASH>..<HASH> 100644
--- a/ella/core/cache/redis.py
+++ b/ella/core/cache/redis.py
@@ -144,7 +144,7 @@ class RedisListingHandler(ListingHandler):
for union_keys in unions:
if len(union_keys) > 1:
result_key = ... | default for redis is SUM, that don't work for us | ella_ella | train |
ffa301276ad646d813066fa66a874e73023b368c | diff --git a/PTTTelnetCrawlerLibrary.py b/PTTTelnetCrawlerLibrary.py
index <HASH>..<HASH> 100644
--- a/PTTTelnetCrawlerLibrary.py
+++ b/PTTTelnetCrawlerLibrary.py
@@ -742,8 +742,9 @@ class PTTTelnetCrawlerLibrary(object):
while True:
- ErrorCode, Index = self.__readScreen(Message... | Fixed system abort so many push error | Truth0906_PTTLibrary | train |
4429d372d0586808dd651fc336b29cc405cfb09c | diff --git a/cleverhans/attacks/__init__.py b/cleverhans/attacks/__init__.py
index <HASH>..<HASH> 100644
--- a/cleverhans/attacks/__init__.py
+++ b/cleverhans/attacks/__init__.py
@@ -2593,9 +2593,17 @@ def projected_optimization(loss_fn,
:param project_perturbation: A function, which will be used to enforce
... | Fix bugs in SPSA early stopping (#<I>)
* tweak doc
* add to documentation of early_stop_loss_threshold
* more detail to doc
* fix bugs in early stopping
* Update cleverhans/attacks_tf.py | tensorflow_cleverhans | train |
5c68a008c931546ef371015e8ef1d277cc084d28 | diff --git a/rtv/docs.py b/rtv/docs.py
index <HASH>..<HASH> 100644
--- a/rtv/docs.py
+++ b/rtv/docs.py
@@ -52,3 +52,13 @@ COMMENT_FILE = """
# Replying to {author}'s {type}
{content}
"""
+
+SUBMISSION_FILE = """
+# Please enter your submission. Lines starting with '#' will be ignored,
+# and an empty field aborts th... | Basic framework to post submission, doesn't actually submit it yet | michael-lazar_rtv | train |
777b2ddb1ea569377dcf435a62c2278df13b1e15 | diff --git a/WindowBrowser.js b/WindowBrowser.js
index <HASH>..<HASH> 100644
--- a/WindowBrowser.js
+++ b/WindowBrowser.js
@@ -46,7 +46,7 @@ function getWebGLContext(canvas, contextOptions) {
function createBrowserWindow(obj) {
//TODO: add option to provide canvas reference
- canvas = document.createElement(... | WindowBrowser added missing var | pex-gl_pex-sys | train |
49065d9fae6a5d532f81a14f1f36e726b51e751b | diff --git a/src/sap.m/src/sap/m/Tree.js b/src/sap.m/src/sap/m/Tree.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Tree.js
+++ b/src/sap.m/src/sap/m/Tree.js
@@ -401,7 +401,7 @@ function(
if (oNodeContext.parent) {
iSetSize = oNodeContext.parent.children.length;
}
- if (oNodeContext.positionInParent... | [INTERNAL] Tree: acc enhancement
Change-Id: I<I>ac<I>f<I>f8a8c<I>a6f<I>dbe5f9f<I>def
BCP: <I> | SAP_openui5 | train |
9417d7cb1eacbf6d0f447d1e6c143bc07faea846 | diff --git a/lib/fastlane/actions/install_xcode_plugin.rb b/lib/fastlane/actions/install_xcode_plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/actions/install_xcode_plugin.rb
+++ b/lib/fastlane/actions/install_xcode_plugin.rb
@@ -6,7 +6,8 @@ module Fastlane
sh "curl -Lso #{zip_path} #{params[:url]}"
... | Improved output for Xcode plugin action | fastlane_fastlane | train |
ca4da7e24527ffcb7d206865e1e8c2caee3ea583 | diff --git a/lib/Rx/Operator/RetryOperator.php b/lib/Rx/Operator/RetryOperator.php
index <HASH>..<HASH> 100644
--- a/lib/Rx/Operator/RetryOperator.php
+++ b/lib/Rx/Operator/RetryOperator.php
@@ -3,6 +3,7 @@
namespace Rx\Operator;
use Rx\Disposable\CallbackDisposable;
+use Rx\Disposable\SerialDisposable;
use Rx\Obs... | Retry operator: use a SerialDisposable so that disposable can never be null | ReactiveX_RxPHP | train |
ea48178a196fc4a010ad073dadcd0e2efd4b5048 | diff --git a/overview.py b/overview.py
index <HASH>..<HASH> 100644
--- a/overview.py
+++ b/overview.py
@@ -12,6 +12,8 @@ class Overview():
self.categoryArr = []
self.entryRows = []
self.index = 0
+ self.monthIndex = 10000
+ self.categoryIndex = 10000
# Create Layouts
... | Added 2 way highlighing and emphasis on intersected cell. | mthxx_Budget | train |
2260b7b1529b4fa8eaf78bc270d6496ee4fd7eb5 | diff --git a/src/boot.js b/src/boot.js
index <HASH>..<HASH> 100644
--- a/src/boot.js
+++ b/src/boot.js
@@ -321,7 +321,7 @@ function _gpfLoadSources () { //jshint ignore:line
allContent.push(_gpfSyncReadForBoot(gpfSourcesPath + source.name + ".js"));
}
}
- return allContent.join("\r\n");
+ ... | Useless \r (#<I>) | ArnaudBuchholz_gpf-js | train |
93fed42c279e459827f0e363c6ab928d9964b6d7 | diff --git a/lib/composable_operations/matcher/utilize_operation.rb b/lib/composable_operations/matcher/utilize_operation.rb
index <HASH>..<HASH> 100644
--- a/lib/composable_operations/matcher/utilize_operation.rb
+++ b/lib/composable_operations/matcher/utilize_operation.rb
@@ -8,6 +8,10 @@ module UtilizeOperation
... | Fixes UtilizeOperationMatcher
Extends the DummyOperation with a stub for #halted? | t6d_composable_operations | train |
e00d22dbfaf86aca71f382f5e5a4e9214991634f | diff --git a/library/UnitTestCase.php b/library/UnitTestCase.php
index <HASH>..<HASH> 100755
--- a/library/UnitTestCase.php
+++ b/library/UnitTestCase.php
@@ -628,6 +628,7 @@ abstract class UnitTestCase extends BaseTestCase
*/
public function getProxyClassName($superClassName)
{
+ $superClassName... | Move getting of real class name to getProxyClassName | OXID-eSales_testing_library | train |
7637fda4137146931fe1e2069282c81a327ae80c | diff --git a/src/featherlight.gallery.js b/src/featherlight.gallery.js
index <HASH>..<HASH> 100644
--- a/src/featherlight.gallery.js
+++ b/src/featherlight.gallery.js
@@ -32,9 +32,11 @@
afterClose: function(_super, event) {
var self = this;
self.$instance.off('next.'+self.namespace+' previous.'+self.nam... | Hammer apparently requires using the same object to bind/unbind stuff [#<I>] | noelboss_featherlight | train |
f62d24a9eaedf9ac1f1aedba1b53d82d1a42b1d9 | diff --git a/kie-server-parent/kie-server-api/src/main/java/org/kie/server/api/marshalling/json/JSONMarshaller.java b/kie-server-parent/kie-server-api/src/main/java/org/kie/server/api/marshalling/json/JSONMarshaller.java
index <HASH>..<HASH> 100644
--- a/kie-server-parent/kie-server-api/src/main/java/org/kie/server/api... | JBPM-<I> - org.kie.server.json.format.date has no effect anymore in RHPAM 7 | kiegroup_droolsjbpm-integration | train |
2a83463b064e74b6576f96a4a6591be7936ef9df | diff --git a/source/org/jasig/portal/services/Authentication.java b/source/org/jasig/portal/services/Authentication.java
index <HASH>..<HASH> 100644
--- a/source/org/jasig/portal/services/Authentication.java
+++ b/source/org/jasig/portal/services/Authentication.java
@@ -70,28 +70,33 @@ public class Authentication {
... | Don't require username and password
since some security providers do not need them.
For example container based authentication such
as basic or digest authentication in the web server
would get username from environment. A Web ISO
providers may use a token for retirving username
from a login server.
git-svn-id: <UR... | Jasig_uPortal | train |
193b2e73734039354f10716cb1993d2532b6e972 | diff --git a/spec/easy_gravatar/json_parser_spec.rb b/spec/easy_gravatar/json_parser_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/easy_gravatar/json_parser_spec.rb
+++ b/spec/easy_gravatar/json_parser_spec.rb
@@ -21,10 +21,15 @@ describe EasyGravatar::JsonParser do
end
it 'reorganises the phone numbers' do
+ ... | add the new test data to the tests | dennisvandehoef_easy_gravatar | train |
93bcc022582083e6ae623040b9ed465a94a2278e | diff --git a/goless/backends.py b/goless/backends.py
index <HASH>..<HASH> 100644
--- a/goless/backends.py
+++ b/goless/backends.py
@@ -1,8 +1,22 @@
+import contextlib
import os
import platform
import sys
+class Deadlock(Exception):
+ def __init__(self, msg):
+ Exception.__init__(self, msg)
+
+
+@contex... | Backends now reraise deadlocks as the appropriate exception. | rgalanakis_goless | train |
430d3669c00d9e0956980a311b0033bdbfd6e24f | diff --git a/datastore.go b/datastore.go
index <HASH>..<HASH> 100644
--- a/datastore.go
+++ b/datastore.go
@@ -450,9 +450,9 @@ func (t *txn) Query(q dsq.Query) (dsq.Results, error) {
}
func (t *txn) query(q dsq.Query) (dsq.Results, error) {
- prefix := []byte(q.Prefix)
opt := badger.DefaultIteratorOptions
opt.P... | feat: improve prefixed query performance
Avoid looking at tables that don't have keys we're looking for. | ipfs_go-ds-badger | train |
80084bd8b2f91b2acb21814bb97f4f68f391d958 | diff --git a/src/com/google/javascript/jscomp/NewTypeInference.java b/src/com/google/javascript/jscomp/NewTypeInference.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/NewTypeInference.java
+++ b/src/com/google/javascript/jscomp/NewTypeInference.java
@@ -1791,7 +1791,7 @@ final class NewTypeInfe... | [NTI] Improve inference (and avoid spurious warnings) by using the return type of a loose function.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
d1dd7e3e4bfa0b053c9d7e0084ec2e1c8c414641 | diff --git a/pydoop/hadut.py b/pydoop/hadut.py
index <HASH>..<HASH> 100644
--- a/pydoop/hadut.py
+++ b/pydoop/hadut.py
@@ -1,29 +1,10 @@
-# Copyright (C) 2011-2012 CRS4.
-#
-# This file is part of Seal.
-#
-# Seal is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public ... | Removed Seal left-overs from hadut module. | crs4_pydoop | train |
3b0674b0e7cff6ec798f90fb60ebb182f875290a | diff --git a/fastlane/lib/fastlane/actions/sonar.rb b/fastlane/lib/fastlane/actions/sonar.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/sonar.rb
+++ b/fastlane/lib/fastlane/actions/sonar.rb
@@ -16,6 +16,7 @@ module Fastlane
sonar_scanner_args << "-Dsonar.projectName=\"#{params[:project_nam... | [action] Add support to exclude files from sonar qube analysis (#<I>) | fastlane_fastlane | train |
11d9da1a1a42df5b788cbddc1b11558331b11a29 | diff --git a/src/saml2/client.py b/src/saml2/client.py
index <HASH>..<HASH> 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -17,6 +17,8 @@ FORM_SPEC = """<form method="post" action="%s">
<input type="submit" value="Submit" />
</form>"""
+LAX = True
+
def _sid(seed=""):
"""The hash of the serv... | Allow for testing and allow for usage of the uriref that was sent as AssertionConsumerServiceUrl if the IdP ignores it | IdentityPython_pysaml2 | train |
5d8082de7b37ab676bb6edbc2f0939c8d26def53 | diff --git a/src/org/mozilla/javascript/NativeJavaMethod.java b/src/org/mozilla/javascript/NativeJavaMethod.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/NativeJavaMethod.java
+++ b/src/org/mozilla/javascript/NativeJavaMethod.java
@@ -348,7 +348,8 @@ public class NativeJavaMethod extends NativeFunct... | More comments about NativeJavaMethod.findFunction requirements | mozilla_rhino | train |
cb275c30f6958234cb83072172205d57800e06b5 | diff --git a/ipymd/formats/python.py b/ipymd/formats/python.py
index <HASH>..<HASH> 100644
--- a/ipymd/formats/python.py
+++ b/ipymd/formats/python.py
@@ -46,6 +46,25 @@ def _add_hash(source):
return source
+def _replace_header_filter(filter):
+ return {'h1': '# ',
+ 'h2': '## ',
+ 'h3... | Choosing what to keep from Markdown cells in Python format. | rossant_ipymd | train |
1c073f36e3b5850a448d65d90c383a92ddce83ff | diff --git a/__init__.py b/__init__.py
index <HASH>..<HASH> 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.4.0a3"
+__version__ = "3.4.0a4"
#--end constants-- | Version bump for <I>a4. | pypa_setuptools | train |
352f79e9fd02e5626b8b3945ce956aa609ac765d | diff --git a/lib/sync.js b/lib/sync.js
index <HASH>..<HASH> 100644
--- a/lib/sync.js
+++ b/lib/sync.js
@@ -545,13 +545,22 @@ SyncApi.prototype._sync = function(syncOptions) {
console.error("/sync error %s", err);
console.error(err);
- debuglog("Starting keep-alive");
- self._syncConnec... | Handle the first /sync failure differently.
A /sync request may spuriously fail on occasion, without the
"connection" actually being lost. To avoid spurious "Connection Lost"
warning messages we ignore the first /sync and immediately retry, and
only if that fails do we enter an ERROR state. | matrix-org_matrix-js-sdk | train |
e7d8041875742498c23c69176cc7813be263b4e5 | diff --git a/src/BmCalendar/Renderer/HtmlCalendar.php b/src/BmCalendar/Renderer/HtmlCalendar.php
index <HASH>..<HASH> 100644
--- a/src/BmCalendar/Renderer/HtmlCalendar.php
+++ b/src/BmCalendar/Renderer/HtmlCalendar.php
@@ -40,6 +40,21 @@ class HtmlCalendar implements CalendarRendererInterface
);
/**
+ *... | extracted names of the days of the week to a variable | SCLInternet_BmCalendar | train |
d4e98289a349086db78f1c60e18573e59c466dce | diff --git a/extensions/css-language-features/server/test/index.js b/extensions/css-language-features/server/test/index.js
index <HASH>..<HASH> 100644
--- a/extensions/css-language-features/server/test/index.js
+++ b/extensions/css-language-features/server/test/index.js
@@ -28,7 +28,7 @@ if (process.env.BUILD_ARTIFACTS... | [css] revert changes to test runner | Microsoft_vscode | train |
011d23522da7ab90b2f43eb03be5109e46a4d4ad | diff --git a/tests/Database/DatabaseConnectorTest.php b/tests/Database/DatabaseConnectorTest.php
index <HASH>..<HASH> 100755
--- a/tests/Database/DatabaseConnectorTest.php
+++ b/tests/Database/DatabaseConnectorTest.php
@@ -38,9 +38,9 @@ class DatabaseConnectorTest extends PHPUnit_Framework_TestCase {
public function ... | Changed the tests so they pass again. | laravel_framework | train |
84592d069da09b5bd77eba04cc9318e444e27679 | diff --git a/src/Guzzle/Http/Message/RequestFactory.php b/src/Guzzle/Http/Message/RequestFactory.php
index <HASH>..<HASH> 100644
--- a/src/Guzzle/Http/Message/RequestFactory.php
+++ b/src/Guzzle/Http/Message/RequestFactory.php
@@ -95,7 +95,10 @@ class RequestFactory implements RequestFactoryInterface
$requ... | Validating the type of value passed to a GET request response body. Addresses #<I>. | guzzle_guzzle3 | train |
8529baecb2663175fa9e9bf301182d7eb736f9d8 | diff --git a/src/Adapter/AdapterInterface.php b/src/Adapter/AdapterInterface.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/AdapterInterface.php
+++ b/src/Adapter/AdapterInterface.php
@@ -26,10 +26,12 @@ interface AdapterInterface
public function getCalendarApi();
/**
- * Get the Event API to use for... | Scope the Event Api to a Calendar | Calendart_CalendArt | train |
48c10495756afe66d97b0c976eeb7b1e70514bfc | diff --git a/src/ProfilerFactory.php b/src/ProfilerFactory.php
index <HASH>..<HASH> 100644
--- a/src/ProfilerFactory.php
+++ b/src/ProfilerFactory.php
@@ -9,16 +9,16 @@ use Ndrx\Profiler\Collectors\Data\Request;
use Ndrx\Profiler\Collectors\Data\Timeline;
use Ndrx\Profiler\Components\Logs\Monolog;
use Ndrx\Profiler\... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | ndrx-io_profiler | train |
0a4da78f3844c4d2e70902dd7ce5cf740cb70d59 | diff --git a/server/server_test.go b/server/server_test.go
index <HASH>..<HASH> 100644
--- a/server/server_test.go
+++ b/server/server_test.go
@@ -3,6 +3,7 @@
package server
import (
+ "bufio"
"net"
"testing"
"time"
@@ -18,6 +19,33 @@ var DefaultOptions = Options{
NoSigs: true,
}
+// completeConnect... | Fix code that checks that server is started + route test
- The raw connection used to check that the server is started now consumes the INFO and sends PING and consumes PONG before returning.
- The route test needs to make sure that the client connection has client id 2. Using PING/PONG before creating route connectio... | nats-io_gnatsd | train |
233d8710a1b52eaa2a60e1f21048894a3832e617 | diff --git a/axiom/scripts/axiomatic.py b/axiom/scripts/axiomatic.py
index <HASH>..<HASH> 100644
--- a/axiom/scripts/axiomatic.py
+++ b/axiom/scripts/axiomatic.py
@@ -114,7 +114,6 @@ class Start(twistd.ServerOptions):
self.application = application = self._constructApplication()
self._startApplication... | Don't invoke getPlugins unless we actually need to; this speeds up 'axiomatic status' and 'axiomatic start' quite a lot. | twisted_axiom | train |
2ffb5d06a1643afba81d02781b7163155e949cfb | diff --git a/math.go b/math.go
index <HASH>..<HASH> 100644
--- a/math.go
+++ b/math.go
@@ -148,6 +148,29 @@ func (l *Line) Angle() float32 {
return math.Atan2(l.P1.X-l.P2.X, l.P1.Y-l.P2.Y)
}
+//AngleDeg returns the angle in degrees
+func (l *Line) AngleDeg() float32 {
+ x := l.P2.X - l.P1.X
+ y := l.P2.Y - l.P1.Y
... | added Line.AngleDeg method | EngoEngine_engo | train |
c0a77a4c5977017d74c24ba8fb907db78874a639 | diff --git a/Tests/Fixtures/Twig/Extension/TestTwigExtension.php b/Tests/Fixtures/Twig/Extension/TestTwigExtension.php
index <HASH>..<HASH> 100644
--- a/Tests/Fixtures/Twig/Extension/TestTwigExtension.php
+++ b/Tests/Fixtures/Twig/Extension/TestTwigExtension.php
@@ -11,6 +11,7 @@
namespace WBW\Bundle\CoreBundle\Test... | Add $twigEnvironment into abstract Twig extension | webeweb_core-bundle | train |
a71f970700b7fb23f1c3cff24f2a1d887853aada | diff --git a/js/core/test/testRuntime.js b/js/core/test/testRuntime.js
index <HASH>..<HASH> 100644
--- a/js/core/test/testRuntime.js
+++ b/js/core/test/testRuntime.js
@@ -58,6 +58,12 @@ asyncTest("Instantiate Runtime", function() {
ok(authinfo.id().match(/[a-f0-9\-]{36}/i), "Authinfo should have a valid id.");
eq... | Add tests to demonstrate default relationship building. | DavidSouther_JEFRi | train |
0280d74167b14cf17992765284e9ac9f4948611e | diff --git a/config/config.go b/config/config.go
index <HASH>..<HASH> 100644
--- a/config/config.go
+++ b/config/config.go
@@ -163,5 +163,5 @@ func (c JobConfig) ScrapeInterval() time.Duration {
// ScrapeTimeout gets the scrape timeout for a job.
func (c JobConfig) ScrapeTimeout() time.Duration {
- return stringToD... | Fix scrape timeout in config.
The scrape timeout helper was wrapping the scrape interval. | prometheus_prometheus | train |
370a636c90c18adfc8e83b2924029ef864fcd875 | diff --git a/clustering/web/infinispan/src/main/java/org/wildfly/clustering/web/infinispan/session/SessionCreationMetaDataEntryExternalizer.java b/clustering/web/infinispan/src/main/java/org/wildfly/clustering/web/infinispan/session/SessionCreationMetaDataEntryExternalizer.java
index <HASH>..<HASH> 100644
--- a/cluster... | WFLY-<I> Distributed web session metadata payload contains unnecessary nanosecond precision | wildfly_wildfly | train |
7cfec99858bf397714d3aac1c0ba4708d2ddb986 | diff --git a/test/unit/css.js b/test/unit/css.js
index <HASH>..<HASH> 100644
--- a/test/unit/css.js
+++ b/test/unit/css.js
@@ -85,7 +85,7 @@ test("css(String, Function)", function() {
try {
expect(3);
- var colors = ["#ff0000", "#00ff00", "#0000ff"];
+ var sizes = ["10px", "20px", "30px"];
jQuery("<di... | Uses the more stable font-size as a sentinel | jquery_jquery | train |
f5400011b20046cebbdfed686d051fb2aa600a14 | diff --git a/src/p3k/Multipart.php b/src/p3k/Multipart.php
index <HASH>..<HASH> 100644
--- a/src/p3k/Multipart.php
+++ b/src/p3k/Multipart.php
@@ -42,8 +42,9 @@ class Multipart {
$this->_addPartHeader();
$this->_data .= 'Content-Disposition: form-data; name="' . $key . '"; filename="' . basename($filename) . ... | send as binary instead of base<I> | aaronpk_php-multipart-encoder | train |
a819d77fa630027bbfb917d4da8a1ff4ddb9ba00 | diff --git a/salt/state.py b/salt/state.py
index <HASH>..<HASH> 100644
--- a/salt/state.py
+++ b/salt/state.py
@@ -1643,16 +1643,17 @@ class BaseHighState(object):
opts['state_top'] = 'salt://top.sls'
opts['nodegroups'] = {}
opts['file_roots'] = {'base': ['/srv/salt']}
- op... | Looks like a else clause is missing | saltstack_salt | train |
fe9678b9e45ea00c90ce7b82c3b66b053fcf1cf9 | diff --git a/spec/code_breaker/parser/ranges_spec.rb b/spec/code_breaker/parser/ranges_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/code_breaker/parser/ranges_spec.rb
+++ b/spec/code_breaker/parser/ranges_spec.rb
@@ -18,35 +18,39 @@ describe CodeBreaker::Parser do
end
end
- context 'for a beginless i... | Run beginn/endless range tests only for respective Ruby versions
>= <I>: endless range
>= <I>: beginnless range | daigaku-ruby_code_breaker | train |
7763c86356e1d176985c7d6716c9c29846488dbf | diff --git a/aiida_codtools/cli/misc/cif_import.py b/aiida_codtools/cli/misc/cif_import.py
index <HASH>..<HASH> 100644
--- a/aiida_codtools/cli/misc/cif_import.py
+++ b/aiida_codtools/cli/misc/cif_import.py
@@ -11,7 +11,7 @@ from aiida.utils.cli import options
help='Select the database to import from'
)
@click.o... | launch_misc_cif_import: add datetime start/stop and clean logging
To make the output more useful for storing in a log file and querying
that after the run, we add the ISO-<I> formatted UTC time at the
moment of starting the script and stopping. Additionally, the print
messages when a CifEntry is either skipped or adde... | aiidateam_aiida-codtools | train |
5823a27e7e673f71e25a2342b13e7af544ee9925 | diff --git a/files/renderer.php b/files/renderer.php
index <HASH>..<HASH> 100644
--- a/files/renderer.php
+++ b/files/renderer.php
@@ -601,7 +601,7 @@ class core_files_renderer extends plugin_renderer_base {
</a>
</div>
<div class="fp-tb-manage">
- ... | MDL-<I> googledocs: Add manage url -> drive
Part of MDL-<I> | moodle_moodle | train |
7b298cade59a93d9e6b187fadeb029af3b50a138 | diff --git a/closure/goog/ui/editor/toolbarfactory.js b/closure/goog/ui/editor/toolbarfactory.js
index <HASH>..<HASH> 100644
--- a/closure/goog/ui/editor/toolbarfactory.js
+++ b/closure/goog/ui/editor/toolbarfactory.js
@@ -124,7 +124,6 @@ goog.ui.editor.ToolbarFactory.addFontSizes = function(button, sizes) {
goog.ui.e... | Don't use the font size caption as the ID as it's a translated string and might not be unique.
R=nicksantos
DELTA=1 (0 added, 1 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-library | train |
9d12926fc755315fc69cbe1849c4d5e7866c9ed0 | diff --git a/docs/source/release.rst b/docs/source/release.rst
index <HASH>..<HASH> 100644
--- a/docs/source/release.rst
+++ b/docs/source/release.rst
@@ -8,6 +8,7 @@ Release Notes
notes for pre-1.0 versions of ibis can be found at :doc:`/release-pre-1.0`
* :release:`1.2.1 <pending>`
+* :feature:`2044` Implement... | [FEAT][BQ] Implemented covariance in bigquery (#<I>) | ibis-project_ibis | train |
d5c87e6d5e55d66f4530c8229832e6f68271bee3 | diff --git a/lib/point.rb b/lib/point.rb
index <HASH>..<HASH> 100644
--- a/lib/point.rb
+++ b/lib/point.rb
@@ -16,7 +16,8 @@ module Geometry
# Allow vector-style initialization, but override to
# support copy-init from another Vector or Point
- def Point.[](*array)
+ def self.[](*array)
+ array = array[0] if... | Allow Point to be initialized with an array using list syntax | bfoz_geometry | train |
b7f126020e6888841e927f1f929cd0963dee3c79 | diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/StartMojo.java b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/StartMojo.java
index <HASH>..<HASH> 100644
--- a/spring-boot-project/sprin... | Update copyright year of change file
See gh-<I> | spring-projects_spring-boot | train |
4311f971e32c45940291de5778bee2e8f7c001c2 | diff --git a/modin/pandas/dataframe.py b/modin/pandas/dataframe.py
index <HASH>..<HASH> 100644
--- a/modin/pandas/dataframe.py
+++ b/modin/pandas/dataframe.py
@@ -2007,6 +2007,9 @@ class DataFrame(object):
Returns:
Boolean: True if equal, otherwise False
"""
+ if isinstance(other, ... | Re-enable disabled regression test and fix a minor bug in equals method (#<I>)
* Re-enable disabled regression test and fix a minor bug in equals method
* Fixing python2 compatibility
* Fix lint | modin-project_modin | train |
b9be2874168079ef3027e71a405b09f4aa2bbb9a | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -1236,7 +1236,6 @@ func (c *Client) do(r *Request) (resp *Response, err error) {
r.dumpBuffer.Reset()
}
r.trace = nil
- r.ctx = nil
resp.body = nil
resp.result = nil
resp.error = nil
diff --git a/reques... | Request.Do() accepts 0 or 1 context | imroc_req | train |
45d3e0a0c175ab85072e4d24f086386c38c6e342 | diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php
+++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php
@@ -8... | [9.x] Adds "freezeTime" helper for tests. (#<I>)
* [9.x] Adds "freezeTime" helper for tests.
* Removes start of second.
Returns callback result, if any.
* Adds freezeCurrentSecond for DB timestamps without subsecond precision.
* formatting | laravel_framework | train |
fc5d6445c498ffe15ccd87baf859661c36d3917e | diff --git a/test/transforms/buildProduction.js b/test/transforms/buildProduction.js
index <HASH>..<HASH> 100644
--- a/test/transforms/buildProduction.js
+++ b/test/transforms/buildProduction.js
@@ -1625,7 +1625,7 @@ describe('buildProduction', function() {
[
{
parseTree: ex... | Adapt tests to some small changes in the postcss/cssnano serialization | assetgraph_assetgraph-builder | train |
ec95dbcaa49ea2bcff8baee0f0d0635d73f999a2 | diff --git a/src/ui.js b/src/ui.js
index <HASH>..<HASH> 100644
--- a/src/ui.js
+++ b/src/ui.js
@@ -39,7 +39,10 @@ var onBenchComplete = function(event, suite) {
id = me.id,
result = '',
$bench = $('#bench-' + id),
- $results = $bench.find('.fn-bench-result');
+ $results = $bench... | Remember computed ops, mean, rme and delta to the fastest benchmark
Allow printing these programmatically by browser-driving tools. | kupriyanenko_astrobench | train |
2381b9e1134b952b863e052b64af8fe6f5680c26 | diff --git a/lib/anycable/rails/config.rb b/lib/anycable/rails/config.rb
index <HASH>..<HASH> 100644
--- a/lib/anycable/rails/config.rb
+++ b/lib/anycable/rails/config.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require "anycable/config"
+
# Extend AnyCable configuration with
# `access_logs_disabled` options... | fixed anycable config dependency (#<I>)
* fixed anycable config dependency
* fixed rubocop offense | anycable_anycable-rails | train |
3a0a6d8d57d0c0839a9b5f74f9ebb9ffd8d01943 | diff --git a/lib/aequitas/virtus_integration.rb b/lib/aequitas/virtus_integration.rb
index <HASH>..<HASH> 100644
--- a/lib/aequitas/virtus_integration.rb
+++ b/lib/aequitas/virtus_integration.rb
@@ -1,3 +1,4 @@
+require 'aequitas'
require 'aequitas/virtus_integration/inline_attribute_rule_extractor'
module Virtus | Require 'aequitas' in aequitas/virtus_integration.rb. | emmanuel_aequitas | train |
19540d62585dda59e578e8e1a2e3cc08cca95ead | diff --git a/src/Http/Media.php b/src/Http/Media.php
index <HASH>..<HASH> 100644
--- a/src/Http/Media.php
+++ b/src/Http/Media.php
@@ -105,19 +105,23 @@ class Media
/**
* Iterates through all existing formats to match a compatible one for the provided request.
*
- * @param object $message An inst... | feat: allow to constraint content negociation. | crysalead_net | train |
a46a3866bfd776d052bdbb6fa589114a5cac92f8 | diff --git a/lib/lock_jar/version.rb b/lib/lock_jar/version.rb
index <HASH>..<HASH> 100644
--- a/lib/lock_jar/version.rb
+++ b/lib/lock_jar/version.rb
@@ -1,3 +1,3 @@
module LockJar
- VERSION = '0.12.3'
+ VERSION = '0.12.4'
end | bump minor version to <I> | mguymon_lock_jar | train |
edf967bb97ae44131e7a3e0437500eb7b106356f | diff --git a/src/request/sign-message/SignMessage.js b/src/request/sign-message/SignMessage.js
index <HASH>..<HASH> 100644
--- a/src/request/sign-message/SignMessage.js
+++ b/src/request/sign-message/SignMessage.js
@@ -59,14 +59,6 @@ class SignMessage {
// because for sign-message we need to go back to the Sig... | Move cancel-button handler into Api's onRequest | nimiq_keyguard-next | train |
532f7a36a3894101fd5ab008dcfb9037f5547730 | diff --git a/app/models/music_artist.rb b/app/models/music_artist.rb
index <HASH>..<HASH> 100755
--- a/app/models/music_artist.rb
+++ b/app/models/music_artist.rb
@@ -56,10 +56,19 @@ class MusicArtist < ActiveRecord::Base
def is_classical?(lastfm = nil)
lastfm ||= Lastfm.new(LastfmApiKey, LastfmApiSecret)
-... | refs #<I> Catches not found exceptions at artist and discography import. | volontariat_voluntary_music_metadata_enrichment | train |
15fbc6f6d0022887ce5d7f1704d8927259aa0f43 | diff --git a/grimoire_elk/enriched/gerrit.py b/grimoire_elk/enriched/gerrit.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/enriched/gerrit.py
+++ b/grimoire_elk/enriched/gerrit.py
@@ -20,14 +20,14 @@
# Alvaro del Castillo San Felix <acs@bitergia.com>
#
-from datetime import datetime
-from dateutil import parse... | [enriched-gerrit] Use grimoirelab-toolkit calls
This code replaces datetime, time and dateutil.parser calls to equivalent
calls of grimoirelab-toolkit, thus reducing possible point of failures due
to duplicate code. | chaoss_grimoirelab-elk | train |
8429b7ce77a86a45e0412107d3506d15ea911585 | diff --git a/sol-dock-r/src/main/java/at/pagu/soldockr/repository/SolrCrudRepository.java b/sol-dock-r/src/main/java/at/pagu/soldockr/repository/SolrCrudRepository.java
index <HASH>..<HASH> 100644
--- a/sol-dock-r/src/main/java/at/pagu/soldockr/repository/SolrCrudRepository.java
+++ b/sol-dock-r/src/main/java/at/pagu/s... | [FIX] reference to findOne is ambiguous, both method findOne(ID) in CrudRepository and method findOne(String) in SolrRepository match.
occurs when executed with maven (---eclipse compiler is fine---)
git-svn-id: <URL> | spring-projects_spring-data-solr | train |
04f1ad5a688e02cf598de9dc5bae2ca15e31ce76 | diff --git a/src/component/aurelia-form.js b/src/component/aurelia-form.js
index <HASH>..<HASH> 100644
--- a/src/component/aurelia-form.js
+++ b/src/component/aurelia-form.js
@@ -109,7 +109,7 @@ export class AureliaForm {
}
validate(property, force = false) {
- if (property && !this.mapped[property] && !forc... | fix(aurelia-form): force for submit | SpoonX_aurelia-form | train |
8cbca7b4c564d5be03d34af176cbeb0da1fc1370 | diff --git a/test/unit/url.test.js b/test/unit/url.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/url.test.js
+++ b/test/unit/url.test.js
@@ -756,6 +756,7 @@ describe('Url', function () {
// as per NSP guidelines, anything that blocks the event loop for a second or more is a potential DOS threat
... | Moved raw URL construction outside the test blocks | postmanlabs_postman-collection | train |
426f9aba76d6f65168230534dedb4cec9756e667 | diff --git a/src/js/phila-gov.js b/src/js/phila-gov.js
index <HASH>..<HASH> 100644
--- a/src/js/phila-gov.js
+++ b/src/js/phila-gov.js
@@ -51,7 +51,7 @@ module.exports = $(function(){
$('footer').toggleClass('hide');
}
- function checkBrowserHeight( ){
+ function checkBrowserHeight(){
if ( $('body').ha... | Reset navHeight on open | CityOfPhiladelphia_standards | train |
1669d0fb8d3061e5f2b4ed6d3d0dfce4c513823f | diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClassfileBinaryParser.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClassfileBinaryParser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClassfileBinaryParser.java
+... | Code safety change for Maven build that Source > Cleanup won't break | classgraph_classgraph | train |
c462089ba5e17a6c7784a809bdf0f4264a79e160 | diff --git a/xmi_experiment.py b/xmi_experiment.py
index <HASH>..<HASH> 100644
--- a/xmi_experiment.py
+++ b/xmi_experiment.py
@@ -21,33 +21,21 @@ def _build_path(obj):
if __name__ == '__main__':
- # # UMLPrimitiveTypes Creation
- # umltypes = Ecore.EPackage('umltypes')
- # String = Ecore.EDataType('Strin... | Update the Ecore/UML test using ResourceSet
In this example, the UML.ecore is straight from the Eclipse
version. References are made to 'plateform:/plugin...' stuffs which
are related to Eclipse EMF plugin registered in memory. To deal with
this, this version registered in the ResourceSet (could also be done
in the gl... | pyecore_pyecore | train |
95524cf6521d8fedfd9600e28c44949d4e206a93 | diff --git a/doubleratchet/ratchets/doubleratchet.py b/doubleratchet/ratchets/doubleratchet.py
index <HASH>..<HASH> 100644
--- a/doubleratchet/ratchets/doubleratchet.py
+++ b/doubleratchet/ratchets/doubleratchet.py
@@ -107,6 +107,14 @@ class DoubleRatchet(DHRatchet):
self.__skr.step(key, chain)
+ def ca... | Added method to detect whether a ratchet is capable of encrypting | Syndace_python-doubleratchet | train |
c168a09fbcdd20774bf0b9ecd6986061b36dcfd4 | diff --git a/src/lib/QrScanner.js b/src/lib/QrScanner.js
index <HASH>..<HASH> 100644
--- a/src/lib/QrScanner.js
+++ b/src/lib/QrScanner.js
@@ -161,7 +161,7 @@ class QrScanner {
* @param {boolean} [alsoTryWithoutScanRegion = false]
* @returns {Promise<string>}
*/
- static scanImage(
+ static asyn... | QrScanner: refactor scanImage with async/await | nimiq_keyguard-next | train |
750324c0432df84e1cff5012047a0e024920fee1 | diff --git a/Entity/Event.php b/Entity/Event.php
index <HASH>..<HASH> 100644
--- a/Entity/Event.php
+++ b/Entity/Event.php
@@ -83,7 +83,7 @@ class Event
$builder->addId();
$builder->createManyToOne('contactSource', 'ContactSource')
- ->addJoinColumn('contactsource_id', 'id', false, false,... | Reduce foreign keys on stats/events.
Correct attribution type precision. | TheDMSGroup_mautic-contact-source | train |
4b75c6490dbdbfde5ed19c62a3cd041a5c9b8e92 | diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/integration/conftest.py
+++ b/tests/integration/conftest.py
@@ -5,6 +5,7 @@ import json
import logging
import os
import shutil
+import signal
import socket
import sys
import time
@@ -43,18 +44,33 @@ ... | Fix devpi server to work on windows | pypa_pipenv | train |
78f29467972da8f6d50ee95c3795eaebeed47493 | diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go
index <HASH>..<HASH> 100644
--- a/internal/ui/ui_glfw.go
+++ b/internal/ui/ui_glfw.go
@@ -546,7 +546,10 @@ func (u *userInterface) getScale() float64 {
func (u *userInterface) actualScreenScale() float64 {
n := time.Now().UnixNano()
// As devicescale.Dev... | ui: Bug fix: timer condition was wrong | hajimehoshi_ebiten | train |
b82a5dacc251f785b21f406422091a74024b2ae1 | diff --git a/spec/puppet-syntax/manifests_spec.rb b/spec/puppet-syntax/manifests_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/puppet-syntax/manifests_spec.rb
+++ b/spec/puppet-syntax/manifests_spec.rb
@@ -157,15 +157,16 @@ describe PuppetSyntax::Manifests do
expect(output[0]).to match(/Syntax error at '=';... | Update Puppet 4 related test
The spec tests contain some tests that should not run unless the testing
suite is run against Puppet 4. This is largely being handled with
conditionals (though thats sort of ugly). The current unit tests for the
`PuppetSyntax::Manifests` class is missing a conditional around a test
meant o... | voxpupuli_puppet-syntax | train |
edfaafa4afa1e72563b2597e5b87b81d3777c7e1 | diff --git a/test/Model.js b/test/Model.js
index <HASH>..<HASH> 100644
--- a/test/Model.js
+++ b/test/Model.js
@@ -1195,7 +1195,7 @@ describe("Model", () => {
});
it("Should return correct result from batchGet with unprocessed keys", async () => {
- promiseFunction = () => Promise.resolve({"Responses": ... | Fixing tests for DynamoDB based unprocessedKeys objects | dynamoosejs_dynamoose | train |
3cd59df9633ad5e70920698fc15dc456e1f53bac | diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/RealVoltDB.java
+++ b/src/frontend/org/voltdb/RealVoltDB.java
@@ -424,7 +424,7 @@ public class RealVoltDB implements VoltDBInterface, RestoreAgent.Callback, Mailb
... | Only construct the rejoin coordinator on rejoin. Also log a message if pauseless
rejoin is turned on. | VoltDB_voltdb | train |
2b31689d9a8ea27e5c9204ca034a84d5d776dece | diff --git a/impl_core/src/main/java/io/opencensus/implcore/stats/MetricUtils.java b/impl_core/src/main/java/io/opencensus/implcore/stats/MetricUtils.java
index <HASH>..<HASH> 100644
--- a/impl_core/src/main/java/io/opencensus/implcore/stats/MetricUtils.java
+++ b/impl_core/src/main/java/io/opencensus/implcore/stats/Me... | Make an internal function static. (#<I>)
* Make an internal function static.
* Make other functions static too. | census-instrumentation_opencensus-java | train |
9a1af01f4945ad2311567d09aa610f109a6a7d32 | diff --git a/multiqc/modules/damageprofiler/damageprofiler.py b/multiqc/modules/damageprofiler/damageprofiler.py
index <HASH>..<HASH> 100644
--- a/multiqc/modules/damageprofiler/damageprofiler.py
+++ b/multiqc/modules/damageprofiler/damageprofiler.py
@@ -23,10 +23,10 @@ class MultiqcModule(BaseMultiqcModule):
... | 3' Plot works now :-) | ewels_MultiQC | train |
e1462f6b8d9b4182888d0ce0d46a2305d31c398a | diff --git a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java b/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java
index <HASH>..<HASH> 100644
--- a/structr-rest/src/test/java/org/structr/test/rest/resource/SchemaResourceTest.java
+++ b/structr-rest/src/te... | Extends SchemaMethod tests to include multiple results and adjusts expected result_count. | structr_structr | train |
7e3d187823da621d8a5ec98ba5dcca43417302de | diff --git a/endpoints.go b/endpoints.go
index <HASH>..<HASH> 100644
--- a/endpoints.go
+++ b/endpoints.go
@@ -72,6 +72,7 @@ var (
EndpointGuildPreview = func(gID string) string { return EndpointGuilds + gID + "/preview" }
EndpointGuildChannels = func(gID string) string { return EndpointGuild... | Added Guild Members Search Function (#<I>)
* Added Guild Members Search Function
* Updated method name to be consistent with other endpoints
* Refactored and moved GuildMembersSearch method for consistency | bwmarrin_discordgo | train |
4dc78eed49584e8969c5dae803ef54824899449c | diff --git a/src/com/google/javascript/jscomp/parsing/IRFactory.java b/src/com/google/javascript/jscomp/parsing/IRFactory.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/parsing/IRFactory.java
+++ b/src/com/google/javascript/jscomp/parsing/IRFactory.java
@@ -711,7 +711,7 @@ class IRFactory {
... | Use comment source location for finding starting offset of AST node
With previous change, I began to store the source location information for
nonJSDoc comments. Here I use that information to choose the start offset of a
node during node replacement using replaceRange.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
c00ee497d81694e65a8d5b1b6d0f4d1a2ea85f7f | diff --git a/bin/makeTags.php b/bin/makeTags.php
index <HASH>..<HASH> 100755
--- a/bin/makeTags.php
+++ b/bin/makeTags.php
@@ -23,7 +23,7 @@ foreach ($files as $file) {
$config['namespace'] = "Lucid\Html\Base\Tags";
- echo(str_pad("\t".$config['name'], 25, ".", STR_PAD_RIGHT));
+ echo(str_pad("\tIncludin... | removing file, standardizing make output | dev-lucid_html | train |
c40d83ec25f6bb1df69ace313905d72946580c8d | diff --git a/lib/angularjs-rails-cdn.rb b/lib/angularjs-rails-cdn.rb
index <HASH>..<HASH> 100644
--- a/lib/angularjs-rails-cdn.rb
+++ b/lib/angularjs-rails-cdn.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext/string/output_safety'
require 'angularjs-rails'
require 'angularjs-rails-cdn/version' | Require ActiveSupport output_safety extensions. | styx_angularjs-rails-cdn | train |
3ed77eebca9303c68994758a489ab40116de8796 | diff --git a/templates/config/routes.js b/templates/config/routes.js
index <HASH>..<HASH> 100644
--- a/templates/config/routes.js
+++ b/templates/config/routes.js
@@ -51,10 +51,8 @@ module.exports.routes = {
//(which will be initialized in assets/index.html). This route needs to be
//at the very bottom if you wan... | Added CSRF Token to routes | terminalvelocity_sails-generate-seeds-backend | train |
b651c9ca42d44c8bac5361ae50359ab3184a9b72 | diff --git a/Pluralizer.php b/Pluralizer.php
index <HASH>..<HASH> 100644
--- a/Pluralizer.php
+++ b/Pluralizer.php
@@ -193,6 +193,8 @@ class Pluralizer {
{
if (preg_match($pattern = '/'.$pattern.'$/i', $value))
{
+ $irregular = static::matchCase($irregular, $value);
+
return preg_replace($pattern... | Update Pluralizer.php
Added a matchCase method to attempt to determine case format and apply it but fallback to default value if not found. Added matchCase to the irregular and inflected return values. | illuminate_support | train |
a4c1222fcec70fd6547be6020f1e8df6b64d4dac | diff --git a/src/Database/Expression/Comparison.php b/src/Database/Expression/Comparison.php
index <HASH>..<HASH> 100644
--- a/src/Database/Expression/Comparison.php
+++ b/src/Database/Expression/Comparison.php
@@ -53,8 +53,19 @@ class Comparison implements ExpressionInterface, FieldInterface
*/
protected $_... | Adding doc blocks and fixing some failing tests | cakephp_cakephp | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.