hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
dd08c532abf48483b545b8d617a3073e17e43fca | diff --git a/dwave/cloud/upload.py b/dwave/cloud/upload.py
index <HASH>..<HASH> 100644
--- a/dwave/cloud/upload.py
+++ b/dwave/cloud/upload.py
@@ -213,11 +213,6 @@ class FileView(io.RawIOBase):
key = slice(start, stop)
n = self._fb.getinto(key, b)
self._pos += n
-
- # indicate EOF to r... | Make FileView fully BaseIO-compliant | dwavesystems_dwave-cloud-client | train |
31189b529cd3d953bc040e46b8470a736dd0dbd2 | diff --git a/symbols/arglist.py b/symbols/arglist.py
index <HASH>..<HASH> 100644
--- a/symbols/arglist.py
+++ b/symbols/arglist.py
@@ -10,7 +10,7 @@
# ----------------------------------------------------------------------
from symbol_ import Symbol
-
+from argument import SymbolARGUMENT
class SymbolARGLIST(Symbo... | - Fixed len (not a property)
- Added some assert checking | boriel_zxbasic | train |
a475bb81f6d1594426d99024934078c2660a53f9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1 +1,43 @@
-// like woah
\ No newline at end of file
+var fs = require('fs');
+var minify = require('html-minifier').minify;
+var engine = new TemplateEngine();
+
+
+function TemplateEngine() {
+ var self = this;
+
+ se... | wild west: let's get something working! | scniro_angular-tpl2js | train |
fabc4c6c70928ce18d80ecb66717cdd59e4278aa | diff --git a/buildbot/status/mail.py b/buildbot/status/mail.py
index <HASH>..<HASH> 100644
--- a/buildbot/status/mail.py
+++ b/buildbot/status/mail.py
@@ -350,6 +350,12 @@ class MailNotifier(base.StatusReceiverMultiService):
recipients = set()
for r in rlist:
+
+ # Git can give emails lik... | Handle an odd email from git | buildbot_buildbot | train |
ec0f272b1e00154659b8608a6df21ff01840cd6a | diff --git a/test/benchmark/valgrind.rb b/test/benchmark/valgrind.rb
index <HASH>..<HASH> 100644
--- a/test/benchmark/valgrind.rb
+++ b/test/benchmark/valgrind.rb
@@ -4,35 +4,44 @@ $LOAD_PATH << "#{HERE}/../../lib/"
require 'memcached'
-@value = []
-@marshalled = Marshal.dump(@value)
-@opts = [
- ['127.0.0.1:4304... | Cleaner valgrind script. | arthurnn_memcached | train |
0647ff4639f9e50d65478f577ad812088ce574cb | diff --git a/isochrones/starmodel.py b/isochrones/starmodel.py
index <HASH>..<HASH> 100644
--- a/isochrones/starmodel.py
+++ b/isochrones/starmodel.py
@@ -80,7 +80,7 @@ class StarModel(object):
"""
def __init__(self,ic,maxAV=1,max_distance=3000,
- use_emcee=False, param_limits=None,
... | backtracked "param_limit"; using just min_logg now | timothydmorton_isochrones | train |
1438d157587e7f5c9360335a5a41caa08cb6d726 | diff --git a/scripts/configure.php b/scripts/configure.php
index <HASH>..<HASH> 100644
--- a/scripts/configure.php
+++ b/scripts/configure.php
@@ -7,7 +7,7 @@ use Tuum\Form\Forms;
use Tuum\Locator\Locator;
use Tuum\Router\Tuum\Router;
use Tuum\View\ErrorView;
-use Tuum\View\Tuum\Renderer;
+use Tuum\View\Renderer;
u... | use Tuum\View as default renderer.
removed Aura and Plates from required package. | TuumPHP_Web | train |
7e9c561e18f5e53e70a23df9f8e3e82132a82189 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,24 +2,19 @@ import setuptools
import numpy.distutils.core
import os
+#f2py -c --include-paths $CDF_INC -I$CDF_INC $CDF_LIB/libcdf.a -m fortran_cdf fortran_cdf.f -lm -lc
+
# setup fortran 90 extension
#----------------... | setup.py now works, except for path detection of CDF_LIB | rstoneback_pysatCDF | train |
17c056892c798fed23566b1235681b9ce395cf1a | diff --git a/router/parse.go b/router/parse.go
index <HASH>..<HASH> 100644
--- a/router/parse.go
+++ b/router/parse.go
@@ -27,6 +27,11 @@ func validate(schemaLoader, docLoader gojsonschema.JSONLoader) error {
// UnmarshalYAML unmarshals the `matchers` section of a log-routing
// configuration and validates it.
func ... | router: Add comment about YAML unmarshaling. | Clever_kayvee-go | train |
019fde2c6f410b2279bacd9aaa3d7ace58f5f7e6 | diff --git a/tenant_schemas/management/commands/syncdb.py b/tenant_schemas/management/commands/syncdb.py
index <HASH>..<HASH> 100644
--- a/tenant_schemas/management/commands/syncdb.py
+++ b/tenant_schemas/management/commands/syncdb.py
@@ -1,5 +1,6 @@
from django.core.management.base import CommandError
from django.co... | tests run again. fixes #<I> | bernardopires_django-tenant-schemas | train |
5d521b4d9f95b6f6134e01c328360cec55f55eb2 | diff --git a/rules/autodiscovery/tests/Rector/FileSystem/MoveServicesBySuffixToDirectoryRector/MutualRenameTest.php b/rules/autodiscovery/tests/Rector/FileSystem/MoveServicesBySuffixToDirectoryRector/MutualRenameTest.php
index <HASH>..<HASH> 100644
--- a/rules/autodiscovery/tests/Rector/FileSystem/MoveServicesBySuffixT... | BUGFIX: Correction of parsing error while executing command 'composer complete-check' (#<I>) | rectorphp_rector | train |
4651802c757b4d0cb261c21372e505315fc6752e | diff --git a/cnxpublishing/tests/views/test_publishing.py b/cnxpublishing/tests/views/test_publishing.py
index <HASH>..<HASH> 100644
--- a/cnxpublishing/tests/views/test_publishing.py
+++ b/cnxpublishing/tests/views/test_publishing.py
@@ -1411,7 +1411,8 @@ class BakeContentTestCase(BaseFunctionalViewTestCase):
... | Comment out notifications count assertion (#<I>)
These assertions are error prone. It's hard to reliably get these results.
Addresses #<I> | openstax_cnx-publishing | train |
7f88e4ffdde0595bc64ace916bfb8cc42e24cf28 | diff --git a/objects/catalog.py b/objects/catalog.py
index <HASH>..<HASH> 100644
--- a/objects/catalog.py
+++ b/objects/catalog.py
@@ -33,14 +33,14 @@ class AbstractCatalog(object):
return attribute
@classmethod
- def __all_providers__(cls):
+ def __all_providers__(cls, provider_type=Provider):
... | Adding possibility to get all providers by type from catalog | ets-labs_python-dependency-injector | train |
f0cb0bcda8a9d982b343e05a34da5617042aa083 | diff --git a/centinel/client.py b/centinel/client.py
index <HASH>..<HASH> 100644
--- a/centinel/client.py
+++ b/centinel/client.py
@@ -309,7 +309,7 @@ class Client:
for fname, fcontents in exp.external_results.items():
external_file_name = ("external_%s-%s-%s"
... | excluded colon in file name when adding datetime since colon makes filename a mess in different platforms | iclab_centinel | train |
1f4298cf571ff17cd4af5a4bf34a1f8aeb3f9ef7 | diff --git a/stanza/utils/training/run_constituency.py b/stanza/utils/training/run_constituency.py
index <HASH>..<HASH> 100644
--- a/stanza/utils/training/run_constituency.py
+++ b/stanza/utils/training/run_constituency.py
@@ -25,6 +25,10 @@ RETAG_METHOD = {
}
BERT = {
+ # https://huggingface.co/dbmdz/bert-base-... | Add a line for TR bert | stanfordnlp_stanza | train |
3184b95ac7cec73c952d3a52c75a8d9da3f04d46 | diff --git a/Source/com/drew/metadata/photoshop/PhotoshopReader.java b/Source/com/drew/metadata/photoshop/PhotoshopReader.java
index <HASH>..<HASH> 100644
--- a/Source/com/drew/metadata/photoshop/PhotoshopReader.java
+++ b/Source/com/drew/metadata/photoshop/PhotoshopReader.java
@@ -110,7 +110,7 @@ public class Photosho... | Overflowing a short length so it goes negative and screws up the byte read pointer | drewnoakes_metadata-extractor | train |
2bab40e21f473e131bc4ed7a8a66deb359b0d442 | diff --git a/lib/preprocessors/generate-yuidoc.js b/lib/preprocessors/generate-yuidoc.js
index <HASH>..<HASH> 100644
--- a/lib/preprocessors/generate-yuidoc.js
+++ b/lib/preprocessors/generate-yuidoc.js
@@ -49,6 +49,35 @@ DIGESTERS.yield = function(tagname, value, target, block) {
return paramDigest.call(this, tagna... | Fix support for decorators (#<I>) | ember-learn_ember-cli-addon-docs-yuidoc | train |
d60069aa087016e049a4f7de8785d1c41d6183fb | diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/base.py
+++ b/openquake/calculators/base.py
@@ -758,11 +758,6 @@ class RiskCalculator(HazardCalculator):
oq = self.oqparam
E = oq.number_of_ground_motion_fields
o... | Work for risk logic trees [skip hazardlib] | gem_oq-engine | train |
2b7642cff025be3b8ac019ae77f2f19ecd07fa87 | diff --git a/src/selector.js b/src/selector.js
index <HASH>..<HASH> 100644
--- a/src/selector.js
+++ b/src/selector.js
@@ -741,12 +741,25 @@ if ( document.querySelectorAll ) (function(){
Sizzle.matches = oldSizzle.matches;
})();
-if ( document.getElementsByClassName && document.documentElement.getElementsByClassNa... | Added logic for not using getElementsByClassName in different failure states. Fixes jQuery bugs #<I> and #<I>. | jquery_jquery | train |
cb3cdd852a0df52bb60213d8e8cca759100ffa29 | diff --git a/src/test/java/org/jooq/lambda/SeqTest.java b/src/test/java/org/jooq/lambda/SeqTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jooq/lambda/SeqTest.java
+++ b/src/test/java/org/jooq/lambda/SeqTest.java
@@ -41,10 +41,12 @@ import java.util.Arrays;
import java.util.Collections;
import java.util... | [#<I>] Add unit test for usage of grouped() with iterator() | jOOQ_jOOL | train |
ec9427c8e3fc297c6015699ff5a9c6db99d2f0e0 | diff --git a/vault/counters.go b/vault/counters.go
index <HASH>..<HASH> 100644
--- a/vault/counters.go
+++ b/vault/counters.go
@@ -13,7 +13,7 @@ import (
const (
requestCounterDatePathFormat = "2006/01"
countersPath = systemBarrierPrefix + "counters"
- requestCountersRelPath = "counters/reque... | Save metrics to barrier without going through c.systemBarrierView (#<I>)
* Don't bother trying to save metrics when we don't have a barrier. Use stateLock.
* Use c.barrier instead of c.systemBarrierView, thus we don't need locking
and don't need to worry about race with mount setup.
* Remove unneccessary lock. | hashicorp_vault | train |
e4406ff8a0d51ee49cacd46e141cd4df4674aec4 | diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/co... | SONAR-<I> The "Quality Profiles" in the breadcrumb is not translated | SonarSource_sonarqube | train |
86ac321a23732a93b0145811b3e3100a25708a5b | diff --git a/samples/config.json b/samples/config.json
index <HASH>..<HASH> 100644
--- a/samples/config.json
+++ b/samples/config.json
@@ -1,3 +1,8 @@
{
- "vus": 100
+ "vus": 100,
+ "collectors": {
+ "influxdb": {
+ "tagsAsFields": ["vu","iter"]
+ }
+ }
}
diff --git a/stats/influxdb/collector.go b/stats... | K6 tags as InfluxDB fields configurable | loadimpact_k6 | train |
8e1dfe9f7300a6ad8672be3543809acd05c7f74f | diff --git a/src/request/change-passphrase/ChangePassphrase.js b/src/request/change-passphrase/ChangePassphrase.js
index <HASH>..<HASH> 100644
--- a/src/request/change-passphrase/ChangePassphrase.js
+++ b/src/request/change-passphrase/ChangePassphrase.js
@@ -37,7 +37,7 @@ class ChangePassphrase {
butto... | bugfix, remove change to passphraseBox (to be added back in) | nimiq_keyguard-next | train |
78871859848df1d270b5b7b4cb1271a0e3e0b813 | diff --git a/pkg/kube/client.go b/pkg/kube/client.go
index <HASH>..<HASH> 100644
--- a/pkg/kube/client.go
+++ b/pkg/kube/client.go
@@ -429,7 +429,11 @@ func updateResource(c *Client, target *resource.Info, currentObj runtime.Object,
if err != nil {
return nil
}
- client, _ := c.ClientSet()
+
+ client, err := c.C... | Add check for getting kubeclient | helm_helm | train |
c8de3b652f8251b72ba5dd41df62291c25f1a421 | diff --git a/router/routertest/race_test.go b/router/routertest/race_test.go
index <HASH>..<HASH> 100644
--- a/router/routertest/race_test.go
+++ b/router/routertest/race_test.go
@@ -8,6 +8,7 @@ package routertest
import (
"fmt"
+ "net/url"
"runtime"
"sync"
@@ -21,27 +22,27 @@ func (s *S) TestAddRouteAndRemo... | router/routertest: fix test | tsuru_tsuru | train |
764158ea2ba037128cb6e784a69fca35781f15b2 | diff --git a/handlers.go b/handlers.go
index <HASH>..<HASH> 100644
--- a/handlers.go
+++ b/handlers.go
@@ -15,7 +15,8 @@ import (
)
func (k *Kite) addDefaultHandlers() {
- k.HandleFunc("kite.systemInfo", systemInfo)
+ // Default RPC methods
+ k.HandleFunc("kite.systemInfo", handleSystemInfo)
k.HandleFunc("kite.he... | kite: Export an HTTP muxer to add more HTTP endpoints.
Kite had only /kite websocket endpoint which the kites communicate
through.
This PR adds a new field, HTTPMuxer, to satisfy the need to add more
HTTP handlers, such as /healtcheck, /version endpoints. | koding_kite | train |
441d2b1727f05a10dd8b2a947c0bec4810265a38 | diff --git a/src/main/java/net/finmath/montecarlo/BrownianMotionLazyInit.java b/src/main/java/net/finmath/montecarlo/BrownianMotionLazyInit.java
index <HASH>..<HASH> 100755
--- a/src/main/java/net/finmath/montecarlo/BrownianMotionLazyInit.java
+++ b/src/main/java/net/finmath/montecarlo/BrownianMotionLazyInit.java
@@ -2... | Updated toString() method. | finmath_finmath-lib | train |
c510ddafcd720024aa628c3671f92506178bf12d | diff --git a/tests/integration/routes/accounts/patch-accounts-test.js b/tests/integration/routes/accounts/patch-accounts-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/routes/accounts/patch-accounts-test.js
+++ b/tests/integration/routes/accounts/patch-accounts-test.js
@@ -185,8 +185,24 @@ test('PATCH /acc... | test(routes): PATCH /accounts/<I>?include=profile | hoodiehq_hoodie-account-server | train |
b193c895219145970918900c06ecf67848ad408b | diff --git a/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php b/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php
index <HASH>..<HASH> 100644
--- a/Neos.FluidAdaptor/Classes/Core/ViewHelper/TemplateVariableContainer.php
+++ b/Neos.FluidAdaptor/Classes/Core/ViewHelper/Templat... | TASK: Include regex fix for multiple nested variables | neos_flow-development-collection | train |
1363b815d1a540969c14108025f2751db0fdb9fb | diff --git a/recipes/pygame/__init__.py b/recipes/pygame/__init__.py
index <HASH>..<HASH> 100644
--- a/recipes/pygame/__init__.py
+++ b/recipes/pygame/__init__.py
@@ -37,7 +37,7 @@ class PygameRecipe(Recipe):
env['LDFLAGS'] = env['LDFLAGS'] + ' -L{libs_path} -L{src_path}/obj/local/{arch} -lm -lz'.format(
... | Fixed liblink env var for CythonRecipes | kivy_python-for-android | train |
97b113e1dbf44d3250515b9d5c505f41345fdf05 | diff --git a/eZ/Publish/Core/FieldType/Image/Type.php b/eZ/Publish/Core/FieldType/Image/Type.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/FieldType/Image/Type.php
+++ b/eZ/Publish/Core/FieldType/Image/Type.php
@@ -315,7 +315,9 @@ class Type extends FieldType
'fileSize' => $value->fileSize,
... | EZP-<I>: Added width/height properties to Image\Value | ezsystems_ezpublish-kernel | train |
90f73fce865ba7ead38cb6f7cd236f5eded08d3f | diff --git a/source/Spiral/Core/Bootloaders/SpiralBindings.php b/source/Spiral/Core/Bootloaders/SpiralBindings.php
index <HASH>..<HASH> 100644
--- a/source/Spiral/Core/Bootloaders/SpiralBindings.php
+++ b/source/Spiral/Core/Bootloaders/SpiralBindings.php
@@ -73,6 +73,7 @@ class SpiralBindings extends Bootloader
... | Update SpiralBindings.php
Responses alias | spiral_exceptions | train |
b83c5fc684e2ea75431f64309b96ecd10eeff4f2 | diff --git a/ding0/grid/mv_grid/tools.py b/ding0/grid/mv_grid/tools.py
index <HASH>..<HASH> 100644
--- a/ding0/grid/mv_grid/tools.py
+++ b/ding0/grid/mv_grid/tools.py
@@ -67,20 +67,10 @@ def set_circuit_breakers(mv_grid, mode='load', debug=False):
"""
- def relocate_circuit_breaker(circ_breaker, mv_grid, po... | advancement relocate_circuit_breakers(), choose branch differently | openego_ding0 | train |
29268839fa69c0475d03c83c3010148fcc9aecbb | diff --git a/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/MediaGroup.java b/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/MediaGroup.java
index <HASH>..<HASH> 100644
--- a/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/... | RESTCOMM-<I> #Comment proper cleanup of the MediaGroup resources | RestComm_Restcomm-Connect | train |
e4812afe9e8012ec706e4f9a84acf1c30855f036 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/ThemeVersion.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/ThemeVersion.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/ThemeVersion.js
+++ b/bundles/org.eclipse.orion.client.u... | Tweaking colours in Dark theme | eclipse_orion.client | train |
fb2d788f44ac9957e9be81e76daf65cf56c3564f | diff --git a/cellpy/utils/fitting_cell_ocv.py b/cellpy/utils/fitting_cell_ocv.py
index <HASH>..<HASH> 100644
--- a/cellpy/utils/fitting_cell_ocv.py
+++ b/cellpy/utils/fitting_cell_ocv.py
@@ -131,8 +131,9 @@ if __name__ == '__main__':
init_guess_up = guessing_parameters(v_start_up, i_cut_off,
... | fitting with tau, but the time constant is not well fitted. A lot of error | jepegit_cellpy | train |
5691b4a0d2df961aaaaef1cacc7618bf8bb69ae1 | diff --git a/light_wallet.js b/light_wallet.js
index <HASH>..<HASH> 100644
--- a/light_wallet.js
+++ b/light_wallet.js
@@ -204,7 +204,7 @@ function refreshLightClientHistory(addresses, handle){
ifOk: function(bRefreshUI){
clearInterval(interval);
finish();
- if (!addresses) {
+ if (!addres... | emit first_history_received only once | byteball_ocore | train |
0aeadfd02ddee35f1fe46eac9b08479742b074b6 | diff --git a/tpl/tplimpl/template_funcs_test.go b/tpl/tplimpl/template_funcs_test.go
index <HASH>..<HASH> 100644
--- a/tpl/tplimpl/template_funcs_test.go
+++ b/tpl/tplimpl/template_funcs_test.go
@@ -2908,6 +2908,46 @@ func TestPartialHTMLAndText(t *testing.T) {
}
+func TestPartialWithError(t *testing.T) {
+ t.Para... | tplimpl: Add test with failing partial
Main motivation to see that the containing template name is included in the error message name.
It is. | gohugoio_hugo | train |
8d84a48d7c5327832ba8ddaafbc4f0c4a1eb426b | diff --git a/spyder_notebook/notebookplugin.py b/spyder_notebook/notebookplugin.py
index <HASH>..<HASH> 100644
--- a/spyder_notebook/notebookplugin.py
+++ b/spyder_notebook/notebookplugin.py
@@ -77,7 +77,7 @@ class NotebookPlugin(SpyderPluginWidget):
corner_widgets = {Qt.TopRightCorner: [new_notebook_btn, menu... | Widgets: Remove testing attribute from tab widget
Instead, change the test so that it expects the widget to behave as normal. | spyder-ide_spyder-notebook | train |
7704ca4896d0d481715b90e30afa9b4fdb3e0c18 | diff --git a/test/edit-manual.php b/test/edit-manual.php
index <HASH>..<HASH> 100644
--- a/test/edit-manual.php
+++ b/test/edit-manual.php
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Swat Example Form</title>
- <meta http-equiv="Content-Type" content="text/html;... | new stuff
svn commit r<I> | silverorange_swat | train |
4d95d914ab266598320563fa9e6154937bf77e0e | diff --git a/oryx-app/src/test/java/com/cloudera/oryx/app/speed/rdf/RDFSpeedIT.java b/oryx-app/src/test/java/com/cloudera/oryx/app/speed/rdf/RDFSpeedIT.java
index <HASH>..<HASH> 100644
--- a/oryx-app/src/test/java/com/cloudera/oryx/app/speed/rdf/RDFSpeedIT.java
+++ b/oryx-app/src/test/java/com/cloudera/oryx/app/speed/r... | Issue #<I> : possible fix, for no elements of one class | OryxProject_oryx | train |
4f1ce00c3e584361f28089f4b8ab063df135ad7f | diff --git a/satpy/tests/writer_tests/test_ninjogeotiff.py b/satpy/tests/writer_tests/test_ninjogeotiff.py
index <HASH>..<HASH> 100644
--- a/satpy/tests/writer_tests/test_ninjogeotiff.py
+++ b/satpy/tests/writer_tests/test_ninjogeotiff.py
@@ -184,6 +184,20 @@ def test_image_small_mid_atlantic_L(test_area_tiny_eqc_spher... | Add (failing) unit test for ninjogeotiff units
Add a failing unit test for the functionality of converting the units of
NinJoGeoTIFF data, or rather, the axis intercept. | pytroll_satpy | train |
505452067137cc8baa46fe40be96c05f3716a37d | diff --git a/src/main/java/com/wandrell/velocity/tool/SkinConfigUtils.java b/src/main/java/com/wandrell/velocity/tool/SkinConfigUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/wandrell/velocity/tool/SkinConfigUtils.java
+++ b/src/main/java/com/wandrell/velocity/tool/SkinConfigUtils.java
@@ -51,6 +51,9 @@... | Added warning about the class being stateful | Bernardo-MG_maven-site-fixer | train |
844818cad07ce490ccb9d8542ebb6b4fc7a61cb4 | diff --git a/lib/twitter/tweet.rb b/lib/twitter/tweet.rb
index <HASH>..<HASH> 100644
--- a/lib/twitter/tweet.rb
+++ b/lib/twitter/tweet.rb
@@ -10,7 +10,7 @@ module Twitter
attr_reader :filter_level, :in_reply_to_screen_name, :lang, :source, :text
# @return [Integer]
attr_reader :favorite_count, :in_reply... | Add quote_count and reply_count attributes to Twitter::Tweet | sferik_twitter | train |
f9e24e15eb41c957a6413a657f92255a8cc3300b | diff --git a/gulp/package-task.js b/gulp/package-task.js
index <HASH>..<HASH> 100644
--- a/gulp/package-task.js
+++ b/gulp/package-task.js
@@ -49,7 +49,7 @@ const createMainPackageJson = (target, format) => (orig) => ({
main: `${mainExport}.node`,
browser: `${mainExport}.dom`,
types: `${mainExport}.node.... | update unpkg url in generated package.json | ReactiveX_IxJS | train |
7ce4cac717c7658cb69b5a48600e6054988edcaa | diff --git a/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java b/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java
index <HASH>..<HASH> 100644
--- a/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java
+++ b/kite-data/kite-data-core/src/ma... | CDK-<I>: Add Registration support to look up dataset patterns.
This also adds a method to construct a dataset URI from a repo URI and a
dataset name. It should be moved to a URI builder class. | kite-sdk_kite | train |
053f34a54d9e283042592a6492b7bd300d2c3a19 | diff --git a/guacamole-common-js/src/main/webapp/modules/Layer.js b/guacamole-common-js/src/main/webapp/modules/Layer.js
index <HASH>..<HASH> 100644
--- a/guacamole-common-js/src/main/webapp/modules/Layer.js
+++ b/guacamole-common-js/src/main/webapp/modules/Layer.js
@@ -67,6 +67,16 @@ Guacamole.Layer = function(width, ... | GUACAMOLE-<I>: Only preserve canvas contents during resize if there are contents to preserve. | glyptodon_guacamole-client | train |
e23c058328b39bfe5bd9cfe8ce597571bd430828 | diff --git a/src/Gaufrette/Adapter/AwsS3.php b/src/Gaufrette/Adapter/AwsS3.php
index <HASH>..<HASH> 100644
--- a/src/Gaufrette/Adapter/AwsS3.php
+++ b/src/Gaufrette/Adapter/AwsS3.php
@@ -4,6 +4,8 @@ namespace Gaufrette\Adapter;
use Gaufrette\Adapter;
use Aws\S3\S3Client;
+use Gaufrette\Util;
+
/**
* Amazon S3 ... | Get content type by resource awsS3, Inspired by Pull-Request (Handle writing file by ressource as expected by Azure #<I>)
Return content size by resource awsS3, Inspired by Pull-Request (Handle writing file by ressource as expected by Azure #<I>)
Calculate size from resource, Inspired by Pull-Request (Handle writing fi... | KnpLabs_Gaufrette | train |
079eb3647fdcb54ba55e8a59c1835e16963bed8e | diff --git a/test/unit/callbacks/afterCreate.findOrCreate.js b/test/unit/callbacks/afterCreate.findOrCreate.js
index <HASH>..<HASH> 100644
--- a/test/unit/callbacks/afterCreate.findOrCreate.js
+++ b/test/unit/callbacks/afterCreate.findOrCreate.js
@@ -4,10 +4,11 @@ var Collection = require('../../../lib/waterline/collec... | pass tests for findOrCreate afterCreate callback | balderdashy_waterline | train |
8f505c17946934d1e792e32b22903f0cc9ed7995 | diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/TransitionsAnimation.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/TransitionsAnimation.java
index <HASH>..<HASH> 100755
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Tra... | CSS3 animations where failing with "%" units, fixing it in the same way we do with non CSS3 | ArcBees_gwtquery | train |
a9602587c4f6bff542d80edc7ca624739a3f5c43 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ py_version = platform.python_version()
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')
-_APITOOLS_VERSION = '0.4.6'
+_APITOOLS_VERSION = '0.4.7'
with open('README.rst') as fileobj:
... | Update version for <I> release. | google_apitools | train |
e0ca7883f26a3966ee50037b0eeee0a14f670fc6 | diff --git a/src/Controller.php b/src/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Controller.php
+++ b/src/Controller.php
@@ -16,8 +16,8 @@ abstract class Controller implements ContainerAwareInterface
{
if ( ! isset($this->view)) return;
- $view = $this->container['view']->make($this->vi... | These methods can't be chained | encorephp_controller | train |
ca9f4162f6ccf69e08c2c26b32f522bf995cb1b8 | diff --git a/Minecraft/src/main/java/com/microsoft/Malmo/Utils/JSONWorldDataHelper.java b/Minecraft/src/main/java/com/microsoft/Malmo/Utils/JSONWorldDataHelper.java
index <HASH>..<HASH> 100755
--- a/Minecraft/src/main/java/com/microsoft/Malmo/Utils/JSONWorldDataHelper.java
+++ b/Minecraft/src/main/java/com/microsoft/Ma... | Fixed weird rounding behaviour in y axis. | Microsoft_malmo | train |
6baa0231df0744f94f9a5fbfb03c49038b153cac | diff --git a/spec/acceptance/save_conf_filter_spec.rb b/spec/acceptance/save_conf_filter_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/acceptance/save_conf_filter_spec.rb
+++ b/spec/acceptance/save_conf_filter_spec.rb
@@ -8,17 +8,17 @@ feature 'spamフィルタ設定の利用' do
page.all('div.saveconf').first.click_button 'OK'
e... | use TDiary.root for fake filter file | tdiary_tdiary-core | train |
788bfc98d957776b6b90c1cf266299ba36886aae | diff --git a/polymodels/models.py b/polymodels/models.py
index <HASH>..<HASH> 100644
--- a/polymodels/models.py
+++ b/polymodels/models.py
@@ -1,6 +1,5 @@
from __future__ import unicode_literals
-import django
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ImproperlyC... | Removed a remaining Django < <I> code branch. | charettes_django-polymodels | train |
a9581b2cf7e822eaafd17adf5b7eee978947c721 | diff --git a/src/main/java/de/undercouch/citeproc/tool/InputFileCommand.java b/src/main/java/de/undercouch/citeproc/tool/InputFileCommand.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/undercouch/citeproc/tool/InputFileCommand.java
+++ b/src/main/java/de/undercouch/citeproc/tool/InputFileCommand.java
@@ -80,7 ... | Added .enl to help | michel-kraemer_citeproc-java | train |
41341a95b4f9518698238748218dd3c44809b2f0 | diff --git a/src/Leevel/Router/Match/Annotation.php b/src/Leevel/Router/Match/Annotation.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Match/Annotation.php
+++ b/src/Leevel/Router/Match/Annotation.php
@@ -303,6 +303,6 @@ class Annotation extends Match implements IMatch
{
$path = explode('\\', $p... | fix(router): fix for phpstan level 8 | hunzhiwange_framework | train |
15d5c461de0dc93e766ee89d711709b6f2ce34ea | diff --git a/cogroo-common/src/main/java/br/ccsl/cogroo/tools/postag/PortuguesePOSSequenceValidator.java b/cogroo-common/src/main/java/br/ccsl/cogroo/tools/postag/PortuguesePOSSequenceValidator.java
index <HASH>..<HASH> 100644
--- a/cogroo-common/src/main/java/br/ccsl/cogroo/tools/postag/PortuguesePOSSequenceValidator.... | Expand dict query. refs #<I> | cogroo_cogroo4 | train |
369523a0e179fe1576a84aaa5fa2c5f0c1684eac | diff --git a/src/fonduer/utils/udf.py b/src/fonduer/utils/udf.py
index <HASH>..<HASH> 100644
--- a/src/fonduer/utils/udf.py
+++ b/src/fonduer/utils/udf.py
@@ -36,6 +36,9 @@ class UDFRunner(object):
self.session = session
self.parallelism = parallelism
+ #: The last set of documents that apply... | Add function to UDF to get the last set of documents that were operated on | HazyResearch_fonduer | train |
b46d203769ff5585e373d5f5f2dd9411a3b7f66a | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,5 @@ jobOutput
**/jobOutput
state-store
**/state-store
+test/metrics
+test/byteman
diff --git a/scheduler/src/main/java/com/linkedin/uif/scheduler/Task.java b/scheduler/src/main/java/com/linkedin/uif/sched... | Make sure all resources are closed and cleaned up properly | apache_incubator-gobblin | train |
ee7b25f722ec95ca9a512fbca5b5449cbc4029bc | diff --git a/lib/rjr/thread_pool2.rb b/lib/rjr/thread_pool2.rb
index <HASH>..<HASH> 100644
--- a/lib/rjr/thread_pool2.rb
+++ b/lib/rjr/thread_pool2.rb
@@ -9,6 +9,10 @@ require 'singleton'
class ThreadPool2Job
attr_accessor :handler
attr_accessor :params
+ attr_accessor :timestamp
+ attr_accessor :thread
+
+ a... | fix race condition w/ timeout thread in thread pool | movitto_rjr | train |
afba32ddd5e15073e7adeefcd00806435eba53df | diff --git a/portfolio/download/file.php b/portfolio/download/file.php
index <HASH>..<HASH> 100644
--- a/portfolio/download/file.php
+++ b/portfolio/download/file.php
@@ -16,10 +16,10 @@ require_once($CFG->libdir.'/portfolio/exporter.php');
$PAGE->requires->yui2_lib('dom');
$id = required_param('id', PARAM_INT);
-r... | "MDL-<I>, fixed set_context error, credits to Penny" | moodle_moodle | train |
6c7249dd9a4e3dc024fcc62b8b16b751e97def36 | diff --git a/salt/version.py b/salt/version.py
index <HASH>..<HASH> 100644
--- a/salt/version.py
+++ b/salt/version.py
@@ -275,6 +275,16 @@ class SaltStackVersion(object):
]
)
+ @classmethod
+ def next_release(cls):
+ return cls.from_name(
+ cls.VNAMES[
+ m... | add next version class method to salt.version | saltstack_salt | train |
b0732586c6e29bfe63d096968b770eadb1cae84d | diff --git a/src/component/interactions/DateSelecting.js b/src/component/interactions/DateSelecting.js
index <HASH>..<HASH> 100644
--- a/src/component/interactions/DateSelecting.js
+++ b/src/component/interactions/DateSelecting.js
@@ -70,8 +70,8 @@ var DateSelecting = FC.DateSelecting = Interaction.extend({
interac... | unselect callback should receive ev arg. closes #<I> | fullcalendar_fullcalendar | train |
5d654e6a03650a3a447270855374f28c231c9ba8 | diff --git a/simple_history/registry_tests/tests.py b/simple_history/registry_tests/tests.py
index <HASH>..<HASH> 100644
--- a/simple_history/registry_tests/tests.py
+++ b/simple_history/registry_tests/tests.py
@@ -86,7 +86,8 @@ class TestTrackingInheritance(TestCase):
for f in TrackedWithAbstractBase.... | Add history_change_reason in tests that was failing after resolve merge with master | treyhunner_django-simple-history | train |
efe737e28c29ed4d877b43498b07e07e5e6d244f | diff --git a/lib/corkboard.rb b/lib/corkboard.rb
index <HASH>..<HASH> 100644
--- a/lib/corkboard.rb
+++ b/lib/corkboard.rb
@@ -1,5 +1,7 @@
+require 'corkboard/version' # NOTE: required for `rake assets:precompile`
require 'corkboard/engine'
require 'omniauth'
+require 'pusher' # NOTE: required for `rake as... | add require statements needed for `rake assets:precompile` | onwardagency_corkboard | train |
eaa6f1716855183a201544c1a2f6ce23b654c5d0 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,21 @@
# Yii Dependency Injection Change Log
-## 1.0.4 under development
+## 1.1.0 under development
-- no changes in this release.
+- Chg #263: Raise minimal required version of `psr/container` to... | Raise minimal required version of `psr/container` to `^<I>|^<I>` (#<I>) | yiisoft_di | train |
d04f164ab2d2472e181226201a68feaaf1454450 | diff --git a/horizon/middleware/operation_log.py b/horizon/middleware/operation_log.py
index <HASH>..<HASH> 100644
--- a/horizon/middleware/operation_log.py
+++ b/horizon/middleware/operation_log.py
@@ -156,9 +156,9 @@ class OperationLogMiddleware(object):
params = json.loads(request.body)
exc... | operation_log: Log mask_fields only when exists in request
Previously mask_fields are always output even when they are
not included in a user request. It is confusing.
Change-Id: Ia<I>bfbc<I>bc<I>a2ced<I>a<I>f<I>c0c
Closes-Bug: #<I> | openstack_horizon | train |
d18d9677198a6ebdb87bbcbbb0a44899374f2623 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -1,16 +1,14 @@
'use strict';
/* eslint-disable no-console */
-const PersonalityProfileV2 = require('../profiles/v2/index');
-const PersonalityProfileV3 = require('../profiles/v3/index');
+const PersonalityP... | generates d3 json trees for both v2 and v3 | personality-insights_sunburst-chart | train |
963911c951bac9f8fd4e8921e78753cda0025074 | diff --git a/src/Traits/ComparisonTrait.php b/src/Traits/ComparisonTrait.php
index <HASH>..<HASH> 100644
--- a/src/Traits/ComparisonTrait.php
+++ b/src/Traits/ComparisonTrait.php
@@ -246,7 +246,7 @@ trait ComparisonTrait
*/
public function isNextWeek()
{
- return $this->weekOfYear === static::now... | Fix isNextWeek(), isLastWeek(), isNextMonth() and isLastMonth()
Currently these methods ignore the year. For example, if poeple do
`(new Chronos('<I>-<I>-<I>'))->isNextMonth()` on <I>-<I>-<I>, it will
return true unexpectedly. | cakephp_chronos | train |
8a470c0cfb731d1c709b3790b6b9fc2a2013cec4 | diff --git a/www/src/libs/math.js b/www/src/libs/math.js
index <HASH>..<HASH> 100644
--- a/www/src/libs/math.js
+++ b/www/src/libs/math.js
@@ -317,7 +317,7 @@ var _mod = {
var x1=float_check(x);
var y1=float_check(y);
return float(Math.sqrt(x1*x1 + y1*y1))},
- inf: float(Infinity),
+ inf: ... | modify math.nan and math.inf to make it work better :-) | brython-dev_brython | train |
88cc9c86f1efff19801ff9f94031170e26828f0f | diff --git a/lib/formidable/incoming_form.js b/lib/formidable/incoming_form.js
index <HASH>..<HASH> 100644
--- a/lib/formidable/incoming_form.js
+++ b/lib/formidable/incoming_form.js
@@ -204,8 +204,8 @@ IncomingForm.prototype._parseContentType = function() {
if (this.headers['content-type'].match(/multipart/i)) {
... | Add support for multipart boundaries that are quoted strings. | pillarjs_multiparty | train |
4bc1ac0a867d033f12b4ca7fa474abb038faebf9 | diff --git a/grandalf/layouts.py b/grandalf/layouts.py
index <HASH>..<HASH> 100644
--- a/grandalf/layouts.py
+++ b/grandalf/layouts.py
@@ -563,7 +563,7 @@ class SugiyamaLayout(object):
if g[um].dummy and um.controlled and not g[vk].dummy:
continue
# if... | fix comparing vertex in case a Vertex child class defines __cmp__ | bdcht_grandalf | train |
98da358ef4705b1e6ff3315b30f17806959bd8e9 | diff --git a/lib/compiler.js b/lib/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compiler.js
+++ b/lib/compiler.js
@@ -1,6 +1,6 @@
/* PEG.js compiler. */
-(function() {
+(function(undefined) {
/* ===== PEG ===== */
@@ -39,7 +39,7 @@ PEG.GrammarError.prototype = Error.prototype;
PEG.ArrayUtils = {
/* Lik... | Found a neater trick how to defend against |undefined| redefinition | pegjs_pegjs | train |
eb5a583f9990232e483e922401b3baa033e805cd | diff --git a/nodeshot/community/__init__.py b/nodeshot/community/__init__.py
index <HASH>..<HASH> 100755
--- a/nodeshot/community/__init__.py
+++ b/nodeshot/community/__init__.py
@@ -1 +0,0 @@
-VERSION = (2, 0, 'alpha', 0)
\ No newline at end of file
diff --git a/nodeshot/community/profiles/serializers.py b/nodeshot/co... | renamed ExtensibleModelSerializer in ExtraFieldSerializer | ninuxorg_nodeshot | train |
e72094855b18f0c43a1a8046a9b88c6518b052eb | diff --git a/datastore/basic.py b/datastore/basic.py
index <HASH>..<HASH> 100644
--- a/datastore/basic.py
+++ b/datastore/basic.py
@@ -1,4 +1,5 @@
+from query import Cursor
try:
from collections import OrderedDict
@@ -67,7 +68,7 @@ class Datastore(object):
query: Query object describing the objects to re... | Changed ShardedDatastore to use a Cursor correctly. | datastore_datastore | train |
fe18082384938ff1bcb00b060aaf5e337b8162bf | diff --git a/scout/server/blueprints/cases/views.py b/scout/server/blueprints/cases/views.py
index <HASH>..<HASH> 100644
--- a/scout/server/blueprints/cases/views.py
+++ b/scout/server/blueprints/cases/views.py
@@ -412,6 +412,6 @@ def multiqc(institute_id, case_name):
data = controllers.multiqc(store, institute_id... | Use abspath when showing multiqc report | Clinical-Genomics_scout | train |
9fa18f5c1368ea1bf74b2ffab78a83591b4c0513 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -142,15 +142,11 @@ module.exports = function(SPlugin, serverlessPath) {
}
_isCorsEnabled(endpoint) {
- return !_.isUndefined(endpoint.getFunction().getModule().custom.cors) ||
- !_.isUnd... | removed no longer existing getModule (sls v <I>) | joostfarla_serverless-cors-plugin | train |
25a5a69fb9d97f013db4b573421eb2f2071bf7f6 | diff --git a/picasso/src/main/java/com/squareup/picasso/DefaultHttpLoader.java b/picasso/src/main/java/com/squareup/picasso/DefaultHttpLoader.java
index <HASH>..<HASH> 100644
--- a/picasso/src/main/java/com/squareup/picasso/DefaultHttpLoader.java
+++ b/picasso/src/main/java/com/squareup/picasso/DefaultHttpLoader.java
@... | Flush the HttpResponseCache after <I>ms of inactivity. | square_picasso | train |
f888751622b2c20014ef24052b609efe2f2ecb71 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,10 @@ Below's the code we'll use to work with this file.
```php
<?php
// load the config
-$conf = config('config.json');
+$conf = Config::load('config.json');
+
+// this also works
+$conf = new Config('config.... | removed global namespace function, added static loader | hassankhan_config | train |
37c6f875aa76fddcb585d0dd64319e8021f4fc69 | diff --git a/sample/index.php b/sample/index.php
index <HASH>..<HASH> 100644
--- a/sample/index.php
+++ b/sample/index.php
@@ -20,6 +20,7 @@ ConsoleLog::log('As long as Unicode, even emoji 👍🎉');
/**
* Grouping and available log levels.
*/
+ConsoleLog::log(' ');
ConsoleLog::group('Log levels');
ConsoleLog::log(... | Added some data filtering to prevent json_encode hands in the air | Svish_consolelog | train |
21c7e5af44b11ac01b017b340f69d9b22f66a8f0 | diff --git a/dropwizard-testing/src/main/java/io/dropwizard/testing/junit5/DropwizardAppExtension.java b/dropwizard-testing/src/main/java/io/dropwizard/testing/junit5/DropwizardAppExtension.java
index <HASH>..<HASH> 100644
--- a/dropwizard-testing/src/main/java/io/dropwizard/testing/junit5/DropwizardAppExtension.java
+... | Remove mention of junit5 suite level extension
Junit5 does not contain the same suite level resource as junit4 [based on stackoverflow answer][stack] and [open issue][issue], so remove mention of it from `DropwizardAppExtension` from the javadocs to avoid any confusion.
[stack]: <URL> | dropwizard_dropwizard | train |
04820cf68d8baed1cf12f34ee92d3d2ce6330867 | diff --git a/agents/lib/instance/instance_state.rb b/agents/lib/instance/instance_state.rb
index <HASH>..<HASH> 100644
--- a/agents/lib/instance/instance_state.rb
+++ b/agents/lib/instance/instance_state.rb
@@ -179,6 +179,9 @@ module RightScale
RightLinkLog.warn("Failed to load metadata: #{e.message}, #{e.back... | Always update MOTD when InstanceState initialized; prevent MOTD from being confusingly out of date (e.g. after a reboot). | rightscale_right_agent | train |
04457b06405d243a7ff09646690e709ab409a5fd | diff --git a/lib/rufus/cloche.rb b/lib/rufus/cloche.rb
index <HASH>..<HASH> 100644
--- a/lib/rufus/cloche.rb
+++ b/lib/rufus/cloche.rb
@@ -43,9 +43,9 @@ module Rufus
#
class Cloche
- VERSION = '0.1.14'
+ VERSION = '0.1.15'
- WIN = RUBY_PLATFORM.index('mswin') != nil
+ WIN = RUBY_PLATFORM.match(/ms... | mswin | mingw | jmettraux_rufus-cloche | train |
5fc87ce34a4275a6470750a89f6f70594e29350f | diff --git a/api/src/main/java/org/ow2/chameleon/wisdom/api/bodies/RenderableString.java b/api/src/main/java/org/ow2/chameleon/wisdom/api/bodies/RenderableString.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/ow2/chameleon/wisdom/api/bodies/RenderableString.java
+++ b/api/src/main/java/org/ow2/chameleon/w... | Add two new constructor to renderable string. | wisdom-framework_wisdom | train |
0dd79a1e823b50d5a9590c28429cb1df1088fc12 | diff --git a/fermipy/roi_model.py b/fermipy/roi_model.py
index <HASH>..<HASH> 100644
--- a/fermipy/roi_model.py
+++ b/fermipy/roi_model.py
@@ -94,6 +94,7 @@ def create_source_table(scan_shape):
cols_dict['beta'] = dict(dtype='f8', format='%.3f')
cols_dict['Exp_Index'] = dict(dtype='f8', format='%.3f')
co... | Added support for PLSuperExpCutoff2 | fermiPy_fermipy | train |
a5a34df7f468f4bad0dc6bcc5fdea7b2593d385d | diff --git a/autoapi/mappers/base.py b/autoapi/mappers/base.py
index <HASH>..<HASH> 100644
--- a/autoapi/mappers/base.py
+++ b/autoapi/mappers/base.py
@@ -124,8 +124,7 @@ class PythonMapperBase(object):
return slug.split('.')[-1]
def include_dir(self, root):
- """Return directory of file
- ... | Basic cleanup on docstrings, import order | rtfd_sphinx-autoapi | train |
d554909ef94f79223a627d5b70195f897e14186d | diff --git a/lib/restclient/platform.rb b/lib/restclient/platform.rb
index <HASH>..<HASH> 100644
--- a/lib/restclient/platform.rb
+++ b/lib/restclient/platform.rb
@@ -1,3 +1,5 @@
+require 'rbconfig'
+
module RestClient
module Platform
# Return true if we are running on a darwin-based Ruby platform. This will
@... | Add a more descriptive rest-client user agent.
Identify ourselves as rest-client and also include system architecture
and ruby / ruby engine version information.
For example:
User-Agent: rest-client/<I> (linux-gnu x<I>_<I>) ruby/<I>p<I>
User-Agent: rest-client/<I> (linux x<I>_<I>) jruby/<I> (<I>p<I>) | rest-client_rest-client | train |
545377742c268f1193246a4005c07b0d7a516eaa | diff --git a/bridge/mattermost/mattermost.go b/bridge/mattermost/mattermost.go
index <HASH>..<HASH> 100644
--- a/bridge/mattermost/mattermost.go
+++ b/bridge/mattermost/mattermost.go
@@ -31,6 +31,7 @@ type Bmattermost struct {
name string
origin string
protocol string
+ TeamId string
}
var flog *log.E... | Drop messages not from our mattermost team. Fixes #<I> | 42wim_matterbridge | train |
4b643647867a54f923b1d59d48846f9d1078bfbe | diff --git a/prom/__init__.py b/prom/__init__.py
index <HASH>..<HASH> 100644
--- a/prom/__init__.py
+++ b/prom/__init__.py
@@ -16,7 +16,7 @@ from .interface import get_interface, set_interface, get_interfaces
from .exception import InterfaceError, Error
-__version__ = '0.9.101'
+__version__ = '0.9.102'
# get ... | <I>. Reduce will now respect limit and offset | Jaymon_prom | train |
bacdb0128b52ec969e8053c0a5650b769bfa2eb7 | diff --git a/src/commands/CrudController.php b/src/commands/CrudController.php
index <HASH>..<HASH> 100644
--- a/src/commands/CrudController.php
+++ b/src/commands/CrudController.php
@@ -171,7 +171,7 @@ class CrudController extends \yii\console\Controller
$mname = $this->ansiFormat($basePath . '/Module.php', C... | upgrade crud controller create wiz to <I>-alpha9 | luyadev_luya | train |
2f8db9135a25a32fc77a9f8387f1f4b350f02cff | diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/bag.php
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Pr... | fixed webprofiler on Windows (closes #<I>) | symfony_symfony | train |
6101999e1d54c27da1c29e708f4b067a33c1c51d | diff --git a/lxd/seccomp/seccomp.go b/lxd/seccomp/seccomp.go
index <HASH>..<HASH> 100644
--- a/lxd/seccomp/seccomp.go
+++ b/lxd/seccomp/seccomp.go
@@ -282,6 +282,15 @@ mknodat notify [2,24576,SCMP_CMP_MASKED_EQ,61440]
const seccompNotifySetxattr = `setxattr notify [3,1,SCMP_CMP_EQ]
`
+const seccompBlockNewMountAPI ... | seccomp: block new mount API when mount interception is requested
The mount interception is requested we need to block the new mount API since it
keeps in-kernel state across multiple and an arbitrary number of syscalls. | lxc_lxd | train |
a5135110016f578fdd0b17a478afcf50ee4a2d98 | diff --git a/test/composite_parser.js b/test/composite_parser.js
index <HASH>..<HASH> 100644
--- a/test/composite_parser.js
+++ b/test/composite_parser.js
@@ -89,7 +89,7 @@ describe('Composite parser', function(){
]
});
});
- it('should parse until eof when readUnitl is spe... | Added tests for new formatter feature and readUntil function | keichi_binary-parser | train |
92942d10cf356c87099619f23c9135b67a47be34 | diff --git a/lib/http/cache.rb b/lib/http/cache.rb
index <HASH>..<HASH> 100644
--- a/lib/http/cache.rb
+++ b/lib/http/cache.rb
@@ -83,7 +83,14 @@ module HTTP
# Store response in cache
#
# @return [nil]
+ #
+ # ---
+ #
+ # We have to convert the response body in to a string body so
+ # that... | allow both original requester and cache store to read response body | httprb_http | train |
68762c8f79d17c825c7842c23a395ef686e3b8da | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -66,7 +66,7 @@ if (process.env.TRAVIS) {
repo = process.env.CI_PROJECT_PATH
branch = process.env.CI_COMMIT_REF_NAME
commit_message = process.env.CI_COMMIT_MESSAGE
- pull_request_number = process.env.CI_MERGE_REQUEST_... | Handle the case when the CI is run for the branch without a pull request | siddharthkp_ci-env | train |
1e9682572ccfca02d7e2cef7af9de5cede66d1a8 | diff --git a/Classes/Service/PageService.php b/Classes/Service/PageService.php
index <HASH>..<HASH> 100644
--- a/Classes/Service/PageService.php
+++ b/Classes/Service/PageService.php
@@ -63,6 +63,7 @@ class PageService extends AbstractService {
* @return array The row for the page or empty if no page was found
... | [➠] Updated `PageService` and `LanguageUidViewHelper`. | t3v_t3v_core | train |
a28f59f62a223f6b6a422cf3bcfe0c913e6f4b9d | diff --git a/src/Spryker/Client/RabbitMq/Model/Connection/ConnectionManager.php b/src/Spryker/Client/RabbitMq/Model/Connection/ConnectionManager.php
index <HASH>..<HASH> 100644
--- a/src/Spryker/Client/RabbitMq/Model/Connection/ConnectionManager.php
+++ b/src/Spryker/Client/RabbitMq/Model/Connection/ConnectionManager.p... | CORE-<I> Renaming methods and variables | spryker_rabbit-mq | train |
3949b1448ed5ee6641932fea49a26bc125d868d6 | diff --git a/lib/philip.js b/lib/philip.js
index <HASH>..<HASH> 100644
--- a/lib/philip.js
+++ b/lib/philip.js
@@ -9,10 +9,11 @@
else
global.philip = Philip;
+ Philip.prototype = Object.create(Emitify.prototype);
+
function Philip(entries, processingFn) {
var array,
- ... | feature(philip) inherit from Emitify | coderaiser_domfs-philip | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.