hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d9b08f3360e3f111c1b1d0159d0affa8085bfb21 | diff --git a/src/components/media_control/media_control.js b/src/components/media_control/media_control.js
index <HASH>..<HASH> 100644
--- a/src/components/media_control/media_control.js
+++ b/src/components/media_control/media_control.js
@@ -34,6 +34,7 @@ module.exports = MediaControl = UIObject.extend({
this.par... | poster: add click to play feature (closes #<I>) | clappr_clappr | train |
371c6b7eb6128dbd354ac71a5b0b3d69ac610ceb | diff --git a/tests/test_account.py b/tests/test_account.py
index <HASH>..<HASH> 100644
--- a/tests/test_account.py
+++ b/tests/test_account.py
@@ -2,11 +2,14 @@
dj-stripe Account Tests.
"""
from copy import deepcopy
+from importlib import reload
from unittest.mock import patch
import pytest
from django.test.tes... | Test that Account.retrieve is not called with RK. | dj-stripe_dj-stripe | train |
ceeb4bc8d9fa66a546dfb441be22c2a9d7aee397 | diff --git a/lib/specinfra/command/base/host.rb b/lib/specinfra/command/base/host.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/base/host.rb
+++ b/lib/specinfra/command/base/host.rb
@@ -2,7 +2,7 @@ class Specinfra::Command::Base::Host < Specinfra::Command::Base
class << self
def check_is_resolvable... | nslookup exit code workaround | mizzy_specinfra | train |
7d27ddd825f9525ae36736b3bc951790e4e1ae75 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Changelog
0.10 (unreleased)
-----------------
+- bug fix: baron is now able to parse "class A(b, c=d): pass"
- some project cleaned and integration of tox with good pratices like flake8 and check-manifest... | refactor: avoid randomly changing the API of class inheritence | PyCQA_baron | train |
da8855a77ddfe03ec0d48b9608b5298a8638b74d | diff --git a/src/main/java/me/prettyprint/cassandra/model/Mutator.java b/src/main/java/me/prettyprint/cassandra/model/Mutator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/prettyprint/cassandra/model/Mutator.java
+++ b/src/main/java/me/prettyprint/cassandra/model/Mutator.java
@@ -1,6 +1,6 @@
package me.prett... | used static import for HFactory method | hector-client_hector | train |
02f52b785805e289074a14f7d09c82086c5e7cd0 | diff --git a/lib/solargraph/pin/base.rb b/lib/solargraph/pin/base.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/pin/base.rb
+++ b/lib/solargraph/pin/base.rb
@@ -66,6 +66,11 @@ module Solargraph
def named_context
namespace
end
+
+ def == other
+ return false unless self.class == ... | Pin, location, range, and position comparisons. | castwide_solargraph | train |
ba96061e75787e359f535c4788e2804d70b0b79e | diff --git a/src/resources/assets/js/store.js b/src/resources/assets/js/store.js
index <HASH>..<HASH> 100644
--- a/src/resources/assets/js/store.js
+++ b/src/resources/assets/js/store.js
@@ -89,6 +89,7 @@ export default new Vuex.Store({
}).catch((error) => {
if (error.response.status === 4... | fixes routing to login when reloading page with an expired session | laravel-enso_Core | train |
22f7055c8cb91e2e27084b04836d5de2413f12da | diff --git a/tofu/data/_core_new.py b/tofu/data/_core_new.py
index <HASH>..<HASH> 100644
--- a/tofu/data/_core_new.py
+++ b/tofu/data/_core_new.py
@@ -422,11 +422,9 @@ class DataCollection(utils.ToFuObject):
return dout
def _from_dict(self, fd):
- self._dgroup.update(**fd['dgroup'])
- self... | [#<I>] Debugged unit tests | ToFuProject_tofu | train |
134f971d67e9b9ef364294074f9cf117a57941d4 | diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
+++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
@@ -788,7 +788,7 @@ class UnitOfWork
{
$state = $this->getDocumentState($document);
if ($s... | handle detached documents in DM::refresh() | doctrine_phpcr-odm | train |
2530b0d431dbe55cebb7530fcd65b019faafe341 | diff --git a/yfinance/__init__.py b/yfinance/__init__.py
index <HASH>..<HASH> 100644
--- a/yfinance/__init__.py
+++ b/yfinance/__init__.py
@@ -109,6 +109,7 @@ class Ticker():
self._financials = None
self._balance_sheet = None
self._cashflow = None
+ self._sustainability = None
... | Add sustainability data
New addition for sustainability data - very straightforward table to collect, however, as it has only a simple table with yes/no values, it should not try to deal with the extra numeric columns so a small fix is needed there which will make the get_fundamentals more powerful into the future as ... | ranaroussi_fix-yahoo-finance | train |
86142183d73fd5544636c6449e62b24b89477c42 | diff --git a/viewer.js b/viewer.js
index <HASH>..<HASH> 100644
--- a/viewer.js
+++ b/viewer.js
@@ -31,6 +31,9 @@
options = (typeof options === 'object') ? options : {};
+ // sanitize options.mode once
+ options.mode = (typeof options.mode === 'string') ? options.mode : "";
+
// canvas
var canva... | sanitize options.mode once instead of over and over again | pfirpfel_image-viewer | train |
df9974931b29c12a3c566bf788b381b534cddd6c | diff --git a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java b/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java
+++ b/hazelcast/src/main/java/com/hazelcast/ma... | Added map name to GetOperation.toString() | hazelcast_hazelcast | train |
300971450e30a86e0286cce7b70c06f7b783b60b | diff --git a/app/index.js b/app/index.js
index <HASH>..<HASH> 100644
--- a/app/index.js
+++ b/app/index.js
@@ -95,9 +95,6 @@ JhipsterGenerator.prototype.askFor = function askFor() {
default: 0
},
{
- when: function (response) {
- return (response.authenticationTy... | This resolves #<I> - No db selection when oauth2 | jhipster_generator-jhipster | train |
5412a477b78079cff47f292225121cb3e726fd86 | diff --git a/spec/LdapTools/AttributeConverter/ConvertValueToDnSpec.php b/spec/LdapTools/AttributeConverter/ConvertValueToDnSpec.php
index <HASH>..<HASH> 100644
--- a/spec/LdapTools/AttributeConverter/ConvertValueToDnSpec.php
+++ b/spec/LdapTools/AttributeConverter/ConvertValueToDnSpec.php
@@ -266,6 +266,43 @@ class Co... | Allow a wildcard in the Value-to-DN converter if specified. | ldaptools_ldaptools | train |
d3a1d5fa246813328f40df889b01210be21c8cb0 | diff --git a/request.go b/request.go
index <HASH>..<HASH> 100644
--- a/request.go
+++ b/request.go
@@ -95,12 +95,21 @@ func createRequest(req *stackr.Request, app *Server) (*Request) {
// Could have been set by middleware.
if this.Body == nil {
+ // Is there a standard body parser in Go that can be u... | Hooked up URL query params to req.Param() function | ricallinson_forgery | train |
b973b3574a946c803994faec1829e2c5750ec062 | diff --git a/src/pyflex/window_selector.py b/src/pyflex/window_selector.py
index <HASH>..<HASH> 100644
--- a/src/pyflex/window_selector.py
+++ b/src/pyflex/window_selector.py
@@ -53,6 +53,8 @@ class WindowSelector(object):
self.reject_on_minima_water_level()
self.reject_on_prominence_of_central_peak()... | Curtailing lenth of windows. | krischer_pyflex | train |
a12cc903c97f8420d20ff6f61c11e5a2c1855038 | diff --git a/video-player-cards/src/cards-module/cards-container/cards-container.js b/video-player-cards/src/cards-module/cards-container/cards-container.js
index <HASH>..<HASH> 100644
--- a/video-player-cards/src/cards-module/cards-container/cards-container.js
+++ b/video-player-cards/src/cards-module/cards-container/... | Changing carousel timeout from 4 to 6 seconds | wix_playable | train |
80985cb5b2262dcd5263ef78635aa66609e132eb | diff --git a/docker/api/service.py b/docker/api/service.py
index <HASH>..<HASH> 100644
--- a/docker/api/service.py
+++ b/docker/api/service.py
@@ -201,7 +201,8 @@ class ServiceApiMixin(object):
Args:
filters (dict): Filters to process on the nodes list. Valid
- filters: ``id`` and... | Improve docs for service list filters
- add "label" and "mode" to the list of available filter keys in the high-level service API
- add "label" and "mode" to the list of available filter keys in the low-level service API
- add integration tests | docker_docker-py | train |
c51460c452dcea36b83c823895df0defffa0bf11 | diff --git a/RAPIDpy/dataset.py b/RAPIDpy/dataset.py
index <HASH>..<HASH> 100644
--- a/RAPIDpy/dataset.py
+++ b/RAPIDpy/dataset.py
@@ -3,8 +3,8 @@
## dataset.py
## RAPIDpy
##
-## Created by Alan D Snow, 2015.
-## Copyright © 2015 Alan D Snow. All rights reserved.
+## Created by Alan D Snow, 2016.
+## Copyright... | Updated list of river ids | erdc_RAPIDpy | train |
8ddfbc2a194b35a39427e18381b0f63d4323e9a0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -90,12 +90,12 @@ class test(_test):
readme_file = io.open('README.txt', encoding='utf-8')
-# the release script adds hyperlinks to issues
-if os.path.exists('CHANGES (links).txt'):
- changes_file = io.open('CHANGES (li... | Use iterables to determine the best filename to use for changes. | pypa_setuptools | train |
7c16935a63c7a15b7c989417999b5b8019beebc3 | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/German... | [de] add suggestion for the dialect word "mitenand"
We don't allow dialect words usually. | languagetool-org_languagetool | train |
6ea624eba1cc9d569ce0c420a1f4a224306708c8 | diff --git a/test/documentation/test.docs.js b/test/documentation/test.docs.js
index <HASH>..<HASH> 100644
--- a/test/documentation/test.docs.js
+++ b/test/documentation/test.docs.js
@@ -20,12 +20,12 @@ describe("Spell Checking", function () {
var readme = path.join(rootURI, "README.md");
fs.readFile(readme,... | Spell check tests now check that there are no errors a=me | mozilla-jetpack_jpm | train |
a7c01dd1df3dfea3f7f1618def44023fcf4af743 | diff --git a/lib/ice_cube/time_util.rb b/lib/ice_cube/time_util.rb
index <HASH>..<HASH> 100644
--- a/lib/ice_cube/time_util.rb
+++ b/lib/ice_cube/time_util.rb
@@ -89,18 +89,27 @@ module IceCube
# Serialize a time appropriate for storing
def self.serialize_time(time)
- if time.respond_to?(:time_zone)
- ... | Don't drop Date values on serialization
Serializing the `until` rule was only working for Time values. Added all
supported types to both sides of the serialization. | seejohnrun_ice_cube | train |
87a96644a129ac5a8f8473054a56755ddc9de327 | diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index <HASH>..<HASH> 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -420,7 +420,7 @@ class Auth_OpenID_Consumer {
$disco = $this->getDiscoveryObject($this->session,
... | [project @ Clean up manager in session when response has different URL from request] | openid_php-openid | train |
e5bc6f1f8f0d47701522edb9555e16cb6c1a2926 | diff --git a/src/main/java/org/umlgraph/doclet/Version.java b/src/main/java/org/umlgraph/doclet/Version.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/umlgraph/doclet/Version.java
+++ b/src/main/java/org/umlgraph/doclet/Version.java
@@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doc... | Exit with an error on structural differences | dspinellis_UMLGraph | train |
6991b9166907d158fc134fbde098f1f941349767 | diff --git a/examples/example.php b/examples/example.php
index <HASH>..<HASH> 100644
--- a/examples/example.php
+++ b/examples/example.php
@@ -1,32 +1,5 @@
<?php
-error_reporting(E_ALL);
-
-require '../GameQ.php';
-
-$gq = GameQ::factory();
-
-$gq->setOption('timeout', 4)
-->setFilter('normalise')
-->addServer(array(
... | Removed test junk from example.php and set it to die until I get back to fixing it. | Austinb_GameQ | train |
014ecba91f6ecdfced6541cc2b82e466d6dc195e | diff --git a/lib/browser/client.js b/lib/browser/client.js
index <HASH>..<HASH> 100644
--- a/lib/browser/client.js
+++ b/lib/browser/client.js
@@ -363,7 +363,7 @@ proto.requestError = async function requestError(result) {
err.code = 'PreconditionFailed';
} else {
err = new Error(`Unknow error, ... | chore: typo (#<I>) | ali-sdk_ali-oss | train |
af6b181a87e52603cb1abe69fdeb3d00a60e4502 | diff --git a/lib/wwtd/run.rb b/lib/wwtd/run.rb
index <HASH>..<HASH> 100644
--- a/lib/wwtd/run.rb
+++ b/lib/wwtd/run.rb
@@ -34,6 +34,7 @@ module WWTD
default_command = (wants_bundle? ? "bundle exec rake" : "rake")
command = config["script"] || default_command
+ command = command.join(" && ") if Arra... | If script is an array, run commands in serial
Fixes #<I> | grosser_wwtd | train |
2231d67cef5ab10d91a3ec6c0cf7f860c8782ad5 | diff --git a/lib/coffee_script/lexer.rb b/lib/coffee_script/lexer.rb
index <HASH>..<HASH> 100644
--- a/lib/coffee_script/lexer.rb
+++ b/lib/coffee_script/lexer.rb
@@ -29,6 +29,7 @@ module CoffeeScript
REGEX = /\A(\/(.*?)[^\\]\/[imgy]{0,4})/
MULTI_DENT = /\A((\n([ \t]*)?)+)/
LAST_DENT = /\n([ \t]*)/... | making assignment token detection a regex like all the others | gkovacs_livescript-async | train |
a2343119809b71beb9a52cd3649c82f0e7b0ac62 | diff --git a/dvc/command/data_sync.py b/dvc/command/data_sync.py
index <HASH>..<HASH> 100644
--- a/dvc/command/data_sync.py
+++ b/dvc/command/data_sync.py
@@ -1,16 +1,4 @@
-import os
-from multiprocessing.pool import ThreadPool
-
from dvc.command.base import CmdBase, DvcLock
-from dvc.exceptions import DvcException
-f... | sync/cloud: move target logic to DataCloud
This should come in handy for pull and push commands. | iterative_dvc | train |
68bfba29b9cd89a076675e1f5409da4b853234b6 | diff --git a/cmd/libs/go2idl/go-to-protobuf/protobuf/generator.go b/cmd/libs/go2idl/go-to-protobuf/protobuf/generator.go
index <HASH>..<HASH> 100644
--- a/cmd/libs/go2idl/go-to-protobuf/protobuf/generator.go
+++ b/cmd/libs/go2idl/go-to-protobuf/protobuf/generator.go
@@ -589,6 +589,8 @@ func protobufTagToField(tag strin... | Allow proto tag to define field name
When we introduce a new field for backwards compatibility, we may want
to specify a different protobuf field name (one that matches JSON) than
the automatic transformation applied to the struct field. This allows an
API field to define the name of its protobuf tag. | kubernetes_kubernetes | train |
a722c6236c10fb665094063cf00fb8a03cc4080b | diff --git a/test/integration/authenticatable_test.rb b/test/integration/authenticatable_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/authenticatable_test.rb
+++ b/test/integration/authenticatable_test.rb
@@ -343,7 +343,9 @@ class AuthenticationOthersTest < ActionController::IntegrationTest
test 'sig... | to_json does not guarantee the order. | plataformatec_devise | train |
993e19ce8ab2cdbd661d8b481fd8f032ed3cdfd8 | diff --git a/graphdb/__init__.py b/graphdb/__init__.py
index <HASH>..<HASH> 100644
--- a/graphdb/__init__.py
+++ b/graphdb/__init__.py
@@ -11,17 +11,19 @@ import generators as gen
__all__ = ['GraphDB']
-__module_path__ = os.path.dirname(os.path.abspath(__file__))
-sys.path.append(__module_path__)
-
if sys.version... | improved import resolution for pyinstaller support | CodyKochmann_graphdb | train |
5f3b673b404637fb54ed1bff63ac30ffefe18c05 | diff --git a/framework/views/splitView.js b/framework/views/splitView.js
index <HASH>..<HASH> 100644
--- a/framework/views/splitView.js
+++ b/framework/views/splitView.js
@@ -97,12 +97,12 @@ limitations under the License.
this._mainPage.append(pageContent);
if (this._currentPage) {
- this._... | feat(ons-split-view): adapted to page lifecycle events | OnsenUI_OnsenUI | train |
06f16d58d9d1fd0c2859e2140458efa3eae2d3d0 | diff --git a/store/tikv/2pc.go b/store/tikv/2pc.go
index <HASH>..<HASH> 100644
--- a/store/tikv/2pc.go
+++ b/store/tikv/2pc.go
@@ -1588,6 +1588,6 @@ func (batchExe *batchExecutor) process(batches []batchMutations) error {
}
}
close(exitCh)
- metrics.TiKVTokenWaitDuration.Observe(float64(batchExe.tokenWaitDuratio... | tikv: fix wrong "Commit Wait Token Duration" recording unit (#<I>) | pingcap_tidb | train |
6ee22db9f9b7b4d0b17a1fbc2ce1788ab25c7f2d | diff --git a/Braintree/src/main/java/com/braintreepayments/api/models/PayPalRequest.java b/Braintree/src/main/java/com/braintreepayments/api/models/PayPalRequest.java
index <HASH>..<HASH> 100644
--- a/Braintree/src/main/java/com/braintreepayments/api/models/PayPalRequest.java
+++ b/Braintree/src/main/java/com/braintree... | Add shippingAddressEditable to PayPalRequest | braintree_braintree_android | train |
8b5dbeab44bca64ba099738caf76ded44af0b152 | diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzerTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzerTest.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/a... | removed stack trace in build when bundle audit is not installed | jeremylong_DependencyCheck | train |
df1d44d4478283fd327781c5c0ff0dea6f00a788 | diff --git a/src/Typeahead.react.js b/src/Typeahead.react.js
index <HASH>..<HASH> 100644
--- a/src/Typeahead.react.js
+++ b/src/Typeahead.react.js
@@ -15,6 +15,15 @@ import getTruncatedOptions from './utils/getTruncatedOptions';
import typeaheadContainer from './containers/typeaheadContainer';
class Typeahead exten... | Set `initialItem` to null when there are no results (#<I>) | ericgio_react-bootstrap-typeahead | train |
fe6b62617c15a98f5367239862f1b24073855785 | diff --git a/app/src/main/java/org/jboss/hal/client/bootstrap/tasks/ReadEnvironment.java b/app/src/main/java/org/jboss/hal/client/bootstrap/tasks/ReadEnvironment.java
index <HASH>..<HASH> 100644
--- a/app/src/main/java/org/jboss/hal/client/bootstrap/tasks/ReadEnvironment.java
+++ b/app/src/main/java/org/jboss/hal/clien... | [HAL-<I>] Fix patching screen for domain servers on RPM installation | hal_console | train |
a4a5cd30c67170cabca16a5c6bfea818858b692f | diff --git a/src/Exscript/external/otp/otp.py b/src/Exscript/external/otp/otp.py
index <HASH>..<HASH> 100644
--- a/src/Exscript/external/otp/otp.py
+++ b/src/Exscript/external/otp/otp.py
@@ -91,7 +91,7 @@ def generate(passphrase, seed,
hashmodule = _HASHMODULE[hashfunction]
folder = _FOLDFUNCTION[hashfunction... | fix: don't lower case the seed on OTP | knipknap_exscript | train |
be64e074f132fdf46179754a4d9e2ca4ef985d88 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -189,7 +189,8 @@ module.exports.prototype.parseStringVal = function(string) {
return true;
} else if (this.string.toBoolean && string.toLowerCase() === 'false') {
return false;
- } else if (this.string.toNumber &... | feat(parser): more correct number parsing
This prevents strings with mixed numbers and strings to be parsed as numbers if
the string begins with a number. `<I>abc` will now evaluate to the string
instead of `<I>` with the previous parser. | Turistforeningen_node-mongo-querystring | train |
c629190fb9443e2a7df52caab1c4222968c2801e | diff --git a/app/models/user.rb b/app/models/user.rb
index <HASH>..<HASH> 100755
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -8,10 +8,6 @@ class User < ActiveRecord::Base
}
- # Associations
- has_many :prayer_topics
-
-
# Authentication and Authorization
acts_as_authentic
easy_roles :roles_m... | Removed extraneous code from other app. | topherfangio_authcan_easyroller | train |
e2d5509984b7a8238e9cfc91f7d0f9a69f205e0a | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,8 @@
+0.2.1 (2017-07-18)
+------------------
+
+- Fixed rst syntax in README
+
0.2 (2017-07-18)
----------------
diff --git a/fast_histogram/__init__.py b/fast_histogram/__init__.py
index <HASH>..<HASH>... | Preparing release <I> | astrofrog_fast-histogram | train |
80b7c101541e919300238fa738c206f1f80da640 | diff --git a/knxip/ip.py b/knxip/ip.py
index <HASH>..<HASH> 100644
--- a/knxip/ip.py
+++ b/knxip/ip.py
@@ -403,6 +403,7 @@ class KNXIPTunnel():
else:
logging.debug("Disconnect - no connection, nothing to do")
+ self.channel = None
self.connected = False
def check_connectio... | Make sure channel is removed when a disconnect is performed | open-homeautomation_pknx | train |
4704af763f47362135b644302b8666e36a58fb34 | diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/notifications/instrumenter.rb
+++ b/activesupport/lib/active_support/notifications/instrumenter.rb
@@ -13,9 +13,... | Do not send notifications when instrumentation raise an error. | rails_rails | train |
6fd8166b555f52cec31ca2752d892df3039d09a2 | diff --git a/curtsies/fmtfuncs.py b/curtsies/fmtfuncs.py
index <HASH>..<HASH> 100644
--- a/curtsies/fmtfuncs.py
+++ b/curtsies/fmtfuncs.py
@@ -1,26 +1,28 @@
from functools import partial as _partial
-from itertools import chain as _chain
-from .termformatconstants import FG_COLORS, BG_COLORS, STYLES
from .formatstrin... | Remove dynamic generation of format funcs
Now code passes the grep test.
This seems to have revealed a bug: we bind two things to dark. | bpython_curtsies | train |
ad973ab8a0cb268984533f9f61bf1b463d47a066 | diff --git a/actionpack/test/controller/url_for_test.rb b/actionpack/test/controller/url_for_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/controller/url_for_test.rb
+++ b/actionpack/test/controller/url_for_test.rb
@@ -290,6 +290,13 @@ module AbstractController
end
end
+ def test_usin... | Add regression test case to ensure script_name as nil is not used anymore in url_for | rails_rails | train |
c05693fa3afc32b2afe10857db70b25544e84989 | diff --git a/mardao-gae/src/main/java/net/sf/mardao/core/dao/TypeDaoImpl.java b/mardao-gae/src/main/java/net/sf/mardao/core/dao/TypeDaoImpl.java
index <HASH>..<HASH> 100644
--- a/mardao-gae/src/main/java/net/sf/mardao/core/dao/TypeDaoImpl.java
+++ b/mardao-gae/src/main/java/net/sf/mardao/core/dao/TypeDaoImpl.java
@@ -3... | GAE fix queryIterable by offset and limit | sosandstrom_mardao | train |
81f0f8fd189db3feecde24880d96cdef7d9d3cde | diff --git a/src/services/keywordsResearch/KeywordsResearchService.php b/src/services/keywordsResearch/KeywordsResearchService.php
index <HASH>..<HASH> 100644
--- a/src/services/keywordsResearch/KeywordsResearchService.php
+++ b/src/services/keywordsResearch/KeywordsResearchService.php
@@ -31,7 +31,7 @@ class KeywordsR... | create service KeywordsResearch and deduplicate method | sitkoru_yandex-direct-api | train |
675121b329395c00c951966ab945679c48aa3edd | diff --git a/cli/program.js b/cli/program.js
index <HASH>..<HASH> 100644
--- a/cli/program.js
+++ b/cli/program.js
@@ -149,7 +149,9 @@ const buildCommands = ({ program, commands = {}, envBuilder, env, loadCommand })
return loadCommand(cmdName)(args, options, env);
}
... | Add debug to environment.run args. | jhipster_generator-jhipster | train |
6a02b4467f45075232c792740ea4bdfe47edd54b | diff --git a/Acl/AbstractAclManager.php b/Acl/AbstractAclManager.php
index <HASH>..<HASH> 100644
--- a/Acl/AbstractAclManager.php
+++ b/Acl/AbstractAclManager.php
@@ -78,12 +78,16 @@ abstract class AbstractAclManager {
* Returns an instance of PermissionContext with security identity and permission mask
*
... | changed createPermissionContext() to accept either object instanceof SecurityIdentityInterface, or input from which a SecurityIdentity will be created | Problematic_ProblematicAclManagerBundle | train |
51e8ad0ea94c65a531ba7750e3b776e47f1adb89 | diff --git a/reqres.js b/reqres.js
index <HASH>..<HASH> 100644
--- a/reqres.js
+++ b/reqres.js
@@ -425,22 +425,17 @@ TChannelOutgoingResponse.prototype.setOk = function setOk(ok) {
TChannelOutgoingResponse.prototype.sendOk = function sendOk(res1, res2) {
var self = this;
self.setOk(true);
- if (self.strea... | TChannelOutgoingResponse: factor out send | uber_tchannel-node | train |
30b5bfe53b3207b28a3ce094900dc14d9afee816 | diff --git a/gocbcore/agentrouting.go b/gocbcore/agentrouting.go
index <HASH>..<HASH> 100644
--- a/gocbcore/agentrouting.go
+++ b/gocbcore/agentrouting.go
@@ -439,12 +439,5 @@ func (c *Agent) dispatchDirect(req *memdQRequest) error {
// around. It will fail to redispatch operations which are not allowed to be
// ... | Allow vbucket specific requests to be redispatched.
This was intentionally disabled, but the reasoning is no longer
clear and it causes a failure when opening streams while
connections are still being built.
Change-Id: Id<I>f2eceb<I>e<I>dbf<I>c<I>c<I>ea5b<I>
Reviewed-on: <URL> | couchbase_gocb | train |
528099b5a23e24de27016957d0db1e75fce26338 | diff --git a/polyaxon/signals/experiments.py b/polyaxon/signals/experiments.py
index <HASH>..<HASH> 100644
--- a/polyaxon/signals/experiments.py
+++ b/polyaxon/signals/experiments.py
@@ -148,7 +148,8 @@ def experiment_status_post_save(sender, **kwargs):
experiment.status = instance
set_started_at(instance=exp... | Calculate run time based on running status instead of starting | polyaxon_polyaxon | train |
2cb1a96e5b6b859185163a640d0341ce5daf2aaa | diff --git a/src/main/java/com/google/maps/PlaceAutocompleteRequest.java b/src/main/java/com/google/maps/PlaceAutocompleteRequest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/google/maps/PlaceAutocompleteRequest.java
+++ b/src/main/java/com/google/maps/PlaceAutocompleteRequest.java
@@ -93,12 +93,24 @@ publi... | Adding strictbounds to Places Autocomplete | googlemaps_google-maps-services-java | train |
a9034c0b871620e7e5f9e142cea07a815aa5fcb6 | diff --git a/src/serializers/styleSheetSerializer.js b/src/serializers/styleSheetSerializer.js
index <HASH>..<HASH> 100644
--- a/src/serializers/styleSheetSerializer.js
+++ b/src/serializers/styleSheetSerializer.js
@@ -13,7 +13,7 @@ const getClassNames = (node, classNames) => {
return classNames.concat(node.props.... | support root nodes with empty className | styled-components_jest-styled-components | train |
5eafa5312c61b23da47d4af4596567aa874f97ae | diff --git a/vc_vidyo/indico_vc_vidyo/zodbimport.py b/vc_vidyo/indico_vc_vidyo/zodbimport.py
index <HASH>..<HASH> 100644
--- a/vc_vidyo/indico_vc_vidyo/zodbimport.py
+++ b/vc_vidyo/indico_vc_vidyo/zodbimport.py
@@ -28,6 +28,8 @@ from indico_vc_vidyo.models.vidyo_extensions import VidyoExtension
from indico_vc_vidyo.pl... | VC/Vidyo: zodbimport: handle deleted conferences | indico_indico-plugins | train |
254e2e73dd9f3eef52497aa298fe20bd3aa918ad | diff --git a/htmresearch/regions/TMRegion.py b/htmresearch/regions/TMRegion.py
index <HASH>..<HASH> 100644
--- a/htmresearch/regions/TMRegion.py
+++ b/htmresearch/regions/TMRegion.py
@@ -472,6 +472,14 @@ class TMRegion(PyRegion):
regionLevel=True,
isDefaultInput=False,
requi... | Add sequenceID input to TMRegion | numenta_htmresearch | train |
ac64176842d58164910a622b49ba737102742a79 | diff --git a/vraptor-musicjungle/src/acceptance/java/br/com/caelum/vraptor/musicjungle/acceptance/ResultSerializationTest.java b/vraptor-musicjungle/src/acceptance/java/br/com/caelum/vraptor/musicjungle/acceptance/ResultSerializationTest.java
index <HASH>..<HASH> 100644
--- a/vraptor-musicjungle/src/acceptance/java/br/... | fixing ResultSerializationTest | caelum_vraptor4 | train |
cfdcf4127ff4519388334575445e6b7135b3d7de | diff --git a/freshen/__init__.py b/freshen/__init__.py
index <HASH>..<HASH> 100644
--- a/freshen/__init__.py
+++ b/freshen/__init__.py
@@ -162,21 +162,30 @@ class FreshenNosePlugin(Plugin):
def wantFile(self, filename):
return filename.endswith(".feature")
- def loadTestsFromFile(self, filename):... | Slightly nicer loading of feature files | rlisagor_freshen | train |
6db55e993cb4a93aeede2cd9aff244e2c517fa06 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ setup(
author_email='greg@firebase.com',
py_modules=['firebase_token_generator'],
license='LICENSE',
- url='https://github.com/firebase/PyFirebaseTokenGenerator',
+ url='https://github.com/fir... | Fix repo URL after rename | googlearchive_firebase-token-generator-python | train |
7a9f21bbb828a0f58e6c51234c1ba0e16efb6727 | diff --git a/pkg/volume/volume_linux.go b/pkg/volume/volume_linux.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/volume_linux.go
+++ b/pkg/volume/volume_linux.go
@@ -28,8 +28,9 @@ import (
)
const (
- rwMask = os.FileMode(0660)
- roMask = os.FileMode(0440)
+ rwMask = os.FileMode(0660)
+ roMask = os.FileMode(04... | Ensure directories are executable for fsGroup | kubernetes_kubernetes | train |
d3ffcfab400c95abd057a396d2fa9c10b3438f28 | diff --git a/scope.go b/scope.go
index <HASH>..<HASH> 100644
--- a/scope.go
+++ b/scope.go
@@ -351,7 +351,9 @@ func (scope *Scope) fieldFromStruct(fieldStruct reflect.StructField, withRelatio
case reflect.Slice:
typ = typ.Elem()
- if (typ.Kind() == reflect.Struct) && withRelation {
+ if field.IsScanner() {... | check for IsScanner on slices | jinzhu_gorm | train |
e8ef457e3cce823fc237366210300c5e3a54f436 | diff --git a/src/main/java/org/minimalj/transaction/persistence/ReadHistoryTransaction.java b/src/main/java/org/minimalj/transaction/persistence/ReadHistoryTransaction.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/minimalj/transaction/persistence/ReadHistoryTransaction.java
+++ b/src/main/java/org/minimalj/t... | ReadHistoryTransaction: fixed wrong instanceof | BrunoEberhard_minimal-j | train |
a17db7a7557056728acf5506d3dea6841ad55fa9 | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,8 @@ Bug Fixes
* Fix a regression for identifiers with square bracktes notation (issue153).
Enhancements
-* Improved formatting of HAVING statements.
+* Improve formatting of HAVING statements.
+* Improve parsing of in... | Improve parsing of inline comments for identifiers (fixes #<I>). | andialbrecht_sqlparse | train |
89649a1ef262118acd8da94fbcc41336d9cfc8eb | diff --git a/src/sap.ui.unified/test/sap/ui/unified/qunit/MonthPicker.qunit.js b/src/sap.ui.unified/test/sap/ui/unified/qunit/MonthPicker.qunit.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.unified/test/sap/ui/unified/qunit/MonthPicker.qunit.js
+++ b/src/sap.ui.unified/test/sap/ui/unified/qunit/MonthPicker.qunit.js
@... | [INTERNAL][FIX] sap.ui.unified.MonthPicker: qUnit test fix
Previously in the test, the current year was a plain string while now it
gets it from the new Date's object.
Change-Id: I<I>c<I>a6c<I>e2b<I>a<I>ae0c<I>e<I>d1
BCP: <I> | SAP_openui5 | train |
6baadcee5d476c23deb12de92c4f49304af449f7 | diff --git a/components/stash/stash.js b/components/stash/stash.js
index <HASH>..<HASH> 100644
--- a/components/stash/stash.js
+++ b/components/stash/stash.js
@@ -2,6 +2,7 @@
var ko = require('knockout');
var moment = require('moment');
var components = require('ungit-components');
+var storage = require('ungit-stor... | Catch DOMException from accessing localStorage | FredrikNoren_ungit | train |
aa388e510c811ff0e50e77bcb456bbbfb947712e | diff --git a/src/assets/js/jquery.json.yiigridview.js b/src/assets/js/jquery.json.yiigridview.js
index <HASH>..<HASH> 100644
--- a/src/assets/js/jquery.json.yiigridview.js
+++ b/src/assets/js/jquery.json.yiigridview.js
@@ -53,6 +53,7 @@
ajaxUpdate: [],
ajaxVar: 'ajax',
... | Summary updated after ajax request.
Add new option enableSummary, because is true summary data showed and sent in ajax request.
Added summary template to templates renders. Remove if ($this->enablePagination) in renderTemplates method, because if set enable enablePagination to false thrown JS error.
Sending summaryClas... | clevertech_YiiBooster | train |
4303e7d0d7db0dacfda57078470e32ec49a529f5 | diff --git a/lib/factory_bot/null_object.rb b/lib/factory_bot/null_object.rb
index <HASH>..<HASH> 100644
--- a/lib/factory_bot/null_object.rb
+++ b/lib/factory_bot/null_object.rb
@@ -13,7 +13,7 @@ module FactoryBot
end
end
- def respond_to?(method, _include_private = false)
+ def respond_to?(method)... | Remove unused _include_private argument
The implementation of respond_to? here is independent of the
implementation on Object which uses the include_private argument.
In this implementation the _include_private argument can and will never be used.
So remove it from the code. | thoughtbot_factory_bot | train |
d1bb22a6fd6f8b95e51671ddc4417a6c4eff291a | diff --git a/procs/build.js b/procs/build.js
index <HASH>..<HASH> 100644
--- a/procs/build.js
+++ b/procs/build.js
@@ -1,5 +1,6 @@
"use strict";
+const clone = require("clone");
const child_process = require("child_process");
const stringifyToStream = require("../support/stringifyToStream");
const which = re... | fix incorrect feature finding if language systems are shared. | caryll_Megaminx | train |
7824ebe7329bf052707c94c4280698505cb11d8c | diff --git a/plugin/src/main/java/com/github/chrisprice/phonegapbuild/plugin/AbstractPhoneGapBuildMojo.java b/plugin/src/main/java/com/github/chrisprice/phonegapbuild/plugin/AbstractPhoneGapBuildMojo.java
index <HASH>..<HASH> 100644
--- a/plugin/src/main/java/com/github/chrisprice/phonegapbuild/plugin/AbstractPhoneGapB... | Update AbstractPhoneGapBuildMojo.java
Calling createRootWebResource with proxy Username and Password when proxyInfo is not null. | chrisprice_phonegap-build | train |
5539226f4b2dd100e9e126408ca6943dae2bc863 | diff --git a/src/Parser.js b/src/Parser.js
index <HASH>..<HASH> 100644
--- a/src/Parser.js
+++ b/src/Parser.js
@@ -173,7 +173,7 @@ Parser.prototype.handleInfixNodes = function (body, mode) {
}
overIndex = i;
funcName = node.value.replaceWith;
- func = functions.funcs[fu... | Strip one level of indirection from functions module exports | KaTeX_KaTeX | train |
ae26ac2078471511c5252630b6ff996b7889cad9 | diff --git a/examples/elastic/src/main/java/com/hazelcast/jet/examples/elastic/ElasticSinkExample.java b/examples/elastic/src/main/java/com/hazelcast/jet/examples/elastic/ElasticSinkExample.java
index <HASH>..<HASH> 100644
--- a/examples/elastic/src/main/java/com/hazelcast/jet/examples/elastic/ElasticSinkExample.java
+... | Fix shutdown in ElasticSinkExample (#<I>) | hazelcast_hazelcast | train |
b017e063092f4e3d17a101eee5f15399051a5929 | diff --git a/app/controllers/cms/pages_controller.rb b/app/controllers/cms/pages_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/cms/pages_controller.rb
+++ b/app/controllers/cms/pages_controller.rb
@@ -7,5 +7,9 @@ module Cms
%w(id title slug body created_at updated_at).include?(column.name)
... | Add resource_model private method for resources | droptheplot_adminable | train |
ce8ef74f42112332471491006759a4be4323f5e2 | diff --git a/go/vt/tabletmanager/agent.go b/go/vt/tabletmanager/agent.go
index <HASH>..<HASH> 100644
--- a/go/vt/tabletmanager/agent.go
+++ b/go/vt/tabletmanager/agent.go
@@ -84,6 +84,7 @@ func (agent *ActionAgent) Tablet() *TabletInfo {
func (agent *ActionAgent) resolvePaths() error {
vtActionBinPaths := []string{
... | Provide new alternate paths based on $VTROOT. | vitessio_vitess | train |
0eb5946da0f6d5b25f9f7891412a1137f1251b60 | diff --git a/ignite/metrics/confusion_matrix.py b/ignite/metrics/confusion_matrix.py
index <HASH>..<HASH> 100644
--- a/ignite/metrics/confusion_matrix.py
+++ b/ignite/metrics/confusion_matrix.py
@@ -61,6 +61,11 @@ class ConfusionMatrix(Metric):
model, metrics=metrics, output_transform=lambda x, y, y_pr... | Fixed #<I>, improved ConfusionMatrix docs (#<I>)
* Fixed #<I>, improved ConfusionMatrix docs
* Updated docstring | pytorch_ignite | train |
20cd7d52c4244418b650cceedc3d8d4dfa1913ef | diff --git a/getisord.py b/getisord.py
index <HASH>..<HASH> 100644
--- a/getisord.py
+++ b/getisord.py
@@ -250,8 +250,8 @@ class G_Local:
>>> lg.Zs
array([-1.0136729 , -0.04361589, 1.31558703, -0.31412676, 1.15373986,
1.77833941])
- >>> lg.p_z_sim[0]
- 0.25226376068093781
+ >>> lg.p_si... | found bugs in getisord.py and fixed them. some differences from GeoDa outputs still stay | pysal_esda | train |
e2ba90fdfa9356ad1955b81473c3ad1a5d38b667 | diff --git a/command/meta_backend_test.go b/command/meta_backend_test.go
index <HASH>..<HASH> 100644
--- a/command/meta_backend_test.go
+++ b/command/meta_backend_test.go
@@ -1683,11 +1683,6 @@ func TestMetaBackend_planLocalMatch(t *testing.T) {
t.Fatal("state is empty")
}
- // Verify a backup exists
- if _, err... | command: Fix TestMetaBackend_planLocalMatch
We now don't create a local state backup until the first snapshot write,
so we don't expect there to be a backup file until the end of the test.
(There is already a check at the end there, unmodified by this change.) | hashicorp_terraform | train |
e45550aa63f893588d023ec132fbb461d232877a | diff --git a/core/src/main/java/com/github/jsonldjava/utils/JSONUtils.java b/core/src/main/java/com/github/jsonldjava/utils/JSONUtils.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/jsonldjava/utils/JSONUtils.java
+++ b/core/src/main/java/com/github/jsonldjava/utils/JSONUtils.java
@@ -56,42 +56,29 ... | Remove unnecessary catch block, just rethrow all IOExceptions | jsonld-java_jsonld-java | train |
d8c5be24c7b02890eff31da67ea08bcb202ace88 | diff --git a/packages/@uppy/aws-s3-multipart/src/index.js b/packages/@uppy/aws-s3-multipart/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/@uppy/aws-s3-multipart/src/index.js
+++ b/packages/@uppy/aws-s3-multipart/src/index.js
@@ -159,6 +159,9 @@ module.exports = class AwsS3Multipart extends Plugin {
c... | expand result as body on success (#<I>) | transloadit_uppy | train |
7135eda16954aec46b5f6b97b53c9df8391c06d1 | diff --git a/test/tc_aggs.rb b/test/tc_aggs.rb
index <HASH>..<HASH> 100644
--- a/test/tc_aggs.rb
+++ b/test/tc_aggs.rb
@@ -122,7 +122,7 @@ end
class TestAggs < Test::Unit::TestCase
def test_paths
- program = ShortestPaths.new('localhost', 12345)
+ program = ShortestPaths.new
assert_nothing_raised(Runti... | Make use of ephemeral ports in more places. | bloom-lang_bud | train |
4a79a0e753fa8a209ed24eecc92e5880acf22fbf | diff --git a/core/server/api/canary/db.js b/core/server/api/canary/db.js
index <HASH>..<HASH> 100644
--- a/core/server/api/canary/db.js
+++ b/core/server/api/canary/db.js
@@ -53,7 +53,7 @@ module.exports = {
let backup = await dbBackup.readBackup(frame.options.filename);
if (!backup)... | Corrected <I> handling | TryGhost_Ghost | train |
0f928407d10c9e5db57aec6f7b3089378bccb13a | diff --git a/src/Messages/SlackAttachment.php b/src/Messages/SlackAttachment.php
index <HASH>..<HASH> 100644
--- a/src/Messages/SlackAttachment.php
+++ b/src/Messages/SlackAttachment.php
@@ -128,7 +128,7 @@ class SlackAttachment
public $timestamp;
/**
- * The attachment's callback id.
+ * The attach... | Update SlackAttachment.php | laravel_slack-notification-channel | train |
2cdfb4d3bfac0bbfe723260880764c2cc5a57317 | diff --git a/tests/test_dirs_push_pop.py b/tests/test_dirs_push_pop.py
index <HASH>..<HASH> 100644
--- a/tests/test_dirs_push_pop.py
+++ b/tests/test_dirs_push_pop.py
@@ -23,37 +23,42 @@ class DirsPushPopTestCase(unittest.TestCase):
def test_class(self):
self.check_path(self.path0)
+
opsutils.p... | Test was incorrect, fixed so scope wasn't polluted by test class | silas_ops | train |
f2016cb5f04df41666dccba7479b64950ed5fb73 | diff --git a/src/main/java/org/quartz/QuartzScheduler.java b/src/main/java/org/quartz/QuartzScheduler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/quartz/QuartzScheduler.java
+++ b/src/main/java/org/quartz/QuartzScheduler.java
@@ -1080,6 +1080,17 @@ public class QuartzScheduler implements Scheduler {
}... | Support for setting JobFactory in Scheduler | knowm_Sundial | train |
caf42fde4308556b92debc870aa4e6cb5f78b73b | diff --git a/test/integration/quota/quota_test.go b/test/integration/quota/quota_test.go
index <HASH>..<HASH> 100644
--- a/test/integration/quota/quota_test.go
+++ b/test/integration/quota/quota_test.go
@@ -497,22 +497,7 @@ func TestQuotaLimitService(t *testing.T) {
// Creating another loadbalancer Service using no... | test/integration/quota: refactor Service forbidden check into helper function | kubernetes_kubernetes | train |
db6358dd813ae8fbce222cfc9fdbb6f61c1b3d03 | diff --git a/src/main/java/com/sdl/selenium/extjs6/grid/Cell.java b/src/main/java/com/sdl/selenium/extjs6/grid/Cell.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sdl/selenium/extjs6/grid/Cell.java
+++ b/src/main/java/com/sdl/selenium/extjs6/grid/Cell.java
@@ -82,4 +82,24 @@ public class Cell extends com.sdl.... | added public List<String> getCellsText(short columnLanguages, int... excludedColumns) method in Row | sdl_Testy | train |
851ae693c37895ef1bdc47aa52ce2190cea41514 | diff --git a/sark/data.py b/sark/data.py
index <HASH>..<HASH> 100644
--- a/sark/data.py
+++ b/sark/data.py
@@ -115,22 +115,20 @@ def get_patched_bytes(start=None, end=None):
return patched_bytes
-def apply_patches(patched_path=None):
+def apply_patches(output_path=None):
to_patch = idaapi.get_input_file_p... | Minor fixes is `apply_patches` | tmr232_Sark | train |
e7c66811aed4445e03aa0c4e94e70a6217375dad | diff --git a/lib/xpm/run-action.js b/lib/xpm/run-action.js
index <HASH>..<HASH> 100644
--- a/lib/xpm/run-action.js
+++ b/lib/xpm/run-action.js
@@ -278,9 +278,7 @@ class RunAction extends CliCommand {
liquidMap
})
- if (log.isVerbose()) {
- log.verbose(`liquidMap: ${util.inspect(liquidMap)}... | run-action: fix log.trace liquidMap | xpack_xpm-js | train |
f91f72167eef5b37577e6847c2ec0689d70b1586 | diff --git a/mod/scorm/backuplib.php b/mod/scorm/backuplib.php
index <HASH>..<HASH> 100755
--- a/mod/scorm/backuplib.php
+++ b/mod/scorm/backuplib.php
@@ -50,6 +50,7 @@
fwrite ($bf,full_tag("SUMMARY",4,false,$scorm->summary));
fwrite ($bf,full_tag("BROWSEMODE",4,false,$scorm->browsemod... | Fixed some bugs in restore procedure, added backup and restore for field popup | moodle_moodle | train |
446958824fd3440cef62b90703d6e228b9f5e440 | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/serv... | [Java] Counter label rename. | real-logic_aeron | train |
1e8b4d9cdeced9dd99e21eef1ea042dce8d8a470 | diff --git a/tpl/template_funcs_test.go b/tpl/template_funcs_test.go
index <HASH>..<HASH> 100644
--- a/tpl/template_funcs_test.go
+++ b/tpl/template_funcs_test.go
@@ -144,6 +144,17 @@ func TestArethmic(t *testing.T) {
{4, 0, '/', false},
{float64(2.3), float64(2.3), '+', float64(4.6)},
{float64(2.3), int(2), '... | Add some missing doArithmetic test cases | gohugoio_hugo | train |
80731a688d689fd72d2f8c20e7a10de9a5e68762 | diff --git a/pyinfra/api/facts.py b/pyinfra/api/facts.py
index <HASH>..<HASH> 100644
--- a/pyinfra/api/facts.py
+++ b/pyinfra/api/facts.py
@@ -155,6 +155,9 @@ def get_facts(
fact = get_fact_class(name_or_cls)()
name = name_or_cls
+ if isinstance(fact, ShortFactBase):
+ return get_short_fac... | Restore/fix short fact functionality. | Fizzadar_pyinfra | train |
24047b82f933b8497ee24ef0f8cd549bc3a7ae69 | diff --git a/lib/base.js b/lib/base.js
index <HASH>..<HASH> 100644
--- a/lib/base.js
+++ b/lib/base.js
@@ -3,12 +3,14 @@
var d = require('es5-ext/lib/Object/descriptor')
, extend = require('es5-ext/lib/Object/extend')
, validDocument = require('dom-ext/lib/Document/valid-document')
+ , normal... | `insert` method | medikoo_domjs | train |
4da0cf8408ea6ec6bd65a9b06247b75a53501bcc | diff --git a/javascript/sbp/msg.js b/javascript/sbp/msg.js
index <HASH>..<HASH> 100644
--- a/javascript/sbp/msg.js
+++ b/javascript/sbp/msg.js
@@ -94,7 +94,8 @@ var sbpImports = {
tracking: require('./tracking.js')
};
-var sbpTable = Object.values(sbpImports).reduce(function (prev, curr) {
+var sbpTable = Object.... | Forgot that Object.values isn't standard :'( | swift-nav_libsbp | train |
fbbd6d565e797d79722162131f1d5b36793a0624 | diff --git a/groovy/src/main/java/org/kohsuke/stapler/jelly/groovy/StaplerClosureScript.java b/groovy/src/main/java/org/kohsuke/stapler/jelly/groovy/StaplerClosureScript.java
index <HASH>..<HASH> 100644
--- a/groovy/src/main/java/org/kohsuke/stapler/jelly/groovy/StaplerClosureScript.java
+++ b/groovy/src/main/java/org/... | replacing i<I>n with '_' since it shows up a lot in view pages | stapler_stapler | train |
cd033ef9a2515ebdc77de478db2f45f0397f3930 | diff --git a/faker/providers/company/__init__.py b/faker/providers/company/__init__.py
index <HASH>..<HASH> 100644
--- a/faker/providers/company/__init__.py
+++ b/faker/providers/company/__init__.py
@@ -413,7 +413,6 @@ class Provider(BaseProvider):
'web-enabled',
'interactive',
'dot-com',
... | Remove "sexy" from the list of bs words (#<I>)
Simple proposal to prevent borderline not safe for work associations like "enhance sexy experiences" or "enhance sexy relationships". | joke2k_faker | train |
b0c40332b703d6cef157f93ef974b969054a4302 | diff --git a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/InstallMojo.java b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/InstallMojo.java
index <HASH>..<HASH> 100644
--- a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/InstallMojo.java
+++ b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/InstallMojo.ja... | Making the install goal less impotent. | torquebox_jruby-maven-plugins | train |
90ffff78dd658341fb766a7b3671af188b274528 | diff --git a/cmd/cmd.go b/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/cmd/cmd.go
+++ b/cmd/cmd.go
@@ -94,22 +94,36 @@ func (m *Manager) Run(args []string) {
m.finisher().Exit(status)
}
-func (m *Manager) extractCommandFromArgs(args []string) []string {
+func (mngr *Manager) extractCommandFromArgs(args []string) [... | cmd: Making extractCommandsFromArgs support more then 2 subcommands | tsuru_tsuru | train |
38f222f42d98fa2b80288790c6f73bf6d2aed58f | diff --git a/pysonos/cache.py b/pysonos/cache.py
index <HASH>..<HASH> 100644
--- a/pysonos/cache.py
+++ b/pysonos/cache.py
@@ -2,7 +2,7 @@
# pylint: disable=not-context-manager,useless-object-inheritance
# NOTE: The pylint not-content-manager warning is disabled pending the fix of
-# a bug in pylint: https://github... | Fix pylint parsing regular comments (#<I>) | amelchio_pysonos | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.