hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
240b88be7193f7c42da3112e447d110242c8cc13 | diff --git a/lib/Delivery.js b/lib/Delivery.js
index <HASH>..<HASH> 100644
--- a/lib/Delivery.js
+++ b/lib/Delivery.js
@@ -248,18 +248,63 @@ class Delivery extends EventEmitter {
const interval = self.updateInterval * Math.pow(2, self.pollingFailures) * 1000;
if (self.delivering) clearInterval(self.deli... | Expose ability to retrieve delivery info once rather than as a polling request
* For when the delivery already exists and you want the latest info
once | mjk_uber-rush | train |
603f21d9bc7e28d5a514bfee5917c37acd050ee8 | diff --git a/lib/platform/github/storage.js b/lib/platform/github/storage.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/storage.js
+++ b/lib/platform/github/storage.js
@@ -295,7 +295,7 @@ class Storage {
return 'updated';
}
await createBranch(branchName, commit);
- logger.... | logs: drop dupe Branch created message | renovatebot_renovate | train |
2df3bb65aab22741dd04e46f760351c5eb3d98ea | diff --git a/modules/clientutils.js b/modules/clientutils.js
index <HASH>..<HASH> 100644
--- a/modules/clientutils.js
+++ b/modules/clientutils.js
@@ -744,10 +744,14 @@
out = 'Unsupported field type: ' + nodeName;
break;
}
- // firing the `change` event
... | Merge pull request #<I> from leebyrd/master
fire the 'input' event after setting input value | casperjs_casperjs | train |
51132d6a0729b8e54326e9b8f5c8c1f487c8bd31 | diff --git a/lib/formatters/codeframe.js b/lib/formatters/codeframe.js
index <HASH>..<HASH> 100644
--- a/lib/formatters/codeframe.js
+++ b/lib/formatters/codeframe.js
@@ -47,7 +47,7 @@ function formatFilePath(filePath, line, column) {
*/
function formatMessage(message, parentResult) {
const type = (message.fata... | Fix: Formatters keep trailing '.' if preceded by a space (fixes #<I>) (#<I>) | eslint_eslint | train |
5ca8d785d78e2598d3d14c6e1d1b0ae93f2d942a | diff --git a/src/gui/qt_b26_gui.py b/src/gui/qt_b26_gui.py
index <HASH>..<HASH> 100644
--- a/src/gui/qt_b26_gui.py
+++ b/src/gui/qt_b26_gui.py
@@ -520,7 +520,7 @@ class ControlMainWindow(QMainWindow, Ui_MainWindow):
if 'data_folder' in self.gui_settings.keys() and os.path.exists(self.gui_settings['... | Changed the fallback to be None instead of empty string | LISE-B26_pylabcontrol | train |
ffa14c52afe54bafe033954f6bb2f7852b21fc76 | diff --git a/khayyam/__init__.py b/khayyam/__init__.py
index <HASH>..<HASH> 100644
--- a/khayyam/__init__.py
+++ b/khayyam/__init__.py
@@ -5,7 +5,7 @@ from tehran_timezone import TehTz
teh_tz = TehTz()
-__version__ = '0.9'
+__version__ = '0.9.1'
__all__ = [
diff --git a/setup.py b/setup.py
index <HASH>..<HASH... | prevent importing khayyam package during setup | pylover_khayyam | train |
e653802b6bc0c084d03e0ff6ce8db1df0b374db6 | diff --git a/wordcloud/wordcloud.py b/wordcloud/wordcloud.py
index <HASH>..<HASH> 100644
--- a/wordcloud/wordcloud.py
+++ b/wordcloud/wordcloud.py
@@ -199,7 +199,7 @@ class WordCloud(object):
stopwords : set of strings or None
The words that will be eliminated. If None, the build-in STOPWORDS
- l... | explain that no preprocessing is done with generate_From_frequencies | amueller_word_cloud | train |
5773825687772cce9294b2367cab9be5465c4c56 | diff --git a/model/Delivery/Business/Service/DeliveryService.php b/model/Delivery/Business/Service/DeliveryService.php
index <HASH>..<HASH> 100644
--- a/model/Delivery/Business/Service/DeliveryService.php
+++ b/model/Delivery/Business/Service/DeliveryService.php
@@ -90,36 +90,24 @@ class DeliveryService
$error... | fix: reduce complexity of `DeliveryService::setProperties()` | oat-sa_extension-tao-delivery-rdf | train |
331a9d7366d989af132e50003a1d70a56ccfac66 | diff --git a/cv/internal/configs/validation/project.go b/cv/internal/configs/validation/project.go
index <HASH>..<HASH> 100644
--- a/cv/internal/configs/validation/project.go
+++ b/cv/internal/configs/validation/project.go
@@ -328,7 +328,7 @@ func validateVerifiers(ctx *validation.Context, v *cfgpb.Verifiers, supported... | cv: allow empty builders in config validation
Empty builders should be treated the same way as None tryjob verifier
in CQ and CV so there's no point putting this restriction.
R=qyearsley
Change-Id: I<I>e<I>ddcb<I>abecc3b4b<I>a<I>a6c<I>aa7afb2
Reviewed-on: <URL> | luci_luci-go | train |
f02827a35dc8adf20e4a3c6671f4a8ec3209a10c | diff --git a/examples/bs3demo/settings.py b/examples/bs3demo/settings.py
index <HASH>..<HASH> 100644
--- a/examples/bs3demo/settings.py
+++ b/examples/bs3demo/settings.py
@@ -222,7 +222,7 @@ CMSPLUGIN_CASCADE = {
'cache_strides': True,
}
-CACSCADE_WORKAREA_GLOSSARY = {
+CASCADE_WORKAREA_GLOSSARY = {
'break... | Use skin moono-lisa in example and small change | jrief_djangocms-cascade | train |
63c1f19f58513520ea9f192a00680ec083ba72aa | diff --git a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java
index <HASH>..<HASH> 100644
--- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/grem... | Make it so that TinkerGraph tests generate to tinkergraph-gremlin target directory. | apache_tinkerpop | train |
14faea710b31bbde4a1c6c3144f17d6deeea07b7 | diff --git a/jieba/__init__.py b/jieba/__init__.py
index <HASH>..<HASH> 100644
--- a/jieba/__init__.py
+++ b/jieba/__init__.py
@@ -4,35 +4,51 @@ import os,sys
import pprint
import finalseg
import time
+import tempfile
+import marshal
FREQ = {}
total =0.0
def gen_trie(f_name):
- global total
+ lfreq = {}
tri... | use file cache to improve the loading speed after the first time of importing | fxsjy_jieba | train |
dc8df29f19ac3a2234003646d7ff439a3c249eb4 | diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb
index <HASH>..<HASH> 100644
--- a/lib/akephalos/client.rb
+++ b/lib/akephalos/client.rb
@@ -40,6 +40,7 @@ else
def visit(url)
client.getPage(url)
+ page
end
def page=(_page) | Explicitly return new page from Client#visit
Akephalos explicitly hides the inner HtmlUnit classes from the public
API, so we should be returning an Akephalos::Page and not an
HtmlUnit::HtmlPage. | bernerdschaefer_akephalos | train |
f04225c5e377a2d928099d0c43936d689a649318 | diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/161_add_snapshots_period_columns.rb b/sonar-server/src/main/webapp/WEB-INF/db/migrate/161_add_snapshots_period_columns.rb
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/161_add_snapshots_period_columns.rb
+++ b/sonar-server/... | bug-fix : hotspot and drilldown pages fail if the server is not restarted after db upgrade | SonarSource_sonarqube | train |
b676d3049688a8f2b93ffe02e97756b152c8f73f | diff --git a/Controller/PagesController.php b/Controller/PagesController.php
index <HASH>..<HASH> 100755
--- a/Controller/PagesController.php
+++ b/Controller/PagesController.php
@@ -89,8 +89,9 @@ class PagesController extends ContainerAware
}
}
+ $activeTheme = $this->contain... | fixed a bug that doesn't let add more than a page without closing the panel or changing page | redkite-labs_RedKiteCmsBundle | train |
c9951bd071d03effa8840c1e98a073b87c4bfe36 | diff --git a/dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py b/dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py
index <HASH>..<HASH> 100644
--- a/dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py
+++ b/dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py
@@ -26,7 +26,7 @@ def import_plugin_feature_script(pl... | clenaup docs (#<I>) | ZELLMECHANIK-DRESDEN_dclab | train |
0acb3f6f3d342703f53a56a7e69d310390b9c9ac | diff --git a/levels.go b/levels.go
index <HASH>..<HASH> 100644
--- a/levels.go
+++ b/levels.go
@@ -44,12 +44,9 @@ type levelsController struct {
kv *DB
cstatus compactStatus
-}
-
-var (
// This is for getting timings between stalls.
lastUnstalled time.Time
-)
+}
// revertToManifest checks that all nece... | Fix L0/L1 stall test (#<I>)
The test `TestL0Stall` and `TestL1Stall` would never fail
because of errors in the manifest file. This commit fixes it. | dgraph-io_badger | train |
32515bfecd2a8632793d08fa874624f5c800ed2b | diff --git a/cacheobject/directive_test.go b/cacheobject/directive_test.go
index <HASH>..<HASH> 100644
--- a/cacheobject/directive_test.go
+++ b/cacheobject/directive_test.go
@@ -85,6 +85,12 @@ func TestResSpaceOnly(t *testing.T) {
require.Equal(t, cd.SMaxAge, -1)
}
+func TestResTabOnly(t *testing.T) {
+ cd, err :... | add tests for directives that dont take args | pquerna_cachecontrol | train |
7a34c7c0ed2a7fe332150af7bb001a24c1403969 | diff --git a/test/lib/base.py b/test/lib/base.py
index <HASH>..<HASH> 100644
--- a/test/lib/base.py
+++ b/test/lib/base.py
@@ -103,7 +103,7 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'):
c = CmdBuffer()
c << 'FROM {0}'.format(from_image)
- c << 'RUN go get -d github.co... | test: ignore the failure of caching dependeny with building docker image
`go get -d github.com/osrg/gobgp/...` could fail (e.g., an imported
library has gone). After that, we build a docker image from modified
source code. | osrg_gobgp | train |
3d6d13c7424030827d049302a23f0ea2655243b6 | diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index <HASH>..<HASH> 100644
--- a/resources/lang/uk-UA/cachet.php
+++ b/resources/lang/uk-UA/cachet.php
@@ -53,7 +53,7 @@ return [
// Service Status
'service' => [
- 'good' => '[0,1] Система працює|[2,Inf] Всі системи пра... | New translations cachet.php (Ukrainian) | CachetHQ_Cachet | train |
c844a9c4fd587c78b8ada9c2ac521712aa99f0f2 | diff --git a/plugins/communicators/winrm/communicator.rb b/plugins/communicators/winrm/communicator.rb
index <HASH>..<HASH> 100644
--- a/plugins/communicators/winrm/communicator.rb
+++ b/plugins/communicators/winrm/communicator.rb
@@ -38,6 +38,7 @@ module VagrantPlugins
# Got it! Let the user know what we're... | Adding WinRM execution_time_limit to log. | hashicorp_vagrant | train |
056aa9bae582a84a89a3d2713f646da18790b3ec | diff --git a/lib/tire/results/collection.rb b/lib/tire/results/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/tire/results/collection.rb
+++ b/lib/tire/results/collection.rb
@@ -13,7 +13,7 @@ module Tire
@time = response['took'].to_i
@total = response['hits']['total'].to_i rescue nil... | Suggestions: Fixed failing unit tests | karmi_retire | train |
e6557f6bc510c0eb053955747e79e81d46302c3a | diff --git a/src/lightncandy.php b/src/lightncandy.php
index <HASH>..<HASH> 100644
--- a/src/lightncandy.php
+++ b/src/lightncandy.php
@@ -1844,6 +1844,7 @@ class LCRun3 {
* @expect '=&=' when input Array('helpers' => Array('a' => function ($i) {return Array("=$i=");})), 'a', Array('&'), 'raw'
* @expect '=&... | add tests. fix for wrong response when custom helper return Array and Array[1]=0 | zordius_lightncandy | train |
c50535c4124f01075c10bb0f54c43d64a30e9a44 | diff --git a/phypno/viz/base.py b/phypno/viz/base.py
index <HASH>..<HASH> 100644
--- a/phypno/viz/base.py
+++ b/phypno/viz/base.py
@@ -43,15 +43,33 @@ coolwarm = array([[59, 76, 192],
class Colormap(ColorMap):
-
+ """Create colormap using predefined color scheme.
+
+ Parameters
+ ----------
+ name : st... | use int in colormap so that it works in qt and opengl | wonambi-python_wonambi | train |
dae704ad2f9f0325b3d34be4683daf0fd7f652fb | diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransfor... | Fix #<I>: Error when rendering a DateIntervalType form with exactly 0 weeks | symfony_symfony | train |
b6231d2fc3dc03df87590f02c07f4e185f044cf5 | diff --git a/src/react-16/index.js b/src/react-16/index.js
index <HASH>..<HASH> 100644
--- a/src/react-16/index.js
+++ b/src/react-16/index.js
@@ -1,4 +1,5 @@
/*global window document Node rootEls defineSelectorProperty*/
+
/*eslint-disable no-unused-vars*/
function react16Selector (selector) {
/*eslint-enable ... | Fixed the getting children of stateless components(closes #<I>) | DevExpress_testcafe-react-selectors | train |
7f0516745b2feb3d39f32e14b1afa521762ece5f | diff --git a/selene/tools.py b/selene/tools.py
index <HASH>..<HASH> 100644
--- a/selene/tools.py
+++ b/selene/tools.py
@@ -5,6 +5,7 @@ from selenium.webdriver.remote.webdriver import WebDriver
import selene.driver
import selene.factory
import selene.config
+from selene.common.none_object import NoneObject
from sele... | #<I>: renamed get_latest_screenshot() to latest_screenshot() | yashaka_selene | train |
ce087017fa5c65904eb0adc0cbe3dd4be0f67b7f | diff --git a/docs/date.js b/docs/date.js
index <HASH>..<HASH> 100644
--- a/docs/date.js
+++ b/docs/date.js
@@ -1,32 +1,55 @@
-const date = {
- isostring: `takes one argument: value
- Returns a string in simplified extended ISO format.`,
-
- format: `Takes two arguments: date, format
- Parses date t... | Added polish translations for date.js | buxlabs_pure-utilities | train |
252570d32c757c88ae15de8611c18604d3d2d5bb | diff --git a/lib/nbp/exchange_rate.rb b/lib/nbp/exchange_rate.rb
index <HASH>..<HASH> 100644
--- a/lib/nbp/exchange_rate.rb
+++ b/lib/nbp/exchange_rate.rb
@@ -18,6 +18,10 @@ module NBP
def on_date(date, table_name:, table_number:)
new({ table_name: table_name, table_number: table_number }.merge nbp_date... | ExchangeRate by_file class method added | makemp_nbp_exchange_rate | train |
070af5b3a6f081e2ab727a19dd497eb3c4673acc | diff --git a/command/monitor.go b/command/monitor.go
index <HASH>..<HASH> 100644
--- a/command/monitor.go
+++ b/command/monitor.go
@@ -52,6 +52,7 @@ func (m *monitor) output(msg string) {
// in the context of monitoring an evaluation.
type evalState struct {
status string
+ desc string
nodeID string
allocs ma... | command/monitor: display scheduling errors | hashicorp_nomad | train |
a46791a518e9dfff2ebe17cdcad26f0fa8977d9f | diff --git a/jodd-http/src/main/java/jodd/http/HttpBrowser.java b/jodd-http/src/main/java/jodd/http/HttpBrowser.java
index <HASH>..<HASH> 100644
--- a/jodd-http/src/main/java/jodd/http/HttpBrowser.java
+++ b/jodd-http/src/main/java/jodd/http/HttpBrowser.java
@@ -2,6 +2,8 @@
package jodd.http;
+import jodd.util.Str... | Location in HttpBrowser can be just a path now (closes #<I>) | oblac_jodd | train |
527c500985ceb21a0a017e0a92ae5f0192f94c2c | diff --git a/jquery.dirtyforms.js b/jquery.dirtyforms.js
index <HASH>..<HASH> 100644
--- a/jquery.dirtyforms.js
+++ b/jquery.dirtyforms.js
@@ -513,9 +513,7 @@
$('body').append(target);
}
else {
- target = $(e.target);
- if (!target.is('form'))
- ... | Removed duplicate check (is('form') and closest('form')) in refire function. | snikch_jquery.dirtyforms | train |
d771aee4e70b5880cf0d2782d131935017373e99 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -111,7 +111,7 @@ function parse (input) {
}
function point () {
- if (!$(/^(point)/i)) return null;
+ if (!$(/^(point\s?z?)/i)) return null;
white();
if (!$(/^(\()/)) return null;
var c = coords();... | add support for POINT Z, LINESTRING Z and POLYGON Z | mapbox_wellknown | train |
149f333ec6ff27550ed29fe69a48164d12b5e655 | diff --git a/acceptancetests/deploy_stack.py b/acceptancetests/deploy_stack.py
index <HASH>..<HASH> 100644
--- a/acceptancetests/deploy_stack.py
+++ b/acceptancetests/deploy_stack.py
@@ -1070,7 +1070,8 @@ class BootstrapManager:
runtime_config = None
artifacts_dir = os.path.join(se... | Fix clean up issue in deploy_stack.py when --existing enabled. | juju_juju | train |
6f9b2aeb351486c6553b68bbc2ba5641b4786d94 | diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py
index <HASH>..<HASH> 100644
--- a/kubespawner/spawner.py
+++ b/kubespawner/spawner.py
@@ -276,7 +276,7 @@ class KubeSpawner(Spawner):
"""
)
- node_selector = Selector(
+ node_selector = LabelSelector(
{},
config=Tru... | Rename Selector to LabelSelector | jupyterhub_kubespawner | train |
181a190e417060f17e12022f6549f994e484069b | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -3,24 +3,29 @@
var ERROR_CONFIG_NOT_FOUND = 2,
ERROR_DEP_NOT_FOUND = 3,
+ JSON_SPACES = 4,
ENOENT = 'ENOENT',
DEFAULT_BOWER_COMMAND = 'help',... | Using colors and bowser ouput | peteromano_jetfuel | train |
ef898b9f4bfd3a9f2dbb8d4b3cbd63503a2ad184 | diff --git a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/grammarAccess/GrammarAccessUtil.java b/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/grammarAccess/GrammarAccessUtil.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/gen... | [xtext][generator] Fix: GrammarAccessFragment keeps line seperator as is
see <URL> | eclipse_xtext-extras | train |
53a17507ad323405b396adcbe5d64ddd3a5ce095 | diff --git a/ykman/cli/__main__.py b/ykman/cli/__main__.py
index <HASH>..<HASH> 100644
--- a/ykman/cli/__main__.py
+++ b/ykman/cli/__main__.py
@@ -63,14 +63,20 @@ logger = logging.getLogger(__name__)
CLICK_CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"], max_content_width=999)
-def retrying_connect(seri... | Use scan_devices to detect state change before re-connecting. | Yubico_yubikey-manager | train |
315af39c0b9ec6264b7f7ddae580182f46f663b8 | diff --git a/lib/trace.js b/lib/trace.js
index <HASH>..<HASH> 100644
--- a/lib/trace.js
+++ b/lib/trace.js
@@ -5,7 +5,7 @@
(function () {
var _tracers, zipkinCore_types;
var Trace, Annotation, Endpoint;
- var largestRandom = Math.pow(2, 31) - 1;
+ var largestRandom = Math.pow(2, 63) - 1;
var forEach, has, g... | Change the randomly generated ids to <I> bit | tryfer_node-tryfer | train |
4d6e33d63b9b3e508ff95b166dd26e29edd84bdf | diff --git a/msspeak/msspeak.py b/msspeak/msspeak.py
index <HASH>..<HASH> 100755
--- a/msspeak/msspeak.py
+++ b/msspeak/msspeak.py
@@ -1,15 +1,17 @@
+#! /usr/bin/env python3
# -*- coding: utf-8 -*-
+# fixed for python3 by lardconcepts 2017/03/01
import requests
import datetime
import os
try:
- basestring
+ s... | Make it compatible with current version of python
Python 3 is the current supported version of python | newfies-dialer_python-msspeak | train |
929ab72c8c2f74ca5c6add157b2147eb9c27b772 | diff --git a/app/src/Bolt/Filesystem/BrowsePlugin.php b/app/src/Bolt/Filesystem/BrowsePlugin.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Filesystem/BrowsePlugin.php
+++ b/app/src/Bolt/Filesystem/BrowsePlugin.php
@@ -44,6 +44,10 @@ class BrowsePlugin implements PluginInterface
continue;
... | Working on "editing files in the backend". A work in progress. | bolt_bolt | train |
3b41d87253b28c6f0e4c9b855b6d072d297e6c00 | diff --git a/opal/opal-jquery/element.rb b/opal/opal-jquery/element.rb
index <HASH>..<HASH> 100644
--- a/opal/opal-jquery/element.rb
+++ b/opal/opal-jquery/element.rb
@@ -1,3 +1,5 @@
+require 'native'
+
%x{
var root = $opal.global, dom_class;
@@ -204,7 +206,7 @@ class Element < `dom_class`
end
def offset
... | Hash.from_native has been removed | opal_opal-jquery | train |
6c09f2ab3ba0440b70c12f9f91536481eb6b7abe | diff --git a/examples/js/examples.js b/examples/js/examples.js
index <HASH>..<HASH> 100644
--- a/examples/js/examples.js
+++ b/examples/js/examples.js
@@ -17,8 +17,19 @@ requirejs(['lib/plane', 'lib/polygon', 'examples/js/splitexample'], function(Pla
new Plane(0,0,1,0));
new SplitExample(
- new P... | Axes. Support for n > 4. Hexagon example | bjnortier_lathe | train |
23696bc9905e69c1133f460854fbf40f21b83899 | diff --git a/handlers/session_channel_handler.go b/handlers/session_channel_handler.go
index <HASH>..<HASH> 100644
--- a/handlers/session_channel_handler.go
+++ b/handlers/session_channel_handler.go
@@ -162,7 +162,7 @@ func (sess *session) handleExecRequest(channel ssh.Channel, request *ssh.Request
return
}
- cm... | Switch back to /bin/bash for session exec requests [#<I>] | cloudfoundry_diego-ssh | train |
18724e569707f7500404d2bfd822be52d06833bc | diff --git a/lib/jsdom.js b/lib/jsdom.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom.js
+++ b/lib/jsdom.js
@@ -11,6 +11,13 @@ exports.jsdom = function (html, level) {
var browser = exports.browserAugmentation(level);
doc = new (browser.Document)();
+ // Author: Swizec
+ // some people use IE's expression ... | rudimentary handling of IE's expression syntax | jsdom_jsdom | train |
89f74835821c63860586a5daa47d2083a631c919 | diff --git a/test/pgns/127245.js b/test/pgns/127245.js
index <HASH>..<HASH> 100644
--- a/test/pgns/127245.js
+++ b/test/pgns/127245.js
@@ -1,4 +1,4 @@
module.exports = [{
- "expected": {"timestamp":"2017-04-15T14:57:58.468Z","prio":2,"src":172,"dst":255,"pgn":127245,"description":"Rudder","fields":{"Instance":252,"Di... | fix: tests failing because of pgns.json fixes | canboat_canboatjs | train |
717ac2e2e91666b9170cb80c10c05fd35e908c11 | diff --git a/subproviders/json-rpc-engine-middleware.js b/subproviders/json-rpc-engine-middleware.js
index <HASH>..<HASH> 100644
--- a/subproviders/json-rpc-engine-middleware.js
+++ b/subproviders/json-rpc-engine-middleware.js
@@ -15,8 +15,8 @@ class JsonRpcEngineMiddlewareSubprovider extends Subprovider {
setEngine... | subp - json-rpc-engine-middleware - fix for next with no handler | MetaMask_web3-provider-engine | train |
3a922514f47388d1bdda39b3cd0a1a4e30016147 | diff --git a/packages/components/bolt-modal/modal.schema.js b/packages/components/bolt-modal/modal.schema.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-modal/modal.schema.js
+++ b/packages/components/bolt-modal/modal.schema.js
@@ -48,21 +48,5 @@ module.exports = {
type: 'string',
descripti... | DS-<I>: Remove "slots" prop from schema, does not belong here, not a real prop | bolt-design-system_bolt | train |
54591e1b1df46d5899c3020976992c200febdced | diff --git a/src/engine/currencyEngine.js b/src/engine/currencyEngine.js
index <HASH>..<HASH> 100644
--- a/src/engine/currencyEngine.js
+++ b/src/engine/currencyEngine.js
@@ -5,7 +5,6 @@ import type {
EdgeCurrencyEngine,
EdgeCurrencyEngineOptions,
EdgeCurrencyEngineCallbacks,
- // $FlowFixMe
EdgePaymentPro... | remove the flowfixme and actually throw an error when `getPaymentProtocolInfo` fails | EdgeApp_edge-currency-bitcoin | train |
5a8afe7477e9127a2e1db398c663c7760a9577ca | diff --git a/src/MB_Toolbox_BaseConsumer.php b/src/MB_Toolbox_BaseConsumer.php
index <HASH>..<HASH> 100644
--- a/src/MB_Toolbox_BaseConsumer.php
+++ b/src/MB_Toolbox_BaseConsumer.php
@@ -1,12 +1,17 @@
<?php
+/**
+ * Base class for classes within the Message Broker system to extend. Focused on consuming
+ * messages fr... | Move common configuration lookups to initProperties() in BaseConsumer class | DoSomething_mb-toolbox | train |
68f8cccdf7f1c459a8a596b907ea89de43b48324 | diff --git a/visidata/sheets.py b/visidata/sheets.py
index <HASH>..<HASH> 100644
--- a/visidata/sheets.py
+++ b/visidata/sheets.py
@@ -1010,7 +1010,7 @@ Sheet.addCommand('z#', 'type-len', 'cursorCol.type = vlen', 'set type of current
Sheet.addCommand('$', 'type-currency', 'cursorCol.type = currency', 'set type of curr... | [open-row] dive-row has been deprecated | saulpw_visidata | train |
3850c87f13705990634db4b9bcc519f2289beefa | diff --git a/src/DocBlox/Transformer.php b/src/DocBlox/Transformer.php
index <HASH>..<HASH> 100644
--- a/src/DocBlox/Transformer.php
+++ b/src/DocBlox/Transformer.php
@@ -395,7 +395,7 @@ class DocBlox_Transformer extends DocBlox_Core_Abstract
public function generateFilename($file)
{
$info = pathinfo... | GH #<I>: changed file prefix from _ to db_ as a single starting underscore is not accepted by Github Pages | phpDocumentor_phpDocumentor2 | train |
1a98b96f07405f767ec73eddb153db163b8c8b7d | diff --git a/dev/com.ibm.ws.microprofile.openapi/src/com/ibm/ws/microprofile/openapi/ApplicationProcessor.java b/dev/com.ibm.ws.microprofile.openapi/src/com/ibm/ws/microprofile/openapi/ApplicationProcessor.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.microprofile.openapi/src/com/ibm/ws/microprofile/openapi/App... | Issues #<I> - Address review comments | OpenLiberty_open-liberty | train |
2effe0722d697e512d9f5fa198b106590f4a0a9b | diff --git a/src/SepaUtilities.php b/src/SepaUtilities.php
index <HASH>..<HASH> 100644
--- a/src/SepaUtilities.php
+++ b/src/SepaUtilities.php
@@ -647,6 +647,7 @@ class SepaUtilities
public static function check(string $field, $input, array $options = null)
{
$field = strtolower($field);
+ $ve... | Check if initgptyid is supported by the file version. | AbcAeffchen_SepaUtilities | train |
63a5e1753d81b3a9c629dd5b4d64776ac7304931 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -44,6 +44,11 @@ export default function(config, configurer) {
}
};
+ // In Feathers it is easy to hit the standard Node warning limit
+ // of event listeners (e.g. by registe... | Increase the default number of maximum event listeners (#<I>) | feathersjs_primus | train |
36a39162a7d72de1259181f4bb97ea2fd9c38554 | diff --git a/src/com/google/javascript/jscomp/PeepholeSubstituteAlternateSyntax.java b/src/com/google/javascript/jscomp/PeepholeSubstituteAlternateSyntax.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/PeepholeSubstituteAlternateSyntax.java
+++ b/src/com/google/javascript/jscomp/PeepholeSubstitu... | Fix invalid code generation when attempting to convert RegExp constructors whose patterns start with * to regex literals
PiperOrigin-RevId: <I> | google_closure-compiler | train |
7b642552dde0fb41ad93eab72eca1e6ca0ad2ecc | diff --git a/gns3server/controller/__init__.py b/gns3server/controller/__init__.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/__init__.py
+++ b/gns3server/controller/__init__.py
@@ -45,7 +45,7 @@ class Controller:
self.gns3vm = GNS3VM(self)
self.symbols = Symbols()
# Store settin... | Fix GNS3VM settings are lost at startup
Fix #<I> | GNS3_gns3-server | train |
689b29ea9c0af4f96d76ad0a346a623a17e9ada3 | diff --git a/tests/test_arrowed.py b/tests/test_arrowed.py
index <HASH>..<HASH> 100644
--- a/tests/test_arrowed.py
+++ b/tests/test_arrowed.py
@@ -36,3 +36,5 @@ class TestArrowed(unittest.TestCase):
proxy = tree.to.arrowed.proxy()
self.assertEqual(proxy[0].AddAK8CHS[0].sj1._toJson(), {"phi":... | pushing a simple function through the framework | scikit-hep_uproot | train |
662ca1503de1e11b29da05ab6d59cc8a5eb8b0aa | diff --git a/go/vt/vttablet/onlineddl/executor.go b/go/vt/vttablet/onlineddl/executor.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/onlineddl/executor.go
+++ b/go/vt/vttablet/onlineddl/executor.go
@@ -102,6 +102,7 @@ const (
maxPasswordLength = 32 // MySQL's *replication* password may not exceed 32 ... | Online DDL executor databae pool size increase | vitessio_vitess | train |
0146a0ceb13667395b79c3a630d8ded5ae5a1ad5 | diff --git a/test/bratio.spec.js b/test/bratio.spec.js
index <HASH>..<HASH> 100644
--- a/test/bratio.spec.js
+++ b/test/bratio.spec.js
@@ -8849,7 +8849,7 @@ describe('bratio function', function() {
bratioCall = bratio.log(a, b, x);
p = bratioCall.lower;
q = bratioCall.upper;
- cons... | Remove console.log from bratio.spec. | PanthR_panthrMath | train |
ad856a4ae2c99cf50e6cafe8b55028ae7a58c853 | diff --git a/source/org/jasig/portal/channels/CGenericXSLT.java b/source/org/jasig/portal/channels/CGenericXSLT.java
index <HASH>..<HASH> 100644
--- a/source/org/jasig/portal/channels/CGenericXSLT.java
+++ b/source/org/jasig/portal/channels/CGenericXSLT.java
@@ -310,7 +310,7 @@ public class CGenericXSLT implements IMul... | Changed XSLT transformer back to normal. The locale aware transformer produces errors for channels such as the development books channel because no localized XSL file can be found on the server.
git-svn-id: <URL> | Jasig_uPortal | train |
2567140a20d67282f50e4691e8cdefb5539d729e | diff --git a/kubernetes-itests/src/test/java/io/fabric8/kubernetes/PodEvictionIT.java b/kubernetes-itests/src/test/java/io/fabric8/kubernetes/PodEvictionIT.java
index <HASH>..<HASH> 100644
--- a/kubernetes-itests/src/test/java/io/fabric8/kubernetes/PodEvictionIT.java
+++ b/kubernetes-itests/src/test/java/io/fabric8/kub... | test: evict throws Exception when Pod not found | fabric8io_kubernetes-client | train |
9dccecfeebf3b4540712106e17664d77a22b4c46 | diff --git a/lib/conjure/instance.rb b/lib/conjure/instance.rb
index <HASH>..<HASH> 100644
--- a/lib/conjure/instance.rb
+++ b/lib/conjure/instance.rb
@@ -1,17 +1,27 @@
module Conjure
class Instance
- attr_reader :origin, :ip_address, :rails_environment
-
def initialize(options)
@origin = options[:or... | Allow initializing Instance with a preexisting server | brianauton_conjure | train |
0cd1180de4a716f8927627c22724a2fb4b3b3a08 | diff --git a/lib/concourse-fuselage/in.rb b/lib/concourse-fuselage/in.rb
index <HASH>..<HASH> 100644
--- a/lib/concourse-fuselage/in.rb
+++ b/lib/concourse-fuselage/in.rb
@@ -36,7 +36,7 @@ module Fuselage
Contract None => String
def run
fetch!
- output
+ p output
end
end
end | FIX In#run should write to STDOUT | colstrom_concourse-fuselage | train |
4d3104b0b49b1f9224d3c2016a3f833d392d94da | diff --git a/ros/stack.go b/ros/stack.go
index <HASH>..<HASH> 100755
--- a/ros/stack.go
+++ b/ros/stack.go
@@ -53,6 +53,12 @@ type DeleteStackRpcRequest struct {
RetainAllResources bool
}
+type SetDeletionProtectionRequest struct {
+ RegionId common.Region
+ StackId string
+ DeletionProtection... | ros stack support SetDeletionProtection | denverdino_aliyungo | train |
1d4f8aa1b3d499b5638ef9d2cfef243c99023751 | diff --git a/lib/puppet/provider/package/pkg.rb b/lib/puppet/provider/package/pkg.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/package/pkg.rb
+++ b/lib/puppet/provider/package/pkg.rb
@@ -69,7 +69,7 @@ Puppet::Type.type(:package).provide :pkg, :parent => Puppet::Provider::Package d
def latest
version... | (#<I>) make sure parse_line is in scope
parse_line was not in scope earlier. | puppetlabs_puppet | train |
f15e0c9d789bfc70ed5f5d2aa9a46f237d42e575 | diff --git a/lib/rails_admin/config.rb b/lib/rails_admin/config.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_admin/config.rb
+++ b/lib/rails_admin/config.rb
@@ -314,7 +314,7 @@ module RailsAdmin
end
end
end
- end.reject { |m| m.starts_with?('Concerns::') }... | fixed error for viable_models method
there are three nested levels
and the `m` in reject block is an array
which will throw `NoMethodError` for
undefined method `starts_with?' for #<Array:0x<I>fc<I>a<I>a<I>> | sferik_rails_admin | train |
2a2c8938364938cbb0760614389d44b2820dd82a | diff --git a/glances/__init__.py b/glances/__init__.py
index <HASH>..<HASH> 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -114,7 +114,7 @@ def main():
server = GlancesServer(cached_time=core.cached_time,
config=core.get_config(),
a... | Fix python <I> in client/server mode | nicolargo_glances | train |
7af1c8091898e8ca93eeceb5689a84df2d4fdbac | diff --git a/src/server/graceful_express.js b/src/server/graceful_express.js
index <HASH>..<HASH> 100644
--- a/src/server/graceful_express.js
+++ b/src/server/graceful_express.js
@@ -278,7 +278,7 @@ GracefulExpress.prototype._closeInactiveSockets = function _closeInactiveSockets
for (var i = 0, max = inactive.leng... | GracefulExpress: move to safer 'destroySoon()' | thehelp_cluster | train |
d7eca5b76d3a9d84e3a8c64599adf483bf33d221 | diff --git a/bogo/mark.py b/bogo/mark.py
index <HASH>..<HASH> 100644
--- a/bogo/mark.py
+++ b/bogo/mark.py
@@ -62,7 +62,7 @@ def add_mark(components, mark):
if mark == Mark.NONE:
if not raw_vowel == comp[1].lower():
comp[1] = raw_vowel
- elif comp[0][-1] == "đ":
+ elif comp[0] a... | Fix pressing "z" at the start of a sentence in TELEX | BoGoEngine_bogo-python | train |
283f89d63b41c10a65f290abf9d9298e918e6d18 | diff --git a/src/I18n/Number.php b/src/I18n/Number.php
index <HASH>..<HASH> 100644
--- a/src/I18n/Number.php
+++ b/src/I18n/Number.php
@@ -15,6 +15,7 @@
namespace Cake\I18n;
use NumberFormatter;
+use Locale;
/**
* Number helper library.
@@ -312,4 +313,23 @@ class Number
return $formatter;
}
+
+... | added ordinal in View NumberHelper | cakephp_cakephp | train |
7f24153ad770281cc763cd4840f1679260054fd8 | diff --git a/src/frontend/org/voltdb/iv2/MpTransactionState.java b/src/frontend/org/voltdb/iv2/MpTransactionState.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/MpTransactionState.java
+++ b/src/frontend/org/voltdb/iv2/MpTransactionState.java
@@ -279,10 +279,13 @@ public class MpTransactionState ext... | Add check for shapshotrestore to not give false possitive for deadlock. | VoltDB_voltdb | train |
107a7d2ab5eb01ce931b5e7b86a697ef8432c495 | diff --git a/lib/ataru/test_converter.rb b/lib/ataru/test_converter.rb
index <HASH>..<HASH> 100644
--- a/lib/ataru/test_converter.rb
+++ b/lib/ataru/test_converter.rb
@@ -5,17 +5,21 @@ class TestConverter
raise ArgumentError
end
before_match = code_sample.match(/(.*) #=>/)
- if before_match == nil
... | TestConverter returns status and assertion | CodePadawans_ataru | train |
c033fe1fcb60bc72beda926bbcec0e1658384bed | diff --git a/flask_admin_s3_upload.py b/flask_admin_s3_upload.py
index <HASH>..<HASH> 100755
--- a/flask_admin_s3_upload.py
+++ b/flask_admin_s3_upload.py
@@ -293,8 +293,8 @@ class S3ImageUploadField(S3FileUploadField):
self._save_image(image, temp_file, format)
super(S3ImageUploadField, self)._... | Use a new BytesIO object as the temp_file while constructing a thumbnail
Fixes #6 | Jaza_flask-admin-s3-upload | train |
70f4ce6648b451b50b248ddd394beb809dca61f4 | diff --git a/src/Rules/DictionaryWords.php b/src/Rules/DictionaryWords.php
index <HASH>..<HASH> 100644
--- a/src/Rules/DictionaryWords.php
+++ b/src/Rules/DictionaryWords.php
@@ -33,7 +33,7 @@ class DictionaryWords implements Rule
*/
public function passes($attribute, $value)
{
- return !in_array... | Add conversion of value to lowercase before comparing to dictionary words | langleyfoxall_laravel-nist-password-rules | train |
0b9fcef7cbce1a57309bf30e825869d604653a07 | diff --git a/src/org/opencms/jsp/CmsJspNavElement.java b/src/org/opencms/jsp/CmsJspNavElement.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/jsp/CmsJspNavElement.java
+++ b/src/org/opencms/jsp/CmsJspNavElement.java
@@ -133,8 +133,8 @@ public class CmsJspNavElement implements Comparable<CmsJspNavElement> {
... | Added setters in NavElement. | alkacon_opencms-core | train |
40ed60c556659028ae9ab9d5a8d32ba3de11ef6d | diff --git a/bin/cli.js b/bin/cli.js
index <HASH>..<HASH> 100755
--- a/bin/cli.js
+++ b/bin/cli.js
@@ -7,7 +7,7 @@ const cli = meow(`
$ aragon-dev-cli <subcommand>
Commands
- init <name> Initialize a new Aragon module
+ init <name> [template] Initialize a new Aragon module fro... | Add template to init command in usage | aragon_aragon-cli | train |
2950c371e115a46b26693eecaa095c401c433d05 | diff --git a/src/calmjs/tests/test_testing.py b/src/calmjs/tests/test_testing.py
index <HASH>..<HASH> 100644
--- a/src/calmjs/tests/test_testing.py
+++ b/src/calmjs/tests/test_testing.py
@@ -439,6 +439,9 @@ class IntegrationGeneratorTestCase(unittest.TestCase):
utils.stub_mod_call(self, cli)
utils.s... | Make this test more robust
- Well, don't fail when that is actually available in the environment. | calmjs_calmjs | train |
db69a327387d088718ca3df866128449cf6f7880 | diff --git a/spec/action_view/instance_methods_spec.rb b/spec/action_view/instance_methods_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/action_view/instance_methods_spec.rb
+++ b/spec/action_view/instance_methods_spec.rb
@@ -3,9 +3,9 @@ require "spec_helper"
describe "Navigator::ActionView::InstanceMethods" do
in... | Refactored setup of ERBHandler in specs. | bkuhlmann_navigator | train |
814107791282716e77559ff6cbc77508af7d6f1f | diff --git a/redisson/src/main/java/org/redisson/RedissonPriorityQueue.java b/redisson/src/main/java/org/redisson/RedissonPriorityQueue.java
index <HASH>..<HASH> 100644
--- a/redisson/src/main/java/org/redisson/RedissonPriorityQueue.java
+++ b/redisson/src/main/java/org/redisson/RedissonPriorityQueue.java
@@ -25,6 +25,... | Fixed - comparator object is not deleted or expired after corresponding RObject methods invocation. #<I> | redisson_redisson | train |
4817204e309ce917229120cb005f88f9e3cd37dd | diff --git a/aws/internal/keyvaluetags/generators/listtags/main.go b/aws/internal/keyvaluetags/generators/listtags/main.go
index <HASH>..<HASH> 100644
--- a/aws/internal/keyvaluetags/generators/listtags/main.go
+++ b/aws/internal/keyvaluetags/generators/listtags/main.go
@@ -57,6 +57,7 @@ var serviceNames = []string{
... | Add resource tagging infrastructure for EC2 Image Builder. | terraform-providers_terraform-provider-aws | train |
b500b041bef3ca6571e55fbda2356161d6d30408 | diff --git a/lib/secure_headers/version.rb b/lib/secure_headers/version.rb
index <HASH>..<HASH> 100644
--- a/lib/secure_headers/version.rb
+++ b/lib/secure_headers/version.rb
@@ -1,3 +1,3 @@
module SecureHeaders
- VERSION = "2.0.2"
+ VERSION = "2.1.0"
end | version bump for hpkp support | twitter_secure_headers | train |
4463f389c2ab1d617ef365a284237ff2cd090189 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
"react-dom": "^0.14.6",
"react-object": "^2.0.9",
"react-schema": "^1.1.0",
+ "semver": "^5.1.0",
"shelljs": "^0.5.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.1... | Required min version of node at startup. | philcockfield_ui-harness | train |
f1a598ac5c8fd99e79eb10ed29f8365c5f5f3503 | diff --git a/bakery_lint/fonttests/test_metadata.py b/bakery_lint/fonttests/test_metadata.py
index <HASH>..<HASH> 100644
--- a/bakery_lint/fonttests/test_metadata.py
+++ b/bakery_lint/fonttests/test_metadata.py
@@ -35,32 +35,6 @@ def get_FamilyProto_Message(path):
return metadata
-class TestFontOnDiskFamilyEqu... | port test_font_on_disk_family_equal_in_metadata_protobuf
"Font on disk and in METADATA.pb have the same family name ?" | googlefonts_fontbakery | train |
b337749a5ac60b442c8e6eb0bfbbfbdb91c7876e | diff --git a/apps/wpcom-block-editor/src/wpcom/features/tracking.js b/apps/wpcom-block-editor/src/wpcom/features/tracking.js
index <HASH>..<HASH> 100644
--- a/apps/wpcom-block-editor/src/wpcom/features/tracking.js
+++ b/apps/wpcom-block-editor/src/wpcom/features/tracking.js
@@ -324,8 +324,11 @@ const trackInnerBlocksRe... | Editor Stats - Fix `from_template_selector` property for insert block events. (#<I>)
* fix filter string id
* support old filter | Automattic_wp-calypso | train |
c06505549e461b62a4476db52a7a8ce77f5cac96 | diff --git a/p2p/muxer/muxer-multistream/multistream.go b/p2p/muxer/muxer-multistream/multistream.go
index <HASH>..<HASH> 100644
--- a/p2p/muxer/muxer-multistream/multistream.go
+++ b/p2p/muxer/muxer-multistream/multistream.go
@@ -5,7 +5,7 @@ package multistream
import (
"net"
- mss "gx/ipfs/Qmf91yhgRLo2dhhbc5zZ7T... | gx publish version <I> | libp2p_go-libp2p | train |
7f453115caead2ca389fbfc98362880e1e5128b7 | diff --git a/lib/features/overlays/Overlays.js b/lib/features/overlays/Overlays.js
index <HASH>..<HASH> 100644
--- a/lib/features/overlays/Overlays.js
+++ b/lib/features/overlays/Overlays.js
@@ -498,8 +498,10 @@ Overlays.prototype._init = function() {
if (container) {
domRemove(container.html);
- var... | fix(overlay): remove cached overlay container properly
closes #<I> | bpmn-io_diagram-js | train |
191b9dff2f3faf281a77e211c6ef47243d6a9e8d | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/SubtaskExecutionAttemptAccumulatorsHandler.java b/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/SubtaskExecutionAttemptAccumulatorsHandler.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apa... | [FLINK-<I>][rest] Fix NPE when writing the archive json file to FileSystem
This closes #<I>. | apache_flink | train |
4812f93802ae44a4330bdafcfb764d56d42c00dc | diff --git a/python_modules/dagster/dagster/core/execution/plan/plan.py b/python_modules/dagster/dagster/core/execution/plan/plan.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/execution/plan/plan.py
+++ b/python_modules/dagster/dagster/core/execution/plan/plan.py
@@ -1310,7 +1310,9 @@ def _ge... | dynamic out bug fix (#<I>)
Fixes a bug where we were not properly handling dependency resolution in some more complex cases.
## Test Plan
added test case that failed before the fix | dagster-io_dagster | train |
fdefa9529a18249ac74065c9fd1c56e7b8662db6 | diff --git a/hazelcast/src/main/java/com/hazelcast/map/impl/LazyMapEntry.java b/hazelcast/src/main/java/com/hazelcast/map/impl/LazyMapEntry.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/impl/LazyMapEntry.java
+++ b/hazelcast/src/main/java/com/hazelcast/map/impl/LazyMapEntry.java
@@ -1... | EE query fix - CachedQueryEntry is serializes in the context of Native memory. | hazelcast_hazelcast | train |
195e4db843bb26bf8f9e59d9a63c28331f5fa116 | diff --git a/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/service/CyclePluginServiceImpl.java b/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/service/CyclePluginServiceImpl.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/service/CyclePlu... | Activiti Cycle: fixed support for ArtifactAwareParameterizedActions. | Activiti_Activiti | train |
b45acd49b9d43d315b33fcd28aa468b8dbc8b400 | diff --git a/scratch_file.js b/scratch_file.js
index <HASH>..<HASH> 100644
--- a/scratch_file.js
+++ b/scratch_file.js
@@ -5,9 +5,10 @@ const nlp = require('./src/index');
// const nlp = require('./builds/nlp_compromise');
// require('./src/logger').enable();
-// let str = 'i think he\'s nice';
-// let r = nlp('buy... | tetss almost passing | spencermountain_compromise | train |
10c053e15dce9805d0808a83fb4bb723db35939a | diff --git a/tests/test-timber-term.php b/tests/test-timber-term.php
index <HASH>..<HASH> 100644
--- a/tests/test-timber-term.php
+++ b/tests/test-timber-term.php
@@ -13,6 +13,25 @@
$this->assertEquals('Cardinals', $baseball_teams[0]->name());
}
+ /**
+ * @ticket #2362
+ */
+ function testMultiTermsWithS... | Create test for issue in #<I> | timber_timber | train |
9c53024eade661d98d5a344bc08b2dc4ed386903 | diff --git a/docker/api/container.py b/docker/api/container.py
index <HASH>..<HASH> 100644
--- a/docker/api/container.py
+++ b/docker/api/container.py
@@ -523,6 +523,10 @@ class ContainerApiMixin(object):
- ``container:<name|id>`` Reuse another container's network
stack.
... | raise an error for binding specific ports in 'host' mode of network
The binding ports are ignored where the network mode is 'host'.
It could be a problem in case of using these options together on
Mac or Windows OS. Because the limitation that could not use
the 'host' in network_mode on Mac and Windows. When 'host' mo... | docker_docker-py | train |
06275aa7c47fe1a057422f9d39a2a0fb94cbacbb | diff --git a/spans/types.py b/spans/types.py
index <HASH>..<HASH> 100644
--- a/spans/types.py
+++ b/spans/types.py
@@ -154,6 +154,11 @@ class Range(PartialOrderingMixin, PicklableSlotMixin):
if upper is None and upper_inc:
raise ValueError("Upper bound can not be inclusive when infinite")
+ ... | Added normalization to empty in Range constructor.
In discrete ranges, normalization is only checked if the range is not
already normalized by base class.
Added test case for overlap. | runfalk_spans | train |
7346aa3cad9d4d16df08beae56ea11b09a5b9413 | diff --git a/integration-test.py b/integration-test.py
index <HASH>..<HASH> 100755
--- a/integration-test.py
+++ b/integration-test.py
@@ -65,7 +65,15 @@ class populated_go_server:
class IntegrationTest(unittest.TestCase):
def test_all_versions(self):
- for gocd_version in ['13.4.0-18334', '14.4.0-1356']... | Hilverd/Ivan - run integration test against multiple versions of GoCD server | gocd-contrib_gomatic | train |
482d5a031802ce5e18a385744f4272a059f3492c | diff --git a/js/kucoin2.js b/js/kucoin2.js
index <HASH>..<HASH> 100644
--- a/js/kucoin2.js
+++ b/js/kucoin2.js
@@ -492,9 +492,13 @@ module.exports = class kucoin2 extends Exchange {
const request = { 'currency': currencyId };
const response = await this.privateGetDepositAddresses (this.extend (request... | fix for when there is no data in fetchdepositaddress | ccxt_ccxt | train |
1c53160cb1b334b09378935a398f0fdb95613e94 | diff --git a/tarbell/template.py b/tarbell/template.py
index <HASH>..<HASH> 100644
--- a/tarbell/template.py
+++ b/tarbell/template.py
@@ -159,3 +159,6 @@ def pprint_lines(value):
)
return Markup(formatted)
+# add slughifi
+filters.add_app_template_filter(slughifi)
+ | Include slughifi filter (but don't call it 'slugify') | tarbell-project_tarbell | train |
2b525a97198bb762a1ef74393ed14e83113f137b | diff --git a/sticky-sidebar.js b/sticky-sidebar.js
index <HASH>..<HASH> 100755
--- a/sticky-sidebar.js
+++ b/sticky-sidebar.js
@@ -75,7 +75,7 @@ const StickySidebar = (() => {
* @param {Object} options - The options of sticky sidebar.
*/
constructor(sidebar, options = {}){
- this.options = Stic... | Add some control to containerSelector option. | abouolia_sticky-sidebar | train |
a2c8a99290c2a260a64f0e7087c72853155a6e39 | diff --git a/lib/atdis/models/event.rb b/lib/atdis/models/event.rb
index <HASH>..<HASH> 100644
--- a/lib/atdis/models/event.rb
+++ b/lib/atdis/models/event.rb
@@ -11,6 +11,8 @@ module ATDIS
# Mandatory parameters
validates :id, :timestamp, :description, presence_before_type_cast: {spec_section: "4.3.4"}... | Ensure that event timestamp is formatted correctly | openaustralia_atdis | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.