hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1fa282af186f9947a8be0d56b9b2da0e95afdb0c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -622,6 +622,15 @@ $gateway = OmniPay::create('SagePay\Form')->initialize([
The `encryptionKey` is generated in "My Sage Pay" when logged in as the administrator.
+Note that this gateway will assume all inout data (nam... | Issue #<I> Recode Sage Pay Form data from UTF-8 to ISO<I>-1 by default.
Provide an option to disable this for when the merchant site handles
it already. In the vast number of cases, the conversion should stand.
That is, until Sage Pay get their ISO<I> technical debt sorted out
for good. | thephpleague_omnipay-sagepay | train |
b60859551bbc40e8917cc3747509c9a21ebc0b65 | diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -539,8 +539,9 @@ explicitly');
$db =& DB::connect($dsn);
if (PEAR::isError($db)) {
- $this->fail("MySQL... | [project @ Make tests pass when MySQL connection cannot be established] | openid_php-openid | train |
1a42c10ebd4fe0263d07ec969cd99c126a5fe1c9 | diff --git a/src/Api/Api.php b/src/Api/Api.php
index <HASH>..<HASH> 100644
--- a/src/Api/Api.php
+++ b/src/Api/Api.php
@@ -185,12 +185,17 @@ abstract class Api implements ApiInterface
$stack->push(Middleware::mapRequest(function (RequestInterface $request) {
$config = $this->config;
- ... | Fix issue with idempotency key.
Fixes: #<I> | cartalyst_stripe | train |
f694d3f75cddd3797f75f1f4b61c6fccf4c8125d | diff --git a/src/toil/test/src/toilContextManagerTest.py b/src/toil/test/src/toilContextManagerTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/src/toilContextManagerTest.py
+++ b/src/toil/test/src/toilContextManagerTest.py
@@ -13,6 +13,8 @@
# limitations under the License.
from __future__ import absolute_im... | Add a test to show that failures in exportFile doom your workflow | DataBiosphere_toil | train |
60705961a851c5f099257555df7ea19d36d30ad5 | diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/bin.js
+++ b/lib/handlers/bin.js
@@ -549,7 +549,7 @@ module.exports = Observable.extend({
edit: editPermalink,
html: editPermalink,
js: editPermalink,
- title: utils.titleForBin(bin),
... | Use summary in renderCreated. | jsbin_jsbin | train |
5da925d7d6e1df9b50c33d599658986b73f8a27f | diff --git a/lib/mongoid/persistence.rb b/lib/mongoid/persistence.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/persistence.rb
+++ b/lib/mongoid/persistence.rb
@@ -164,7 +164,17 @@ module Mongoid
end
alias :save :upsert
- module ClassMethods
+ # change the updated_at field to now
+ #
+ def to... | add method #touch to update the updated_at field if Mongoid::Timestamps::Updated is include | mongodb_mongoid | train |
ad6af34914606971ab13c0df25da7ecc20a207f8 | diff --git a/lib/sitespeed.js b/lib/sitespeed.js
index <HASH>..<HASH> 100644
--- a/lib/sitespeed.js
+++ b/lib/sitespeed.js
@@ -22,6 +22,7 @@ var crawler = require('./crawler'),
urlParser = require('url'),
log = require('winston');
+
function Sitespeed() {}
Sitespeed.prototype.run = function(config, finshedC... | if we can't create the dir, log and exit | sitespeedio_sitespeed.io | train |
7d22e75caf7a7d28de71fc703f7da6efbb4870ec | diff --git a/lib/fluent/command/binlog_reader.rb b/lib/fluent/command/binlog_reader.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/command/binlog_reader.rb
+++ b/lib/fluent/command/binlog_reader.rb
@@ -21,6 +21,7 @@ require 'fluent/msgpack_factory'
require 'fluent/formatter'
require 'fluent/plugin'
require 'fluent/... | Error: uninitialized constant Fluent::Engine | fluent_fluentd | train |
bdc3585844a3feb7025a5c2d028ac789ddef5ae3 | diff --git a/foursquare/__init__.py b/foursquare/__init__.py
index <HASH>..<HASH> 100644
--- a/foursquare/__init__.py
+++ b/foursquare/__init__.py
@@ -16,9 +16,6 @@ except ImportError:
import inspect
import math
import time
-from six.moves.urllib import parse
-from six.moves import xrange
-import six
import sys
... | python3 compatability fixes and minor version bump | mLewisLogic_foursquare | train |
0410e52d4bbf35b9b85d4961f0c6e4ddb74848ae | diff --git a/src/frontend/org/voltdb/compilereport/ReportMaker.java b/src/frontend/org/voltdb/compilereport/ReportMaker.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/compilereport/ReportMaker.java
+++ b/src/frontend/org/voltdb/compilereport/ReportMaker.java
@@ -643,17 +643,16 @@ public class ReportMake... | ENG-<I>, ENG-<I>, ENG-<I>, ENG-<I>: changes based on Paul's review. | VoltDB_voltdb | train |
72508b7da9b95bed63bc3e8fd8f548127c601723 | diff --git a/src/main/java/com/github/kongchen/swagger/docgen/spring/SpringMvcApiReader.java b/src/main/java/com/github/kongchen/swagger/docgen/spring/SpringMvcApiReader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/kongchen/swagger/docgen/spring/SpringMvcApiReader.java
+++ b/src/main/java/com/github/... | Add descriptions to the api listing
Noticed that the descriptions were not being populated in the api listing (in service.json). Added code to populate the description from the resouce controller's api annotation. | kongchen_swagger-maven-plugin | train |
d581de11a6a971e8f51b0fa7a82b0c37a37f1d55 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -46,6 +46,6 @@ gulp.task('watch', function() {
gulp.task('default', ['dev']);
-gulp.task('dev', ['build', 'test', 'watch']);
+gulp.task('dev', ['test', 'watch']);
gulp.task('build', ['test', 'scripts']);
\ ... | Update gulp dev task to no longer build scripts | jbmusso_grex | train |
1000d106c3f1afaedf68981094c05be8608ba993 | diff --git a/nfpm.go b/nfpm.go
index <HASH>..<HASH> 100644
--- a/nfpm.go
+++ b/nfpm.go
@@ -153,6 +153,11 @@ func (c *Config) expandEnvVars() {
c.Info.Version = os.Expand(c.Info.Version, c.envMappingFunc)
c.Info.Prerelease = os.Expand(c.Info.Prerelease, c.envMappingFunc)
c.Info.Arch = os.Expand(c.Info.Arch, c.envM... | feat: expand ENV for dependencies versions (#<I>) | goreleaser_nfpm | train |
5273e6c73d4db59077b7822ed0d85d4bc0b58819 | diff --git a/source/org/jivesoftware/smack/ChatManager.java b/source/org/jivesoftware/smack/ChatManager.java
index <HASH>..<HASH> 100644
--- a/source/org/jivesoftware/smack/ChatManager.java
+++ b/source/org/jivesoftware/smack/ChatManager.java
@@ -106,6 +106,10 @@ public class ChatManager {
}
... | Improved logic to find correct chat. If search for threadID fails then fallback to sender of message.
git-svn-id: <URL> | igniterealtime_Smack | train |
97da7782bc4377e1d2407be69683ed71761457a5 | diff --git a/lib/waterline/utils/query/transform-populated-child-records.js b/lib/waterline/utils/query/transform-populated-child-records.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/query/transform-populated-child-records.js
+++ b/lib/waterline/utils/query/transform-populated-child-records.js
@@ -191,8 +19... | Clarify TODO about RHS values of undefined coming back from the adapter in transformPopulatedChildRecords(). | balderdashy_waterline | train |
c11f11359b8915533ad886015d57298e3daeb821 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/state/DefaultOperatorStateBackend.java b/flink-runtime/src/main/java/org/apache/flink/runtime/state/DefaultOperatorStateBackend.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/state/DefaultOperatorStateBackend.... | [FLINK-<I>][state] Fix concurrency problem in DefaultOperatorStateBackend.
This closes #<I>. | apache_flink | train |
c92e9401efc712059e10cd9fb673fd87240c4792 | diff --git a/ui/js/values.js b/ui/js/values.js
index <HASH>..<HASH> 100644
--- a/ui/js/values.js
+++ b/ui/js/values.js
@@ -22,6 +22,7 @@ treeherder.value("thPlatformNameMap", {
"android-2-3-armv7-api9": "Android 2.3 API9",
"android-4-0": "Android 4.0",
"android-4-0-armv7-api10": "Android 4.0 API10+",
+ ... | Bug <I> - Add support for split Android APK - splits off api-<I> now | mozilla_treeherder | train |
17f0c1e9e8a5bfa7c4d2e1632c3b8b91f4678f03 | diff --git a/actionpack/lib/action_dispatch/testing/assertions/routing.rb b/actionpack/lib/action_dispatch/testing/assertions/routing.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/testing/assertions/routing.rb
+++ b/actionpack/lib/action_dispatch/testing/assertions/routing.rb
@@ -168,7 +168,7 @@ m... | Fix stack overflow bug in integration test router helpers | rails_rails | train |
0976b05ba1de93984e51a8c11c2bfb7b93955da2 | diff --git a/PySimpleGUI.py b/PySimpleGUI.py
index <HASH>..<HASH> 100644
--- a/PySimpleGUI.py
+++ b/PySimpleGUI.py
@@ -124,8 +124,6 @@ from typing import List, Any, Union, Tuple, Dict # because this code has to r
from random import randint
import warnings
-
-
g_time_start = 0
g_time_end = 0
g_time_delta = 0
@... | Finally a fix for Column sizes?????? YES! | PySimpleGUI_PySimpleGUI | train |
da8e06af7c71649740937c007d822358b76636f8 | diff --git a/Goutte/Client.php b/Goutte/Client.php
index <HASH>..<HASH> 100644
--- a/Goutte/Client.php
+++ b/Goutte/Client.php
@@ -84,7 +84,7 @@ class Client extends BaseClient
strtoupper($request->getMethod()),
$request->getUri(),
array_merge($this->headers, $headers),
- ... | create request with body only for non-(GET|HEAD) requests
Before this commit, Goutte was sending request parameters on any
type of request, including GET-forms. This caused exceptions in
Guzzle as it doesn't support bodies for GET requests. After this
commit, body will be added to request **only** for GET|HEAD
r... | FriendsOfPHP_Goutte | train |
6b00dd47694c0ff1fa8b1500dffc72bf8247f9d3 | diff --git a/internal/core/command/init.go b/internal/core/command/init.go
index <HASH>..<HASH> 100644
--- a/internal/core/command/init.go
+++ b/internal/core/command/init.go
@@ -144,6 +144,10 @@ func connectToConsul(conf *ConfigurationStruct) (*ConfigurationStruct, error) {
return conf, errors.New("type check fail... | Recheck consul connection in case of bootstrap race | edgexfoundry_edgex-go | train |
7906efa0a87ebf2ae8345f66e23137a71a99b14d | diff --git a/openquake/risk/job/general.py b/openquake/risk/job/general.py
index <HASH>..<HASH> 100644
--- a/openquake/risk/job/general.py
+++ b/openquake/risk/job/general.py
@@ -68,14 +68,12 @@ def output(fn):
def output_writer(self, *args, **kwargs):
""" Write the output of a block to kvs. """
... | refactored conditional loss poes | gem_oq-engine | train |
96658452cf9c3935dc9a1602c4fbb3e1977d7a6f | diff --git a/lib/devise_invitable/model.rb b/lib/devise_invitable/model.rb
index <HASH>..<HASH> 100644
--- a/lib/devise_invitable/model.rb
+++ b/lib/devise_invitable/model.rb
@@ -25,6 +25,7 @@ module Devise
attr_accessor :skip_invitation
attr_accessor :completing_invite
+ attr_reader :raw_invitat... | #<I> - provide standard interface for raw and encrypted tokens generated by devise | scambra_devise_invitable | train |
94bd3bc6f98594c1ff8d8efbd10d0551c352ee25 | diff --git a/lib/MultiCompiler.js b/lib/MultiCompiler.js
index <HASH>..<HASH> 100644
--- a/lib/MultiCompiler.js
+++ b/lib/MultiCompiler.js
@@ -457,7 +457,7 @@ module.exports = class MultiCompiler {
node.compiler,
i,
nodeDone.bind(null, node),
- () => node.state !== "running",
+ () => node.stat... | fix: allow invalidation after first watch run | webpack_webpack | train |
7f01f8207da9f91b97144b3d4bf799366d52bf35 | diff --git a/lib/rda.rb b/lib/rda.rb
index <HASH>..<HASH> 100644
--- a/lib/rda.rb
+++ b/lib/rda.rb
@@ -1,3 +1,4 @@
+require 'rails'
require 'thor'
require 'confstruct'
@@ -5,6 +6,7 @@ require 'rda/railtie'
require 'rda/rails'
require 'rda/rvm'
require 'rda/nginx'
+require 'rda/app'
module Rda
@@config = Co... | Moved rails requirement from railtie to rda | towerhe_rda | train |
7b30be969a2b77c82e48681c2960213863d2ec4b | diff --git a/atomic_reactor/download.py b/atomic_reactor/download.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/download.py
+++ b/atomic_reactor/download.py
@@ -24,7 +24,7 @@ from atomic_reactor.constants import (
logger = logging.getLogger(__name__)
-def download_url(url, dest_dir, insecure=False, session=N... | Allow explicit filename in download_url | projectatomic_atomic-reactor | train |
543086ec0a23862aec3e4f126949519423c4c7c5 | diff --git a/src/HasApiTokens.php b/src/HasApiTokens.php
index <HASH>..<HASH> 100644
--- a/src/HasApiTokens.php
+++ b/src/HasApiTokens.php
@@ -26,7 +26,7 @@ trait HasApiTokens
/**
* Get all of the access tokens for the user.
*
- * @return \Illuminate\Database\Eloquent\Collection
+ * @return \Il... | Correct return type of tokens relation. | laravel_passport | train |
2f752af1831478b8c496635cb46b947811097061 | diff --git a/makr.go b/makr.go
index <HASH>..<HASH> 100644
--- a/makr.go
+++ b/makr.go
@@ -43,7 +43,7 @@ func (g *Generator) Add(r Runnable) {
// Run all of the generators
func (g *Generator) Run(rootPath string, data Data) error {
- defer g.fmt(rootPath)
+ // defer g.fmt(rootPath)
dd := Data{}
for k, v := rang... | don't fmt always | gobuffalo_makr | train |
3a100bf025585683a1a2172ae6ba14e9d9f49525 | diff --git a/monolith/__init__.py b/monolith/__init__.py
index <HASH>..<HASH> 100644
--- a/monolith/__init__.py
+++ b/monolith/__init__.py
@@ -1,7 +1,7 @@
"""
monolith is an argparse based command line interface framework
"""
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
__version__ = '.'.join((str(each) for each in ... | Added error handling. Freezying <I> | lukaszb_monolith | train |
d1ffc54c06fbacf46783f5ebc84bc125c9188fd1 | diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/application.rb
+++ b/railties/lib/rails/application.rb
@@ -93,13 +93,12 @@ module Rails
initializers
end
- # TODO: Fix this method
+ # TODO: Fix this method. It loa... | fixes the failure of config.plugins without :all option tests [#<I> status:resolved] | rails_rails | train |
f73d4acc4f5f816a3dee4e205579cfaab71fe6b2 | diff --git a/pgmpy/models/BayesianModel.py b/pgmpy/models/BayesianModel.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/BayesianModel.py
+++ b/pgmpy/models/BayesianModel.py
@@ -1086,6 +1086,35 @@ class BayesianModel(nx.DiGraph):
moral_graph.add_edges_from(list(itertools.combinations(parents, 2)))
... | fit method for BayesianModel [refs #<I>] | pgmpy_pgmpy | train |
d2cd4acab13928347181b9e5d7c19103283b5165 | diff --git a/report/completion/textrotate.js b/report/completion/textrotate.js
index <HASH>..<HASH> 100644
--- a/report/completion/textrotate.js
+++ b/report/completion/textrotate.js
@@ -26,10 +26,6 @@ function textrotate_make_svg(el)
text.setAttribute('text-anchor','end');
text.setAttribute('transform','rotate(9... | MDL-<I> report_progress: don't browser sniff for SVG support
Use feature detection, its more robust and better practice. | moodle_moodle | train |
403765328e4b1fa079a11ff7fb1f106e373523bf | diff --git a/lib/meshchat/cli.rb b/lib/meshchat/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/meshchat/cli.rb
+++ b/lib/meshchat/cli.rb
@@ -40,8 +40,8 @@ module MeshChat
MeshChat::Command::Base::SHARE => MeshChat::Command::Share,
MeshChat::Command::Base::IMPORT => MeshChat::Command::Import,
MeshChat... | omg, the commands were backwards | NullVoxPopuli_meshchat-core | train |
2bfdb74ee5d36505eb48435f3326c374f818f11f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -243,10 +243,10 @@ SSDP.prototype._parseCommand = function parseCommand(msg, rinfo) {
* Emits `advertise-alive`, `advertise-bye` events.
*
* @param headers
- * @param _msg
- * @param _rinfo
+ * @param msg... | Also emit address details when a notify is received.
Removed underscores to fall in line with code style from the other functions. | diversario_node-ssdp | train |
3e8c8ae9bb8c0c9bc2ccb93c9455bee80b83b5a1 | diff --git a/glances/processes.py b/glances/processes.py
index <HASH>..<HASH> 100644
--- a/glances/processes.py
+++ b/glances/processes.py
@@ -187,20 +187,35 @@ class GlancesProcesses(object):
def __get_mandatory_stats(self, proc, procstat):
"""
- Get mandatory_stats: need for the sorting/filter ... | Optimise CPU consumption #<I> | nicolargo_glances | train |
b78e6119482a06206c3b9c5a7c634282318ca005 | diff --git a/src/uki-core/function.js b/src/uki-core/function.js
index <HASH>..<HASH> 100644
--- a/src/uki-core/function.js
+++ b/src/uki-core/function.js
@@ -171,6 +171,19 @@ fun.addProp = fun.addProps = function(proto, prop, setter) {
}
};
+function newDelegateProp(target, targetName) {
+ return function(v... | newDelegateProp and newDelegateCall functions | voloko_uki | train |
9126083d8e0a1f29236e7b6251cb5b2c32c3f93c | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
# Master
+- [BUGFIX] Allow to type in closed multiple selects. Before the default behaviour of keydown events
+ was being prevented, disallowing the typing.
- [BUGFIX] Ensure the public API pa... | Fix bug that disallowed the user to type in multiple selects that are closed | cibernox_ember-power-select | train |
16d7e6510b93ac5b4e589a7e32dc03d739db3c73 | diff --git a/src/ViewModels/DistanceLegendViewModel.js b/src/ViewModels/DistanceLegendViewModel.js
index <HASH>..<HASH> 100644
--- a/src/ViewModels/DistanceLegendViewModel.js
+++ b/src/ViewModels/DistanceLegendViewModel.js
@@ -5,6 +5,7 @@ var Cartesian2 = require('../../third_party/cesium/Source/Core/Cartesian2');
var... | Only update the distance legend once every <I>ms.
This results in a substantial performance improvement in Safari and possibly in other browsers as well. | TerriaJS_terriajs | train |
c85cc33ca9de96820d494f289db61f8e22986f46 | diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java
index <HASH>..<HASH... | Fix main class resolution failure when loaded from config cache
See gh-<I> | spring-projects_spring-boot | train |
ecd5700bfad2b8cc412b33740a81dd8802067dba | diff --git a/src/Codeception/TestCase/WPTestCase.php b/src/Codeception/TestCase/WPTestCase.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/TestCase/WPTestCase.php
+++ b/src/Codeception/TestCase/WPTestCase.php
@@ -221,9 +221,9 @@ class WPTestCase extends \tad\WPBrowser\Compat\Codeception\Unit
* Check on ... | fix(WPTestCase.php) looping call issue | lucatume_wp-browser | train |
57bc0d462a7b678e848fcc3710b5d105effb5218 | diff --git a/lib/helper/Puppeteer.js b/lib/helper/Puppeteer.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Puppeteer.js
+++ b/lib/helper/Puppeteer.js
@@ -1198,10 +1198,11 @@ class Puppeteer extends Helper {
/**
* {{> ../webapi/saveScreenshot }}
*/
- async saveScreenshot(fileName, fullPage = this.options.fu... | [Puppeteer] Fixed issue when generating the list of commands. Fixes #<I> (#<I>) | Codeception_CodeceptJS | train |
e6d87c0706d178407ffccaab5c3ffc13a9e7b02e | diff --git a/volume/store/store.go b/volume/store/store.go
index <HASH>..<HASH> 100644
--- a/volume/store/store.go
+++ b/volume/store/store.go
@@ -267,7 +267,9 @@ func (s *VolumeStore) create(name, driverName string, opts, labels map[string]st
if err != nil {
return nil, err
}
+ s.globalLock.Lock()
s.labels[na... | volume/store: fix couple of races with accessing maps | containers_storage | train |
4a7d533613584a23238d32b7f61cf336b5bfdda5 | diff --git a/lib/money.js b/lib/money.js
index <HASH>..<HASH> 100644
--- a/lib/money.js
+++ b/lib/money.js
@@ -39,8 +39,8 @@ Money.prototype.minus = function plus(that) {
};
Money.prototype.times = function times(that) {
- if (!Number.isInteger(that)) {
- throw new TypeError('Money multiplication needs an... | fix(money): multiple with a Number | richardschneider_money-works | train |
5297a97765245a80d337a6053d796985333240a6 | diff --git a/lib/generators/connector/install_generator.rb b/lib/generators/connector/install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/connector/install_generator.rb
+++ b/lib/generators/connector/install_generator.rb
@@ -71,5 +71,10 @@ module Connector
def copy_oauth_controller
copy_fi... | Fix account deletion controller
The connector framework provides a working implementation so we can
delete the generated file from maestrano-rails. | maestrano_maestrano-connector-rails | train |
8d9951bc7bcffb80281ed6768e256e6212f89c50 | diff --git a/pywb/warcserver/test/testutils.py b/pywb/warcserver/test/testutils.py
index <HASH>..<HASH> 100644
--- a/pywb/warcserver/test/testutils.py
+++ b/pywb/warcserver/test/testutils.py
@@ -5,7 +5,7 @@ import shutil
import yaml
import time
-from fakeredis import FakeStrictRedis
+from fakeredis import FakeStric... | misc test fixes: make record_replay tests for consistent, use different url to ensure consistent ordering
fakeredistests: fix for fakenewredis, clear fakeredis databases and pubsub list | webrecorder_pywb | train |
9debdcc6ff7970d5a280b314a4b88756511512c2 | diff --git a/app/assets/javascripts/systems/systems.controller.js b/app/assets/javascripts/systems/systems.controller.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/systems/systems.controller.js
+++ b/app/assets/javascripts/systems/systems.controller.js
@@ -14,11 +14,12 @@
angular.module('Katello').factor... | Systems Nutupane - Adds infinite scroll support to systems nutupane table. | Katello_katello | train |
6da1cf8afbaf2feb8ed291042eb4ef692ca4ed14 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -116,7 +116,7 @@ function Field(){
// shortcut for adding a `notEmpty` validator
Field.prototype.required = function(){
this.isRequired = true;
- this.validators.push('notEmpty');
+ this.validators.push(['notEmpty... | Pretty close. Some edge cases and actual casting to do | imlucas_node-forro | train |
022c51c0bc65b3041f5933fab483b0d5dfb1da86 | diff --git a/salt/modules/mysql.py b/salt/modules/mysql.py
index <HASH>..<HASH> 100644
--- a/salt/modules/mysql.py
+++ b/salt/modules/mysql.py
@@ -43,6 +43,9 @@ def __virtual__():
if any(k.startswith('mysql.') for k in list(__opts__)):
if has_mysqldb:
return 'mysql'
+ elif any(k.startswith... | Can now pass mysql options in pillar, Fix #<I> | saltstack_salt | train |
0f8738ef3273dfb87d5903da026f3724051a228f | diff --git a/zipline/pipeline/loaders/blaze/core.py b/zipline/pipeline/loaders/blaze/core.py
index <HASH>..<HASH> 100644
--- a/zipline/pipeline/loaders/blaze/core.py
+++ b/zipline/pipeline/loaders/blaze/core.py
@@ -137,11 +137,10 @@ from datashape import (
Date,
DateTime,
Option,
- float64,
float... | MAINT: remove restrictions on strings for generic loader
MAINT: remove catch for NonNumpyCompatible since it's a subset of NonPipelineCompatible | quantopian_zipline | train |
5c0c8954f9053ce7023300493e340cd6c02e1e50 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -109,9 +109,11 @@ listZipFiles(path.join(__dirname, "failure")).forEach(function(zipfilePath) {
yauzl.open(zipfilePath, function(err, zipfile) {
if (err) return checkErrorMessage(err);
zipfil... | test for no events emitted after error event | thejoshwolfe_yauzl | train |
4925eea3df71d3c0dd064085fefae997c1ead5e2 | diff --git a/applications/jupyter-extension/nteract_on_jupyter/epics/index.js b/applications/jupyter-extension/nteract_on_jupyter/epics/index.js
index <HASH>..<HASH> 100644
--- a/applications/jupyter-extension/nteract_on_jupyter/epics/index.js
+++ b/applications/jupyter-extension/nteract_on_jupyter/epics/index.js
@@ -2... | feat: hookup core kernelspecs to jupyter-ext | nteract_nteract | train |
9332317e678e831961a4b5f4e3faf58544377ae3 | diff --git a/expression/builtin_time_vec.go b/expression/builtin_time_vec.go
index <HASH>..<HASH> 100644
--- a/expression/builtin_time_vec.go
+++ b/expression/builtin_time_vec.go
@@ -165,3 +165,74 @@ func (b *builtinTimestamp1ArgSig) vecEvalTime(input *chunk.Chunk, result *chunk.
func (b *builtinTimestamp1ArgSig) vect... | expression: implement vectorized evaluation for `builtinTimestamp2ArgsSig` (#<I>) | pingcap_tidb | train |
1855ac9ce12468638b70bb3464bc1c48763c1cc1 | diff --git a/billy/web/public/urls.py b/billy/web/public/urls.py
index <HASH>..<HASH> 100644
--- a/billy/web/public/urls.py
+++ b/billy/web/public/urls.py
@@ -74,6 +74,6 @@ urlpatterns = patterns('billy.web.public.views',
urlpatterns += patterns('',
# other views
url(r'^downloads/$', 'billy.web.public.views_... | more small tweaks to the find page | openstates_billy | train |
efa7ea4fdee9e9a21815068547804250f7f28159 | diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py
index <HASH>..<HASH> 100644
--- a/src/ocrmypdf/_pipeline.py
+++ b/src/ocrmypdf/_pipeline.py
@@ -163,7 +163,7 @@ def repair_and_parse_pdf(
copyfile(input_file, output_file)
try:
- pdfinfo = PdfInfo(output_file)
+ pdfinfo = PdfIn... | Fix log.error where log is None | jbarlow83_OCRmyPDF | train |
2cece432eb3bb681c0c19919b848504b2557cfc0 | diff --git a/pymatgen/electronic_structure/dos.py b/pymatgen/electronic_structure/dos.py
index <HASH>..<HASH> 100644
--- a/pymatgen/electronic_structure/dos.py
+++ b/pymatgen/electronic_structure/dos.py
@@ -867,9 +867,8 @@ class CompleteDos(Dos):
erange: List[float] = None,
) -> float:
"""
- ... | Use the sqrt definition of the bandwidth | materialsproject_pymatgen | train |
ed119aa5d608d66bcb45f79324167142086fb2be | diff --git a/activerecord/test/cases/associations/inner_join_association_test.rb b/activerecord/test/cases/associations/inner_join_association_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/associations/inner_join_association_test.rb
+++ b/activerecord/test/cases/associations/inner_join_association_t... | Fixed InnerJoinAssociationTest. Need to load essays fixture. | rails_rails | train |
25d1e3ef0a1d961bd550cce4f5b75029e2e60b7e | diff --git a/app/controllers/concerns/hyrax/works_controller_behavior.rb b/app/controllers/concerns/hyrax/works_controller_behavior.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/concerns/hyrax/works_controller_behavior.rb
+++ b/app/controllers/concerns/hyrax/works_controller_behavior.rb
@@ -187,8 +187,11 @@ modu... | handle file uploads for valkyrie work models
this is only the most basic file upload case, but it wires all the pieces in and
should work end-to-end for `#create` and `#update`. | samvera_hyrax | train |
00de631330a894fd6b2afdb273c26e89aa6c4de3 | diff --git a/cachalot/tests/models.py b/cachalot/tests/models.py
index <HASH>..<HASH> 100644
--- a/cachalot/tests/models.py
+++ b/cachalot/tests/models.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
from django.conf import settings
from django.db.models import (
- Model, CharField, ForeignKey, Boolea... | Rewrites #<I> in a minimal way, using an existing test and the models. | noripyt_django-cachalot | train |
f65bd8db2c9181a3c006ffc55e8298ce48572074 | diff --git a/src/main/java/org/dmfs/iterators/ArrayIterator.java b/src/main/java/org/dmfs/iterators/ArrayIterator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dmfs/iterators/ArrayIterator.java
+++ b/src/main/java/org/dmfs/iterators/ArrayIterator.java
@@ -57,10 +57,6 @@ public final class ArrayIterator<E> ex... | Fix ArrayIterator. Make sure it doesn't delete values in the array. Fixes #<I> (#<I>) | dmfs_iterators | train |
4206472557b08bc068859a75b90c2cd715d66738 | diff --git a/src/Synapse/Application/Routes.php b/src/Synapse/Application/Routes.php
index <HASH>..<HASH> 100644
--- a/src/Synapse/Application/Routes.php
+++ b/src/Synapse/Application/Routes.php
@@ -3,6 +3,7 @@
namespace Synapse\Application;
use Symfony\Component\HttpFoundation\Response;
+use Symfony\Component\Http... | Refs #<I> - Catch access denied exceptions and return JSON response. | synapsestudios_synapse-base | train |
f2386026af0b0d98e4ae210766ae9b86359e6205 | diff --git a/gcloud/pubsub/__init__.py b/gcloud/pubsub/__init__.py
index <HASH>..<HASH> 100644
--- a/gcloud/pubsub/__init__.py
+++ b/gcloud/pubsub/__init__.py
@@ -32,6 +32,8 @@ from gcloud.pubsub._implicit_environ import get_default_connection
from gcloud.pubsub.api import list_subscriptions
from gcloud.pubsub.api im... | Make Subscription / Topic importable from pubsub. | googleapis_google-cloud-python | train |
435fe6f690e4ba7b83fbe2bdf0676054b804fea6 | diff --git a/better_figures_and_images/better_figures_and_images.py b/better_figures_and_images/better_figures_and_images.py
index <HASH>..<HASH> 100644
--- a/better_figures_and_images/better_figures_and_images.py
+++ b/better_figures_and_images/better_figures_and_images.py
@@ -45,6 +45,9 @@ def content_object_init(ins... | Add exception for in-line encoded images
Adds a simple exception for images which are encoded in-line (base<I>, etc). This allows Better Fig. to be used with the [Graphviz](<URL>) plugin (which is exactly my use-case, heh). | getpelican_pelican-plugins | train |
ac6ce2299d816fb734749e96b41bda249e5ed48d | diff --git a/src/bbn/Appui/Task.php b/src/bbn/Appui/Task.php
index <HASH>..<HASH> 100644
--- a/src/bbn/Appui/Task.php
+++ b/src/bbn/Appui/Task.php
@@ -954,7 +954,8 @@ class Task extends bbn\Models\Cls\Db
'deadline' => $cfg['deadline'] ?? NULL,
'id_user' => $this->id_user ?: NULL,
'state' => $... | Added cfg field on insert method | nabab_bbn | train |
e2b24fd37dc9ce6d6f7fe1b8942a773988ffe9b0 | diff --git a/src/StackFormation/Blueprint.php b/src/StackFormation/Blueprint.php
index <HASH>..<HASH> 100644
--- a/src/StackFormation/Blueprint.php
+++ b/src/StackFormation/Blueprint.php
@@ -66,15 +66,21 @@ class Blueprint
return null;
}
- public function getPreprocessedTemplate($gatherDependencies =... | Add helper methods to access the template and optionalTemplates arrays | AOEpeople_StackFormation | train |
6a63e76fc8d81cceec41459500dc22747c9bc8a9 | diff --git a/asammdf/mdf_v4.py b/asammdf/mdf_v4.py
index <HASH>..<HASH> 100644
--- a/asammdf/mdf_v4.py
+++ b/asammdf/mdf_v4.py
@@ -888,7 +888,7 @@ class MDF4(object):
attachment_addr = channel['attachment_0_addr']
if attachment_addr not in self._dbc_cache:
... | ignore bus logging if database attachment is not available | danielhrisca_asammdf | train |
f138c5b18b9521bacd3f530dc7ba4582d14679b7 | diff --git a/webit-script/src/main/java/webit/script/asm/AsmResolverGenerator.java b/webit-script/src/main/java/webit/script/asm/AsmResolverGenerator.java
index <HASH>..<HASH> 100644
--- a/webit-script/src/main/java/webit/script/asm/AsmResolverGenerator.java
+++ b/webit-script/src/main/java/webit/script/asm/AsmResolver... | AsmResolverGenerator small adjust | febit_wit | train |
06fd9d67f79061f6791d75e5b6f3fb760172f680 | diff --git a/scripts/bcbio_fastq_umi_prep.py b/scripts/bcbio_fastq_umi_prep.py
index <HASH>..<HASH> 100755
--- a/scripts/bcbio_fastq_umi_prep.py
+++ b/scripts/bcbio_fastq_umi_prep.py
@@ -38,8 +38,8 @@ transform_json = r"""{
"""
duplex_transform = r"""{
- "read1": "(?P<name>[^\\s]+).*\\n(?P<CB1>.{%s})(?P<seq>.*)\... | UMI: Pass full fastq name for duplex prep
The previous regex only passed the first part of a name, dropping
secondary tag information already present from bcl2fastq. | bcbio_bcbio-nextgen | train |
c412f5eed586203205f82449a9869640b8093246 | diff --git a/tests/common.py b/tests/common.py
index <HASH>..<HASH> 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -52,7 +52,7 @@ class TrezorBootloaderTest(unittest.TestCase):
def reconnect(self):
self.client.close()
- time.sleep(5)
+ time.sleep(10)
config.enumerate_hid()
... | increase delay between device renumuration | keepkey_python-keepkey | train |
2dcff138562aa5875b0439ca34d41341bcd6255d | diff --git a/lib/engine_ws.js b/lib/engine_ws.js
index <HASH>..<HASH> 100644
--- a/lib/engine_ws.js
+++ b/lib/engine_ws.js
@@ -112,9 +112,11 @@ WSEngine.prototype.compile = function (tasks, scenarioSpec, ee) {
if (err) {
debug(err);
}
- if (context.ws) {
+
+ if (context && con... | Fix: prevent from crashing when context is null/undefined | artilleryio_artillery | train |
0f8e5174adf63174202560a12c66a68d07b06082 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ next release / 2014-02-??
* added `publicKey` property
* added `pubKeyHash`/`publicHash` property
* added `publicPoint`, removed `getPubPoint()`
+* removed `getPub()`, use `publicKey` instead
... | got rid of `getPub` | cryptocoinjs_eckey | train |
caa2d4e1ed77562eb539ded1a9f21ea4651d16a8 | diff --git a/heartbeat.go b/heartbeat.go
index <HASH>..<HASH> 100644
--- a/heartbeat.go
+++ b/heartbeat.go
@@ -130,7 +130,7 @@ func (k *Kite) sendHeartbeats(interval time.Duration, kiteURL *url.URL) {
errRegisterAgain := errors.New("register again")
heartbeatFunc := func() error {
- k.Log.Info("Sending heartbeat... | heartbeat: don't use info for those | koding_kite | train |
9477bd2e5893a83a40a031244fe298995bd6f554 | diff --git a/structr-core/src/main/java/org/structr/core/Services.java b/structr-core/src/main/java/org/structr/core/Services.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/Services.java
+++ b/structr-core/src/main/java/org/structr/core/Services.java
@@ -149,20 +149,16 @@ public clas... | Modifies Services.java to ignore structr.conf when the "testing" flag is set. | structr_structr | train |
3c81c090cc4dd933c61c733fdb9aec39c873b93a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from os import path
from distutils.version import LooseVersion
from setuptools import find_packages, setup
-VERSION = '1.15.0'
+VERSION = '1.15.1'
# Import README.md into long_description
pwd = path.abspat... | Bump package version to <I> | instana_python-sensor | train |
b424d3dcd01017076f62dcb2ae25e6bd7cd2f30c | diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-spring-infra/shardingsphere-jdbc-spring-namespace-infra/src/main/java/org/apache/shardingsphere/spring/namespace/parser/ShardingSphereAlgorithmBeanRegistry.java b/shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-spring-inf... | Refactor ShardingSphereAlgorithmBeanRegistry | apache_incubator-shardingsphere | train |
265459962c8130a76b457e9cd2fb548bd00cd9d0 | diff --git a/grunt/exec.js b/grunt/exec.js
index <HASH>..<HASH> 100644
--- a/grunt/exec.js
+++ b/grunt/exec.js
@@ -44,7 +44,7 @@ const
testConfig = (name, rawCommand, parameters) => {
let command;
- if (isWindows && rawCommand.indexOf(" ") !== -1) {
+ if (isWindows && rawCommand.includes("... | no-magic-numbers (#<I>) | ArnaudBuchholz_gpf-js | train |
dc0d0dca6d1a285fdd8cb990438a47fb46ccf578 | diff --git a/src/collection/dimensions.js b/src/collection/dimensions.js
index <HASH>..<HASH> 100644
--- a/src/collection/dimensions.js
+++ b/src/collection/dimensions.js
@@ -221,6 +221,8 @@ fn = elesfn = ({
var updated = [];
function update( parent ){
+ if( !parent.isParent() ){ return; }
+
var... | Updating compound bounds should happen from the current level up #<I> | cytoscape_cytoscape.js | train |
5cbb66dfc3e0cdacc5101d2baf9a949918cff0a8 | diff --git a/packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmButton.js b/packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmButton.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmButton.js
+++ b/packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmBut... | Provide props to customize Confirm title and content for delete buttons. | marmelab_react-admin | train |
a261c7817e4bad7f1a9f196c7287f8879dabf0c1 | diff --git a/gui/src/main/java/org/jboss/as/console/client/core/UIConstants.java b/gui/src/main/java/org/jboss/as/console/client/core/UIConstants.java
index <HASH>..<HASH> 100644
--- a/gui/src/main/java/org/jboss/as/console/client/core/UIConstants.java
+++ b/gui/src/main/java/org/jboss/as/console/client/core/UIConstant... | prevent creation of XA datasources w/o connection properties | hal_core | train |
d7026a10e4de58aa34708e82f338a9c89f8ad72c | diff --git a/lib/obj.js b/lib/obj.js
index <HASH>..<HASH> 100644
--- a/lib/obj.js
+++ b/lib/obj.js
@@ -141,14 +141,14 @@
if (!obj) return;
var clone = {};
for (var i in obj) {
- if (obj.hasOwnProperty(i)) {
+ //if (obj.hasOwnProperty(i)) {
if ( 'object' === typeof obj[i] ) {
clone[i] = OBJ.clone... | Creating GameTable widget. not finished | nodeGame_JSUS | train |
eed3e8d56fbcc8288a3a225b2303b96802ad5b89 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ def runSetup():
gcs = 'google-cloud-storage==1.6.0'
gcs_oauth2_boto_plugin = 'gcs_oauth2_boto_plugin==1.14'
apacheLibcloud = 'apache-libcloud==2.2.1'
- cwltool = 'cwltool==1.0.20190815141648'
+... | use cwltool with needed prov fixes | DataBiosphere_toil | train |
0a2e583b4d2e0ed16174cc351ec81a3d46f442ed | diff --git a/multiqc/utils/report.py b/multiqc/utils/report.py
index <HASH>..<HASH> 100644
--- a/multiqc/utils/report.py
+++ b/multiqc/utils/report.py
@@ -376,7 +376,21 @@ def save_htmlid(html_id, skiplint=False):
def compress_json(data):
""" Take a Python data object. Convert to JSON and compress using lzstring ... | Sanitise JSON string to remove Infinity.
Fixes nf-core/Sarek#<I> and provides a more general fix for #<I> | ewels_MultiQC | train |
78bfe5a31e71fc83605aeeef6d27966968764afc | diff --git a/wireless/Wireless.py b/wireless/Wireless.py
index <HASH>..<HASH> 100644
--- a/wireless/Wireless.py
+++ b/wireless/Wireless.py
@@ -46,7 +46,6 @@ class Wireless:
response = cmd('nmcli --version')
parts = response.split()
ver = parts[-1]
- print 'test: '+ver
... | remove debug line
also fixes python version error | joshvillbrandt_wireless | train |
7886497a367ded5ffa5a45784c36b1e442d7c5dc | diff --git a/core/src/main/java/org/kohsuke/stapler/MetaClassLoader.java b/core/src/main/java/org/kohsuke/stapler/MetaClassLoader.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/kohsuke/stapler/MetaClassLoader.java
+++ b/core/src/main/java/org/kohsuke/stapler/MetaClassLoader.java
@@ -52,8 +52,11 @@ public... | support multiple locations in stapler.resourcePath, separated by ";" | stapler_stapler | train |
51dd80def214d05b5c46fdcd2771cd8efcf22dc0 | diff --git a/pyramid_orb/rest/resources.py b/pyramid_orb/rest/resources.py
index <HASH>..<HASH> 100644
--- a/pyramid_orb/rest/resources.py
+++ b/pyramid_orb/rest/resources.py
@@ -50,7 +50,8 @@ class Resource(RestService):
raise KeyError(key)
def get(self):
- return self.record.json()
+ loo... | passing in the lookup options to the model | orb-framework_pyramid_orb | train |
f04e57c80254b19b3f448ed335f90de02d54f1bb | diff --git a/src/events/http/Http.js b/src/events/http/Http.js
index <HASH>..<HASH> 100644
--- a/src/events/http/Http.js
+++ b/src/events/http/Http.js
@@ -17,7 +17,7 @@ export default class Http {
return this.#httpServer.stop(timeout)
}
- _create(functionKey, rawHttpEventDefinition, handler) {
+ #createEven... | refactor: use private methods (#<I>) | dherault_serverless-offline | train |
9a11e9d9bbeaad88f49a81eb9ee21f8690078dd0 | diff --git a/server/src/main/java/io/atomix/copycat/server/state/ServerState.java b/server/src/main/java/io/atomix/copycat/server/state/ServerState.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/atomix/copycat/server/state/ServerState.java
+++ b/server/src/main/java/io/atomix/copycat/server/state/Server... | Send join request to first leader found if necessary. | atomix_copycat | train |
757f1a88126ff3f4c76ac22b6a82af8aadad2d7f | diff --git a/tests/unit/nupic/regions/tm_region_test.py b/tests/unit/nupic/regions/tm_region_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/nupic/regions/tm_region_test.py
+++ b/tests/unit/nupic/regions/tm_region_test.py
@@ -24,10 +24,15 @@
import tempfile
import unittest
+try:
+ import capnp
+except ImportE... | Put capnp import checks in place for Windows | numenta_nupic | train |
91bb3fb0eeb449425d5be48614f48c7a4dc5f2f5 | diff --git a/js/runner.go b/js/runner.go
index <HASH>..<HASH> 100644
--- a/js/runner.go
+++ b/js/runner.go
@@ -197,6 +197,7 @@ func (r *Runner) newVU(id int64, samplesOut chan<- stats.SampleContainer) (*VU,
Console: r.console,
BPool: bpool.NewBufferPool(100),
Samples: samplesOut,
+ run... | Move runMutex to js.VU
Tests that share a VU like TestVURunInterruptDoesntPanic need to access
the same mutex instance, otherwise it panics while reading setupData.
This could be fixed in the test itself, but protecting against panics
should be transparent to user code. | loadimpact_k6 | train |
6861331420285550a87417938924e96b318b4374 | diff --git a/src/Controller/Plugin/MailPlugin.php b/src/Controller/Plugin/MailPlugin.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Plugin/MailPlugin.php
+++ b/src/Controller/Plugin/MailPlugin.php
@@ -24,12 +24,16 @@ class MailPlugin extends AbstractPlugin implements MailServiceAwareInterface
}
/**
- ... | Updated MailPlugin to accept options both as a MailOptions instance or an array | acelaya_ZF-AcMailer | train |
756da8877121054a8de5371a25044fedac7d0d13 | diff --git a/sebastian/core/transforms.py b/sebastian/core/transforms.py
index <HASH>..<HASH> 100644
--- a/sebastian/core/transforms.py
+++ b/sebastian/core/transforms.py
@@ -155,7 +155,7 @@ def lilypond(point):
if m > 0:
modifier_string = "is" * m
elif m < 0:
- modifier_string... | fixed bug in lilypond flat handling and test that was masking it | jtauber_sebastian | train |
9c1fa60bcb73fc7bcd48e9f1487fb96cf9179882 | diff --git a/lib/sgf/parser.rb b/lib/sgf/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/sgf/parser.rb
+++ b/lib/sgf/parser.rb
@@ -90,6 +90,10 @@ module SGF
end
end
+ def still_inside_node?
+ !NODE_DELIMITERS.include?(@sgf_stream.peek_skipping_whitespace)
+ end
+
def add_properties_to_curr... | Rearranged methods to express symmetry.
Put each still_inside_ method next to its corresponding parse_ method.
This also reveals that one parse method doesn't have a corresponding
still_inside. | Trevoke_SGFParser | train |
73f94e88ff8222d80e19e6b91db1036213080701 | diff --git a/grade/report/singleview/version.php b/grade/report/singleview/version.php
index <HASH>..<HASH> 100755
--- a/grade/report/singleview/version.php
+++ b/grade/report/singleview/version.php
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+defined('MOODLE_INTERNA... | MDL-<I> gradereport_singleview: missing MOODLE_INTERNAL | moodle_moodle | train |
252c4dd0f923a955833a85f358914eedc0636a1f | diff --git a/holoviews/streams.py b/holoviews/streams.py
index <HASH>..<HASH> 100644
--- a/holoviews/streams.py
+++ b/holoviews/streams.py
@@ -76,24 +76,6 @@ class Stream(param.Parameterized):
for subscriber in subscribers:
subscriber(union)
- def update(self, trigger=True, **kwargs):
- ... | Reordered Stream methods and spacing fixes | pyviz_holoviews | train |
079d4c7dd148b992002b581e29887e6e8a5ed306 | diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index <HASH>..<HASH> 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -943,6 +943,7 @@ $string['institution'] = 'Institution';
$string['instudentview'] = 'in student view';
$string['interests'] = 'Interests';
$string['interestslist'] = 'List of interest... | MDL-<I> adding help strings | moodle_moodle | train |
b1e9cccf5996133cc51eba6e79661d19a79726d3 | diff --git a/solve_basic_test.go b/solve_basic_test.go
index <HASH>..<HASH> 100644
--- a/solve_basic_test.go
+++ b/solve_basic_test.go
@@ -1272,10 +1272,6 @@ func (sm *depspecSourceManager) SyncSourceFor(id ProjectIdentifier) error {
return nil
}
-func (sm *depspecSourceManager) VendorCodeExists(id ProjectIdentifi... | Relocate vendorCodeExists() method
Fixes #<I>, even if sloppy. | sdboyer_gps | train |
94452463042a9fd98e2280673f8d7316f49d353e | diff --git a/lib/appsignal/tracer.rb b/lib/appsignal/tracer.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal/tracer.rb
+++ b/lib/appsignal/tracer.rb
@@ -47,8 +47,8 @@ module Appsignal
:action => "#{self.class}##{method_name}",
:kind => 'background',
:duration => 1000.0 * (end_time - start_... | Start and end time in log_entry are floats | appsignal_appsignal-ruby | train |
936d712d5f6ee51d1a67ac7a575d08b3905f15d1 | diff --git a/src/ORM/Association/BelongsToMany.php b/src/ORM/Association/BelongsToMany.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Association/BelongsToMany.php
+++ b/src/ORM/Association/BelongsToMany.php
@@ -252,7 +252,7 @@ class BelongsToMany extends Association {
public function transformRow($row, $joined = fals... | Completing test for showing it is possible to use duplicate associaiton
alaises in contain | cakephp_cakephp | train |
0879513ad35b165a7b1fe9f8611ba2025282fe84 | diff --git a/autograd/numpy/linalg.py b/autograd/numpy/linalg.py
index <HASH>..<HASH> 100644
--- a/autograd/numpy/linalg.py
+++ b/autograd/numpy/linalg.py
@@ -2,7 +2,7 @@ from __future__ import absolute_import
from functools import partial
import numpy as onp
import numpy.linalg as npla
-from .numpy_wrapper import w... | Minor tweak: Removed uncessary dot import | HIPS_autograd | train |
b7c2d52c13609dd529d129d3255026adbc28bc39 | diff --git a/Controller/VarietyCRUDController.php b/Controller/VarietyCRUDController.php
index <HASH>..<HASH> 100644
--- a/Controller/VarietyCRUDController.php
+++ b/Controller/VarietyCRUDController.php
@@ -20,27 +20,6 @@ class VarietyCRUDController extends BaseCRUDController
}
/**
- * Duplicate act... | Removed duplicateAction and duplicateFiles as they are already defined in parent class | sil-project_VarietyBundle | train |
412678b72e418402b31e7deb5b4a58b6f69fabe3 | diff --git a/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/Editors/Aloha/UiPlugin/multiSplit.js b/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/Editors/Aloha/UiPlugin/multiSplit.js
index <HASH>..<HASH> 100644
--- a/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/Editors/Aloha/UiPlugin/multiSplit.js
+... | There internal selectedValue of the tag name selection for aloha get's out of sync when changing via curor/mouse. Since aloha already handles "changes" to same state well, no need to have this logic again.
NEOS-<I> #close | neos_neos-development-collection | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.