hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1a4f54ed6ef8998479ddeec5d55387dcfc075aae | diff --git a/class.phpmailer.php b/class.phpmailer.php
index <HASH>..<HASH> 100644
--- a/class.phpmailer.php
+++ b/class.phpmailer.php
@@ -732,7 +732,7 @@ class PHPMailer {
$this->doCallback($isSent, $val, $this->cc, $this->bcc, $this->Subject, $body);
}
} else {
- $rt = @mail($to, $th... | Force params thru
Issue: #<I> | minmb_phpmailer | train |
b4aec5568b2fc4157632030c5f0319941a895e0c | diff --git a/dispatchers/Html.php b/dispatchers/Html.php
index <HASH>..<HASH> 100644
--- a/dispatchers/Html.php
+++ b/dispatchers/Html.php
@@ -198,12 +198,12 @@ class QM_Dispatcher_Html extends QM_Dispatcher {
$timer->start();
printf(
- "\n" . '<!-- Begin %s output -->' . "\n",
+ "\n" . '<!-- Begin %1$s... | Add a container wrapper around each panel. | johnbillion_query-monitor | train |
55c273f2a61948dd90040a61f70c4619c6ef82dc | diff --git a/src/main/java/io/resourcepool/ssdp/client/impl/SsdpClientImpl.java b/src/main/java/io/resourcepool/ssdp/client/impl/SsdpClientImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/resourcepool/ssdp/client/impl/SsdpClientImpl.java
+++ b/src/main/java/io/resourcepool/ssdp/client/impl/SsdpClientImpl.ja... | [Fixed #9] Race condition on null callback when stopped | resourcepool_ssdp-client | train |
c3a8e59a6ca334d69dd4567ebed6b34239635720 | diff --git a/metal/classifier.py b/metal/classifier.py
index <HASH>..<HASH> 100644
--- a/metal/classifier.py
+++ b/metal/classifier.py
@@ -157,10 +157,10 @@ class Classifier(nn.Module):
# Train the model
for epoch in range(train_config["n_epochs"]):
epoch_loss = 0.0
- if self.c... | added disable_prog_bar option in classifier | HazyResearch_metal | train |
7d5b6f597784849d25e95d748f636f2e78cb07e8 | diff --git a/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/util/TestLockerManager.java b/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/util/TestLockerManager.java
index <HASH>..<HASH> 100644
--- a/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/util/TestLockerManager.java
+++ ... | Allow unconditional TestLockerManager breakpoint
Moving exception throw directive to a separate line from the
conditional enclosing it to make debugging that line less annoying | thinkaurelius_titan | train |
66049794524a9bb426c5a743e97319db9f304d63 | diff --git a/playback-api.js b/playback-api.js
index <HASH>..<HASH> 100644
--- a/playback-api.js
+++ b/playback-api.js
@@ -8,6 +8,7 @@ var currentTestCaseId = "";
var isPause = false;
var pauseValue = null;
var isPlayingSuite = false;
+var isPlayingAll = false;
var selectTabId = null;
var isSelecting = false; | Fix conflict miss at var isPlayingAll | SeleniumHQ_selenium-ide | train |
fc774c844b06a52493d45a9337e4e20b5e7e318f | diff --git a/polyaxon_cli/cli/check.py b/polyaxon_cli/cli/check.py
index <HASH>..<HASH> 100644
--- a/polyaxon_cli/cli/check.py
+++ b/polyaxon_cli/cli/check.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function
+from collections import OrderedDict
+
import click... | Update check and run commands to use the new experiments definition | polyaxon_polyaxon | train |
18e5f76f5e2f27317cd5d1c8b41dce924595da4a | diff --git a/src/dataframe.js b/src/dataframe.js
index <HASH>..<HASH> 100755
--- a/src/dataframe.js
+++ b/src/dataframe.js
@@ -342,7 +342,7 @@ class DataFrame {
const gdfToJoin = dfToJoin.groupBy(...columns);
return [
this.__newInstance__([], newColumns),
- ...Array.from(iter(
... | fix: The iter function now returns an array in order to work on ie. | Gmousse_dataframe-js | train |
1674b0f92c573023b735ab341be114f3c932aaac | diff --git a/testing/queue.go b/testing/queue.go
index <HASH>..<HASH> 100644
--- a/testing/queue.go
+++ b/testing/queue.go
@@ -79,14 +79,6 @@ func (q *FakeQ) Put(m *queue.Message, delay time.Duration) error {
return nil
}
-func (q *FakeQ) Delete(m *queue.Message) error {
- return nil
-}
-
-func (q *FakeQ) Release(... | testing/queue: fix FakeQ implementation | tsuru_tsuru | train |
af4b8987805bede81504e1f285148d3b54cb51b7 | diff --git a/examples/create-fixed-token/create-fixed-token.js b/examples/create-fixed-token/create-fixed-token.js
index <HASH>..<HASH> 100644
--- a/examples/create-fixed-token/create-fixed-token.js
+++ b/examples/create-fixed-token/create-fixed-token.js
@@ -1,20 +1,11 @@
/*
Consume 1 WHC to create a new fixed toke... | Updated create-fixed-token example | Bitcoin-com_wormhole-sdk | train |
4f25baa76eccd4a8ac6db0fb5f15d166add5b8a6 | diff --git a/lib/Models/CatalogGroup.js b/lib/Models/CatalogGroup.js
index <HASH>..<HASH> 100644
--- a/lib/Models/CatalogGroup.js
+++ b/lib/Models/CatalogGroup.js
@@ -13,7 +13,6 @@ var when = require('terriajs-cesium/Source/ThirdParty/when');
var DeveloperError = require('terriajs-cesium/Source/Core/DeveloperError');
... | Removing unused imports. | TerriaJS_terriajs | train |
825247e5aa04efdb3425b5b8f0c8ab7d1d91d974 | diff --git a/modules/social_features/social_content_block/src/ContentBuilder.php b/modules/social_features/social_content_block/src/ContentBuilder.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_content_block/src/ContentBuilder.php
+++ b/modules/social_features/social_content_block/src/ContentBuild... | Issue #<I> by ribel: Fix GET parameters in read more links of the custom content list blocks (#<I>) | goalgorilla_open_social | train |
317af7277050410749d865394d4dffc20cc0668e | diff --git a/src/TextureDesktopAppChrome.js b/src/TextureDesktopAppChrome.js
index <HASH>..<HASH> 100644
--- a/src/TextureDesktopAppChrome.js
+++ b/src/TextureDesktopAppChrome.js
@@ -6,10 +6,14 @@ export default class TextureDesktopAppChrome extends TextureAppChrome {
didMount () {
super.didMount()
this.pr... | Provide callback for TextureDesktopAppChrome._save. | substance_texture | train |
e64a4a52b1a1a206d868190b7af0c6c082b6edfc | diff --git a/lib/lwm2m.js b/lib/lwm2m.js
index <HASH>..<HASH> 100644
--- a/lib/lwm2m.js
+++ b/lib/lwm2m.js
@@ -196,7 +196,7 @@ export default function(RED) {
fs.readFile(path.join(RED.settings.userDir,
self.objectStore.repoFileName), (err, data) => {
self.objectStore.repo = ... | Add a flag to reset locally stored repository file | CANDY-LINE_node-red-contrib-lwm2m | train |
9773432b831e8ca375491266a1e73a148f8043dd | diff --git a/jax/experimental/jax2tf/jax2tf.py b/jax/experimental/jax2tf/jax2tf.py
index <HASH>..<HASH> 100644
--- a/jax/experimental/jax2tf/jax2tf.py
+++ b/jax/experimental/jax2tf/jax2tf.py
@@ -358,7 +358,7 @@ tf_not_yet_impl = [
lax.linear_solve_p,
lax_linalg.cholesky_p, lax_linalg.eig_p, lax_linalg.eigh_p,
-... | [jax2tf] First draft of testing the QR conversion. (#<I>)
* [jax2tf] First draft of testing the QR conversion.
QR decomposition is off by over 1e-6 in some instances, requiring custom
atol and rtol values in testing code. There is an odd problem in which
experimental compilation fails for complex types, although ... | tensorflow_probability | train |
12c0f6bbc2d843c5815d1f19622c621cfffb4835 | diff --git a/selendroid-test-app/src/test/java/io/selendroid/support/BaseAndroidTest.java b/selendroid-test-app/src/test/java/io/selendroid/support/BaseAndroidTest.java
index <HASH>..<HASH> 100644
--- a/selendroid-test-app/src/test/java/io/selendroid/support/BaseAndroidTest.java
+++ b/selendroid-test-app/src/test/java/... | [test-app] Set log level to DEBUG for tests
When debugging what's going on with tests it's very useful to have the
debug output of the selendroid server on the emulator. | selendroid_selendroid | train |
cfb76b46cf9faa96cd93cfefa14d6c76e8fd0443 | diff --git a/natto/__init__.py b/natto/__init__.py
index <HASH>..<HASH> 100644
--- a/natto/__init__.py
+++ b/natto/__init__.py
@@ -10,7 +10,7 @@ __version__ = '0.0.3'
__version_info__ = (0, 0, 3)
-"""
+'''
Copyright (c) 2014, Brooke M. Fujita.
All rights reserved.
@@ -36,4 +36,4 @@ LOSS OF USE, DATA, OR PROFIT... | __init__.py edited online with Bitbucket; prep for <I> release. | buruzaemon_natto-py | train |
e8eba6be1c5f9fe3e1e4d5aea8b930b2c8958f24 | diff --git a/api_server/src/main/java/com/groupon/lex/metrics/api/MonsoonErrorHandler.java b/api_server/src/main/java/com/groupon/lex/metrics/api/MonsoonErrorHandler.java
index <HASH>..<HASH> 100644
--- a/api_server/src/main/java/com/groupon/lex/metrics/api/MonsoonErrorHandler.java
+++ b/api_server/src/main/java/com/gr... | Log API endpoint exceptions.
Without logging them, they simply get lost forever. | groupon_monsoon | train |
8b137ae9501b6961097ca6d1ddd94c1d4a0b0094 | diff --git a/ggplotx/facets/facet_grid.py b/ggplotx/facets/facet_grid.py
index <HASH>..<HASH> 100644
--- a/ggplotx/facets/facet_grid.py
+++ b/ggplotx/facets/facet_grid.py
@@ -210,6 +210,8 @@ class facet_grid(facet):
if not self.free['x'] and not self.free['y']:
aspect_ratio = self.coordina... | Fix undetermined aspect_ratio in facets_grid/wrap | has2k1_plotnine | train |
a12b311a62b4f597b66ef8a88d66f45bec66d7fe | diff --git a/salt/modules/status.py b/salt/modules/status.py
index <HASH>..<HASH> 100644
--- a/salt/modules/status.py
+++ b/salt/modules/status.py
@@ -734,10 +734,44 @@ def netdev():
for i in range(4, 13): # The columns we want
ret[comps[0]][comps[2]][comps[3]][header[i]] = _number(comps[... | make status.netdev compatible with Solaris like platforms | saltstack_salt | train |
174fae7d537c72e6a4b95ff8db24de6313250a2b | diff --git a/cake/tests/cases/libs/email/smtp_transport.test.php b/cake/tests/cases/libs/email/smtp_transport.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/email/smtp_transport.test.php
+++ b/cake/tests/cases/libs/email/smtp_transport.test.php
@@ -44,6 +44,16 @@ class SmtpTestTransport extends SmtpTr... | Tests to smtp auth. | cakephp_cakephp | train |
4d795aa606200ea886e51befb9c1235591c388be | diff --git a/src/test/java/org/cactoos/scalar/AndInThreadsTest.java b/src/test/java/org/cactoos/scalar/AndInThreadsTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/cactoos/scalar/AndInThreadsTest.java
+++ b/src/test/java/org/cactoos/scalar/AndInThreadsTest.java
@@ -108,7 +108,7 @@ final class AndInThreadsT... | (#<I>) Fix types | yegor256_cactoos | train |
0ac2f0d1f9d623866a29487844757aa3c0e6ad8e | diff --git a/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/GeneProfilesPageController.java b/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/GeneProfilesPageController.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/GeneProfilesPageController.java
+++ b/web/... | merged changes to GeneProfilePageController | ebi-gene-expression-group_atlas | train |
5aba0b17d1609d8da10b32550b8dd36b115efee1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='eventsourcing',
- version='0.1.0',
+ version='0.0.1',
packages=[
'eventsourcing',
'eventsourcing/domain', | Changed version number to <I>. | johnbywater_eventsourcing | train |
d4fe5b996561219f01bf536c4351009ef82a4327 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,6 @@
Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec and Vid Kocijan.
[node2vec: Scalable Feature Learning for Networks. A. Grover, J. Leskovec. ACM SIGKDD International Conference ... | Update version and accept @despotovski<I> fix | eliorc_node2vec | train |
4f527d2c52d723ba1c5e84887cf8238c7f840a1e | diff --git a/setup_libuv.py b/setup_libuv.py
index <HASH>..<HASH> 100644
--- a/setup_libuv.py
+++ b/setup_libuv.py
@@ -62,6 +62,9 @@ def prepare_windows_env(env):
env.pop('VS110COMNTOOLS', None)
if sys.version_info < (3, 3):
env.pop('VS100COMNTOOLS', None)
+ env['GYP_MSVS_VERSION'] = '2008'
+ ... | build: fix build with Windows SDK | saghul_pyuv | train |
b3708fa51bef38231c111105d641fa0f3a22489d | diff --git a/src/Filters/SimpleQueryFilter.php b/src/Filters/SimpleQueryFilter.php
index <HASH>..<HASH> 100644
--- a/src/Filters/SimpleQueryFilter.php
+++ b/src/Filters/SimpleQueryFilter.php
@@ -6,7 +6,7 @@ use Illuminate\Contracts\Container\Container;
use Illuminate\Support\Collection;
use Mnabialek\LaravelEloquentF... | Make SimpleQueryFilter class also abstract | mnabialek_laravel-eloquent-filter | train |
cefc2c413844c43c6d0abba8fc7eec36a4ee9d65 | diff --git a/client/state/ui/guided-tours/test/fixtures/config.js b/client/state/ui/guided-tours/test/fixtures/config.js
index <HASH>..<HASH> 100644
--- a/client/state/ui/guided-tours/test/fixtures/config.js
+++ b/client/state/ui/guided-tours/test/fixtures/config.js
@@ -3,48 +3,43 @@
/**
* External dependencies
*/... | Rewrite Guided Tours selector test fixtures to fit new structure. | Automattic_wp-calypso | train |
98086c45e25f185b6374880102bf5f041370e37b | diff --git a/extra/tool.py b/extra/tool.py
index <HASH>..<HASH> 100755
--- a/extra/tool.py
+++ b/extra/tool.py
@@ -23,7 +23,7 @@
import argparse
import sys
-from pyisbn import (Isbn, _version)
+from pyisbn import (Isbn, URL_MAP, _version)
def isbn_typecheck(string):
@@ -60,7 +60,7 @@ def main():
help... | Support all URL maps in CLI tool | JNRowe_pyisbn | train |
95a22a627037fa8c28a2632cfd311c904fff6c1d | diff --git a/slickqa/data.py b/slickqa/data.py
index <HASH>..<HASH> 100644
--- a/slickqa/data.py
+++ b/slickqa/data.py
@@ -215,6 +215,7 @@ class TestcaseReference(micromodels.Model):
class Testcase(micromodels.Model):
id = micromodels.StringField()
+ created = micromodels.DateTimeField(use_int=True)
nam... | Update Testcase object with created field to track new testcase creation | slickqa_python-client | train |
001bbf0a77c1d9b5619725d3a1a63533abe36e0b | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 4.0.0.pre-1
+
+- BREAKING: upgrades Sentry gem from `sentry-raven` to `sentry-ruby` ([#199](https://github.com/alphagov/govuk_app_config/pull/199)). There is a **[migration guide](https://docs.s... | Pre-release version <I>.pre<I>
Also relaxed the tests around the `govuk_app_config_version` value
to allow for (optional) pre-releases.
Opted for this versioning convention following
<URL> | alphagov_govuk_app_config | train |
8337fdead87630ad7fe7870bba0841b4af8ef6a2 | diff --git a/raiden/raiden_event_handler.py b/raiden/raiden_event_handler.py
index <HASH>..<HASH> 100644
--- a/raiden/raiden_event_handler.py
+++ b/raiden/raiden_event_handler.py
@@ -345,20 +345,14 @@ class RaidenEventHandler:
)
our_signature = raiden.signer.sign(data=non_closing_data)
- ... | updated transfer does not raise ChannelOutdated anymore | raiden-network_raiden | train |
84dbf2b78c8c310b687fa10f514bb9f6e788a25c | diff --git a/packages/node-pico-engine-core/src/index.js b/packages/node-pico-engine-core/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/node-pico-engine-core/src/index.js
+++ b/packages/node-pico-engine-core/src/index.js
@@ -61,19 +61,29 @@ module.exports = function(conf){
emitter.emit("debug", "stdlib",... | starting support for ctx.modules | Picolab_pico-engine | train |
d0268019d3a64fdb67060c620b555c8eb52d1a92 | diff --git a/docs/guide/custom-themes.md b/docs/guide/custom-themes.md
index <HASH>..<HASH> 100644
--- a/docs/guide/custom-themes.md
+++ b/docs/guide/custom-themes.md
@@ -66,6 +66,20 @@ The compiled content of the current `.md` file being rendered will be available
</template>
```
+## Theme Level Enhancements
+
+T... | feat: theme index enhancment support (#<I>) | vuejs_vuepress | train |
5eb5095aeeabaa3fff0ed0b034651efb2a6f1f20 | diff --git a/obdalib-core/src/main/java/it/unibz/krdb/obda/model/OBDAQueryModifiers.java b/obdalib-core/src/main/java/it/unibz/krdb/obda/model/OBDAQueryModifiers.java
index <HASH>..<HASH> 100644
--- a/obdalib-core/src/main/java/it/unibz/krdb/obda/model/OBDAQueryModifiers.java
+++ b/obdalib-core/src/main/java/it/unibz/k... | Add new methods to check if such modifier exists or not. | ontop_ontop | train |
c9726f67e1e9b4127c38ea4db408392e29ce87a9 | diff --git a/example/index.js b/example/index.js
index <HASH>..<HASH> 100644
--- a/example/index.js
+++ b/example/index.js
@@ -27,8 +27,12 @@ app.use(express.static(pub));
app.set('views', __dirname + '/views');
app.set('view engine', 'jade');
+// homepage route
app.get('/', function(req, res){
- res.render('home... | example: pass `url to connect` to homepage tpl | Automattic_node-wpcom-oauth | train |
51094e43d48e02c361b9d887f08bfafd57f2f831 | diff --git a/core.py b/core.py
index <HASH>..<HASH> 100644
--- a/core.py
+++ b/core.py
@@ -43,6 +43,14 @@ class ContainerItem(object):
self.specfile = specfile
self.isValid = None
+ def copy(self):
+ """Generates a copy of itself by copying all key, value pairs of self.__dict__
+ co... | Added a copy self function to ContainerItem
Added addContainer() function to combine multiple container instances into one single instance | hollenstein_maspy | train |
015de0f1761840be51a8f392126647ea111fcc36 | diff --git a/lib/resolveStepDefinition.test.js b/lib/resolveStepDefinition.test.js
index <HASH>..<HASH> 100644
--- a/lib/resolveStepDefinition.test.js
+++ b/lib/resolveStepDefinition.test.js
@@ -110,7 +110,8 @@ describe("Tags inheritance", () => {
);
});
-describe("Tags with env TAGS set", () => {
+// TODO we nee... | fix: skip tag tests with jest (#<I>) | TheBrainFamily_cypress-cucumber-preprocessor | train |
97ea1231b1133e5bd9ff7ca7e8203643c85bc06b | diff --git a/src/HasTags.php b/src/HasTags.php
index <HASH>..<HASH> 100644
--- a/src/HasTags.php
+++ b/src/HasTags.php
@@ -2,9 +2,9 @@
namespace Spatie\Tags;
+use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
-use Illuminate\Database\El... | Apply fixes from StyleCI (#<I>) | spatie_laravel-tags | train |
4780529efdd598d8736765dcdbd0fc9a5a1021f9 | diff --git a/openquake/engine/db/models.py b/openquake/engine/db/models.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/db/models.py
+++ b/openquake/engine/db/models.py
@@ -1797,7 +1797,7 @@ class GmfCollection(djm.Model):
where = 'WHERE gmf_collection_id in (%s)' % ','.join(
map(str, gmf_co... | Added a missing space
Former-commit-id: caff<I>d<I>c5d<I>f2afc5e2f<I>f5abdb<I> | gem_oq-engine | train |
d93cab5f22f22ce7cf64749e5a5abe0f566972a3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -182,7 +182,7 @@ ModulationController.prototype = {
getRawWavData: function(array, lbr, version) {
var rawPcmData = this.transcode(array, lbr, version);
- return this.getWavArray(samples);
+ retur... | index: fix getRawWavData
We were passing the wrong variable name to getWavArray(), and as such it
wasn't working at all. | chibitronics_ltc-npm-modulate | train |
59ba4b36ad63159b3232a6fb6404d44ea78c4582 | diff --git a/configfile.js b/configfile.js
index <HASH>..<HASH> 100644
--- a/configfile.js
+++ b/configfile.js
@@ -33,7 +33,7 @@ cfreader.read_config = function(name, type, cb) {
// file has changed
if (curr.mtime.getTime() !== prev.mtime.getTime()) {
cfreader.load_config(name... | Log whenever a plugin returns something other than CONT | haraka_Haraka | train |
8946322b956ae6795e6ea0a700423469982bcdd5 | diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/js/autocompleteController.js
+++ b/src/components/autocomplete/js/autocompleteController.js
@@ -116,7 +116,7 @@
registerSe... | fix(autocomplete): fixes positioning logic to fire at the correct time
Closes #<I> | angular_material | train |
a0b1169e3375413303e57f18010ffe8e4d09975d | diff --git a/lib/features/attach-support/AttachSupport.js b/lib/features/attach-support/AttachSupport.js
index <HASH>..<HASH> 100644
--- a/lib/features/attach-support/AttachSupport.js
+++ b/lib/features/attach-support/AttachSupport.js
@@ -118,6 +118,10 @@ function AttachSupport(eventBus, modeling, moveVisuals, rules) {... | refactor(modeling): move detaching to attach-support
Related to #<I> | bpmn-io_diagram-js | train |
a085e8e3c193c72374fdb273d95a8cc9850a2979 | diff --git a/encoding/ewkb/sql_test.go b/encoding/ewkb/sql_test.go
index <HASH>..<HASH> 100644
--- a/encoding/ewkb/sql_test.go
+++ b/encoding/ewkb/sql_test.go
@@ -1,19 +1,20 @@
-package ewkb
+package ewkb_test
import (
"fmt"
"log"
- geom "github.com/twpayne/go-geom"
-
"gopkg.in/DATA-DOG/go-sqlmock.v1"
+
+ "g... | ewkb: use external test in improve clarity of usage | twpayne_go-geom | train |
3ee2078a3921a52e3701fe677d35fc7aa7c3c31d | diff --git a/nodeconductor/iaas/serializers.py b/nodeconductor/iaas/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/serializers.py
+++ b/nodeconductor/iaas/serializers.py
@@ -1,6 +1,5 @@
from __future__ import unicode_literals
-from django.core.exceptions import ValidationError
from django.core.... | Move ssh key user/name validation to viewset
NC-<I> | opennode_waldur-core | train |
f196604d7391e90a3d7298c3bf1a59d56fc19133 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"lint": "jscs . && jshint . --exclude-path .gitignore",
"standalone": "browserify index.js --standalone Pjax > pjax.js",
"build-debug": "browserify index.js --debug --standalone Pj... | Add tests to ensure options are not accidentally modified | MoOx_pjax | train |
6e4b67acd93f7f79f0a60b0b447c10a5d02d3a37 | diff --git a/event_callback.go b/event_callback.go
index <HASH>..<HASH> 100644
--- a/event_callback.go
+++ b/event_callback.go
@@ -64,7 +64,7 @@ func (fb *Firebase) ChildAdded(fn ChildEventFunc) error {
}
node := sync.NewNode(child, event.Data)
- db.Add(sanitizePath(child), node)
+ db.Add(strings.Trim(chi... | getting rid of sanitize path function
the consumers of this function could use strings.Trim instead | zabawaba99_firego | train |
1d000e81d035de2288d2fe9a218291f7b6e323c7 | diff --git a/admin.php b/admin.php
index <HASH>..<HASH> 100644
--- a/admin.php
+++ b/admin.php
@@ -194,7 +194,7 @@ echo WT_JS_START, 'function showchanges() {window.location.reload();}', WT_JS_EN
href="edit_merge.php"><?php echo i18n::translate('Merge records'); ?></a><?php echo help_link('help_edit_merge.php'); ... | Change text "Index directory" to "data directory" | fisharebest_webtrees | train |
e62ffb0e2309f879594eab5b39537d3b2c113450 | diff --git a/example/vscomp.js b/example/vscomp.js
index <HASH>..<HASH> 100644
--- a/example/vscomp.js
+++ b/example/vscomp.js
@@ -167,7 +167,7 @@ stockfish.onmessage = function(event) {
engineStatus.score = '#' + score;
}
if(match = line.match(/\b(upper|lower)bound\b/)) {
- ... | fix upper/lowerbound scores when sf is black | nmrugg_stockfish.js | train |
cf4f8927f4723e560c83a92536c821605861efb1 | diff --git a/test_flake8_future_import.py b/test_flake8_future_import.py
index <HASH>..<HASH> 100644
--- a/test_flake8_future_import.py
+++ b/test_flake8_future_import.py
@@ -87,7 +87,7 @@ class TestCaseBase(unittest.TestCase):
def reverse_parse(self, lines, tmp_file=None):
for line in lines:
- ... | Fix tests on Windows
The file path contains a colon, so the parser needs to accept one at the second position. An exception is also thrown, because the file handle to the temporary file returned by `mkstemp` is still open. | xZise_flake8-future-import | train |
4cf013d03c35c159f28b2903542c1c762e105e11 | diff --git a/lib/rjr/amqp_node.rb b/lib/rjr/amqp_node.rb
index <HASH>..<HASH> 100644
--- a/lib/rjr/amqp_node.rb
+++ b/lib/rjr/amqp_node.rb
@@ -186,8 +186,8 @@ class AMQPNode < RJR::Node
end
result = wait_for_result(message)
- self.stop
- self.join unless self.em_running?
+ #self.stop
+ #self.joi... | terminate node's thread pool and the event machine reactor in node finalize method | movitto_rjr | train |
98d50c3ec32038b6efc75d52838bccd7d3e173eb | diff --git a/lib/rails_semantic_logger/engine.rb b/lib/rails_semantic_logger/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_semantic_logger/engine.rb
+++ b/lib/rails_semantic_logger/engine.rb
@@ -96,6 +96,13 @@ module RailsSemanticLogger
# Instead, supply a Hash to config.log_tags
config.rails_semantic... | #<I> Allow the filter to be set via configuration | rocketjob_rails_semantic_logger | train |
bdcf64264d5a881d2aec07e0362f8765acf045a4 | diff --git a/lib/guard/jasmine.rb b/lib/guard/jasmine.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/jasmine.rb
+++ b/lib/guard/jasmine.rb
@@ -120,11 +120,9 @@ module Guard
# @raise [:task_has_failed] when run_on_change has failed
#
def run_on_change(paths)
- specs = Inspector.clean(paths)
+ sp... | Clean paths after last failed specs have been added. | guard_guard-jasmine | train |
d65c238b2c162d44812e09de2c0b1ffade3fcf41 | diff --git a/question/type/questiontype.php b/question/type/questiontype.php
index <HASH>..<HASH> 100644
--- a/question/type/questiontype.php
+++ b/question/type/questiontype.php
@@ -902,15 +902,6 @@ class default_questiontype {
global $CFG;
$isgraded = question_state_is_graded($state->last_graded);
... | question engine: MDL-<I> this context is not used anywhere, so remove it.
(There was a bug in the get_context_instance call.) | moodle_moodle | train |
95044fc226e4645bf3ea350c5bb1208d12c771c2 | diff --git a/views/js/qtiCreator/editor/styleEditor/fontSelector.js b/views/js/qtiCreator/editor/styleEditor/fontSelector.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/editor/styleEditor/fontSelector.js
+++ b/views/js/qtiCreator/editor/styleEditor/fontSelector.js
@@ -28,6 +28,7 @@ define([
var fontS... | fix: add value setting for the font-family selector | oat-sa_extension-tao-itemqti | train |
03ea506154094e20bea66a71de1bb7b73a80ac85 | diff --git a/bdata/bmerged.py b/bdata/bmerged.py
index <HASH>..<HASH> 100644
--- a/bdata/bmerged.py
+++ b/bdata/bmerged.py
@@ -57,6 +57,18 @@ class bmerged(bdata):
# combine the histograms
self._combine_hist(bdata_list)
+
+ # checks
+ if '2' in self.mode:
+ ... | Fixed issues with <I> mode merging | dfujim_bdata | train |
e9426ff3aecf2915c3cb99ad38c4cd287a565985 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,15 @@ tools you know and love. If you have data that needs a higher degree of security
than the rest of your cache, you can store and access it via an
`EncryptingCacheDecorator`.
+## Caveats
+
+Encryption an... | Do not claim to contain data that is unencrypted | jeskew_doctrine-cache-encrypter | train |
dc01633f3c8098f68d889a9b5fc8e38a17087170 | diff --git a/terraform/context.go b/terraform/context.go
index <HASH>..<HASH> 100644
--- a/terraform/context.go
+++ b/terraform/context.go
@@ -139,7 +139,8 @@ func (c *Context) Apply() (*State, error) {
c.state.prune()
// If we have no errors, then calculate the outputs if we have any
- if err == nil && len(c.con... | terraform: fixing outputs for destroy plan | hashicorp_terraform | train |
57442a3711a2f5748030096c198bd1b038eec2de | diff --git a/pyes/utils/compat.py b/pyes/utils/compat.py
index <HASH>..<HASH> 100644
--- a/pyes/utils/compat.py
+++ b/pyes/utils/compat.py
@@ -46,12 +46,6 @@ else:
BytesIO = WhateverIO = StringIO # noqa
-############## collections.OrderedDict ######################################
-try:
- from colle... | Dropped the unused dependency on OrderedDict, fixes #<I> | aparo_pyes | train |
436de32278db35ea63acb4150616ec95a05b33c1 | diff --git a/Response.php b/Response.php
index <HASH>..<HASH> 100644
--- a/Response.php
+++ b/Response.php
@@ -26,7 +26,8 @@ class CheddarGetter_Response extends DOMDocument {
public function __construct($response) {
$this->_array = null;
parent::__construct('1.0', 'UTF-8');
- if (!$this->loadXML($response)) {... | Suppressing dom warning when loading response | marcguyer_cheddargetter-client-php | train |
a2a932d3daa06e064ea0a1acc5baef188b9154cb | diff --git a/bindings/angular1/views/navigator.js b/bindings/angular1/views/navigator.js
index <HASH>..<HASH> 100644
--- a/bindings/angular1/views/navigator.js
+++ b/bindings/angular1/views/navigator.js
@@ -93,7 +93,7 @@ limitations under the License.
const page = event.target;
if (this._element[0] ... | fix(angular1): revert broken fix in Navigator | OnsenUI_OnsenUI | train |
ecfed36cbe073f7b31441d73ea967575e301085b | diff --git a/lib/mobility/backend.rb b/lib/mobility/backend.rb
index <HASH>..<HASH> 100644
--- a/lib/mobility/backend.rb
+++ b/lib/mobility/backend.rb
@@ -77,10 +77,11 @@ On top of this, a backend will normally:
# @param model Model on which backend is defined
# @param [String] attribute Backend attribute... | Do not extract fallbacks option from options hash
Defining the keyword argument extracts fallbacks from the options hash
so that it is not included in the options attribute on the backend. We
should probably keep it in there in case a backend needs to see it. | shioyama_mobility | train |
477ceea4e288ada315aadcbd5427ea71ef4baaf1 | diff --git a/tests/test_file.py b/tests/test_file.py
index <HASH>..<HASH> 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -26,6 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+import sys
import os
... | prepare for python 3, update contents_of() tests | ActivisionGameScience_assertpy | train |
cd0afeca15b82a51ee2d4c14b90cd6cc5f2b7ac0 | diff --git a/allianceauth/services/modules/seat/manager.py b/allianceauth/services/modules/seat/manager.py
index <HASH>..<HASH> 100644
--- a/allianceauth/services/modules/seat/manager.py
+++ b/allianceauth/services/modules/seat/manager.py
@@ -72,7 +72,7 @@ class SeatManager:
@classmethod
def enable_user(cls, ... | Disable SeAT accounts instead of deleting. (#<I>)
See eveseat/web@1abb<I> | allianceauth_allianceauth | train |
9b003315ee3e445c781e2bc4216808c5b4823c21 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -92,15 +92,22 @@ DomHandler.prototype.onopentag = function(name, attribs){
DomHandler.prototype.ontext = function(data){
if(this._options.ignoreWhitespace && data.trim() === "") return;
- var lastTag;
-
- if(
- (la... | handle text chunks at the root level | fb55_domhandler | train |
2e11ba0afb7ed891dcb1419de4af9fa4bd66dcdf | diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/expression/ExpressionSubstitutionInContainerTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/expression/ExpressionSubstitutionInContainerTestCase.java
index <HASH>..<... | [WFLY-<I>] Additional permissions for ExpressionSubstitutionInContainerTestCase to allow its execution with sec manager enabled | wildfly_wildfly | train |
0c505633f197e84295b6090d9837c40391b203b5 | diff --git a/client/gulpfile.js b/client/gulpfile.js
index <HASH>..<HASH> 100644
--- a/client/gulpfile.js
+++ b/client/gulpfile.js
@@ -10,7 +10,7 @@ var babelify = require('babelify');
function compileTestClient(){
return gulp.src("src/index.js")
.pipe(babel())
- .pipe(gulp.dest("test"));
+ .pipe(gulp.de... | Modifying path to not conflict with test dir in client | rethinkdb_horizon | train |
e10c2c0a3c2b6e74242510277bc6fa5897af5d2d | diff --git a/tests/examples/safe_remote_purchase/test_safe_remote_purchase.py b/tests/examples/safe_remote_purchase/test_safe_remote_purchase.py
index <HASH>..<HASH> 100644
--- a/tests/examples/safe_remote_purchase/test_safe_remote_purchase.py
+++ b/tests/examples/safe_remote_purchase/test_safe_remote_purchase.py
@@ -5... | refactor: base_conftest already has 0 gas price for strategy | ethereum_vyper | train |
109c25ac6d18691b5503cd26494825a6a8434e75 | diff --git a/py/test/selenium/webdriver/common/api_example_tests.py b/py/test/selenium/webdriver/common/api_example_tests.py
index <HASH>..<HASH> 100644
--- a/py/test/selenium/webdriver/common/api_example_tests.py
+++ b/py/test/selenium/webdriver/common/api_example_tests.py
@@ -238,6 +238,7 @@ def testIsElementDisplaye... | [py] xfail tests that are not working for Chrome | SeleniumHQ_selenium | train |
0eafd06c42222b356b968d4c0e4967c5312feb9c | diff --git a/pywb/webapp/rangecache.py b/pywb/webapp/rangecache.py
index <HASH>..<HASH> 100644
--- a/pywb/webapp/rangecache.py
+++ b/pywb/webapp/rangecache.py
@@ -2,12 +2,14 @@ from pywb.utils.statusandheaders import StatusAndHeaders
from pywb.utils.loaders import LimitReader
from pywb.framework.cache import create_c... | rangecache: use tmp dir for cache and delete on exit | webrecorder_pywb | train |
f245258acf7e23b74d6d16e050ab9656bde99c18 | diff --git a/lxd/storage/drivers/driver_btrfs_volumes.go b/lxd/storage/drivers/driver_btrfs_volumes.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_btrfs_volumes.go
+++ b/lxd/storage/drivers/driver_btrfs_volumes.go
@@ -68,6 +68,13 @@ func (d *btrfs) CreateVolume(vol Volume, filler *VolumeFiller, op *ope... | lxd/storage/drivers/driver/btrfs/volumes: Enable allowUnsafeResize in CreateVolume when creating initial image volume
This is so the image volume can be resized to desired size after filler has run but before readonly snapshot is created. | lxc_lxd | train |
701251a325ddb39d962cb93c83d795f87838220c | diff --git a/ezp/Base/Configuration/IniParser.php b/ezp/Base/Configuration/IniParser.php
index <HASH>..<HASH> 100644
--- a/ezp/Base/Configuration/IniParser.php
+++ b/ezp/Base/Configuration/IniParser.php
@@ -138,8 +138,7 @@ class IniParser implements \ezp\Base\Interfaces\ConfigurationParser
// Create temp fil... | CS: removing uneeded temp variables | ezsystems_ezpublish-kernel | train |
d5387be612c34cb877c9677edd5b190547d98bf4 | diff --git a/Slim/Middleware/SessionCookie.php b/Slim/Middleware/SessionCookie.php
index <HASH>..<HASH> 100644
--- a/Slim/Middleware/SessionCookie.php
+++ b/Slim/Middleware/SessionCookie.php
@@ -56,12 +56,7 @@
* @author Josh Lockhart
* @since 1.5.2
*/
-class Slim_Middleware_SessionCookie implements Slim_... | Update Session Cookie middleware to use new middleware architecture | slimphp_Slim | train |
ff920e6bcbf16d8e5586b353252a49b07d2849cb | diff --git a/src/toil/jobStores/aws/utils.py b/src/toil/jobStores/aws/utils.py
index <HASH>..<HASH> 100644
--- a/src/toil/jobStores/aws/utils.py
+++ b/src/toil/jobStores/aws/utils.py
@@ -23,7 +23,8 @@ from typing import Optional
from boto.exception import (
BotoServerError,
- SDBResponseError
+ SDBRespons... | Retry on s3 throttling. (#<I>)
* Retry only.
* Retry only. | DataBiosphere_toil | train |
2342a1c537575fcd4815c042e885e8dbd5ef1e58 | diff --git a/src/Setup/Model.php b/src/Setup/Model.php
index <HASH>..<HASH> 100644
--- a/src/Setup/Model.php
+++ b/src/Setup/Model.php
@@ -35,11 +35,13 @@ namespace Civi\Setup;
* @property array $paths
* List of hard-coded path-overrides.
* Ex: ['wp.frontend.base'=>['url'=>'http://example.org/']].
- * @proper... | Model.php - Improve docblock. Reconcile conflicted field name. | civicrm_civicrm-setup | train |
c18badfca30e7a13bbd84d3b4500309b10ada35d | diff --git a/lib/unexpected-sinon.js b/lib/unexpected-sinon.js
index <HASH>..<HASH> 100644
--- a/lib/unexpected-sinon.js
+++ b/lib/unexpected-sinon.js
@@ -556,7 +556,7 @@
}
});
- expect.addAssertion('<spy> to have a call [exhaustively] satisfying <object>', function (expect, s... | to have a call satisfying: Add support for specifying the subject as a sinon sandbox or an array or spies. | unexpectedjs_unexpected-sinon | train |
47e1dff5c5069c9bfd3795fe400d4426af94993b | diff --git a/app/Composers/AppComposer.php b/app/Composers/AppComposer.php
index <HASH>..<HASH> 100644
--- a/app/Composers/AppComposer.php
+++ b/app/Composers/AppComposer.php
@@ -42,8 +42,9 @@ class AppComposer
$view->withAppHeader(Config::get('setting.header'));
$view->withAppFooter(Config::get('sett... | Allow configuring of automatic localization. Closes #<I> | CachetHQ_Cachet | train |
a76ea9f37ddb7690d508b959ccbf6f1dc46b75e4 | diff --git a/stagemonitor-core/src/main/java/org/stagemonitor/core/CorePlugin.java b/stagemonitor-core/src/main/java/org/stagemonitor/core/CorePlugin.java
index <HASH>..<HASH> 100644
--- a/stagemonitor-core/src/main/java/org/stagemonitor/core/CorePlugin.java
+++ b/stagemonitor-core/src/main/java/org/stagemonitor/core/C... | Updated remotePropertiesConfigUrls configuration option description
Removed wrong Spring Cloud references | stagemonitor_stagemonitor | train |
c2ea336d935beb62da4977e82714261c182b69dd | diff --git a/src/main/java/org/codehaus/groovy/classgen/ExtendedVerifier.java b/src/main/java/org/codehaus/groovy/classgen/ExtendedVerifier.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/groovy/classgen/ExtendedVerifier.java
+++ b/src/main/java/org/codehaus/groovy/classgen/ExtendedVerifier.java
@@ -5... | Rework check for runtime retention of repeatable annotation collector
- if repeatee has runtime retention, collector must as well
- if repeatable isn't resolved, evaluateExpression will handle aliasing | apache_groovy | train |
f53cd3c21303566e1326ec7a6313f6a900544960 | diff --git a/src/main/java/water/fvec/ParseDataset2.java b/src/main/java/water/fvec/ParseDataset2.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/fvec/ParseDataset2.java
+++ b/src/main/java/water/fvec/ParseDataset2.java
@@ -210,7 +210,7 @@ public final class ParseDataset2 extends Job {
nvs[i] = new ... | Horrible header-line skip logic in the old parser is hard to dodge
Passes junit tests, mod leaking a key? | h2oai_h2o-2 | train |
501d2067a8af5e23f33a58dec628ff305b773358 | diff --git a/WiFi.js b/WiFi.js
index <HASH>..<HASH> 100644
--- a/WiFi.js
+++ b/WiFi.js
@@ -216,11 +216,13 @@ WiFi.prototype.join = function(ssid,passphrase,callback) {
// }
// }
// });
+ _connection.removeListener('PropertyChanged',onChange);
next();
... | Remove listener after connected / failure | Doodle3D_connman-simplified | train |
d2a86a7839e4b3de75eebc58cb53436fe3d768d7 | diff --git a/types/mydecimal.go b/types/mydecimal.go
index <HASH>..<HASH> 100644
--- a/types/mydecimal.go
+++ b/types/mydecimal.go
@@ -1500,6 +1500,7 @@ func DecimalNeg(from *MyDecimal) *MyDecimal {
// Note: DO NOT use `from1` or `from2` as `to` since the metadata
// of `to` may be changed during evaluating.
func De... | types: reset the `MyDecimal` result buffer before putting arithmetic results into it (#<I>) | pingcap_tidb | train |
08ae537b2b3cdda8a99c819f992f50a5872a06ac | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ DESCRIPTION = 'Fakes file system modules for automated developer testing.'
URL = "https://code.google.com/p/pyfakefs"
-readme = os.path.join(os.path.dirname(__file__), 'README')
+readme = os.path.join(os.pa... | Fix setup.py build failure
Without this change, the setup.py build will result in
Traceback (most recent call last):
File "setup.py", line <I>, in <module>
LONG_DESCRIPTION = open(readme).read()
IOError: [Errno 2] No such file or directory: 'README' | jmcgeheeiv_pyfakefs | train |
c802ff5a80397fc5905b4f62499b7bc298824c2b | diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index <HASH>..<HASH> 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -241,10 +241,15 @@ class XML extends Parser {
}
- switch ($propertyName) {
+ $propertyNameExtended = ($this->root instanceof VCalendar
+ ... | Avoid conflicts between <geo> from xCard and xCal…
… because, yes, they are not consistent! | sabre-io_vobject | train |
e415a1351bf3e7eff0a33574400fa89c0941d9bf | diff --git a/github-linguist.gemspec b/github-linguist.gemspec
index <HASH>..<HASH> 100644
--- a/github-linguist.gemspec
+++ b/github-linguist.gemspec
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.add_dependency 'escape_utils', '~> 0.2.3'
s.add_dependency 'mime-types', '~> 1.19'
s.add_dependency 'p... | When testing if a blob is indexable, check size first
Otherwise, charlock_holmes will allocate another large binary
buffer for testing the encoding, which is a problem if the binary
blob is many hundreds of MB large. It'll just fail and crash ruby. | github_linguist | train |
aaba197dc38131dbc5ec46f682a5f64a3d0ec679 | diff --git a/util/files.js b/util/files.js
index <HASH>..<HASH> 100644
--- a/util/files.js
+++ b/util/files.js
@@ -19,7 +19,7 @@ module.exports = function (files) {
});
toProcess = toProcess.trim();
} else {
- toProcess = '"' + files + '"';
+ toProcess = '"' + files.replace(/\^/g, '^^').replace(/\&/g... | Now also escapes files in string format | quentinrossetti_node-7z | train |
d3a8184239d351db05e07c22c237698c34308b04 | diff --git a/message/output/email/message_output_email.php b/message/output/email/message_output_email.php
index <HASH>..<HASH> 100644
--- a/message/output/email/message_output_email.php
+++ b/message/output/email/message_output_email.php
@@ -46,21 +46,19 @@ class message_output_email extends message_output {
... | message MDL-<I> fixed the logic around email addy in user profile Vs in messaging preferences | moodle_moodle | train |
bb13e490a303897e97b4eed74a8a248970d3f3a4 | diff --git a/lib/bolt/puppetdb/client.rb b/lib/bolt/puppetdb/client.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/puppetdb/client.rb
+++ b/lib/bolt/puppetdb/client.rb
@@ -55,27 +55,21 @@ module Bolt
def facts_for_node(certnames)
return {} if certnames.empty? || certnames.nil?
- # This inits a h... | (BOLT-<I>) Fix incorrect puppetdb_fact results
Previously `puppetdb_fact` returned the same facts for all targets.
Fixed so it now returns each target's distinct facts. Also uses the
inventory endpoint, which matches more closely with the data we want. | puppetlabs_bolt | train |
2ba9f6c977a5f59ddbbcb8664c0abf03f1617ea4 | diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php
index <HASH>..<HASH> 100644
--- a/cli/Valet/Site.php
+++ b/cli/Valet/Site.php
@@ -706,7 +706,7 @@ class Site
}
/**
- * Put the given host.
+ * Create the given nginx host.
*
* @param string $url
* @param string $siteConf pre... | Updating put phpdoc. | laravel_valet | train |
98c0a424f4b64696d668eb2ceefca519d7003715 | diff --git a/filters/DefaultFilter.php b/filters/DefaultFilter.php
index <HASH>..<HASH> 100644
--- a/filters/DefaultFilter.php
+++ b/filters/DefaultFilter.php
@@ -10,6 +10,7 @@ namespace mjohnson\decoda\filters;
use mjohnson\decoda\Decoda;
use mjohnson\decoda\filters\FilterAbstract;
+use \DateTime;
/**
* Provi... | Added [time] tag
Added support for parsing via method with the same name as the tag | milesj_decoda | train |
84152d587bf460dcc7b634b6d6295b471e9aa4e4 | diff --git a/asana/asana.go b/asana/asana.go
index <HASH>..<HASH> 100644
--- a/asana/asana.go
+++ b/asana/asana.go
@@ -31,7 +31,7 @@ var defaultOptFields = map[string][]string{
}
var (
- // ErrUnauthorized can be returned on any call on response status code 401
+ // ErrUnauthorized can be returned on any call on re... | Add missing periods to end of sentences.
This is more consistent with the rest of the code. | tambet_go-asana | train |
3f8ac8fc0b1ffd0f6c73ad4b2bea94d5ad0ac4bc | diff --git a/kojiclient.py b/kojiclient.py
index <HASH>..<HASH> 100644
--- a/kojiclient.py
+++ b/kojiclient.py
@@ -51,7 +51,7 @@ class KojiClient(object):
build = {
"id": build_id,
- "build_date": bdate_ts,
+ "build_ts": bdate_ts,
"author": build_info["owner_name"],
"name": build_info["nvr"],... | KojiClient: rename build_date to build_ts | gofed_gofedlib | train |
dad0919b422d435c16fb36fe12a9ebb166190d90 | diff --git a/state/apiserver/apiserver.go b/state/apiserver/apiserver.go
index <HASH>..<HASH> 100644
--- a/state/apiserver/apiserver.go
+++ b/state/apiserver/apiserver.go
@@ -106,7 +106,7 @@ func (n requestNotifier) ServerReply(req rpc.Request, hdr *rpc.Header, body inte
if req.Type == "Pinger" && req.Action == "Ping... | When we added requestNotifier we accidentally made all messages Requests.
Arrows should go both ways (they do in <I>). | juju_juju | train |
3715613a47dfd791ad5c909bb9e7525ea4e50f32 | diff --git a/client/driver/utils.go b/client/driver/utils.go
index <HASH>..<HASH> 100644
--- a/client/driver/utils.go
+++ b/client/driver/utils.go
@@ -118,11 +118,6 @@ func validateCommand(command, argField string) error {
return fmt.Errorf("command contains extra white space: %q", command)
}
- split := strings.... | Do not validate the command does not contain spaces.
This PR removes validation that the command string does not contain
spaces. This can cause issues where the path contains a folder that
includes a space ("C:\Program Files\Python<I>\python.exe").
Fixes #<I> | hashicorp_nomad | train |
64f61b77b19df41ff4e48caae18831c9c8916250 | diff --git a/examples/manifest b/examples/manifest
index <HASH>..<HASH> 100644
--- a/examples/manifest
+++ b/examples/manifest
@@ -16,6 +16,13 @@
"emit": "fs",
"path": "/tmp/dummy-file"
}
+ },
+ "fs2": {
+ "type": "filesystem-monitor",
+ ... | Fresh example. Fix setup.py for decorators package | cocaine_cocaine-framework-python | train |
726da2e4fb11c1351d07d33bf57549f9fb2ddfe9 | diff --git a/code/KickAssets.php b/code/KickAssets.php
index <HASH>..<HASH> 100755
--- a/code/KickAssets.php
+++ b/code/KickAssets.php
@@ -167,7 +167,7 @@ class KickAssets extends LeftAndMain {
$record->Name = $record->Title = basename($record->Filename);
mkdir($record->FullPath);
- chmod($record->FullPath, ... | Updated various functions to use Config API, now that static properties are private
To prevent i.e. "Fatal error: Cannot access private property Filesystem::$file_create_mask" | unclecheese_silverstripe-kickassets | train |
84a4456197eaa96d08328165dfb7a1f9bd6423ab | diff --git a/grammpy_transforms/UnitRulesRemove/find_symbols_reachable_by_unit_rules.py b/grammpy_transforms/UnitRulesRemove/find_symbols_reachable_by_unit_rules.py
index <HASH>..<HASH> 100644
--- a/grammpy_transforms/UnitRulesRemove/find_symbols_reachable_by_unit_rules.py
+++ b/grammpy_transforms/UnitRulesRemove/find_... | Add UnitSymbolReachablingResults class | PatrikValkovic_grammpy | train |
34cdb53d08dc15d25ff08a0c1defee33223b5b72 | diff --git a/struct.js b/struct.js
index <HASH>..<HASH> 100644
--- a/struct.js
+++ b/struct.js
@@ -42,6 +42,12 @@
return;
}
+ var STRUCT_NAME_KEY = '__structName__';
+
+ // Check Proxy API is enabled
+ var hasProxyAPI = window.Proxy && (typeof(Proxy.create) === 'function');
+ console.log('Proxy API?:', ha... | Add Struct.isStruct method | hagino3000_Struct.js | train |
fcf743d8f01adf0f64ffa6644878fbca321fc622 | diff --git a/lib/travis/github.rb b/lib/travis/github.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/github.rb
+++ b/lib/travis/github.rb
@@ -8,7 +8,7 @@ module Travis
def repositories_for(user)
GH.with(:token => user.github_oauth_token) do
resources_for(user).map do |resource|
- ... | gotta turn GH enumerables into arrays | travis-ci_travis-core | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.