hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
abb15a041dad97de2fdab4f71e2ca3f24b765999 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,9 @@ Don't forget to install [FPDI](https://www.setasign.com/fpdi) and [FPDF](http://
This class offers one public method, which allows you to set the protection of the resulting PDF document.
All other code is... | Added $ownerPass as return value to setProtection() method. | Setasign_fpdi-protection | train |
f68a1d0204d9c6428fe0d2e95ec7469f07072923 | diff --git a/Event/Log/LogAnnouncementCreateEvent.php b/Event/Log/LogAnnouncementCreateEvent.php
index <HASH>..<HASH> 100644
--- a/Event/Log/LogAnnouncementCreateEvent.php
+++ b/Event/Log/LogAnnouncementCreateEvent.php
@@ -35,6 +35,6 @@ class LogAnnouncementCreateEvent extends AbstractLogResourceEvent
*/
pub... | [AnnouncementBundle] Made logs displayable in admin | claroline_Distribution | train |
5251e1174964fe6056c4cc2a570f64ae1eed4773 | diff --git a/src/level/tiled/TMXLayer.js b/src/level/tiled/TMXLayer.js
index <HASH>..<HASH> 100644
--- a/src/level/tiled/TMXLayer.js
+++ b/src/level/tiled/TMXLayer.js
@@ -147,15 +147,6 @@
this.preRender = me.sys.preRender;
}
- // if pre-rendering method is use, create an offli... | fix a regression with layer bounds calculation vs pre-rendering canvas size | melonjs_melonJS | train |
f86e98d2a46c0dacc4f60f735f5a732c6fa8eb57 | diff --git a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java
index <HASH>..<HASH> 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe... | [Java] Assert that included type is available via XInclude. PR #<I>. | real-logic_simple-binary-encoding | train |
6d020680c1f2b6f1043a5b2708a5a3e12772c7d8 | diff --git a/src/Youtubedl/Config.php b/src/Youtubedl/Config.php
index <HASH>..<HASH> 100644
--- a/src/Youtubedl/Config.php
+++ b/src/Youtubedl/Config.php
@@ -26,7 +26,7 @@ class Config
return file_exists(self::getBinFile());
}
- public static function BinDirectoryExists()
+ public static function... | change to camelCase | labzone_Youtube-dl-php | train |
33a33d19b833336d016d61e8dc46e750719d98d1 | diff --git a/lib/scrape.js b/lib/scrape.js
index <HASH>..<HASH> 100644
--- a/lib/scrape.js
+++ b/lib/scrape.js
@@ -1,15 +1,16 @@
-// spookyJS provides our bridge to CasperJS and PhantomJS
+// SpookyJS provides our bridge to CasperJS and PhantomJS
try {
var Spooky = require('spooky');
} catch (e) {
var Spooky = ... | swap jsdom-xpath for xpath - gives massive speedup | ContentMine_quickscrape | train |
b662b1975bed527e7e4f376692abb8203ed89a30 | diff --git a/Class/Auth/Auth.class.php b/Class/Auth/Auth.class.php
index <HASH>..<HASH> 100644
--- a/Class/Auth/Auth.class.php
+++ b/Class/Auth/Auth.class.php
@@ -232,7 +232,7 @@ public function profile($provider) {
public function getConnectedProfile($provider) {
try {
$adapter = $this->getAdapter($provider);
- ... | Fix typo in session class (check function) | PhpGt_WebEngine | train |
511d753c8115c39e4d32227ae2dbeeaf3ada01ee | diff --git a/poetry/masonry/utils/package_include.py b/poetry/masonry/utils/package_include.py
index <HASH>..<HASH> 100644
--- a/poetry/masonry/utils/package_include.py
+++ b/poetry/masonry/utils/package_include.py
@@ -34,13 +34,12 @@ class PackageInclude(Include):
return self.check_elements()
def check... | Ensure list access is performed after the length check (#<I>) | sdispater_poetry | train |
d64e09d7d873ac9c60ee27152a570ddcc078f92c | diff --git a/splinter/driver/webdriver/firefox.py b/splinter/driver/webdriver/firefox.py
index <HASH>..<HASH> 100644
--- a/splinter/driver/webdriver/firefox.py
+++ b/splinter/driver/webdriver/firefox.py
@@ -44,7 +44,7 @@ class WebDriver(BaseWebDriver):
options.set_capability(key, value)
if u... | Firefox: Set user agent through options instead of profile (#<I>) | cobrateam_splinter | train |
59943a9d7b558a8c857dc752d96704d633dd9c80 | diff --git a/table.go b/table.go
index <HASH>..<HASH> 100644
--- a/table.go
+++ b/table.go
@@ -8,7 +8,7 @@ import (
"time"
peer "github.com/ipfs/go-ipfs/p2p/peer"
- logging "github.com/ipfs/go-ipfs/vendor/QmXJkcEXB6C9h6Ytb6rrUTFU56Ro62zxgrbxTT3dgjQGA8/go-log"
+ logging "github.com/ipfs/go-ipfs/vendor/QmTBXYb6y2Zc... | update code to use new logging changes
License: MIT | libp2p_go-libp2p-kbucket | train |
11a365044054b196a450ed0afcefaaeb7d8afc15 | diff --git a/src/Controller/Component/PaginatorComponent.php b/src/Controller/Component/PaginatorComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/PaginatorComponent.php
+++ b/src/Controller/Component/PaginatorComponent.php
@@ -257,7 +257,7 @@ class PaginatorComponent extends Component {
$def... | Corrects problem with paginator component
The paginator component was ignoring the component settings since the getDefaults() method had hard-coded defaults. This prevented setting app-wide paginator settings via the $components property in AppController. | cakephp_cakephp | train |
f6dd97385197fb1c80fc47c4ffbc6435781c4adc | diff --git a/lib/alaska.rb b/lib/alaska.rb
index <HASH>..<HASH> 100644
--- a/lib/alaska.rb
+++ b/lib/alaska.rb
@@ -29,11 +29,6 @@ class Alaska < ExecJS::Runtime
def exec(src, options = {})
if src.length > 0
- #TODO: figure out better solution
- if src.include?("processor = autoprefixer")
- ... | remove hack that was required for main-line autoprefixer | mavenlink_alaska | train |
904dc3e894f021e16a68b7952778ec1da2bdb6ef | diff --git a/src/Common/Service/ErrorHandler.php b/src/Common/Service/ErrorHandler.php
index <HASH>..<HASH> 100644
--- a/src/Common/Service/ErrorHandler.php
+++ b/src/Common/Service/ErrorHandler.php
@@ -575,8 +575,10 @@ class ErrorHandler
*/
public static function halt($sError, $sSubject = '')
{
- ... | Not using input library when calling `halt()`
This is in case the error is caused before the factory is loaded | nails_common | train |
06527227984967b2d10468c3b328451b397a59fa | diff --git a/lib/discordrb/light/data.rb b/lib/discordrb/light/data.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/light/data.rb
+++ b/lib/discordrb/light/data.rb
@@ -23,4 +23,8 @@ module Discordrb::Light
@email = data['email']
end
end
+
+ # Represents a light server which only has a fraction of the... | Start work on LightServer as a light analogue to Server | meew0_discordrb | train |
15bf8ecde545b153a5765905e635eee4cefec631 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/classfile/analysis/EnumValue.java b/findbugs/src/java/edu/umd/cs/findbugs/classfile/analysis/EnumValue.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/classfile/analysis/EnumValue.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/classfile/a... | Added hashCode() and equals() implementations, since they are needed
by the TypeQualifierValue class's hashCode() and equals() methods,
which in turn are needed in order to properly intern TypeQualifierValues
and implement other caches based on type qualifiers.
(It took me several hours to figure out why seemingly eas... | spotbugs_spotbugs | train |
72687b50d9453e286dd6ed8adb0c2d1c0e424e66 | diff --git a/AWSScout2/configs/__init__.py b/AWSScout2/configs/__init__.py
index <HASH>..<HASH> 100644
--- a/AWSScout2/configs/__init__.py
+++ b/AWSScout2/configs/__init__.py
@@ -0,0 +1,6 @@
+
+resource_id_map = {
+ 'peering_connections': 'VpcPeeringConnectionId',
+ 'subnet_groups': 'DBSubnetGroupName'
+}
+
diff ... | Move the map of resource IDs elsewhere | nccgroup_Scout2 | train |
b4c1b673260369502ba82c6a160a3fd3fcb0024e | diff --git a/lib/merkle.js b/lib/merkle.js
index <HASH>..<HASH> 100644
--- a/lib/merkle.js
+++ b/lib/merkle.js
@@ -7,7 +7,6 @@ function Hash(trits) {
this.toString = () => {
return Crypto.converter.trytes(this.value);
}
- this.trytes = this.toString();
}
function Key(seed, index, security) { | removed immediate hash tryte conversion | iotaledger_outdated-mam.client.js | train |
e12ce4756adb95bff822d80cfdfb76c4a17cf13c | diff --git a/modules/metrics/src/main/java/com/spotify/apollo/metrics/semantic/SemanticServiceMetrics.java b/modules/metrics/src/main/java/com/spotify/apollo/metrics/semantic/SemanticServiceMetrics.java
index <HASH>..<HASH> 100644
--- a/modules/metrics/src/main/java/com/spotify/apollo/metrics/semantic/SemanticServiceMe... | For error ratios below 1e-<I>, report them as zero
Small but not-quite zero error ratios can, at a glance, look alarming
in graphs. An increase from e.g. 1e-<I> to 1e-<I> looks like a big scary
increase, when in practice the error ratio is still basically nil.
Because the error ratios are calculated via EWMA-computed... | spotify_apollo | train |
16c2c4704d9dbd25503d544e539f36bb0188ea4a | diff --git a/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java
index <HASH>..<HASH> 100644
--- a/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java
+++ b/reactor-core/src/main/java/reactor/core/pub... | fix #<I> Shutdown request task executor in event loop's forceShutdown
The EventLoopProcessors would fail to shut down their request task
executor when `forceShutdown` was called. | reactor_reactor-core | train |
a797475f5bfbdd74f487bcc12c3c75a8ae839a67 | diff --git a/lib/view.js b/lib/view.js
index <HASH>..<HASH> 100644
--- a/lib/view.js
+++ b/lib/view.js
@@ -199,6 +199,8 @@ define(["require", "deepjs/deep"], function(require, deep) {
success.placed
.find("div[partials]") // <div partials="swig::...." >
.each(function() {
+ console.log("inside a partial... | beginning of a dp-repeat html enhancer | deepjs_deepjs | train |
48e3e32401df63a17eab784d5a812f532aec4eb6 | diff --git a/appinst/platforms/win32.py b/appinst/platforms/win32.py
index <HASH>..<HASH> 100644
--- a/appinst/platforms/win32.py
+++ b/appinst/platforms/win32.py
@@ -138,27 +138,41 @@ class Win32(object):
def _uninstall_application_menus(self, menus, shortcuts, start_menu):
-
- # FIXME: This fu... | Now only links that are part of the original menu structure will be deleted and only directories that have been emptied will be removed. | ContinuumIO_menuinst | train |
895e1d55e1593b9f550aff7c1c25ae6dcd949b96 | diff --git a/prow/plugins/blunderbuss/blunderbuss.go b/prow/plugins/blunderbuss/blunderbuss.go
index <HASH>..<HASH> 100644
--- a/prow/plugins/blunderbuss/blunderbuss.go
+++ b/prow/plugins/blunderbuss/blunderbuss.go
@@ -131,9 +131,18 @@ type repoownersClient interface {
LoadRepoOwners(org, repo, base string) (repoowne... | Make blunderbuss work with github apps auth | kubernetes_test-infra | train |
bdf2981af7f8532525a2cce25b3aee739819efb7 | diff --git a/test/core/test_squeeze_history.rb b/test/core/test_squeeze_history.rb
index <HASH>..<HASH> 100644
--- a/test/core/test_squeeze_history.rb
+++ b/test/core/test_squeeze_history.rb
@@ -12,7 +12,7 @@ shared :squeeze_history do
should 'loop_once squeeze history' do
times = @input.size
stub(@shell).... | try to adopt muack, which is more strict
<URL> | godfat_rib | train |
6c0463591466d0912582330349b5e44827c6fa0b | diff --git a/state/apiserver/login_test.go b/state/apiserver/login_test.go
index <HASH>..<HASH> 100644
--- a/state/apiserver/login_test.go
+++ b/state/apiserver/login_test.go
@@ -54,7 +54,7 @@ func (s *loginSuite) setupServer(c *gc.C) (*api.Info, func()) {
"localhost:0",
[]byte(coretesting.ServerCert),
[]byte(... | More params for test servers. | juju_juju | train |
7c0089076d6c19eca3d2029878b982587288121c | diff --git a/zdesk/zdesk.py b/zdesk/zdesk.py
index <HASH>..<HASH> 100644
--- a/zdesk/zdesk.py
+++ b/zdesk/zdesk.py
@@ -11,7 +11,6 @@ else:
import requests
-import simplejson as json
from .zdesk_api import ZendeskAPI
@@ -177,11 +176,10 @@ class Zendesk(ZendeskAPI):
url = self.zdesk_url + path
... | use requests to handle json and mime type | fprimex_zdesk | train |
5754057be198050530d9c0819d4c3b520410454f | diff --git a/src/angular-youtube-embed.js b/src/angular-youtube-embed.js
index <HASH>..<HASH> 100644
--- a/src/angular-youtube-embed.js
+++ b/src/angular-youtube-embed.js
@@ -183,6 +183,14 @@ angular.module('youtube-embed', ['ng'])
}
});
+ scope.$watchCollection(
+... | Watch playerHeight and playerWidth and resize
Watch the playerHeight and playerWidth values for changes so the player
can be resized on the fly. | brandly_angular-youtube-embed | train |
74bb7b6be6af99181a277e905e7c90c7c79283e8 | diff --git a/lib/braintree_rails/model.rb b/lib/braintree_rails/model.rb
index <HASH>..<HASH> 100644
--- a/lib/braintree_rails/model.rb
+++ b/lib/braintree_rails/model.rb
@@ -119,10 +119,21 @@ module BraintreeRails
end
end
+ def add_errors(validation_errors)
+ validation_errors.each do |er... | Add validation errors to model object when create/update failed | lyang_braintree-rails | train |
5ed9bc0b0a4626d7cc521e6e62081addda55ae95 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -289,7 +289,7 @@ epub_copyright = '2016 mozillazg'
# The format is a list of tuples containing the path and title.
#epub_pre_files = []
-# HTML files shat should be inserted after the pages created by sphin... | Fix simple typo: shat -> that
Closes #<I> | mozillazg_python-pinyin | train |
d5d0c49ec86c3496eafdbba858611e0fb031a233 | diff --git a/mongo_orchestration/common.py b/mongo_orchestration/common.py
index <HASH>..<HASH> 100644
--- a/mongo_orchestration/common.py
+++ b/mongo_orchestration/common.py
@@ -107,28 +107,24 @@ class BaseModel(object):
def _add_users(self, db, mongo_version):
"""Add given user, and extra x509 user if... | Create admin user with both SCRAM-SHA-<I> and SCRAM-SHA-1 (#<I>) | 10gen_mongo-orchestration | train |
b0c3de2f4db0a63fedc4dbb7da4bec3f381378a1 | diff --git a/hmmlearn/tests/__init__.py b/hmmlearn/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/hmmlearn/tests/__init__.py
+++ b/hmmlearn/tests/__init__.py
@@ -11,8 +11,7 @@ def make_covar_matrix(covariance_type, n_components, n_features):
mincv = 0.1
rand = np.random.random
return {
- 'sph... | Change spherical covars in test
Before was generating covars like [[1, 1, 1], [2, 2, 2]] for 3-feature
2-component model. Since the covars are the same for each feature within a
component, just generate [1, 2] instead. | hmmlearn_hmmlearn | train |
754b55a4b7ab14f98aa0ec308d176a0265885d03 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Improved text of skipped file message to mention gitignore feature.
- Fixed #1779: Pylama integration ignore... | Fixed #<I>: module incorrectly excluded from stdlib definition. | timothycrosley_isort | train |
87822c7703cc7af738a5aa4e5a25005f0197755a | diff --git a/src/main/java/mServer/crawler/sender/MediathekRbb.java b/src/main/java/mServer/crawler/sender/MediathekRbb.java
index <HASH>..<HASH> 100644
--- a/src/main/java/mServer/crawler/sender/MediathekRbb.java
+++ b/src/main/java/mServer/crawler/sender/MediathekRbb.java
@@ -220,17 +220,28 @@ public class MediathekR... | Fixing #<I>
Added search for https urls to fix #<I> | mediathekview_MServer | train |
dca275040714a7c83da791ecc19940ec6e8f268d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ setup(
'rethinkdb==2.2.0.post4',
'pysha3==0.3',
'pytz==2015.7',
- 'cryptography==1.2.1',
+ 'cryptography==1.2.3',
'statsd==3.2.1',
'python-rapidjson==0.... | Update the cryptography dependency to <I>
This fixes the `conflicting types for 'BIO_new_mem_buf'` error when running with a recent openssl version, e.g. under Alpine Linux. See <URL> | bigchaindb_bigchaindb | train |
9858fdbeaba6372c143af5165fcbcdc5035ffdcf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -5,9 +5,12 @@ module.exports.Version = Version
var wrap = require("level-onion")
var fix = require("level-fix-range")
-var concat = require("concat-stream")
+var concat = require("terminus").concat
var gc = require("./gc"... | Make NotFound error the same as from levelup.
Fixes #5 (for now).
This adds levelup as a dependency, so pending <URL> | brycebaril_level-version | train |
df076baf565bd00e9419b6d5e09175fd35523278 | diff --git a/cmd/skopeo/inspect.go b/cmd/skopeo/inspect.go
index <HASH>..<HASH> 100644
--- a/cmd/skopeo/inspect.go
+++ b/cmd/skopeo/inspect.go
@@ -43,7 +43,7 @@ var inspectCmd = cli.Command{
return err
}
if c.Bool("raw") {
- fmt.Println(string(rawManifest))
+ fmt.Fprintln(c.App.Writer, string(rawManifest)... | Use cli.Context.App.Writer in the "inspect" and "standalone-verify" commands
This will make the implementations testable in the future, and prevent
spreading the untestable code via copy&paste. | containers_image | train |
e9ba2795334b31f400a9e16ac9d1336432a78ef8 | diff --git a/src/android/LocationManager.java b/src/android/LocationManager.java
index <HASH>..<HASH> 100644
--- a/src/android/LocationManager.java
+++ b/src/android/LocationManager.java
@@ -1026,6 +1026,9 @@ public class LocationManager extends CordovaPlugin implements IBeaconConsumer {
// rssi
dic... | #<I> - Android => The IBeacon object's "accuracy" property is now propagated to the DOM as well. | petermetz_cordova-plugin-ibeacon | train |
3788caa2f27a34939764340861c8d603cb676c43 | diff --git a/zvmsdk/sdkwsgi/deploy.py b/zvmsdk/sdkwsgi/deploy.py
index <HASH>..<HASH> 100644
--- a/zvmsdk/sdkwsgi/deploy.py
+++ b/zvmsdk/sdkwsgi/deploy.py
@@ -9,15 +9,13 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and li... | fix some incorrect comments
fix some incorrect comments
Change-Id: Ic<I>a<I>cca7d0e4c<I>f2ddd<I>cb<I>ef | mfcloud_python-zvm-sdk | train |
9894a5f5a4747aeeed5a077b3d917aee514b2608 | diff --git a/upload/system/library/mail.php b/upload/system/library/mail.php
index <HASH>..<HASH> 100644
--- a/upload/system/library/mail.php
+++ b/upload/system/library/mail.php
@@ -103,7 +103,7 @@ class Mail {
if (!$this->reply_to) {
$header .= 'Reply-To: =?UTF-8?B?' . base64_encode($this->sender) . '?=' . ' <... | if $mail->reply_to is set, set the reply-to email address to the $mail->reply_to email address (instead of the $mail->from) | opencart_opencart | train |
4362c5746f43b741da1ce0b6f4b3e877d60679de | diff --git a/examples/misc/parallelization.py b/examples/misc/parallelization.py
index <HASH>..<HASH> 100644
--- a/examples/misc/parallelization.py
+++ b/examples/misc/parallelization.py
@@ -53,10 +53,6 @@ if __name__ == "__main__":
np.random.seed(42)
var.n_jobs = n_jobs
start = time.perf_cou... | Removed model order optimization from parallel example | scot-dev_scot | train |
ff552ec50bc8cef67ba7553b9c4e2092af88431a | diff --git a/test/related-messages.js b/test/related-messages.js
index <HASH>..<HASH> 100644
--- a/test/related-messages.js
+++ b/test/related-messages.js
@@ -7,28 +7,28 @@ var cont = require('cont')
module.exports = function (opts) {
- tape('simple', function (t) {
+ var db = sublevel(level('test-ssb-relate... | test that disables count, and enables parent fields for related messages | ssbc_ssb-db | train |
44bc61f45b3a33c87341529b3f981d4d1340509f | diff --git a/azure-servicebus/src/main/java/com/microsoft/azure/servicebus/IMessage.java b/azure-servicebus/src/main/java/com/microsoft/azure/servicebus/IMessage.java
index <HASH>..<HASH> 100644
--- a/azure-servicebus/src/main/java/com/microsoft/azure/servicebus/IMessage.java
+++ b/azure-servicebus/src/main/java/com/mi... | Adding a method to clone Message and making MessageBody serializable (#<I>)
* Making MessageBody serializable. Also changing version to <I>. (#<I>)
# Conflicts:
# azure-servicebus/azure-servicebus.pom
# pom.xml
* Adding createCopy method to clone a message that was somehow removed in one of the previous merg... | Azure_azure-sdk-for-java | train |
a7519579242aace9056130c6202e98c150bb0cd9 | diff --git a/src/Formatters/VerboseMultilineFormatter.php b/src/Formatters/VerboseMultilineFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Formatters/VerboseMultilineFormatter.php
+++ b/src/Formatters/VerboseMultilineFormatter.php
@@ -14,6 +14,15 @@ class VerboseMultilineFormatter extends LineFormatter
par... | Include stack trace in verbose message | ordercloud_ordercloud-php-monolog | train |
2c37f3a1cae1597ca6da59b787b91a3b90dc7746 | diff --git a/lib/activedirectory.js b/lib/activedirectory.js
index <HASH>..<HASH> 100755
--- a/lib/activedirectory.js
+++ b/lib/activedirectory.js
@@ -368,7 +368,7 @@ function search(baseDN, opts, callback) {
* @params {Function} callback The callback to execute when complete.
*/
var entryParser = (opts || {... | Fix bug with getUsersForGroup when a group contains only one member. | gheeres_node-activedirectory | train |
0ac6ec861ef41109db3ee8f2d791ce17ec50878e | diff --git a/src/js/me-shim.js b/src/js/me-shim.js
index <HASH>..<HASH> 100644
--- a/src/js/me-shim.js
+++ b/src/js/me-shim.js
@@ -386,6 +386,7 @@ mejs.HtmlMediaElementShim = {
switch (ext) {
case 'mp4':
case 'm4v':
+ case 'm4a':
return 'mp4';
case 'webm':
case 'webma': | * added 'm4a' file type, to be detected as 'audio/mp4' | mediaelement_mediaelement | train |
392f228880eccfd6ffdd62213373f2debace47b5 | diff --git a/addon/initializers/route-alias.js b/addon/initializers/route-alias.js
index <HASH>..<HASH> 100644
--- a/addon/initializers/route-alias.js
+++ b/addon/initializers/route-alias.js
@@ -96,15 +96,21 @@ function patchRoute(lookup) {
};
}
-export function initialize() {
- // Make this work in 1.X and 2.X ... | Only patch once and feed forward module scoped lookup. | nathanhammond_ember-route-alias | train |
8d022307d258d5d248e319a314a1ae4013669ff5 | diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/AssertionFinder.php b/src/Psalm/Internal/Analyzer/Statements/Expression/AssertionFinder.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/Statements/Expression/AssertionFinder.php
+++ b/src/Psalm/Internal/Analyzer/Statements/Expression/Asser... | Fix #<I> - prevent many chained assignments crashing Psalm | vimeo_psalm | train |
9469d245bfd8e788f3bc83f8e1170045c0735749 | diff --git a/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/dependencies/AddManagedDependenciesCommand.java b/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/dependencies/AddManagedDependenciesCommand.java
index <HASH>..<HASH> 100644
--- a/projects/impl/src/main/java/org/jboss/forge/addon/p... | FORGE-<I> - Command project-add-managed-dependency should be renamed | forge_core | train |
da81b8c1f65366bc23f9f7650b7a1ec6c583beb0 | diff --git a/src/ORM/TransactionMiddleware.php b/src/ORM/TransactionMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/ORM/TransactionMiddleware.php
+++ b/src/ORM/TransactionMiddleware.php
@@ -3,9 +3,9 @@ namespace League\Tactician\Doctrine\ORM;
use Doctrine\ORM\EntityManagerInterface;
use League\Tactician\Comman... | Use Throwable and fixed throws annotation | thephpleague_tactician-doctrine | train |
e7c109d6b85f7b003a0f3ff4d00f3c6860e59c12 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
### Upgrade
+ - If you are upgrading from v2.0, v2.1, v2.2, v2.3 to v2.4 make sure you publish the vendor resource. There are some updates to the config file.
- If you are upgrading from v2.0, v... | Fix a bug with the multipleSelect selector | CrestApps_laravel-code-generator | train |
1475ad0095d0bfac438e4b8f18abc4ddbcc74e94 | diff --git a/bulbs/content/urls.py b/bulbs/content/urls.py
index <HASH>..<HASH> 100644
--- a/bulbs/content/urls.py
+++ b/bulbs/content/urls.py
@@ -1,6 +0,0 @@
-from django.conf.urls import patterns, url
-
-urlpatterns = patterns('bulbs.content.views',
- url(r'^search/tags$', 'search_tags', name='search_tags'),
- ... | We're not using these urls, let's kill 'em | theonion_django-bulbs | train |
6fb02e3360c02fd45dadb2d9420ca74b7ca45de1 | diff --git a/app/services/hyrax/change_content_depositor_service.rb b/app/services/hyrax/change_content_depositor_service.rb
index <HASH>..<HASH> 100644
--- a/app/services/hyrax/change_content_depositor_service.rb
+++ b/app/services/hyrax/change_content_depositor_service.rb
@@ -54,7 +54,7 @@ module Hyrax
def sel... | Adjusting respond_to test for better accuracy
Prior to this, we were checking if the object responded to `depositor`
but then called `depositor=`. That's not as precise.
This tidies that up. | samvera_hyrax | train |
f0263a8978484e304ad0fdfeb695ee9bc91e14fa | diff --git a/libraries/joomla/html/html/grid.php b/libraries/joomla/html/html/grid.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/html/html/grid.php
+++ b/libraries/joomla/html/html/grid.php
@@ -51,7 +51,7 @@ abstract class JHtmlGrid
}
else
{
- $html = '<a class="grid_' . $bool . '" rel="{id:\'cb' . ... | From the CMS issue <I> | joomla_joomla-framework | train |
011fa7940840d4020d5fb8e7b9c87e86425e7922 | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -17,7 +17,7 @@ func (c *Context) log(data Data) error {
}
func (c *Context) New(data Data) *Context {
- return newContext(c.Merge(data), c.Logger, c.TimeUnit, c.ErrorReporter)
+ return newContext(c.Merge(data), c.L... | pass the statter object down to new Context objects | technoweenie_grohl | train |
35152039580925627bfee9b6aaa5914f7c5a81f4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -104,11 +104,16 @@ exports.Munger = class Munger extends exports.Mahafunc {
}
async processAll($, metadata, setDirty) {
var munger = this;
- var elements = munger.findElements($);
- if (element... | Rewrite Munger to give better error message on failure | akashacms_mahabhuta | train |
0fcb3dccb5900b47538d3eb8899981e71cb34f40 | diff --git a/src/MaxMind/Db/Reader.php b/src/MaxMind/Db/Reader.php
index <HASH>..<HASH> 100644
--- a/src/MaxMind/Db/Reader.php
+++ b/src/MaxMind/Db/Reader.php
@@ -74,6 +74,7 @@ class Reader
$this->fileHandle,
$this->metadata->searchTreeSize + self::$DATA_SECTION_SEPARATOR_SIZE
);
+ ... | Simplify search tree code a bit | maxmind_MaxMind-DB-Reader-php | train |
e69d66bc01a4476cf137591d081418a5fb95b793 | diff --git a/blinkstick.js b/blinkstick.js
index <HASH>..<HASH> 100644
--- a/blinkstick.js
+++ b/blinkstick.js
@@ -590,10 +590,10 @@ BlinkStick.prototype.blink = function (red, green, blue, options, callback) {
var self = this;
var blinker = function (count) {
- self.setColor(params.red, params.green, params... | blink, morph and pulse function work with indexed LEDs | arvydas_blinkstick-node | train |
d6ab04dccb0d937a58684a64bc07083552ae7243 | diff --git a/core/src/main/resources/META-INF/consoleplugin/logviewer/static/script.js b/core/src/main/resources/META-INF/consoleplugin/logviewer/static/script.js
index <HASH>..<HASH> 100644
--- a/core/src/main/resources/META-INF/consoleplugin/logviewer/static/script.js
+++ b/core/src/main/resources/META-INF/consoleplu... | #<I> Log viewer: Copy&Paste may yield unexpected line breaks in Firefox | unic_neba | train |
5326758bf41933bba81e39b852a6d2899a96696c | diff --git a/lib/bson/bson_ruby.rb b/lib/bson/bson_ruby.rb
index <HASH>..<HASH> 100644
--- a/lib/bson/bson_ruby.rb
+++ b/lib/bson/bson_ruby.rb
@@ -132,7 +132,7 @@ module BSON
end
obj.each {|k, v| serialize_key_value(k, v, check_keys) unless k == '_id' || k == :_id }
else
- if obj.has_key... | RUBY-<I> Queries should return a Hash w/ Indifferent Access - fixes for Ruby <I> | mongodb_mongo-ruby-driver | train |
1cb7543b35c2c366b22c386900d940aa2049d6df | diff --git a/Annis-web/src/main/java/annis/frontend/servlets/visualizers/tree/AnnisGraphTools.java b/Annis-web/src/main/java/annis/frontend/servlets/visualizers/tree/AnnisGraphTools.java
index <HASH>..<HASH> 100644
--- a/Annis-web/src/main/java/annis/frontend/servlets/visualizers/tree/AnnisGraphTools.java
+++ b/Annis-w... | Fix crasher bug in visualization
* do not copy nonterminal nodes without any terminal successors, dropped from visualization | korpling_ANNIS | train |
223a86a5962464f24c2c2da6c773aafd546d8624 | diff --git a/girder/models/model_base.py b/girder/models/model_base.py
index <HASH>..<HASH> 100644
--- a/girder/models/model_base.py
+++ b/girder/models/model_base.py
@@ -235,7 +235,7 @@ class Model(ModelImporter):
def findOne(self, query=None, fields=None, **kwargs):
"""
Search the collection by... | Filter arguments to find_one also | girder_girder | train |
40d943fdf0b624ff9a1486fa16a40548780a7008 | diff --git a/examples/user_guide/Linking_Plots.ipynb b/examples/user_guide/Linking_Plots.ipynb
index <HASH>..<HASH> 100644
--- a/examples/user_guide/Linking_Plots.ipynb
+++ b/examples/user_guide/Linking_Plots.ipynb
@@ -103,11 +103,10 @@
"\n",
"class MeanLineLink(Link):\n",
" \n",
- " source = pa... | Fixed DataLink comparison on lists (#<I>) | pyviz_holoviews | train |
988b0b22607aa3f5ac6e2db6c88a330da2d86155 | diff --git a/mnet/xmlrpc/server.php b/mnet/xmlrpc/server.php
index <HASH>..<HASH> 100644
--- a/mnet/xmlrpc/server.php
+++ b/mnet/xmlrpc/server.php
@@ -197,7 +197,8 @@ function mnet_server_check_signature($plaintextmessage) {
if(!$MNET_REMOTE_CLIENT->refresh_key()){
exit(mnet_server_fault(7... | MDL-<I> - bugfix for earlier commit | moodle_moodle | train |
1a4c1489d12b4ba24cc7a5c76dde499f0104384b | diff --git a/src/Flow/Expression/NegExpression.php b/src/Flow/Expression/NegExpression.php
index <HASH>..<HASH> 100644
--- a/src/Flow/Expression/NegExpression.php
+++ b/src/Flow/Expression/NegExpression.php
@@ -4,9 +4,9 @@ namespace Flow\Expression;
final class NegExpression extends UnaryExpression
{
- public fu... | Flow\Expression\UnaryExpression::operator is now abstract | nramenta_flow | train |
740bff027ddf5e9e10237556f21e5f9f2d138157 | diff --git a/lib/nesta/app.rb b/lib/nesta/app.rb
index <HASH>..<HASH> 100644
--- a/lib/nesta/app.rb
+++ b/lib/nesta/app.rb
@@ -59,7 +59,7 @@ module Nesta
cache stylesheet(params[:sheet].to_sym)
end
- get %r{/attachments/([\w/.-@]+)} do |file|
+ get %r{/attachments/([\w/.@-]+)} do |file|
file ... | The @ should preceed the -
My mistake, -'s don't get matched unless it's the last character in the regex. | gma_nesta | train |
60f9e93752994473b60f4d7dbc8c08fad9970ce6 | diff --git a/core/renderMiddleware.js b/core/renderMiddleware.js
index <HASH>..<HASH> 100644
--- a/core/renderMiddleware.js
+++ b/core/renderMiddleware.js
@@ -669,6 +669,11 @@ function writeElements(res, elements) {
new Date - t0
}">${elements[i]}</div>`);
+ // Free for GC.
+ elements[i] = ELEMENT_ALREADY_WR... | PLAT-<I> Don't write scripts into fragments | redfin_react-server | train |
5bf1ca5026824af98ab0df8cb617fa6fef2d7436 | diff --git a/ledger/immutable_store/ledger.py b/ledger/immutable_store/ledger.py
index <HASH>..<HASH> 100644
--- a/ledger/immutable_store/ledger.py
+++ b/ledger/immutable_store/ledger.py
@@ -1,6 +1,7 @@
import logging
import time
from collections import namedtuple
+import pickle
import plyvel
@@ -31,7 +32,7 @@ ... | Using pickle to serialize data for storing in leveldb and making ledger a package | hyperledger-archives_indy-ledger | train |
4825a36139c29e8b84e3f85f87dd87915cd697c2 | diff --git a/src/org/opencms/ade/galleries/CmsGalleryService.java b/src/org/opencms/ade/galleries/CmsGalleryService.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/ade/galleries/CmsGalleryService.java
+++ b/src/org/opencms/ade/galleries/CmsGalleryService.java
@@ -309,6 +309,23 @@ public class CmsGalleryService e... | Improved VFS entry sort order. | alkacon_opencms-core | train |
3e8323e68d7d7146f4c49e7d10bf7be0458d51f2 | diff --git a/lib/PHPPdf/Core/Engine/Imagine/Image.php b/lib/PHPPdf/Core/Engine/Imagine/Image.php
index <HASH>..<HASH> 100644
--- a/lib/PHPPdf/Core/Engine/Imagine/Image.php
+++ b/lib/PHPPdf/Core/Engine/Imagine/Image.php
@@ -28,15 +28,27 @@ class Image implements BaseImage
public function __construct($imagePa... | fix handling exception of image creation for image engine | psliwa_PHPPdf | train |
36586e5b254dcb620f54f820050c0e113fc0c36c | diff --git a/test/parse.js b/test/parse.js
index <HASH>..<HASH> 100644
--- a/test/parse.js
+++ b/test/parse.js
@@ -31,4 +31,15 @@ describe('metadata parser', function () {
assert.deepEqual([ 'StreamTitle', 'StreamUrl' ], Object.keys(output));
});
+ it('should parse the metadata with utf8 symbols into an Obje... | test: add test case verifying utf8 symbols in metadata work as expected
See #6. | TooTallNate_node-icy | train |
a0cc9a042d145e9f640e9d96c92840880e1de675 | diff --git a/src/feat/test/integration/common.py b/src/feat/test/integration/common.py
index <HASH>..<HASH> 100644
--- a/src/feat/test/integration/common.py
+++ b/src/feat/test/integration/common.py
@@ -42,7 +42,7 @@ from feat.gateway.resources import Context
from feat.web import document, http
from feat.agencies.i... | Fix validate_model_tree() to take into account models we cannot access. | f3at_feat | train |
389cfe28bd2f1f885c09ac759482c0bade07a68f | diff --git a/src/Aggregation/AbstractTermsAggregation.php b/src/Aggregation/AbstractTermsAggregation.php
index <HASH>..<HASH> 100644
--- a/src/Aggregation/AbstractTermsAggregation.php
+++ b/src/Aggregation/AbstractTermsAggregation.php
@@ -12,6 +12,8 @@ abstract class AbstractTermsAggregation extends AbstractSimpleAggre... | Fix return type-hints for better chainability (#<I>) | ruflin_Elastica | train |
851f07854a78a267b67f75b4a5c986cda7128332 | diff --git a/Cake/Test/TestCase/Database/Schema/PostgresSchemaTest.php b/Cake/Test/TestCase/Database/Schema/PostgresSchemaTest.php
index <HASH>..<HASH> 100644
--- a/Cake/Test/TestCase/Database/Schema/PostgresSchemaTest.php
+++ b/Cake/Test/TestCase/Database/Schema/PostgresSchemaTest.php
@@ -1,7 +1,5 @@
<?php
/**
- * P... | Update tests for postgres.
It doesn't support unsigned values, so tough luck. | cakephp_cakephp | train |
d04f39dba2eab79794b6e37c6175299ebc3af92e | diff --git a/src/urh/controller/DecoderWidgetController.py b/src/urh/controller/DecoderWidgetController.py
index <HASH>..<HASH> 100644
--- a/src/urh/controller/DecoderWidgetController.py
+++ b/src/urh/controller/DecoderWidgetController.py
@@ -574,7 +574,7 @@ class DecoderWidgetController(QDialog):
self.ui.... | Added GUI for cut-decoding
@JP: Please exclude cut-decoding from automatic decoding detection as error scores will probably kick out the right decoding | jopohl_urh | train |
cd6d195e3fe11ba139546bcc0718dfceab3ef60b | diff --git a/src/ol/renderer/canvas/VectorTileLayer.js b/src/ol/renderer/canvas/VectorTileLayer.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/canvas/VectorTileLayer.js
+++ b/src/ol/renderer/canvas/VectorTileLayer.js
@@ -524,12 +524,10 @@ class CanvasVectorTileLayerRenderer extends CanvasTileLayerRenderer {
*... | Render whole image queue in hifi mode to avoid extra render cycles | openlayers_openlayers | train |
ee5b4e82fe25bd4a0f0ab22ccdbcfc3de1b3b265 | diff --git a/torchvision/datasets/cityscapes.py b/torchvision/datasets/cityscapes.py
index <HASH>..<HASH> 100644
--- a/torchvision/datasets/cityscapes.py
+++ b/torchvision/datasets/cityscapes.py
@@ -1,5 +1,6 @@
import json
import os
+from collections import namedtuple
import torch.utils.data as data
from PIL impo... | Add classes to Cityscapes (#<I>) | pytorch_vision | train |
2ffa1e7e5836f596ea71eaced4a9e9ebda3b0952 | diff --git a/hazelcast/src/main/java/com/hazelcast/util/ItemCounter.java b/hazelcast/src/main/java/com/hazelcast/util/ItemCounter.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/util/ItemCounter.java
+++ b/hazelcast/src/main/java/com/hazelcast/util/ItemCounter.java
@@ -41,7 +41,7 @@ public ... | Add toString to ItemCounter | hazelcast_hazelcast | train |
f708271180a86dd22ee0c9f5dae988f9fe1e641a | diff --git a/lib/components/MapPolygon.js b/lib/components/MapPolygon.js
index <HASH>..<HASH> 100644
--- a/lib/components/MapPolygon.js
+++ b/lib/components/MapPolygon.js
@@ -5,6 +5,7 @@ import decorateMapComponent, {
USES_DEFAULT_IMPLEMENTATION,
SUPPORTED,
} from './decorateMapComponent';
+import MapView from '... | #<I> Fixes for polygon custom styles (fillColor, stokeColor, stokeWidth) not being applied on iOS devices when provider is Google maps. (#<I>)
* Applied fillColor and stokeColor and stokeWidth to polygons once the layout completes calculation.
* Refactor with separate function and only update native styles when the... | react-native-community_react-native-maps | train |
8a438d5f593553824a18bf97b15604f98d70b885 | diff --git a/examples/security/index.js b/examples/security/index.js
index <HASH>..<HASH> 100644
--- a/examples/security/index.js
+++ b/examples/security/index.js
@@ -2,7 +2,7 @@ var gui = require( '../../' ) // stand alone: replace with require( 'ea
var log = require('npmlog');
// define a main page
-var ... | detect problems with others than / URLs | ma-ha_easy-web-app | train |
3a6ac7755d316051dbd6ab8556c71f2959b32d3f | diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Features.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Features.java
index <HASH>..<HASH> 100644
--- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/Features.java
+++ b/lionengine-game/src/main/java/c... | #<I>: Features stored in a set and returned with getFeatures. | b3dgs_lionengine | train |
529e1f55a4481b6264f782394dc993338575d952 | diff --git a/openid/consumer/consumer.py b/openid/consumer/consumer.py
index <HASH>..<HASH> 100644
--- a/openid/consumer/consumer.py
+++ b/openid/consumer/consumer.py
@@ -483,7 +483,7 @@ class OpenIDConsumer(object):
It raises no exceptions itself.
"""
- assoc = self._getAssociation(auth_... | [project @ Remove replace parameter to _getAssociation, because it's always called with True] | necaris_python3-openid | train |
7ec954a78bf0e1fc6a2841ed6a71eedd461c8832 | diff --git a/cmd-options.go b/cmd-options.go
index <HASH>..<HASH> 100644
--- a/cmd-options.go
+++ b/cmd-options.go
@@ -54,7 +54,7 @@ EXAMPLES:
$ mc {{.Name}} backup/... http://localhost:9000/archive/ https://s3.amazonaws.com/archive/
4. Copy an object from Amazon S3 object storage to local filesystem on Wi... | Fix a crash on windows when source is malformed | minio_mc | train |
4506a48bdf3dea9777db33e0ef1d8d17d9d461d0 | diff --git a/js/ServerPersist/MemoryAsync.js b/js/ServerPersist/MemoryAsync.js
index <HASH>..<HASH> 100644
--- a/js/ServerPersist/MemoryAsync.js
+++ b/js/ServerPersist/MemoryAsync.js
@@ -235,8 +235,9 @@ SyncIt_ServerPersist_MemoryAsync.prototype.getQueueitem = function(dataset,fromV
};
+
/**
- * ### SyncIt_Serve... | Add function to SyncItTestServ which should make server side manipulation of data easier/possible | forbesmyester_SyncIt | train |
214b3d66ec4832648ca5417e3f40322629ff085d | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,7 +150,7 @@ except Exception, e:
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file n... | Remove static directory from sphinx conf.py | seequent_vectormath | train |
dc77e6804e8b093749988bac6a71aa39ead3d4a9 | diff --git a/lib/apps.js b/lib/apps.js
index <HASH>..<HASH> 100644
--- a/lib/apps.js
+++ b/lib/apps.js
@@ -1,4 +1,5 @@
-var format = require('util').format;
+var format = require('util').format,
+ isFunction = require('./utils').isFunction;
module.exports = function apps(deis) {
@@ -16,8 +17,14 @@ module.export... | feat(dies): allow custom page size in list | aledbf_deis-api | train |
f6d22a123f333cf9e90a6facdd7cb078511e094d | diff --git a/main/boofcv-calibration/src/main/java/boofcv/alg/geo/calibration/Zhang99CalibrationMatrixFromHomographies.java b/main/boofcv-calibration/src/main/java/boofcv/alg/geo/calibration/Zhang99CalibrationMatrixFromHomographies.java
index <HASH>..<HASH> 100644
--- a/main/boofcv-calibration/src/main/java/boofcv/alg/... | - added line to detect a failure | lessthanoptimal_BoofCV | train |
3d9aeff77672dc4e737cd7f0d59d5e48b5fd5063 | diff --git a/src/main/python/rlbot/botmanager/bot_manager.py b/src/main/python/rlbot/botmanager/bot_manager.py
index <HASH>..<HASH> 100644
--- a/src/main/python/rlbot/botmanager/bot_manager.py
+++ b/src/main/python/rlbot/botmanager/bot_manager.py
@@ -71,6 +71,9 @@ class BotManager:
self.agent = None
s... | Incremental version of BotManager.check_modification_time (#<I>)
* Rewrite check_modification_time to scan files incrementally.
* Rewrite check_modification_time to scan files incrementally. | RLBot_RLBot | train |
79bb6f686409644ca32052cb0aa33d4749be6619 | diff --git a/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java b/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java
+++ b/hazelcast/src/test/jav... | Increase transaction timeout in AdvancedClusterStateTest
Increased transaction timeout in AdvancedClusterStateTest in remaining
test. See PR #<I>.
Fixes #<I> | hazelcast_hazelcast | train |
de51fa32204a06b7f1c06e320e6006d2f859d957 | diff --git a/src/PhpSpec/Extension/Listener/CodeCoverageListener.php b/src/PhpSpec/Extension/Listener/CodeCoverageListener.php
index <HASH>..<HASH> 100644
--- a/src/PhpSpec/Extension/Listener/CodeCoverageListener.php
+++ b/src/PhpSpec/Extension/Listener/CodeCoverageListener.php
@@ -66,7 +66,7 @@ class CodeCoverageListe... | Allow user output option in phpspec.yml to override defaults. | henrikbjorn_PhpSpecCodeCoverageExtension | train |
613283f68dfa3b63faaa359ef3572d065384de0e | diff --git a/h2o-py/h2o/h2o.py b/h2o-py/h2o/h2o.py
index <HASH>..<HASH> 100644
--- a/h2o-py/h2o/h2o.py
+++ b/h2o-py/h2o/h2o.py
@@ -367,8 +367,11 @@ def run_test(sys_args, test_to_run):
log_and_echo("")
log_and_echo("------------------------------------------------------------")
num_keys = store_size()
- test_... | PUBDEV-<I>: Added remove_all to the end of run_test | h2oai_h2o-3 | train |
2a39747c7cbeab2b9ecebb4f55172edaa7920049 | diff --git a/tests/commands/test_bump_command.py b/tests/commands/test_bump_command.py
index <HASH>..<HASH> 100644
--- a/tests/commands/test_bump_command.py
+++ b/tests/commands/test_bump_command.py
@@ -242,6 +242,9 @@ def test_bump_files_only(mocker, tmp_commitizen_project):
with open(tmp_version_file, "r") as f:... | test(bump_command): test if the version in the configuration file was updated when using the flag | Woile_commitizen | train |
f203e423d749ab5c740d8a7a8d4f1adff16dacc7 | diff --git a/test/functional_tests/discovery_tests.py b/test/functional_tests/discovery_tests.py
index <HASH>..<HASH> 100644
--- a/test/functional_tests/discovery_tests.py
+++ b/test/functional_tests/discovery_tests.py
@@ -359,12 +359,14 @@ class WhenRunningAFolderWhichIsAPackage:
def because_we_run_the_folder(sel... | Rewrote some tests to make them work on Travis | benjamin-hodgson_Contexts | train |
f57d6d6bba308a2a0db785ea166f87b7170ad1af | diff --git a/lib/Migration.php b/lib/Migration.php
index <HASH>..<HASH> 100644
--- a/lib/Migration.php
+++ b/lib/Migration.php
@@ -35,7 +35,7 @@
namespace RawPHP\RawMigrator;
-use RawPHP\RawBase\Models\Model;
+use RawPHP\RawBase\Model;
use RawPHP\RawDatabase\IDatabase;
/** | Updated to work with the latest rawphp/rawbase package. | rawphp_RawMigrator | train |
16d14341ad6e12145c9533ebcb7de11e99d47748 | diff --git a/lib/hanami/components/components.rb b/lib/hanami/components/components.rb
index <HASH>..<HASH> 100644
--- a/lib/hanami/components/components.rb
+++ b/lib/hanami/components/components.rb
@@ -77,6 +77,10 @@ module Hanami
register 'model' do
requires 'logger', 'model.configuration', 'model.sql'
... | Disconnect database during the boot process. (#<I>)
* Disconnect database during the boot process.
This is useful to restart projects in production, so the system can prune stale database connections.
* Use hanami-model stable branch
* Typo [ci skip] | hanami_hanami | train |
dfe0f1742634b4079eb31220dd1b9b6fb7e45eb1 | diff --git a/test/functional/eft_9_redo.rb b/test/functional/eft_9_redo.rb
index <HASH>..<HASH> 100644
--- a/test/functional/eft_9_redo.rb
+++ b/test/functional/eft_9_redo.rb
@@ -7,7 +7,7 @@
require File.join(File.dirname(__FILE__), 'base')
-require 'ruote/part/hash_participant'
+require 'ruote/participant'
c... | "forget and redo" test
making [really] sure the "subid for every expression" policy pays | jmettraux_ruote | train |
4258c2e0e7b3f57a5913e2983e316ad2b3e079a5 | diff --git a/contrib/fhttp/fhttp.go b/contrib/fhttp/fhttp.go
index <HASH>..<HASH> 100644
--- a/contrib/fhttp/fhttp.go
+++ b/contrib/fhttp/fhttp.go
@@ -9,6 +9,12 @@ import (
// provided URL and adding it to the PDF but not adding it to the page. Use
// Image() with the same URL to add the image to the page.
func Regi... | Use `GetImageInfo` to see if the image is already registered. | jung-kurt_gofpdf | train |
3ed106c919533b1ab053ec57faf963532572dfcd | diff --git a/lib/public/server/syncher.js b/lib/public/server/syncher.js
index <HASH>..<HASH> 100644
--- a/lib/public/server/syncher.js
+++ b/lib/public/server/syncher.js
@@ -1,4 +1,4 @@
-define(['base'], function (Base) {
+define(['l!base', 'l!serviceProxy'], function (Base, ServiceProxy) {
/**
* By exten... | syncher to not depend on context to call service proxy | lazojs_lazo | train |
22c03b567ab1596486cacb8dc610859de2e8b56d | diff --git a/tests/integration/Integration.php b/tests/integration/Integration.php
index <HASH>..<HASH> 100644
--- a/tests/integration/Integration.php
+++ b/tests/integration/Integration.php
@@ -441,6 +441,8 @@ abstract class Test_Integration extends Test_Database
$response = $this->removeXmlElement($response, ... | trying to fix the midnight build recurrent error, which happens because one file has sum_daily_nb_uniq_visitors while the other one hasn't, so even after removing these, there is still one more empty line in the file
git-svn-id: <URL> | matomo-org_matomo | train |
d456609555d2a8191f6a541fd9f476d5db0b78ec | diff --git a/stagemonitor-ehcache/src/main/java/org/stagemonitor/ehcache/EhCachePlugin.java b/stagemonitor-ehcache/src/main/java/org/stagemonitor/ehcache/EhCachePlugin.java
index <HASH>..<HASH> 100644
--- a/stagemonitor-ehcache/src/main/java/org/stagemonitor/ehcache/EhCachePlugin.java
+++ b/stagemonitor-ehcache/src/mai... | plugins need to call config.getConfig | stagemonitor_stagemonitor | train |
a3ec5cca5ca479ffa77326fbe20573c3331e4e90 | diff --git a/src/js/Renderer.js b/src/js/Renderer.js
index <HASH>..<HASH> 100644
--- a/src/js/Renderer.js
+++ b/src/js/Renderer.js
@@ -690,7 +690,8 @@ define([
*/
this.createLayoutByAirMode = function ($holder, options) {
var keyMap = options.keyMap[agent.isMac ? 'mac' : 'pc'];
- var langInfo = $... | Fix merging local language
- English language file should not be overridden
- Deep merge | summernote_summernote | train |
ff99b872775f43585b92c03b2e0b21dbb2b50b88 | diff --git a/controllers/Oauth_ConnectController.php b/controllers/Oauth_ConnectController.php
index <HASH>..<HASH> 100644
--- a/controllers/Oauth_ConnectController.php
+++ b/controllers/Oauth_ConnectController.php
@@ -18,6 +18,7 @@ class Oauth_ConnectController extends BaseController
$namespace = craft()-... | Cleaning up
Getting rid of $userMode | dukt_oauth | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.