hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
16b868b6b00d01a333540a002c127ca35a6ec0ba | diff --git a/addon/components/basic-dropdown.js b/addon/components/basic-dropdown.js
index <HASH>..<HASH> 100644
--- a/addon/components/basic-dropdown.js
+++ b/addon/components/basic-dropdown.js
@@ -180,6 +180,9 @@ export default Component.extend({
}
if (e.keyCode === 13) { // Enter
this.toggle(e);
+ ... | Open close with the space bar.
Apparently is expected behaviour for all buttons to be triggered with space and enter. | cibernox_ember-basic-dropdown | train |
f42ffc2e75fa3f06b3a4d88ec8a6213fe9e3567b | diff --git a/src/graph.js b/src/graph.js
index <HASH>..<HASH> 100644
--- a/src/graph.js
+++ b/src/graph.js
@@ -17,13 +17,6 @@ dagre.graph = {};
*/
dagre.graph.create = function() {
/*
- * Returns graph level attributes.
- */
- function attrs() {
- return _attrs;
- }
-
- /*
* Adds a or updates a node... | graph.attrs should be an object, not a function | dagrejs_dagre-d3 | train |
8b36d0952ff48cd6dfcf22ba50ac302c56ea54ee | diff --git a/src/ossos/core/ossos/pipeline/step2.py b/src/ossos/core/ossos/pipeline/step2.py
index <HASH>..<HASH> 100755
--- a/src/ossos/core/ossos/pipeline/step2.py
+++ b/src/ossos/core/ossos/pipeline/step2.py
@@ -67,12 +67,16 @@ def compute_trans(expnums, ccd, version, prefix=None, default="WCS"):
(ra0, dec0) = ... | Use the WCS based transform in coord matching fails | OSSOS_MOP | train |
ecde2554efccee74773f955e2dde35212278ab57 | diff --git a/Classes/IndexQueue/AbstractIndexer.php b/Classes/IndexQueue/AbstractIndexer.php
index <HASH>..<HASH> 100644
--- a/Classes/IndexQueue/AbstractIndexer.php
+++ b/Classes/IndexQueue/AbstractIndexer.php
@@ -91,6 +91,9 @@ abstract class Tx_Solr_IndexQueue_AbstractIndexer {
if (isset($indexingConfiguration[$so... | [BUGFIX] Set up locales before resolving field values
Locales were not set up when the object is rendered for indexing, thus leading to incorrect results when using functions like strftime()
Resolves: #<I>
Releases: <I> | TYPO3-Solr_ext-solr | train |
5ff653dad6d846f401089234c301c3a36ba94f3b | diff --git a/code/control/ShoppingCart.php b/code/control/ShoppingCart.php
index <HASH>..<HASH> 100644
--- a/code/control/ShoppingCart.php
+++ b/code/control/ShoppingCart.php
@@ -138,7 +138,7 @@ class ShoppingCart extends Controller {
//TODO: is this the right time to delete them???
self::delete_old_carts();
... | Fixed bug in ShoppingCart::current_order() | silvershop_silvershop-core | train |
336aeab6a9ca5fb42ee21fac3bbb5021878408f2 | diff --git a/chai/chai.py b/chai/chai.py
index <HASH>..<HASH> 100644
--- a/chai/chai.py
+++ b/chai/chai.py
@@ -51,10 +51,10 @@ class Chai(unittest.TestCase):
super(Chai,self).setUp()
# Setup stub tracking
- self.stubs = deque()
+ self._stubs = deque()
# Setup mock tracking
- self.mocks = deq... | Some tests for Chai class and a couple of bug fixes | agoragames_chai | train |
ee0ea41111610ba44bf25e2dd91ce3c7ab5e92c8 | diff --git a/src/Command/ClearCacheCommand.php b/src/Command/ClearCacheCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/ClearCacheCommand.php
+++ b/src/Command/ClearCacheCommand.php
@@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Command\Command;... | backwards compatiblity with legacy TranslatorInterface | networking_init-cms-bundle | train |
24c44e7a8eec0806c25967ba712c8c80828fa853 | diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go
index <HASH>..<HASH> 100644
--- a/pkg/cloudprovider/providers/aws/aws.go
+++ b/pkg/cloudprovider/providers/aws/aws.go
@@ -2104,22 +2104,48 @@ func (s *AWSCloud) UpdateTCPLoadBalancer(name, region string, hosts []string) er
}
... | optimize ListRoutes to fetch instances only once per call
Issue #<I> - fixes courtesy of @justinsb - thank you | kubernetes_kubernetes | train |
af7906fc5c20b1a3850e2902c75555e1c0cc2ce6 | diff --git a/src/extensions/default/CodeFolding/foldhelpers/foldcode.js b/src/extensions/default/CodeFolding/foldhelpers/foldcode.js
index <HASH>..<HASH> 100644
--- a/src/extensions/default/CodeFolding/foldhelpers/foldcode.js
+++ b/src/extensions/default/CodeFolding/foldhelpers/foldcode.js
@@ -96,8 +96,9 @@ define(func... | Addressed CR comments and merged with master. | adobe_brackets | train |
252d94fb0c3388dfe49f3d2bd665964804f189c2 | diff --git a/src/main/java/com/theisenp/harbor/Harbor.java b/src/main/java/com/theisenp/harbor/Harbor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/theisenp/harbor/Harbor.java
+++ b/src/main/java/com/theisenp/harbor/Harbor.java
@@ -10,12 +10,14 @@ import lcm.lcm.LCM;
import org.joda.time.Duration;
-impo... | Added partial open/close harbor implementations | theisenp_harbor | train |
8099338595cefab8d6a416c0457128e6f8ff3e20 | diff --git a/tests/column_aggregate_expectations/test_column_aggregate_expectations.py b/tests/column_aggregate_expectations/test_column_aggregate_expectations.py
index <HASH>..<HASH> 100644
--- a/tests/column_aggregate_expectations/test_column_aggregate_expectations.py
+++ b/tests/column_aggregate_expectations/test_co... | Update json_test_runner template docs and initialize_expectations in each one. | great-expectations_great_expectations | train |
fada2391c351be4c315fa96ea05b9820cb641c63 | diff --git a/perceval/backends/core/mbox.py b/perceval/backends/core/mbox.py
index <HASH>..<HASH> 100644
--- a/perceval/backends/core/mbox.py
+++ b/perceval/backends/core/mbox.py
@@ -60,18 +60,19 @@ class MBox(Backend):
:param dirpath: directory path where the mboxes are stored
:param tag: label used to mark ... | [mbox] Support for SSL verification
This code enhances the backend with the support
to disable SSL verification.
Tests have been added accordingly.
Backend version is now <I> | chaoss_grimoirelab-perceval | train |
1292ce83ea171db59648e2c7c455e8c4cd2f07a2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,8 @@ setup(
packages=find_packages(exclude=["sqlite_framework_test*"]),
setup_requires=[
- 'setuptools_scm'
+ 'setuptools_scm',
+ 'wheel'
],
install_requires=[ | Add "wheel" as a build dependency in setup.py, as it is needed for bdist_wheel | alvarogzp_python-sqlite-framework | train |
5d5dabc1d2981167569376cf7f932e12cd252002 | diff --git a/ocrd/ocrd/cli/workspace.py b/ocrd/ocrd/cli/workspace.py
index <HASH>..<HASH> 100644
--- a/ocrd/ocrd/cli/workspace.py
+++ b/ocrd/ocrd/cli/workspace.py
@@ -154,15 +154,16 @@ def workspace_add_file(ctx, file_grp, file_id, mimetype, page_id, ignore, check_
kwargs = {'fileGrp': file_grp, 'ID': file_id, '... | workspace add: os.path.join behavior led to faulty existence check, fix #<I> | OCR-D_core | train |
087ba9214593f761156d6092d1532d23324c92b2 | diff --git a/lib/pmp/collection_document.rb b/lib/pmp/collection_document.rb
index <HASH>..<HASH> 100644
--- a/lib/pmp/collection_document.rb
+++ b/lib/pmp/collection_document.rb
@@ -138,7 +138,7 @@ module PMP
begin
raw = connection(current_options.merge({url: url})).send(method) do |request|
... | Blacklist what gets PUT back to the PMP
The pmp seems to bomb if implicit attributes are explicitly PUT back. This
will get fixed sometime in the future, but for now, follow the path of other
SDK's and blacklist them. | PRX_pmp | train |
d710990e13f2ce430651538f2b746f36aa189347 | diff --git a/src/Forms/GridField/GridField.php b/src/Forms/GridField/GridField.php
index <HASH>..<HASH> 100644
--- a/src/Forms/GridField/GridField.php
+++ b/src/Forms/GridField/GridField.php
@@ -438,6 +438,8 @@ class GridField extends FormField
*/
public function FieldHolder($properties = [])
{
+ ... | ENH Provide onBeforeRenderHolder extension hook.
GridField has onBeforeRender in its Field method, but that hardly ever gets called.
This commit adds the onBeforeRenderHolder extension hook that is normally available via FormField::FieldHolder(). | silverstripe_silverstripe-framework | train |
2009ef411dfbc9891ddbe2483e8f5b5e49e2ef3a | diff --git a/telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java b/telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java
index <HASH>..<HASH> 100644
--- a/telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java
+++ b/telegrambots/src/main/... | Add timeout and update limit for long-polling updates to DefaultBotOptions
Just a little commit to make the long-polling timeout and long-polling limit configurable via the BotOptions. Mainly for Testing | rubenlagus_TelegramBots | train |
a6fefc86c08aba9e89e982dafd11f5a0387a11ca | diff --git a/spec/cpp_project_spec.rb b/spec/cpp_project_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/cpp_project_spec.rb
+++ b/spec/cpp_project_spec.rb
@@ -119,7 +119,9 @@ describe 'when building a shared library' do
before( :each ) do
Rake::Task.clear
- @project = cpp_task( :shared_library )
+ @proj... | Shared lib compilation fix for gcc | joeyates_rake-builder | train |
49b7903b1a81b8fee107d60295df665596b7920c | diff --git a/spec/system/aws/micro_bosh_spec.rb b/spec/system/aws/micro_bosh_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/system/aws/micro_bosh_spec.rb
+++ b/spec/system/aws/micro_bosh_spec.rb
@@ -49,28 +49,29 @@ describe "AWS" do
end
end
- #Dir.chdir cf_release_path do
- # run_bosh "create relea... | More work on CF deployment system spec | cloudfoundry_bosh | train |
629a76c42741fdbaec0442b15cae620c16d02434 | diff --git a/client/state/shortcodes/test/reducer.js b/client/state/shortcodes/test/reducer.js
index <HASH>..<HASH> 100644
--- a/client/state/shortcodes/test/reducer.js
+++ b/client/state/shortcodes/test/reducer.js
@@ -100,6 +100,10 @@ describe( 'reducer', () => {
it( 'should set shortcode of that site ID to false i... | State: Expand request success/failure reducer tests | Automattic_wp-calypso | train |
c76012f550f96af45afd5de1df5ca42f5c223950 | diff --git a/ansi2html/ansi2html.py b/ansi2html/ansi2html.py
index <HASH>..<HASH> 100755
--- a/ansi2html/ansi2html.py
+++ b/ansi2html/ansi2html.py
@@ -36,8 +36,8 @@ class Ansi2HTMLConverter(object):
""" Load the contents of 'ansi' into this object """
# For now, make heavy use of pixelbeat's amazing... | permissions get weird once the script travels through pypi/pip | ralphbean_ansi2html | train |
cb0a2af6441fbcfed46934a70f834105f01775d8 | diff --git a/extensions-core/kafka-extraction-namespace/src/test/java/org/apache/druid/query/lookup/TestKafkaExtractionCluster.java b/extensions-core/kafka-extraction-namespace/src/test/java/org/apache/druid/query/lookup/TestKafkaExtractionCluster.java
index <HASH>..<HASH> 100644
--- a/extensions-core/kafka-extraction-... | TestKafkaExtractionCluster: Shut down Kafka, ZK in @After. (#<I>) | apache_incubator-druid | train |
d4e59b963c243c1e37e575a9f4b6cef5861a07d7 | diff --git a/org.jenetics/src/main/java/org/jenetics/optimizer/CompositeCodec.java b/org.jenetics/src/main/java/org/jenetics/optimizer/CompositeCodec.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/optimizer/CompositeCodec.java
+++ b/org.jenetics/src/main/java/org/jenetics/optimizer/Compo... | Implement 'CompositeCodec' class.
Do some code cleanup. | jenetics_jenetics | train |
37e19aa71296d08f70da6c0ac690c3d6a271b07e | diff --git a/lib/Dependency.js b/lib/Dependency.js
index <HASH>..<HASH> 100644
--- a/lib/Dependency.js
+++ b/lib/Dependency.js
@@ -43,9 +43,9 @@ Dependency.prototype.load = function (realModule, parentDependency) {
var artifact
var name = this.name
+ var dashedName = this._dashify(name)
try {
- var dashedNam... | in naive require, make sure that module not found error is specific for the module | kessler_darkmagic | train |
dd934b9690ae8f1498bb9aa586863e8d6f092a62 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,8 @@ class Node extends libp2p {
}
},
dht: {
- kBucketSize: 20
+ kBucketSize: 20,
+ enabledDiscovery: true // Allows to disable discovery (enabled by... | fix: start kad dht random walk (#<I>)
* fix: start kad dht random walk
* chore: added tests and stop random walk
* chore: allows to disable discovery for dht
* chore: upgrade kad-dht version | libp2p_js-libp2p | train |
c2d614b0415269606aca4647c04c759725ca5ae0 | diff --git a/src/main/java/jcifs/smb/SpnegoContext.java b/src/main/java/jcifs/smb/SpnegoContext.java
index <HASH>..<HASH> 100644
--- a/src/main/java/jcifs/smb/SpnegoContext.java
+++ b/src/main/java/jcifs/smb/SpnegoContext.java
@@ -54,6 +54,7 @@ class SpnegoContext implements SSPContext {
private SSPContext mechC... | Only check SPNEGO mechanism on first response token (#<I>) | AgNO3_jcifs-ng | train |
3b5359bf51fbd71e89de1c9da68c8953b6eaf40e | diff --git a/classes/Pods.php b/classes/Pods.php
index <HASH>..<HASH> 100644
--- a/classes/Pods.php
+++ b/classes/Pods.php
@@ -1010,7 +1010,7 @@ class Pods implements Iterator {
// Default image field handlers.
$image_fields = array(
'image_attachment',
- 'image_attachment_url'
+ 'image_attachment_ur... | Codestyle (tr1b0t) | pods-framework_pods | train |
68bf1a7f4627c0a78df078b1ed7ed4dc4255c450 | diff --git a/command/server.go b/command/server.go
index <HASH>..<HASH> 100644
--- a/command/server.go
+++ b/command/server.go
@@ -1100,6 +1100,25 @@ func (c *ServerCommand) enableDev(core *vault.Core, coreConfig *vault.CoreConfig
return nil, err
}
+ // Upgrade the default K/V store
+ req := &logical.Request{
+ ... | Make standard secret/ mount version 1, but upgrade to v2 in dev mode. | hashicorp_vault | train |
d6f834adf2993ad1236bf8e2dd33781ad41c209d | diff --git a/tests/test_base_optimizer.py b/tests/test_base_optimizer.py
index <HASH>..<HASH> 100644
--- a/tests/test_base_optimizer.py
+++ b/tests/test_base_optimizer.py
@@ -246,6 +246,11 @@ def test_portfolio_performance():
w_dict = dict(zip(range(len(ef.weights)), ef.weights))
assert portfolio_performance(... | Improve test coverage of portfolio_performance fn by adding edge case. | robertmartin8_PyPortfolioOpt | train |
c133a594e0d480635004fe9fad3c4f13a6816450 | diff --git a/tests/test_connectors/test_ssh.py b/tests/test_connectors/test_ssh.py
index <HASH>..<HASH> 100644
--- a/tests/test_connectors/test_ssh.py
+++ b/tests/test_connectors/test_ssh.py
@@ -25,6 +25,12 @@ from pyinfra.api.exceptions import ConnectError, PyinfraError
from ..util import make_inventory
+def make... | Fix test that should fail when looping all SSH key types. | Fizzadar_pyinfra | train |
28f5642b2689c761a1817b2ea667673ae4b538cb | diff --git a/cherrypy/_cprequest.py b/cherrypy/_cprequest.py
index <HASH>..<HASH> 100644
--- a/cherrypy/_cprequest.py
+++ b/cherrypy/_cprequest.py
@@ -428,11 +428,11 @@ class Request(object):
and %(version)s. The set of format mappings can be extended by
overriding HTTPError.set_response.
- If a call... | correct the docstring for Request.error_page, which claimed that the callable had to return a string. returning an iterable of strings works now with the fix in r<I>. | cherrypy_cheroot | train |
14a8a781a67f732e97d0138076af0d260749299e | diff --git a/form-widget/form-widget.js b/form-widget/form-widget.js
index <HASH>..<HASH> 100644
--- a/form-widget/form-widget.js
+++ b/form-widget/form-widget.js
@@ -97,8 +97,8 @@ export const ViewModel = FieldComponentMap.extend('FormWidget', {
* An object consisting of validation error strings
* ```javas... | FIX: replacing all instances of sort.fieldName with sort.field | roemhildtg_spectre-canjs | train |
f4e95c64b9bbb402e1afc1f85c238f2c8cc51d29 | diff --git a/MatisseComponents/Button.php b/MatisseComponents/Button.php
index <HASH>..<HASH> 100644
--- a/MatisseComponents/Button.php
+++ b/MatisseComponents/Button.php
@@ -67,7 +67,7 @@ class Button extends HtmlComponent
protected function preRender ()
{
- if (isset($this->props->icon))
+ if (exists ($... | FIX: bug on Button's icon prop. | electro-modules_matisse-components | train |
eb9625275bd82bd6038b5b855e369237a9930f69 | diff --git a/lib/rack/secure_only/request.rb b/lib/rack/secure_only/request.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/secure_only/request.rb
+++ b/lib/rack/secure_only/request.rb
@@ -3,11 +3,11 @@ require "rack/request"
module Rack
class Request
def http?
- true
+ scheme == 'http'
end
... | Implement http? and https? without forwarded_proto check | spllr_rack-secure_only | train |
5e9414f982fbf369ee0daa8b3a98ee789099313e | diff --git a/php/commands/core.php b/php/commands/core.php
index <HASH>..<HASH> 100644
--- a/php/commands/core.php
+++ b/php/commands/core.php
@@ -153,6 +153,9 @@ class Core_Command extends WP_CLI_Command {
*
* --extra-php
* : If set, the command reads additional PHP code from STDIN.
+ *
+ * --keys-and-salt... | Allows passing existing keys and salts vs generating afresh
In a multi-server environment, if you want a consistent configuration without having to patch the automatically generated wp-config.php, there should be a way to pass the common keys and salts. | wp-cli_extension-command | train |
c517df78f9f9edc1bb45af7d58786b4b6dd6ee7f | diff --git a/aeron-client/src/main/java/uk/co/real_logic/aeron/Publication.java b/aeron-client/src/main/java/uk/co/real_logic/aeron/Publication.java
index <HASH>..<HASH> 100644
--- a/aeron-client/src/main/java/uk/co/real_logic/aeron/Publication.java
+++ b/aeron-client/src/main/java/uk/co/real_logic/aeron/Publication.ja... | [Java]: Make positionLimit public on the Publication. | real-logic_aeron | train |
7e3c06191e15ff144c9962751d82e107f6acfe03 | diff --git a/cmd/syncthing/connections.go b/cmd/syncthing/connections.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/connections.go
+++ b/cmd/syncthing/connections.go
@@ -394,7 +394,11 @@ func (s *connectionSvc) connect() {
func (s *connectionSvc) acceptRelayConns() {
for {
- s.conns <- s.relaySvc.Accept()
+ ... | lib/relay need not depend on lib/model any more | syncthing_syncthing | train |
09dfd026ef0b52b307d2d89e930285c90070df41 | diff --git a/codecov/__init__.py b/codecov/__init__.py
index <HASH>..<HASH> 100644
--- a/codecov/__init__.py
+++ b/codecov/__init__.py
@@ -253,7 +253,7 @@ def main(*argv):
# ---
# git
# ---
- else:
+ elif '-h' not in argv and '--help' not in argv:
# find branch, commit, repo from git comma... | wrap branch to allow help fix #<I> | codecov_codecov-python | train |
062bded28a61ca1c8b4b9a7902012725c97f7242 | diff --git a/file.go b/file.go
index <HASH>..<HASH> 100644
--- a/file.go
+++ b/file.go
@@ -15,7 +15,7 @@ import (
"io/ioutil"
"net/http"
"os"
- "path"
+ "path/filepath"
// "strconv"
"strings"
"time"
@@ -359,7 +359,7 @@ func FileIsDir(dirname string) bool {
func FileFind(searchDirs []string, filenames ...st... | replaced path.Join with filepath.Join in files.go | ungerik_go-dry | train |
58e4f99dabceef53c555156802e452980ab217db | diff --git a/lib/reel/request/state_machine.rb b/lib/reel/request/state_machine.rb
index <HASH>..<HASH> 100644
--- a/lib/reel/request/state_machine.rb
+++ b/lib/reel/request/state_machine.rb
@@ -18,9 +18,11 @@ module Reel
@hijacked = true
end
- state :closed do
+ # FSM fails open for valid t... | Do not allow transitioning out of closed | celluloid_reel | train |
1693f57bb03f0d69f8bc117b8fe0a39b43cb7e17 | diff --git a/statics/js/components/flow-table.js b/statics/js/components/flow-table.js
index <HASH>..<HASH> 100644
--- a/statics/js/components/flow-table.js
+++ b/statics/js/components/flow-table.js
@@ -536,8 +536,17 @@ Vue.component('flow-table', {
case "Last":
case "LastUpdateStart":
case "... | ui: fix route prefix indentation, collapse by default | skydive-project_skydive | train |
99e10944be2e98ea35e9495195154c3787c6cde9 | diff --git a/helios-services/src/main/java/com/spotify/helios/master/ZooKeeperMasterModel.java b/helios-services/src/main/java/com/spotify/helios/master/ZooKeeperMasterModel.java
index <HASH>..<HASH> 100644
--- a/helios-services/src/main/java/com/spotify/helios/master/ZooKeeperMasterModel.java
+++ b/helios-services/src... | Expose a list of previous job states when timing out transitioning to RUNNING
Hopefully this will give users some insight into why their jobs are failing to
reach RUNNING. | spotify_helios | train |
bb4493f9e6fb70dbf6ee6c6d383c8f4fdd3b36cb | diff --git a/great_expectations/profile/basic_dataset_profiler.py b/great_expectations/profile/basic_dataset_profiler.py
index <HASH>..<HASH> 100644
--- a/great_expectations/profile/basic_dataset_profiler.py
+++ b/great_expectations/profile/basic_dataset_profiler.py
@@ -36,10 +36,10 @@ class BasicDatasetProfiler(Datase... | Changed args of expect_column_unique_value_count_to_be_between and expect_column_proportion_of_unique_values_to_be_between expectations to None (to mean 'anything') | great-expectations_great_expectations | train |
4d05b7210f5dfad41c7bdc2479be734f1cf1ed92 | diff --git a/classes/hypeJunction/Interactions/InteractionsService.php b/classes/hypeJunction/Interactions/InteractionsService.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Interactions/InteractionsService.php
+++ b/classes/hypeJunction/Interactions/InteractionsService.php
@@ -129,33 +129,38 @@ class Inter... | fix(comments): make menu aware which river item the object belongs to | hypeJunction_hypeInteractions | train |
2a72130e4338d2c0917344c7429a743b4693db5b | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -1135,7 +1135,7 @@ var CodeMirror = (function() {
leaveInputAlone = false;
prepareInput();
slowPoll();
- }, 50);
+ }, 100);
}
// Cursor-blink... | Make context menu work on FF4 on Win7
Apparently, popping up the context menu took more than <I> \(\!\)
milliseconds on that platform, and codemirror had already hidden
the textarea again by the time the menu arrived. | codemirror_CodeMirror | train |
a0e9eb3a647ee860ec641ed279c02d6c0d33c657 | diff --git a/crypto/src/main/java/org/springframework/security/crypto/password/NoOpPasswordEncoder.java b/crypto/src/main/java/org/springframework/security/crypto/password/NoOpPasswordEncoder.java
index <HASH>..<HASH> 100644
--- a/crypto/src/main/java/org/springframework/security/crypto/password/NoOpPasswordEncoder.jav... | Deprecate NoOpPasswordEncoder
Issue: gh-<I> | spring-projects_spring-security | train |
421ca33d70e75e5cb4b1bacb726e0a52f0bc47d3 | diff --git a/lib/tern.js b/lib/tern.js
index <HASH>..<HASH> 100644
--- a/lib/tern.js
+++ b/lib/tern.js
@@ -115,6 +115,7 @@
for (var i = 0, f; i < this.files.length; ++i) if ((f = this.files[i]).name == name) {
clearFile(this, f, null, true);
this.files.splice(i--, 1);
+ delete this.fileM... | Delete file object from fileMap in delFile
Closes #<I> | ternjs_tern | train |
e98ea732ee1d71d7f938be70308fd14e81c165b6 | diff --git a/src/main/java/org/dasein/cloud/cloudstack/network/LoadBalancers.java b/src/main/java/org/dasein/cloud/cloudstack/network/LoadBalancers.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/cloudstack/network/LoadBalancers.java
+++ b/src/main/java/org/dasein/cloud/cloudstack/network/LoadBala... | Added in load balancer health skeletons | greese_dasein-cloud-cloudstack | train |
6ad44b579ada97ecbef0b66bc7cc2100e3ae9e8c | diff --git a/pkg/datapath/linux/probes/probes.go b/pkg/datapath/linux/probes/probes.go
index <HASH>..<HASH> 100644
--- a/pkg/datapath/linux/probes/probes.go
+++ b/pkg/datapath/linux/probes/probes.go
@@ -119,6 +119,7 @@ type MapTypes struct {
type Features struct {
SystemConfig `json:"system_config"`
MapTypes `... | probes: Probe for BPF helpers
This commit adds GetHelpers() method which returns available helper
functions for the given program type. | cilium_cilium | train |
1c95289e98a6bb7db47c65cc3255de1ee88e3eb1 | diff --git a/src/main/java/org/minimalj/frontend/form/element/ListFormElement.java b/src/main/java/org/minimalj/frontend/form/element/ListFormElement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/minimalj/frontend/form/element/ListFormElement.java
+++ b/src/main/java/org/minimalj/frontend/form/element/ListFo... | AddListEntryEditor needs form in edit mode | BrunoEberhard_minimal-j | train |
ebdb76b15a256fb4e553ff459e3615ff1d85840a | diff --git a/jpasskit/src/main/java/de/brendamour/jpasskit/signing/PKFileBasedSigningUtil.java b/jpasskit/src/main/java/de/brendamour/jpasskit/signing/PKFileBasedSigningUtil.java
index <HASH>..<HASH> 100644
--- a/jpasskit/src/main/java/de/brendamour/jpasskit/signing/PKFileBasedSigningUtil.java
+++ b/jpasskit/src/main/j... | Fix zip file generating: ZipOutputStream should be closed to finish zip creating correctly
<URL> | drallgood_jpasskit | train |
f3ab81c2bc27fc8bb44e55617da089c532f13e5f | diff --git a/lib/flor/pcore/map.rb b/lib/flor/pcore/map.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/pcore/map.rb
+++ b/lib/flor/pcore/map.rb
@@ -29,6 +29,8 @@ class Flor::Pro::Map < Flor::Procedure
def pre_execute
+ @node['vars'] = {}
+
#@node['ret'] = Flor.dup(payload['ret']) # now using @node['payloa... | let "map" behave like a lisp let | floraison_flor | train |
f7d9347287d219acc957487da4ee50472eb9b026 | diff --git a/utils/slugify.js b/utils/slugify.js
index <HASH>..<HASH> 100644
--- a/utils/slugify.js
+++ b/utils/slugify.js
@@ -16,18 +16,7 @@ module.exports = function () {
*/
return function (val) {
val = val || '';
- // "replace 1+ non-alphanumerics with - and then trim - from the start and... | Removing old slugify code that is not used anymore | gethuman_pancakes-recipe | train |
45c2a4b6419957f40d68a432ed18fb9eadad7f11 | diff --git a/spec/integration/ssh_spec.rb b/spec/integration/ssh_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/ssh_spec.rb
+++ b/spec/integration/ssh_spec.rb
@@ -207,7 +207,7 @@ describe Gas::Ssh do
# Code to prepare the github environment for testing
@sample_rsa = "ssh-rsa AAAAB3NzaC1yc2EAAA... | actually caught a bug in a test where the mysterious account needed to be deleted in a before :all block... also got another test working with vcr tapes | walle_gas | train |
ab052961549771ef0bcb4abc14aafb7d5635a3c9 | diff --git a/pyxmpp/roster.py b/pyxmpp/roster.py
index <HASH>..<HASH> 100644
--- a/pyxmpp/roster.py
+++ b/pyxmpp/roster.py
@@ -146,10 +146,15 @@ class RosterItem(StanzaPayloadObject):
class Roster(StanzaPayloadObject):
"""Class representing XMPP-IM roster.
+ Iteration over `Roster` object iterates over roste... | - Roster.items property and an iteration iterface | Jajcus_pyxmpp2 | train |
658d357c616a96974d3b285c2a45a360bccb3bdd | diff --git a/install/lang/es_utf8/installer.php b/install/lang/es_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/es_utf8/installer.php
+++ b/install/lang/es_utf8/installer.php
@@ -193,7 +193,7 @@ $string['mysql'] = 'MySQL (mysql)';
$string['mysql416bypassed'] = 'En cualquier caso, si su sitio únicam... | Automatic installer.php lang files by installer_builder (<I>) | moodle_moodle | train |
6f118b65b74581fa868e3d37012f7914f1f10e36 | diff --git a/cherrypy/_cpmodpy.py b/cherrypy/_cpmodpy.py
index <HASH>..<HASH> 100644
--- a/cherrypy/_cpmodpy.py
+++ b/cherrypy/_cpmodpy.py
@@ -2,6 +2,7 @@
from mod_python import apache
import cherrypy
+from cherrypy._cperror import format_exc, bare_error
def setup(req):
@@ -86,33 +87,31 @@ def handler(req):
... | Added bare_error trap in _cpmodpy (which fixes some failing tests). Also dropped redundant cookie logic in _cpmodpy. | cherrypy_cheroot | train |
f48b316e187a90fbd63b5cb87ee9259ff1c68652 | diff --git a/lib/jitsu/package.js b/lib/jitsu/package.js
index <HASH>..<HASH> 100644
--- a/lib/jitsu/package.js
+++ b/lib/jitsu/package.js
@@ -519,7 +519,7 @@ package.properties = function (dir) {
help: [
'',
'The ' + 'subdomain '.grey + 'is where your application will reside.',
- 'Your ... | [ux] Use short domain consistently in `jitsu deploy`. Closes #<I> | nodejitsu_jitsu | train |
d44a5fb8896e62c0d12d71d75dd8a918c6ebc194 | diff --git a/Exception/InvalidServerResponse.php b/Exception/InvalidServerResponse.php
index <HASH>..<HASH> 100644
--- a/Exception/InvalidServerResponse.php
+++ b/Exception/InvalidServerResponse.php
@@ -17,8 +17,24 @@ namespace Geocoder\Exception;
*/
class InvalidServerResponse extends \RuntimeException implements E... | Create a common function to fetch data form server (#<I>)
* Create a common function to fetch data form server
This will be a unified way to throw some exceptions
* cs
* Removed check
* minor fix
* Bugfix | geocoder-php_php-common | train |
b3ef1162fe034991842a5b3bdeb49b4595f1b45a | diff --git a/src/DiagnosticsProvider.php b/src/DiagnosticsProvider.php
index <HASH>..<HASH> 100644
--- a/src/DiagnosticsProvider.php
+++ b/src/DiagnosticsProvider.php
@@ -65,6 +65,21 @@ class DiagnosticsProvider {
}
}
}
+ elseif ($node instanceof Node\Statem... | Added a post parse check for invalid brace usage in use declarations | Microsoft_tolerant-php-parser | train |
d7b8e50c4fea917996ec8d7a0ee23ba20fec9c35 | diff --git a/src/Client/Server/Magento.php b/src/Client/Server/Magento.php
index <HASH>..<HASH> 100644
--- a/src/Client/Server/Magento.php
+++ b/src/Client/Server/Magento.php
@@ -51,7 +51,7 @@ class Magento extends Server
public function urlAuthorization()
{
return $this->isAdmin
- ? $this... | Added pass in for admin url
Added a way to pass in custom admin url | thephpleague_oauth1-client | train |
ea2fc22cd54e33efd4c8710edeecc36c09f5e014 | diff --git a/redish/types.py b/redish/types.py
index <HASH>..<HASH> 100644
--- a/redish/types.py
+++ b/redish/types.py
@@ -1,5 +1,7 @@
from Queue import Empty, Full
+from redis.exceptions import ResponseError
+
from redish.utils import maybe_list, key
@@ -21,23 +23,21 @@ class List(Type):
super(List, s... | List: __getitem__ + __setitem__ should raise IndexError + Redis indices are 0-based | ask_redish | train |
df70cd4664b590c8ceb9442d9037a3b44f40e32a | diff --git a/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/MACCSFingerprinter.java b/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/MACCSFingerprinter.java
index <HASH>..<HASH> 100644
--- a/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/MACCSFingerprint... | Remove check for rings >= 8M bit<I>. bit<I> is described as 8M ring but was actually matching >= 8. Removing this and only checking for 8M rings affects a large number of molecules. | cdk_cdk | train |
a975ed19505e6988e49cf58d61f708bc1ee48dff | diff --git a/auto_ml/utils.py b/auto_ml/utils.py
index <HASH>..<HASH> 100644
--- a/auto_ml/utils.py
+++ b/auto_ml/utils.py
@@ -1,5 +1,6 @@
from sklearn.base import BaseEstimator, TransformerMixin
from sklearn.linear_model import LogisticRegression
+from sklearn.ensemble import RandomForestClassifier
# originally... | explores creating my own custom wrapper for the final stage of the pipeline | ClimbsRocks_auto_ml | train |
c0ec80215e74f0f3b2d2ff02500cd8b134201f94 | diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go
index <HASH>..<HASH> 100644
--- a/core/corehttp/webui.go
+++ b/core/corehttp/webui.go
@@ -1,7 +1,7 @@
package corehttp
// TODO: move to IPNS
-const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr"
+const WebUIPath = "/ipfs/QmU3o9bvfenhTK... | feat: Update the webui to work with the latest changes in <I>
License: MIT | ipfs_go-ipfs | train |
338e93dff430098b2705253c25153fd98170fb7d | diff --git a/worker/uniter/jujuc/server.go b/worker/uniter/jujuc/server.go
index <HASH>..<HASH> 100644
--- a/worker/uniter/jujuc/server.go
+++ b/worker/uniter/jujuc/server.go
@@ -7,6 +7,7 @@ import (
"bytes"
"fmt"
"launchpad.net/juju-core/cmd"
+ "launchpad.net/juju-core/log"
"net"
"net/rpc"
"os"
@@ -93,6 +9... | worker/uniter/jujuc: log callback | juju_juju | train |
afaf1fe8900857a873d950668b7ff2c854ffe7d8 | diff --git a/src/OptionParser.php b/src/OptionParser.php
index <HASH>..<HASH> 100644
--- a/src/OptionParser.php
+++ b/src/OptionParser.php
@@ -65,20 +65,12 @@ class OptionParser
return 1;
}
- } else if ($next && !$next->anyOfOptions($this->specs)) {
- $spec->setValue($n... | should only consume the next tokens when required or optional is defined. | c9s_GetOptionKit | train |
026b145be079131e99d88b956b7d463508d35004 | diff --git a/lettuce_webdriver/webdriver.py b/lettuce_webdriver/webdriver.py
index <HASH>..<HASH> 100644
--- a/lettuce_webdriver/webdriver.py
+++ b/lettuce_webdriver/webdriver.py
@@ -341,6 +341,18 @@ def dismiss_alert(step):
pass
+@step('I click on label "([^"]*)"')
+def click_on_label(step, label):
+ "... | I click on label
This is used for clicking on a label and focusing an element. Useful for
accessibility testing, and for dealing with radios and checkbuttons. | aloetesting_aloe_webdriver | train |
0d1f911d8e4ad1fbdc64185e85dba7a87f1f35a8 | diff --git a/src/Arrays.php b/src/Arrays.php
index <HASH>..<HASH> 100644
--- a/src/Arrays.php
+++ b/src/Arrays.php
@@ -6,6 +6,7 @@
namespace TraderInteractive\Util;
use InvalidArgumentException;
+use UnexpectedValueException;
/**
* Class of static array utility functions.
@@ -301,11 +302,8 @@ final class Array... | Refactor to get code coverage to <I>% | traderinteractive_util-arrays-php | train |
65de831cf32d8e4f16c5823b0e2b210077a0a3a7 | diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/validation/NamesAreUniqueValidator.java
+++ b/p... | [xtext.validation] Don't try to register the NamesAreUniqueValidator for a specific language | eclipse_xtext-core | train |
7d2318299e2a4d2e390a709c74a62bade95e8216 | diff --git a/src/Controller/MenuItemsController.php b/src/Controller/MenuItemsController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/MenuItemsController.php
+++ b/src/Controller/MenuItemsController.php
@@ -156,6 +156,6 @@ class MenuItemsController extends AppController
} else {
$this->Fla... | Refresh screen on move (task #<I>) | QoboLtd_cakephp-menu | train |
c2c539438a5a170a6249dff66ed0ffe1d4c8c873 | diff --git a/kundera-core/src/main/java/com/impetus/kundera/db/RelationHolder.java b/kundera-core/src/main/java/com/impetus/kundera/db/RelationHolder.java
index <HASH>..<HASH> 100644
--- a/kundera-core/src/main/java/com/impetus/kundera/db/RelationHolder.java
+++ b/kundera-core/src/main/java/com/impetus/kundera/db/Relat... | fixed bug with entity finder in mongo | Impetus_Kundera | train |
7368a8785624b7d457a6eafedebf9adf3c621b6d | diff --git a/cirq-core/cirq/circuits/circuit_test.py b/cirq-core/cirq/circuits/circuit_test.py
index <HASH>..<HASH> 100644
--- a/cirq-core/cirq/circuits/circuit_test.py
+++ b/cirq-core/cirq/circuits/circuit_test.py
@@ -3345,7 +3345,7 @@ def test_next_moments_operating_on(circuit_cls):
circuit = cirq.testing.ra... | Use sorted instead of set for random.sample (#<I>) | quantumlib_Cirq | train |
f60168395937bd0be1b7cfdf44de2d1c384d7918 | diff --git a/src/Cerbero/Workflow/WorkflowCommand.php b/src/Cerbero/Workflow/WorkflowCommand.php
index <HASH>..<HASH> 100644
--- a/src/Cerbero/Workflow/WorkflowCommand.php
+++ b/src/Cerbero/Workflow/WorkflowCommand.php
@@ -44,6 +44,19 @@ class WorkflowCommand extends Command {
}
/**
+ * Retrieve the workflow dat... | Added method to get the workflow DTO | cerbero90_Workflow | train |
4ac55a0f5468bdf22d32454e488919c7d5370b45 | diff --git a/packages/xod-client-browser/test-func/creatingBlinkPatch.spec.js b/packages/xod-client-browser/test-func/creatingBlinkPatch.spec.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-browser/test-func/creatingBlinkPatch.spec.js
+++ b/packages/xod-client-browser/test-func/creatingBlinkPatch.spec.js
@@ -1... | fix(xod-client-browser): ensure passing "create blinking patch" test on any machine by adding a tolerance to the assertion of the node position | xodio_xod | train |
20dbb7318d6a3da8111ce2299e840d7baded8f66 | diff --git a/guava/src/com/google/common/util/concurrent/AbstractFuture.java b/guava/src/com/google/common/util/concurrent/AbstractFuture.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/util/concurrent/AbstractFuture.java
+++ b/guava/src/com/google/common/util/concurrent/AbstractFuture.java
@@ -23,6 ... | Add Reflection annotation to j.c.g.common.util.concurrent.AbstractFuture for j2objc compile, in order to strip all other transpiled java reflections.
-------------
Created by MOE: <URL> | google_guava | train |
501154b79c40027f10e1b52f1dacd890d1ecebd3 | diff --git a/src/FakeIdServiceProvider.php b/src/FakeIdServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/FakeIdServiceProvider.php
+++ b/src/FakeIdServiceProvider.php
@@ -67,7 +67,7 @@ class FakeIdServiceProvider extends ServiceProvider
$instance = $this->container->make($class);
... | replaces class_uses() trait detection with class_uses_deep() trait detection for parent inherited trait | Propaganistas_Laravel-FakeId | train |
b3bca043b2b59fd47a49cb706ae8bd8d06ba76d9 | diff --git a/examples/python/data_transmission/client.py b/examples/python/data_transmission/client.py
index <HASH>..<HASH> 100644
--- a/examples/python/data_transmission/client.py
+++ b/examples/python/data_transmission/client.py
@@ -22,6 +22,9 @@ import demo_pb2
SERVER_ADDRESS = "localhost:23333"
CLIENT_ID = 1
+#... | Explain that this has Chinese comments with English translation | grpc_grpc | train |
d6ca466fd3568d8d35f00cc99b78fbfde9661fdb | diff --git a/routes/web/adminarea.php b/routes/web/adminarea.php
index <HASH>..<HASH> 100644
--- a/routes/web/adminarea.php
+++ b/routes/web/adminarea.php
@@ -6,7 +6,7 @@ Route::domain(domain())->group(function () {
Route::name('adminarea.')
->namespace('Cortex\Tenants\Http\Controllers\Adminarea')
... | Simplify route prefixes | rinvex_cortex-tenants | train |
2e507b68b74271f1aefa70f1687e4a78c8c6f5e0 | diff --git a/lib/OpenLayers/Control/Navigation.js b/lib/OpenLayers/Control/Navigation.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Control/Navigation.js
+++ b/lib/OpenLayers/Control/Navigation.js
@@ -57,6 +57,7 @@ OpenLayers.Control.Navigation = OpenLayers.Class(OpenLayers.Control, {
activate: function() {
... | Fix for "When Navigation control is inactive, doubleclick zooms in", using
the new click handler that Tim and I created over the weekend. (Hooray for
handlers!) r=tschaub (Closes #<I>)
git-svn-id: <URL> | openlayers_openlayers | train |
971dca494a796eec0504c4c7957cbc145102e3b7 | diff --git a/src/main/java/com/github/davidcarboni/restolino/handlers/DefaultNotFoundHandler.java b/src/main/java/com/github/davidcarboni/restolino/handlers/DefaultNotFoundHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/davidcarboni/restolino/handlers/DefaultNotFoundHandler.java
+++ b/src/main/j... | Improved the returned message to include the http method. | davidcarboni_restolino | train |
00661eca215df22ea28c2a21103052cec1cfe00a | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ LUYA CHANGELOG
**[BC BREAK]** removed $app->storage component and replaced with new storage $app->component see api guide.
+- `#582` fixed issue where file downlaod links does not work on mul... | fixed issue where file download links does not work on multi lingual
pages, moved route resolver into urlManager instead of luya urlRule.
closes #<I> | luyadev_luya | train |
3dab7a6bcb7029db2f6874297a3b3957fd5a1ada | diff --git a/src/Session/SessionHandler.php b/src/Session/SessionHandler.php
index <HASH>..<HASH> 100644
--- a/src/Session/SessionHandler.php
+++ b/src/Session/SessionHandler.php
@@ -30,7 +30,7 @@ use \PDO;
* Session Handler
*
* Manage http session state across page views.
- * @version 1.1.0
+ * @version 1.2.0
... | Added flash data and updated array declarations to PHP <I>+ [] syntax.
Added properties to hold last flash data and new, and methods to get and set flash data. Flash data will only persist until the next request, at which time it is cleared from session. | PitonCMS_Session | train |
1dc877bfe0e65fc9f1bef52cf95de6d10313ab53 | diff --git a/mackup.py b/mackup.py
index <HASH>..<HASH> 100755
--- a/mackup.py
+++ b/mackup.py
@@ -195,6 +195,9 @@ SUPPORTED_APPS = {
'Vimperator': ['.vimperator',
'.vimperatorrc'],
+ 'Viscosity': [APP_SUPPORT + 'Viscosity',
+ PREFERENCES + 'com.viscosityvpn.Viscosity.plis... | Added support for Viscosity VPN | lra_mackup | train |
b82e63f12ebdd6342cdb1811be02dc15908bbf4b | diff --git a/cli/api/interfaces.go b/cli/api/interfaces.go
index <HASH>..<HASH> 100644
--- a/cli/api/interfaces.go
+++ b/cli/api/interfaces.go
@@ -38,6 +38,7 @@ type API interface {
// Hosts
GetHosts() ([]host.Host, error)
GetHost(string) (*host.Host, error)
+ GetHostMap() (map[string]host.Host, error)
AddHost(... | Refactor: use common GetHostMap() for cli | control-center_serviced | train |
1341329d9c3215dee4d3bbb63be42761c813bd95 | diff --git a/docs/api/cozy-client.md b/docs/api/cozy-client.md
index <HASH>..<HASH> 100644
--- a/docs/api/cozy-client.md
+++ b/docs/api/cozy-client.md
@@ -473,6 +473,7 @@ Responsible for
* [CozyClient](#CozyClient)
* [new CozyClient(options)](#new_CozyClient_new)
* _instance_
+ * [.registerPlugin()](#... | feat: Add registerPlugin method (#<I>) | cozy_cozy-client | train |
9fdf2af0f57ca61a57b938e70ba2470faa063558 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -45,4 +45,9 @@ gulp.task('minify',function(){
});
-gulp.task('default',['minify','bootstrap']);
\ No newline at end of file
+gulp.task('default',['minify','bootstrap']);
+
+
+gulp.task('watch', function() {
+ ... | Added a watch task to gulpfile.js | json-schema-form_angular-schema-form | train |
2b7bf06cbbb15fe4747d83ee1038b69d2686b975 | diff --git a/Lib/ufo2ft/makeotfParts.py b/Lib/ufo2ft/makeotfParts.py
index <HASH>..<HASH> 100644
--- a/Lib/ufo2ft/makeotfParts.py
+++ b/Lib/ufo2ft/makeotfParts.py
@@ -180,6 +180,6 @@ class FeatureOTFCompiler(object):
self.outline[tag] = table
elif self.features.strip():
- feap... | Handle UFOs that have path set to None
Fixes <URL> | googlefonts_ufo2ft | train |
72ee1816a4446917bad50458dd3b28f7c4e553ae | diff --git a/packages/babel-parser/src/tokenizer/index.js b/packages/babel-parser/src/tokenizer/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-parser/src/tokenizer/index.js
+++ b/packages/babel-parser/src/tokenizer/index.js
@@ -110,18 +110,6 @@ export class Token {
// ## Tokenizer
-function codePointToS... | Update to ES6 String methods (#<I>) | babel_babel | train |
26c42f1335f80f7b66dfec20af4c42bcbfbb3594 | diff --git a/sql.go b/sql.go
index <HASH>..<HASH> 100644
--- a/sql.go
+++ b/sql.go
@@ -61,6 +61,6 @@ func (uuid *UUID) Scan(src interface{}) error {
// Value implements sql.Valuer so that UUIDs can be written to databases
// transparently. Currently, UUIDs map map to strings. Please consult
// database-specific driv... | Value() is on UUID, not *UUID. | pborman_uuid | train |
d2cd852df4842390b2ea51c429a41aafd1fb981b | diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php
index <HASH>..<HASH> 100755
--- a/core/model/SiteTree.php
+++ b/core/model/SiteTree.php
@@ -1323,7 +1323,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
}
} else if($link == '' || $link[0] == '/') {
$this-... | BUGFIX: Fix image tracking to take resized images into account (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
8066498ea7494a0be029e677054ee7de2fdb03a5 | diff --git a/lib/helper.js b/lib/helper.js
index <HASH>..<HASH> 100644
--- a/lib/helper.js
+++ b/lib/helper.js
@@ -23,18 +23,18 @@ module.exports.parseOptions = (options) => {
var property = module.parent.options.defaults[prop];
// Check for allow-headers option
- if(prop == "allow-headers" && property != n... | * Fixed returned values after parsing
*Fixed bug that was causing the values to return always the default instead of parsing the provided values | oscarr-reyes_node-diet-cross-origin | train |
02d8fe20aee02788281042733a24b4d11486ab24 | diff --git a/common/code_spelling_ignore_words.txt b/common/code_spelling_ignore_words.txt
index <HASH>..<HASH> 100644
--- a/common/code_spelling_ignore_words.txt
+++ b/common/code_spelling_ignore_words.txt
@@ -738,7 +738,6 @@ subprocess
subprocesses
subquery
substring
-successfull
summarises
summarising
suppress... | fix typo: "successfull" -> "successful" | buildbot_buildbot | train |
57d4b8e36359a7dfe331765d677b29edbc56ffa5 | diff --git a/helios-tools/src/main/java/com/spotify/helios/cli/CliParser.java b/helios-tools/src/main/java/com/spotify/helios/cli/CliParser.java
index <HASH>..<HASH> 100644
--- a/helios-tools/src/main/java/com/spotify/helios/cli/CliParser.java
+++ b/helios-tools/src/main/java/com/spotify/helios/cli/CliParser.java
@@ -7... | Say what Docker version Helios has been tested on
Include this in CLI's `helios --version`.
Fixes #<I> | spotify_helios | train |
978c59015795c74e79e2691e04b5c70fca414054 | diff --git a/src/main/java/com/github/noraui/application/steps/Step.java b/src/main/java/com/github/noraui/application/steps/Step.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/noraui/application/steps/Step.java
+++ b/src/main/java/com/github/noraui/application/steps/Step.java
@@ -55,11 +55,12 @@ impor... | use UserNameService instead of deprecated method (NameUtilities) | NoraUi_NoraUi | train |
e0f341d72632ceb4a700a744028f6d9f9126b623 | diff --git a/lib/metro/scene.rb b/lib/metro/scene.rb
index <HASH>..<HASH> 100644
--- a/lib/metro/scene.rb
+++ b/lib/metro/scene.rb
@@ -356,6 +356,7 @@ module Metro
def base_update
updaters.each { |updater| updater.update }
update
+ updaters.reject! { |updater| updater.completed? }
end
... | Updaters are removed after they are considered complete | burtlo_metro | train |
d80fe54a9a93cad4234aecfc7e1c549d3eaddcfb | diff --git a/test/db/mysql/table_name_test.rb b/test/db/mysql/table_name_test.rb
index <HASH>..<HASH> 100644
--- a/test/db/mysql/table_name_test.rb
+++ b/test/db/mysql/table_name_test.rb
@@ -28,7 +28,9 @@ class MySQLTableNameTest < Test::Unit::TestCase
end
end
- class SerialNumber < ActiveRecord::Base; end
+... | these new tests fail (but it's not our fault) on AR < <I> | jruby_activerecord-jdbc-adapter | train |
daa245de300a01394bac7b5f439ebd4b79c00c29 | diff --git a/core/Archive.php b/core/Archive.php
index <HASH>..<HASH> 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -168,6 +168,14 @@ class Archive implements ArchiveQuery
private static $cache;
/**
+ * If true, this Archive instance will not launch the archiving process, even if the current r... | allow forcing Archive to not initiate archiving for child archives (#<I>) | matomo-org_matomo | train |
c8c32c74593563c77a64953e87ae4e73e096f7f7 | diff --git a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.java b/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.java
index <HASH>..<HASH> 100644
--- a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.... | [JBJCA-<I>] adding TCCL in Wrapper* Fixing a bug on reading custom ConnectionListener class | ironjacamar_ironjacamar | train |
3cdf7d32fc51c10f8a9d0f63ed78b59209f4f46d | diff --git a/src/Helpers/User.php b/src/Helpers/User.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/User.php
+++ b/src/Helpers/User.php
@@ -1,6 +1,7 @@
<?php namespace Taskforcedev\LaravelSupport\Helpers;
-use \Auth;
+use Auth;
+use Config;
use Illuminate\Console\AppNamespaceDetectorTrait;
class User
@@ -13,7... | Consult App's Auth Config For User Model
Laravel includes a configuration option in `app/config/auth.php` to specify which model to use to represent users. It should be consulted first, before falling back on convention to determine the model name.
(Also removed extraneous namespace characters.) | taskforcedev_laravel-support | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.