hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
91f1a00e458c32ab87015c274a72d27fd00aaa01 | diff --git a/gifi/feature.py b/gifi/feature.py
index <HASH>..<HASH> 100644
--- a/gifi/feature.py
+++ b/gifi/feature.py
@@ -126,7 +126,7 @@ def _discard():
print 'WARNING: Unable to remove remote feature branch. Maybe it was not yet created?'
repo.git.branch('-D', feature_branch)
repo.git.rebase('%s/%... | Fix pruning branches on feature-discard | kokosing_git-gifi | train |
019701260bb0cba0785c5aacaacbc111fbed4649 | diff --git a/java/client/src/org/openqa/selenium/internal/seleniumemulation/Windows.java b/java/client/src/org/openqa/selenium/internal/seleniumemulation/Windows.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/internal/seleniumemulation/Windows.java
+++ b/java/client/src/org/openqa/selenium/i... | SimonStewart: Edging ever closer to getting the selenium emulation to work with the opera driver
r<I> | SeleniumHQ_selenium | train |
75da13a4b9650049e07d0ea90a82bd7828cbdb96 | diff --git a/lib/connection.js b/lib/connection.js
index <HASH>..<HASH> 100644
--- a/lib/connection.js
+++ b/lib/connection.js
@@ -219,7 +219,6 @@ p.parseMessage = function() {
var id = this.readChar();
var message = {
- id: id,
name: messageNames[id],
length: this.parseInt32()
};
@@ -230,8 +22... | removed id from connection messages (simplify API) | brianc_node-postgres | train |
84a555df0dca1566f110a5557a60857bace1c1d9 | diff --git a/tests/test_lens.py b/tests/test_lens.py
index <HASH>..<HASH> 100644
--- a/tests/test_lens.py
+++ b/tests/test_lens.py
@@ -1,3 +1,5 @@
+import collections
+
import pytest
from lenses import lens, baselens
@@ -101,8 +103,18 @@ def test_lens_getitem():
assert lens([1, 2, 3]).getitem_(1).get() == 2
... | added test for Lens.__getattr__ and Lens.__getitem__ | ingolemo_python-lenses | train |
28f46fa32555032cc3f2a02292ebb59a85ea196f | diff --git a/src/View.php b/src/View.php
index <HASH>..<HASH> 100644
--- a/src/View.php
+++ b/src/View.php
@@ -3,7 +3,7 @@
namespace Monolyth\Improse;
use DomainException;
-use ReflectionClass;
+use ReflectionObject;
use ReflectionProperty;
use Exception;
use Closure;
@@ -112,25 +112,11 @@ class View
*/
... | handle this in a saner way | monolyth-php_improse | train |
0671cd021348bde97edafda5c681cf8e5ab832df | diff --git a/src/js/components/RangeInput/RangeInput.js b/src/js/components/RangeInput/RangeInput.js
index <HASH>..<HASH> 100644
--- a/src/js/components/RangeInput/RangeInput.js
+++ b/src/js/components/RangeInput/RangeInput.js
@@ -34,10 +34,12 @@ const RangeInput = forwardRef(
if (onBlur) onBlur(event);
... | Changed Select and RangeInput to fix an issue with setting the value (#<I>) | grommet_grommet | train |
0bdbfe77a893520712db1a08f262a6d3f9e0cc21 | diff --git a/goatools/go_enrichment.py b/goatools/go_enrichment.py
index <HASH>..<HASH> 100755
--- a/goatools/go_enrichment.py
+++ b/goatools/go_enrichment.py
@@ -13,7 +13,7 @@ from __future__ import print_function
from __future__ import absolute_import
-__copyright__ = "Copyright (C) 2010-2018, H Tang et al., All... | Added info msg upon enrichment; Num. of genes assc w/sig GOs | tanghaibao_goatools | train |
6bfae035b7eba69df3566880da6f491dd88c6499 | diff --git a/plugin/index.js b/plugin/index.js
index <HASH>..<HASH> 100644
--- a/plugin/index.js
+++ b/plugin/index.js
@@ -18,6 +18,8 @@ function hapiAccount (server, options, next) {
var routeOptions = merge({}, options)
routeOptions.sessionTimeout = options.sessionTimeout || TIMEOUT_14_DAYS
+ options.usersDb... | fix: apply admin-users PouchDB plugin internally
* * *
This commit was sponsored by &yet.
Our friends at &yet have been supporters of Hoodie since its earliest days. <3
And they have availability for new projects! We think they’re some of the best
people you can hire anywhere, but you can read what other people have... | hoodiehq_hoodie-account-server | train |
ddeed96b4cf0590b4ec785aef3cb9640835b9a36 | diff --git a/src/com/google/javascript/jscomp/TranspilationPasses.java b/src/com/google/javascript/jscomp/TranspilationPasses.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/TranspilationPasses.java
+++ b/src/com/google/javascript/jscomp/TranspilationPasses.java
@@ -21,7 +21,6 @@ import static c... | Rollforward: "Change TYPE_CHECK_SUPPORTED to include all ES6 features except modules."
The type checker now understands all of these features.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
aaa5e8732cd240fbb5d1f8c46ed12273c9115c28 | diff --git a/Form/Extension/Field/Type/FormTypeFieldExtension.php b/Form/Extension/Field/Type/FormTypeFieldExtension.php
index <HASH>..<HASH> 100644
--- a/Form/Extension/Field/Type/FormTypeFieldExtension.php
+++ b/Form/Extension/Field/Type/FormTypeFieldExtension.php
@@ -90,10 +90,10 @@ class FormTypeFieldExtension exte... | #<I> : Fix the bc break calls to get the form attributes | sonata-project_SonataAdminBundle | train |
cf1c619ecf5c2d31bb4c9f5f49935d3060f19276 | diff --git a/Twig/Extension/Plugin/AbstractMaterialDesignColorPaletteTwigExtension.php b/Twig/Extension/Plugin/AbstractMaterialDesignColorPaletteTwigExtension.php
index <HASH>..<HASH> 100644
--- a/Twig/Extension/Plugin/AbstractMaterialDesignColorPaletteTwigExtension.php
+++ b/Twig/Extension/Plugin/AbstractMaterialDesig... | Update abstract Material Design Color Palette Twig extension | webeweb_core-bundle | train |
22ee85885ed64fd0ada7a8082d2e95843618051f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -63,18 +63,11 @@ function ESBackend(config, JuttleRuntime) {
}
});
- var Write = JuttleRuntime.proc.fanin.extend({
+ var Write = JuttleRuntime.proc.sink.extend({
procName: 'elasti... | write: fix implementation to match the new sink contract | juttle_juttle-elastic-adapter | train |
7efce4646a9713ee898a48a15a44495d8129be1b | diff --git a/src/follow.js b/src/follow.js
index <HASH>..<HASH> 100644
--- a/src/follow.js
+++ b/src/follow.js
@@ -25,34 +25,39 @@ module.exports = class Follow extends Plugin
return
}
+ const center = this.parent.center
+ let toX = this.target.x, toY = this.target.y
... | follow.radius and follow.speed now work together | davidfig_pixi-viewport | train |
4337de7bebafc0a87fff5d8cca2bb0262be06a2a | diff --git a/caas/kubernetes/provider/metadata.go b/caas/kubernetes/provider/metadata.go
index <HASH>..<HASH> 100644
--- a/caas/kubernetes/provider/metadata.go
+++ b/caas/kubernetes/provider/metadata.go
@@ -5,6 +5,7 @@ package provider
import (
"os"
+ "strings"
"github.com/juju/collections/set"
"github.com/j... | fixed lowercase hostname then compare because k8s Node.Name and label values are all always lowercase. | juju_juju | train |
c91e8027a43c5698aaf044380a29cc2371be1ff1 | diff --git a/scapy/contrib/automotive/bmw/hsfz.py b/scapy/contrib/automotive/bmw/hsfz.py
index <HASH>..<HASH> 100644
--- a/scapy/contrib/automotive/bmw/hsfz.py
+++ b/scapy/contrib/automotive/bmw/hsfz.py
@@ -11,12 +11,12 @@ import struct
import socket
import time
-from scapy.compat import Optional, Tuple, Type
+from... | Add utility function to scan for HSFZ endpoints | secdev_scapy | train |
6c1732d498a24c133725ea66d4d9330d1f694d52 | diff --git a/opal/opal/runtime.js b/opal/opal/runtime.js
index <HASH>..<HASH> 100644
--- a/opal/opal/runtime.js
+++ b/opal/opal/runtime.js
@@ -261,7 +261,7 @@
var prop, block = native_send._p;
native_send._p = null;
- if (prop = native_methods[mid]) {
+ if ( (prop = native_methods[mid]) ) {
ret... | This is not the comparison you are looking for | opal_opal | train |
98e8e58b188336ad49e24cfaa1aaa46ca9de24cc | diff --git a/pyforms/Controls/ControlButton.py b/pyforms/Controls/ControlButton.py
index <HASH>..<HASH> 100755
--- a/pyforms/Controls/ControlButton.py
+++ b/pyforms/Controls/ControlButton.py
@@ -1,44 +1,48 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
-__author__ = "Ricardo Ribeiro"
-__credits__ = ["Ricardo... | PEP 8 compliance
fixed mistyped variable | UmSenhorQualquer_pyforms | train |
2095a6d28ea7ae3ce595a42df5f55c4ad8c7fc11 | diff --git a/ide/src/extension/content/treeView.js b/ide/src/extension/content/treeView.js
index <HASH>..<HASH> 100644
--- a/ide/src/extension/content/treeView.js
+++ b/ide/src/extension/content/treeView.js
@@ -604,26 +604,9 @@ objectExtend(TreeView.prototype, {
},
drop: function(dropIndex, orientat... | jeremy.herault: it's better when you can undo and redo your Drag'n'Drop
r<I> | SeleniumHQ_selenium | train |
c484d73bfbdb5b46bbb08f462bb57e65bdf09e0e | diff --git a/ryu/services/protocols/bgp/info_base/base.py b/ryu/services/protocols/bgp/info_base/base.py
index <HASH>..<HASH> 100644
--- a/ryu/services/protocols/bgp/info_base/base.py
+++ b/ryu/services/protocols/bgp/info_base/base.py
@@ -257,6 +257,16 @@ class NonVrfPathProcessingMixin(object):
pm = self._cor... | bgp: support New best path selecting
In case of selecting new best path, Ryu BGPSpeaker send withdraw messages. | osrg_ryu | train |
3b160e7737715a50657e0cce2ed58a14f0576220 | diff --git a/packages/wxa-core/src/base/app.js b/packages/wxa-core/src/base/app.js
index <HASH>..<HASH> 100644
--- a/packages/wxa-core/src/base/app.js
+++ b/packages/wxa-core/src/base/app.js
@@ -4,7 +4,13 @@ const plugins = [];
let launch = function(instance) {
let vm = instance;
if (typeof instance === 'fun... | feat: support directly write function in class
before this commit, wxa only handle function defined in methods property, now, we have just put
handle function in to class directly | wxajs_wxa | train |
69f75801bf073c69daa204a86ad8ed89df37024a | diff --git a/Entity/Stat.php b/Entity/Stat.php
index <HASH>..<HASH> 100644
--- a/Entity/Stat.php
+++ b/Entity/Stat.php
@@ -26,7 +26,6 @@ class Stat
const TYPE_EXCLUSIVE = 'exclusive';
const TYPE_FILTER = 'filter';
const TYPE_LIMITS = 'limits';
- const TYPE_REVENUE = 'revenue';
const TYPE_SCHEDULE... | [ENG-<I>] Initial revenue chart. | TheDMSGroup_mautic-contact-client | train |
10429947bedf4dea907ccca8994b3a4180079bcf | diff --git a/consensus/poet/sgx/setup.py b/consensus/poet/sgx/setup.py
index <HASH>..<HASH> 100644
--- a/consensus/poet/sgx/setup.py
+++ b/consensus/poet/sgx/setup.py
@@ -166,6 +166,7 @@ setup(name='sawtooth-poet-sgx',
install_requires=[
'toml',
'ecdsa',
+ 'sawtooth-ias-client',
... | Fix sawtooth-poet-sgx package to be dependent upon sawtooth-ias-client | hyperledger_sawtooth-core | train |
61f824798c65b00721bda812228c5357e83bbcd7 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -34,7 +34,7 @@ colors = true;
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
-logLevel = LOG_DEBUG;
+logLevel = LOG_INFO;
// enable / disable wa... | test: Use log level of INFO for karma | jtrussell_angular-snap.js | train |
e2037d2e8eae04c3541e79cd2908cbe453596328 | diff --git a/storage/raster.py b/storage/raster.py
index <HASH>..<HASH> 100644
--- a/storage/raster.py
+++ b/storage/raster.py
@@ -386,10 +386,7 @@ class Raster:
# Replace NODATA_VALUE with NaN
nodata = self.get_nodata_value()
- try: # see issue #174
- NaN = numpy.... | Reverted dumb change made while testing win issue with NaN arrays | inasafe_inasafe | train |
2a3108501ae5fe9238e74c50fe241c68fe4dc871 | diff --git a/__tests__/layer/fully-connected.js b/__tests__/layer/fully-connected.js
index <HASH>..<HASH> 100644
--- a/__tests__/layer/fully-connected.js
+++ b/__tests__/layer/fully-connected.js
@@ -86,8 +86,8 @@ describe('FullyConnected Layer', () => {
describe('.compareFilterDeltas (back propagation)', () => {
... | Make FullyConnected tests more incremental | BrainJS_brain.js | train |
c1844dc1edf338938ebb9d96e8e87116d31c615e | diff --git a/lib/structures/Member.js b/lib/structures/Member.js
index <HASH>..<HASH> 100644
--- a/lib/structures/Member.js
+++ b/lib/structures/Member.js
@@ -69,6 +69,38 @@ class Member {
}
}
+ get username() {
+ return this.user.username;
+ }
+
+ get discriminator() {
+ return t... | added User getters to Member (#<I>) | abalabahaha_eris | train |
d5d1c837708efa1eaea1ebba46bbba0e6fedd34f | diff --git a/src/views/server/_saleModal.php b/src/views/server/_saleModal.php
index <HASH>..<HASH> 100644
--- a/src/views/server/_saleModal.php
+++ b/src/views/server/_saleModal.php
@@ -2,7 +2,7 @@
use hipanel\modules\client\widgets\combo\ClientCombo;
use hipanel\modules\finance\widgets\TariffCombo;
-use dosamigos... | removed use of 2amigos DateTimePicker | hiqdev_hipanel-module-server | train |
78f45edcc17e9c6916c13743b0b0c5487ca4c726 | diff --git a/lib/netsuite/actions/add.rb b/lib/netsuite/actions/add.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/actions/add.rb
+++ b/lib/netsuite/actions/add.rb
@@ -11,9 +11,11 @@ module NetSuite
def request
connection.request :platformMsgs, :add do
- soap.namespaces['xmlns:platformMsgs... | adding more stuff to get invoice add to work | NetSweet_netsuite | train |
ad7295eec6c4750ec3ce65c0a226815741325632 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -69,6 +69,7 @@ setup(
],
keywords='rest client http',
packages=find_packages(exclude=['docs', 'tests*']),
+ setup_requires=['pytest-runner'],
install_requires=install_requirements,
tests_require=tes... | Add pytest-runner to setup.py | allisson_python-simple-rest-client | train |
63e52abdc39b84f2f32281e4e2bc7ec791a86685 | diff --git a/plugins/sonar-squid-java-plugin/src/main/java/org/sonar/java/squid/check/ClassComplexityCheck.java b/plugins/sonar-squid-java-plugin/src/main/java/org/sonar/java/squid/check/ClassComplexityCheck.java
index <HASH>..<HASH> 100644
--- a/plugins/sonar-squid-java-plugin/src/main/java/org/sonar/java/squid/check/... | SONAR-<I>: Create a SQUID rule : total class complexity should not exceed a pre-defined threshold | SonarSource_sonarqube | train |
1e5526d8f05104bc5a1659fbaf4cad08f50e737f | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -96,10 +96,13 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-import sphinx_rtd_theme
+try:
+ import sphinx_rtd_theme
+... | Ignored failed theme import in docs. | openxc_openxc-python | train |
72885cc59faa48ea7fcfc462b0dc44dbd01f4f7d | diff --git a/steam_idle_qt/QIdle.py b/steam_idle_qt/QIdle.py
index <HASH>..<HASH> 100644
--- a/steam_idle_qt/QIdle.py
+++ b/steam_idle_qt/QIdle.py
@@ -84,7 +84,8 @@ class Idle(BaseIdle):
self.logger.debug('on_steamDataReady with %d apps as parameter', len(apps))
newapp = apps.get(self.app.appid)
... | improve readability of QIdle debug on data updates | jayme-github_steam_idle | train |
a5e814e0f77dbe8fc6dc2ca68e25348cca917e76 | diff --git a/lib/Models/WebMapServiceCatalogGroup.js b/lib/Models/WebMapServiceCatalogGroup.js
index <HASH>..<HASH> 100644
--- a/lib/Models/WebMapServiceCatalogGroup.js
+++ b/lib/Models/WebMapServiceCatalogGroup.js
@@ -73,7 +73,15 @@ var WebMapServiceCatalogGroup = function(terria) {
*/
this.itemProperties =... | Use layer WMS hierarchy in GetCapabilities.
If desired, the old behavior can be restored by setting flatten=true. | TerriaJS_terriajs | train |
11864bc2091608eeec2e95d621c81cdb3e51b691 | diff --git a/spyder/plugins/explorer/tests/test_explorer.py b/spyder/plugins/explorer/tests/test_explorer.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/explorer/tests/test_explorer.py
+++ b/spyder/plugins/explorer/tests/test_explorer.py
@@ -140,7 +140,11 @@ def test_single_click_to_open(qtbot, file_explorer):
... | Refactor code and fix docstrings and comments | spyder-ide_spyder | train |
6ce2e6bcbda4689c4767ef21cc23c6fb4b7b3010 | diff --git a/bundle/Controller/MenuController.php b/bundle/Controller/MenuController.php
index <HASH>..<HASH> 100644
--- a/bundle/Controller/MenuController.php
+++ b/bundle/Controller/MenuController.php
@@ -5,7 +5,7 @@ declare(strict_types=1);
namespace Netgen\Bundle\SiteBundle\Controller;
use eZ\Publish\Core\MVC\C... | Typehint eZ Tag Handler to have access to methods from ContentTagInterface | netgen_site-bundle | train |
ff9458b7dbf5ccdb3ef34df70a18542d67c4bcce | diff --git a/schedules/index.js b/schedules/index.js
index <HASH>..<HASH> 100644
--- a/schedules/index.js
+++ b/schedules/index.js
@@ -2,6 +2,9 @@
var CronJob = require('cron').CronJob;
exports.startJobs = function(options) {
+ if (options.env && vulpejs.app.env !== options.env) {
+ return;
+ }
if (options.... | add support to schedule only in specific env | activethread_vulpejs | train |
b8c695fe887b3fd30accae374e548f25f4151879 | diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
@@ -5... | Always add recordid as last sort option | alchemy-fr_Phraseanet | train |
758d7fcdc71413cf92c048373772bacc40ef387e | diff --git a/benchexec/tablegenerator/__init__.py b/benchexec/tablegenerator/__init__.py
index <HASH>..<HASH> 100644
--- a/benchexec/tablegenerator/__init__.py
+++ b/benchexec/tablegenerator/__init__.py
@@ -240,7 +240,7 @@ def _get_column_type_heur(column, column_values):
else:
return ColumnType.s... | Table generator: Restructure code for column type determination.
First check for existing units, then determine scale factor,
apply it and perform decision whether column is of type
count or measure.
Removes redundant code and eliminates special cases for count regarding
scaling. | sosy-lab_benchexec | train |
1adcd8b345ba555e30ff278e5e8d907113e0bdb3 | diff --git a/manual_test/index.js b/manual_test/index.js
index <HASH>..<HASH> 100644
--- a/manual_test/index.js
+++ b/manual_test/index.js
@@ -1,10 +1,10 @@
const dynamoose = require("../lib");
const dynamooseOld = require("dynamoose");
-// const Cat = dynamoose.model("Cat", { "name": String });
+const Cat = dynamo... | Adding test for creating instance of Model | dynamoosejs_dynamoose | train |
7acede1df375d2ef1a2463589f7026d23f4161d5 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "3.7.22-dev"
+ "dev-master": "3.7.23-dev"
},
"laravel": {
"providers": ... | Clear View Cache after Article update. Limit html show in list. | sirgrimorum_crudgenerator | train |
ad200922477fd90669b3d988a08d655b13550665 | diff --git a/definitions/npm/sequelize_v4.x.x/flow_v0.42.x-/sequelize_v4.x.x.js b/definitions/npm/sequelize_v4.x.x/flow_v0.42.x-/sequelize_v4.x.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/sequelize_v4.x.x/flow_v0.42.x-/sequelize_v4.x.x.js
+++ b/definitions/npm/sequelize_v4.x.x/flow_v0.42.x-/sequelize_v4.x.x.... | fix(sequelize): add missing Model methods (#<I>) | flow-typed_flow-typed | train |
bf5df19e4a365f2f79462c2310adcb14b219c648 | diff --git a/Lib/fontbakery/specifications/googlefonts.py b/Lib/fontbakery/specifications/googlefonts.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/specifications/googlefonts.py
+++ b/Lib/fontbakery/specifications/googlefonts.py
@@ -4680,7 +4680,7 @@ def com_google_fonts_test_163(ttFont):
... | emit only a WARNing for bad fonts on test/<I>
(issue #<I>) | googlefonts_fontbakery | train |
59b3e79c705e2d91b8237e2ed4de956d66063195 | diff --git a/server/src/main/java/io/druid/server/coordinator/DruidCoordinator.java b/server/src/main/java/io/druid/server/coordinator/DruidCoordinator.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/druid/server/coordinator/DruidCoordinator.java
+++ b/server/src/main/java/io/druid/server/coordinator/Dru... | derby seems to be working..? | apache_incubator-druid | train |
cd4bca69adafebbf5f6e00fb7a57d3920a85bf83 | diff --git a/src/ApiProblemRenderer.php b/src/ApiProblemRenderer.php
index <HASH>..<HASH> 100644
--- a/src/ApiProblemRenderer.php
+++ b/src/ApiProblemRenderer.php
@@ -29,6 +29,10 @@ class ApiProblemRenderer extends Renderer
$response = $this->writeBody($response, $output);
$response = $respo... | Set response status in ApiProblemRenderer
If the status is >= <I>, then set the response's status code as they are
supposed to be the same thing. | akrabat_rka-content-type-renderer | train |
dac0b89f8cd14b4dd64d657db6e35e4c320659ac | diff --git a/src/util/bidi.js b/src/util/bidi.js
index <HASH>..<HASH> 100644
--- a/src/util/bidi.js
+++ b/src/util/bidi.js
@@ -122,7 +122,7 @@ export let bidiOrdering = (function() {
// Character types for codepoints 0 to 0xff
let lowTypes = "bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLL... | Correct bidi types for remaining Arabic chars | codemirror_CodeMirror | train |
c81f6096b86c6ff4c131854a8f3de418182cc8e9 | diff --git a/lib/wireprotocol/get_more.js b/lib/wireprotocol/get_more.js
index <HASH>..<HASH> 100644
--- a/lib/wireprotocol/get_more.js
+++ b/lib/wireprotocol/get_more.js
@@ -37,13 +37,6 @@ function getMore(server, ns, cursorState, batchSize, options, callback) {
return;
}
- // Raw, return all the extr... | fix(get-more): documents are already returned as raw in this case | mongodb-js_mongodb-core | train |
bc787e708a0800a95d7d4d2c7aa5aec9bbb2365c | diff --git a/tests/pipeline/test_multidimensional_dataset.py b/tests/pipeline/test_multidimensional_dataset.py
index <HASH>..<HASH> 100644
--- a/tests/pipeline/test_multidimensional_dataset.py
+++ b/tests/pipeline/test_multidimensional_dataset.py
@@ -62,7 +62,7 @@ class TestDataSetFamily(ZiplineTestCase):
def test... | MAINT: Don't use system-reserved name pattern
> _Any_ use of __*__ names, in any context, that does not follow
> explicitly documented use, is subject to breakage without warning.
<URL> | quantopian_zipline | train |
00c2cf33c15011e63761bb7cc2a8fe735dd423bc | diff --git a/services/TransactionService/src/index.php b/services/TransactionService/src/index.php
index <HASH>..<HASH> 100644
--- a/services/TransactionService/src/index.php
+++ b/services/TransactionService/src/index.php
@@ -4,7 +4,6 @@ namespace Islandora\TransactionService;
require_once __DIR__.'/../vendor/autol... | Updating PR to use static factory function for Chullo. | Islandora-CLAW_islandora | train |
78b2f91369dcf2a53d81f628bc2ab717abc4ce12 | diff --git a/dist/bottom_line.js b/dist/bottom_line.js
index <HASH>..<HASH> 100644
--- a/dist/bottom_line.js
+++ b/dist/bottom_line.js
@@ -664,23 +664,11 @@
* @param {Function} cb - callback function to be called for each element
* @param {Object=} ctx_ - optional context
*/... | - small optimization for obj.eachRight | unnoon_bottom_line | train |
c8f38ac5c4420e97b23e754f971ba014d567002a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from distutils.core import setup, Extension
ghalton_module = Extension("_ghalton", sources=["src/Halton_wrap.cxx", "src/Halton.cpp"])
setup (name = "ghalton",
- version = 0.5,
+ version = "0.5",
... | Corrected version number install error. | fmder_ghalton | train |
f93de7d86accae9df5738bbbe70322fa152ab5e4 | diff --git a/src/chart/sankey/SankeyView.js b/src/chart/sankey/SankeyView.js
index <HASH>..<HASH> 100644
--- a/src/chart/sankey/SankeyView.js
+++ b/src/chart/sankey/SankeyView.js
@@ -286,6 +286,14 @@ export default echarts.extendChartView({
el.cursor = 'move';
}
+ el.highlight... | add highlight and downplay for every node in sankey | apache_incubator-echarts | train |
4c03af6fdbbb7c3b7ac68436138f9783a8981ac3 | diff --git a/spec/branch_cover_spec.rb b/spec/branch_cover_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/branch_cover_spec.rb
+++ b/spec/branch_cover_spec.rb
@@ -37,7 +37,10 @@ RSpec::Matchers.define :have_correct_branch_coverage do |filename, lineno|
match do |lines|
code, answers = parse(lines, lineno)
... | Remove ruby warnings when executing samples | deep-cover_deep-cover | train |
394074424a5aec2709c1d0c3afce70727dde0adb | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -399,6 +399,38 @@ function has_capability($capability, $context=NULL, $userid=NULL, $doanything=tr
$ACCESS[$userid], $doanything);
}
+/*
+ * Uses 1 DB query to ans... | accesslib: Introducing is_siteadmin() to reliably check for siteadmins
is_siteadmin checks a few key capabilities to suss out if the user is
an admin. The main virtue of the function is that it does not use
the accesslib infrastructure -- it reads directly from the DB, which
is useful for the <I> accesslib upgrade. | moodle_moodle | train |
fdb7961953ca92864287b590d1301a9a4f28dfec | diff --git a/build/build.go b/build/build.go
index <HASH>..<HASH> 100644
--- a/build/build.go
+++ b/build/build.go
@@ -496,15 +496,13 @@ func (s *Session) BuildPackage(pkg *PackageData) error {
return err
}
- pkg.Archive.JSDecls = []*compiler.Decl{}
for _, jsFile := range pkg.JSFiles {
code, err := ioutil.R... | using []byte and compiler.Archive.IncJSCode to handle *.inc.js files | gopherjs_gopherjs | train |
fad52ea2fc34369942a48947ad237345f5421466 | diff --git a/gns3server/version.py b/gns3server/version.py
index <HASH>..<HASH> 100644
--- a/gns3server/version.py
+++ b/gns3server/version.py
@@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-__version__ = "2.2.19"
-__version_info__ = (2, 2, 19,... | Development on <I>dev1 | GNS3_gns3-server | train |
e3aadf4896812dd18d16651854104243df65558c | diff --git a/raiden/tests/utils/transfer.py b/raiden/tests/utils/transfer.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/utils/transfer.py
+++ b/raiden/tests/utils/transfer.py
@@ -24,7 +24,7 @@ from raiden.transfer.state import (
balanceproof_from_envelope,
make_empty_merkle_tree,
)
-from raiden.utils imp... | tests: added assert to the transfer util | raiden-network_raiden | train |
85edee26f369c6d5b1ac1a99f1bd4b3ff5fa9a41 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -4525,7 +4525,7 @@ function get_users_by_capability($context, $capability, $fields='', $sort='',
$sortby = $sort ? " ORDER BY $sort " : '';
// User lastaccess JOIN
- if (strpo... | MDL-<I> Merged from <I> | moodle_moodle | train |
8744d367a26d4308c6f9d38d63382b2f866265c7 | diff --git a/src/Arrayy.php b/src/Arrayy.php
index <HASH>..<HASH> 100644
--- a/src/Arrayy.php
+++ b/src/Arrayy.php
@@ -324,6 +324,28 @@ class Arrayy extends \ArrayObject
}
/**
+ * Check if an (case-insensitive) string is in the current array.
+ *
+ * @param string $value
+ *
+ * @return bool
+ */
+ ... | [+]: added "containsCaseInsensitive()" | voku_Arrayy | train |
939a8f58e691c6750d864b1f30f88f4ee7203c33 | diff --git a/lib/dynamodb.js b/lib/dynamodb.js
index <HASH>..<HASH> 100644
--- a/lib/dynamodb.js
+++ b/lib/dynamodb.js
@@ -1,7 +1,5 @@
'use strict';
- // @todo: nice handling of throtteling https://github.com/aws/aws-sdk-js/issues/402 for now let aws take care of it
-
var Promise = require('promise')
var util = ... | + Raw functions for FilterExpression and ProjectionExpression | awspilot_dynamodb-oop | train |
0fcb74ea4704c98066010695316038903ada02a6 | diff --git a/src/Wave/Framework/Application/Controller.php b/src/Wave/Framework/Application/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Wave/Framework/Application/Controller.php
+++ b/src/Wave/Framework/Application/Controller.php
@@ -21,8 +21,15 @@ class Controller implements \Serializable, ControllerInterface... | Strict pattern matching (Beneficial for optional trailing slashes) | DaGhostman_codewave | train |
a6250716c9c9f3002474666681cba52debfa5ef5 | diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py
index <HASH>..<HASH> 100644
--- a/pyneuroml/pynml.py
+++ b/pyneuroml/pynml.py
@@ -1288,19 +1288,25 @@ def evaluate_arguments(args):
"number of arguments: %d given, 0-4 required"
% num_neuron_args)
... | Improved support for -neuron -run and -netpyne -run | NeuroML_pyNeuroML | train |
4797aed4823af9adcacbfadef2e5d0c010c82a27 | diff --git a/bin/jsx.js b/bin/jsx.js
index <HASH>..<HASH> 100644
--- a/bin/jsx.js
+++ b/bin/jsx.js
@@ -1,5 +1,5 @@
#!/usr/bin/env node
if (__filename !== process.argv[1] || process.argv.length < 3)
throw new Error('this should only be used to load a jsx file')
-process.argv.splice(1, 1)
-require('import-jsx')(requ... | Properly set argv[1] for jsx tests
Otherwise tap.fullname isn't set to the appropriate path, resulting
in potentially conflicting snapshot output files. | tapjs_node-tap | train |
46e7bf783580a88a82154f8439998be9f9b56c96 | diff --git a/shinken/daemon.py b/shinken/daemon.py
index <HASH>..<HASH> 100644
--- a/shinken/daemon.py
+++ b/shinken/daemon.py
@@ -455,7 +455,8 @@ class Daemon(object):
self.debug_output.append("Replacing previous instance %d" % pid)
try:
- os.kill(pid, signal.SIGQUIT)
+ pgid =... | When replacing a daemon kill all processes in the group. | Alignak-monitoring_alignak | train |
45230c1b714e1ef9b647c3ae81bdd0792c44ab19 | diff --git a/chimp_campaigns.go b/chimp_campaigns.go
index <HASH>..<HASH> 100644
--- a/chimp_campaigns.go
+++ b/chimp_campaigns.go
@@ -21,10 +21,10 @@ const (
campaign_send_endpoint string = "/campaigns/send.json"
)
-func (a *ChimpAPI) getContent(apiKey string, cid string, options map[string]interface{}, content... | remove apikey, get it from chimpapi struct. thanks @kevinburke | mattbaird_gochimp | train |
0efcf817b927527bf5af0c5dccd43e1adcbb184f | diff --git a/lib/valid-schema.js b/lib/valid-schema.js
index <HASH>..<HASH> 100644
--- a/lib/valid-schema.js
+++ b/lib/valid-schema.js
@@ -275,10 +275,6 @@ module.exports = function(schema) {
if (!isOfType(schema, 'object')) {
throw new Error('Schema is ' + prettyType(getType(schema)) + ' when it should be an obje... | removed unncessary code. minor change to tests. | oferei_json-gate | train |
fc7003876ad67aa7105d0c4359b5493f5d8ecf0f | diff --git a/pxml/test.py b/pxml/test.py
index <HASH>..<HASH> 100644
--- a/pxml/test.py
+++ b/pxml/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#------------------------------------------------------------------------------
# file: $Id: pxml.py 346 2012-08-12 17:22:39Z griffin $
# desc: pr... | added "utf-8" declaration | metagriffin_pxml | train |
09c8c036b471f5183e81f1c70064074d439553da | diff --git a/src/mure.js b/src/mure.js
index <HASH>..<HASH> 100644
--- a/src/mure.js
+++ b/src/mure.js
@@ -131,7 +131,8 @@ class Mure extends Model {
.then(dbEntry => {
let mureFile = {
filename,
- metadata: dbEntry.metadata
+ metadata: dbEntry.metadata,
+ ... | Include the revision hash with each file request | origraph_origraph.js | train |
c025a1194b89841b94aa76d3f9640e9667b2aea2 | diff --git a/src/schema/Schema.js b/src/schema/Schema.js
index <HASH>..<HASH> 100644
--- a/src/schema/Schema.js
+++ b/src/schema/Schema.js
@@ -260,7 +260,6 @@ export class Schema {
}
}
}
- ctx.tags = this
if (item instanceof Pair) return item.toString(ctx, onComment, onChompKeep)
if (!... | Drop "tags" from stringifier context | eemeli_yaml | train |
1a269d5aab3ce61d18b73e6982db95a1397cfeea | diff --git a/django_ses/__init__.py b/django_ses/__init__.py
index <HASH>..<HASH> 100644
--- a/django_ses/__init__.py
+++ b/django_ses/__init__.py
@@ -91,7 +91,7 @@ class SESBackend(BaseEmailBackend):
proxy_user=self._proxy_user,
proxy_pass=self._proxy_pass,
)
- exc... | Don't catch BaseExceptions (#<I>)
Exiting exceptions, such as `KeyboardInterrupt`, inherit from `BaseException` rather than `Exception`. The idiomatic way to catch any unexpected exception is to only catch `Exception`, so that `BaseExceptions` still bubble up. | django-ses_django-ses | train |
9dbe6c0e02c124ba10d93ad721b7fe37eec9d691 | diff --git a/client/driver/java_test.go b/client/driver/java_test.go
index <HASH>..<HASH> 100644
--- a/client/driver/java_test.go
+++ b/client/driver/java_test.go
@@ -98,6 +98,12 @@ func TestJavaDriver_Start_Wait(t *testing.T) {
// expect the timeout b/c it's a long lived process
break
}
+
+ // need to kill lon... | clean up orphaned java processes | hashicorp_nomad | train |
d658d3264605d0eda71e916023a3d016e7cda7ff | diff --git a/src/Functions/Polynomial.php b/src/Functions/Polynomial.php
index <HASH>..<HASH> 100644
--- a/src/Functions/Polynomial.php
+++ b/src/Functions/Polynomial.php
@@ -16,11 +16,15 @@ namespace Math\Functions;
* Current features:
* o Print a human readable representation of a polynomial
* o Evaluat... | Added integrate and differentiate to class description (with examples) | markrogoyski_math-php | train |
328aa14f0a19694d33d88aa97437747ba774a9e2 | diff --git a/recipe/exceptions.py b/recipe/exceptions.py
index <HASH>..<HASH> 100644
--- a/recipe/exceptions.py
+++ b/recipe/exceptions.py
@@ -7,8 +7,8 @@ class BadRecipe(Exception):
class InvalidColumnError(Exception):
- def __init__(self, *args, column_name='', **kwargs):
- self.column_name = column_na... | argh, get rid of py3-only syntax | juiceinc_recipe | train |
de4e08f5445f136056b257b3ee77fe6a3e10152f | diff --git a/ioc_module.js b/ioc_module.js
index <HASH>..<HASH> 100644
--- a/ioc_module.js
+++ b/ioc_module.js
@@ -36,6 +36,7 @@ const {
const {
CorrelationService,
FlowNodeInstanceService,
+ FlowNodePersistenceFacade,
DeleteProcessModelService,
ProcessModelService,
TimerFacade,
@@ -95,6 +96,10 @@ func... | :sparkles: Add FlowNodePersistenceFacade to ioc | process-engine_process_engine_core | train |
b7a2a856b5c7b47f52d5a7c3a624173548bef247 | diff --git a/test/test-examples-server-pre-post-functions.js b/test/test-examples-server-pre-post-functions.js
index <HASH>..<HASH> 100644
--- a/test/test-examples-server-pre-post-functions.js
+++ b/test/test-examples-server-pre-post-functions.js
@@ -9,17 +9,27 @@ var alexaAppServer = require("../index");
describe("... | Added tests of post/pre functions being fired. | alexa-js_alexa-app-server | train |
701c0f07b9e03cc7cced48364aa370ad3ba35bed | diff --git a/stage1/init/init.go b/stage1/init/init.go
index <HASH>..<HASH> 100644
--- a/stage1/init/init.go
+++ b/stage1/init/init.go
@@ -383,17 +383,18 @@ func getArgsEnv(p *stage1commontypes.Pod, flavor string, debug bool, n *networki
return nil, nil, fmt.Errorf("unrecognized stage1 flavor: %q", flavor)
}
- /... | stage1: always write /etc/machine-id
Prepare rkt for systemd-<I> in stage1.
rkt was previously only writing /etc/machine-id in the stage1 rootfs if
systemd was running on the host. However, new versions of systemd always
require /etc/machine-id, see:
<URL>, but we want rkt to be ready.
Fixes <URL> | rkt_rkt | train |
d4d3a82514076621936bae127f2b6d917927bb99 | diff --git a/src/saml2/cache.py b/src/saml2/cache.py
index <HASH>..<HASH> 100644
--- a/src/saml2/cache.py
+++ b/src/saml2/cache.py
@@ -139,7 +139,7 @@ class Cache(object):
:return: A possibly empty list of entity identifiers
"""
cni = code(name_id)
- return self._db[cni].keys()
+ ... | Fix python3 .keys() as a view failures | IdentityPython_pysaml2 | train |
ee2b16c3c0fb31568efba631dd6991cc8e9f0093 | diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py
index <HASH>..<HASH> 100644
--- a/buildozer/targets/android.py
+++ b/buildozer/targets/android.py
@@ -474,12 +474,13 @@ class TargetAndroid(Target):
ext = 'tar.bz2'
else:
ext = 'zip'
- arch... | Changes for NDK<I> (#<I>)
The arch no longer used in url for NDK<I>+ | kivy_buildozer | train |
2c11bc3234fd2ff6ec7a55826df13fe6e5a8ae4b | diff --git a/microcosm/loaders.py b/microcosm/loaders.py
index <HASH>..<HASH> 100644
--- a/microcosm/loaders.py
+++ b/microcosm/loaders.py
@@ -71,13 +71,15 @@ def load_from_python_file(metadata):
return _load_from_file(metadata, load_python_module)
-def load_from_environ(metadata):
+def _load_from_environ(meta... | Separate JSON and non-JSON parsing from envvars.
There's too much risk that we'll do the wrong thing for other libraries
that read our configuration if we force JSON. | globality-corp_microcosm | train |
bcf1bbc636fc4c112112598ab25bc21b5d6e4eb6 | diff --git a/filterdb/db.go b/filterdb/db.go
index <HASH>..<HASH> 100644
--- a/filterdb/db.go
+++ b/filterdb/db.go
@@ -51,6 +51,9 @@ type FilterDatabase interface {
// target block hash cannot be found, then ErrFilterNotFound is to be
// returned.
FetchFilter(*chainhash.Hash, FilterType) (*gcs.Filter, error)
+
+ ... | filterdb: Implement PurgeFilters.
This commit adds the ability to purge the filters from the db.
It is enables mobile apps that use neutrino in the background
to implement their own eviction strategy preventing from the db
to grow unboundly. | lightninglabs_neutrino | train |
0eaee81a13d4d6b17e93fb42192e1b6823c7acb2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -41,4 +41,5 @@ The project documentation can be found at http://natural.rtfd.org/
url='https://github.com/tehmaze/natural',
packages=['natural'],
package_data={'natural': ['locale/*/LC_MESSAGES/*.mo']},
+ ins... | Add six to install_requires | tehmaze_natural | train |
86f63d9b60e8ea02a3bee301a8ec87e5f77f5f58 | diff --git a/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
index <HASH>..<HASH> 100644
--- a/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
+++ b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs
@@ -92,7 +92,7 @@ namespace MLAgents
"docs/Learning-Environment-Design-Acade... | Update package and communicator versions to <I> | Unity-Technologies_ml-agents | train |
b43e91a6d6bb0f8efd7b0bd978d64e36c8c2e9d3 | diff --git a/src/Drupal/Driver/Cores/CoreInterface.php b/src/Drupal/Driver/Cores/CoreInterface.php
index <HASH>..<HASH> 100644
--- a/src/Drupal/Driver/Cores/CoreInterface.php
+++ b/src/Drupal/Driver/Cores/CoreInterface.php
@@ -42,6 +42,14 @@ interface CoreInterface {
public function getModuleList();
/**
+ * R... | Move more logic into cores for extension handling.
- Fixes #<I>
- Adds a `getExtensionPathList()` method to the core interface. | jhedstrom_DrupalDriver | train |
3d9cf35e1f9c8418715563f7ede4bf9bc362e236 | diff --git a/cotyledon/_service_manager.py b/cotyledon/_service_manager.py
index <HASH>..<HASH> 100644
--- a/cotyledon/_service_manager.py
+++ b/cotyledon/_service_manager.py
@@ -200,10 +200,11 @@ class ServiceManager(_utils.SignalManager):
self._wait_forever()
def _on_wakeup(self):
- dead_pid = ... | simplify the dead worker detection/restarting | sileht_cotyledon | train |
43d3d671aeeed04d35a057ef453b1b11fa426d3c | diff --git a/src/Action/IndexAction.php b/src/Action/IndexAction.php
index <HASH>..<HASH> 100644
--- a/src/Action/IndexAction.php
+++ b/src/Action/IndexAction.php
@@ -46,10 +46,11 @@ class IndexAction extends BaseAction
*/
protected function _handle()
{
- $subject = $this->_subject(['success' => ... | Adding ability to change or swap the query in beforePaginate | FriendsOfCake_crud-json-api | train |
7dd8aba597b0e9ce491102bd126bd912944653fd | diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py
index <HASH>..<HASH> 100644
--- a/geomdl/BSpline.py
+++ b/geomdl/BSpline.py
@@ -16,7 +16,7 @@ from . import utilities as utils
class Curve(Abstract.Curve):
- """ Data storage and evaluation class for 3D B-Spline (NUBS) curves.
+ """ Data storage and evaluati... | Getting rid of Curve2D class | orbingol_NURBS-Python | train |
be889bb1cb5893fdf9fda096e0ea611352f13325 | diff --git a/.rubocop.yml b/.rubocop.yml
index <HASH>..<HASH> 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -3,8 +3,9 @@ AllCops:
DisplayStyleGuide: true
TargetRubyVersion: 2.4
Exclude:
- - 'how_is.gemspec'
+ - 'okay.gemspec'
- 'bin/*'
+ - 'examples/*'
- '**/*~'
- 'spec/capture_warnin... | add frozen_string_literal comments; misc other RuboCop-suggested fixes. | duckinator_okay | train |
2ab5c9f8deaa477ccce406c6558ed5bdc0c6aca4 | diff --git a/i3_cycle.py b/i3_cycle.py
index <HASH>..<HASH> 100644
--- a/i3_cycle.py
+++ b/i3_cycle.py
@@ -12,7 +12,7 @@ import i3
def find_focusable(node):
"""
- Search the first focusable window that is not the focused current one
+ Search for the first focusable window within the node tree
"""
... | Refactoring, testable fuctions, no side effect | mota_i3-cycle | train |
e954da5cb1494b2531cec3b78ef88c3bb6b381a7 | diff --git a/src/Compiler.php b/src/Compiler.php
index <HASH>..<HASH> 100644
--- a/src/Compiler.php
+++ b/src/Compiler.php
@@ -1668,13 +1668,12 @@ class Compiler
$part1 = array_pop($selectors1);
$part2 = array_pop($selectors2);
- if ($this->isImmediateRelationshipCombinator($part1... | mergeDirectRelationships : 1 bug from refactoring and 1 from initial proposal | leafo_scssphp | train |
e532b7784934e2dcab1053d88d562e5f287daf3b | diff --git a/src/main/java/com/bytebybyte/google/geocoding/service/request/GeocodeRequestBuilder.java b/src/main/java/com/bytebybyte/google/geocoding/service/request/GeocodeRequestBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/bytebybyte/google/geocoding/service/request/GeocodeRequestBuilder.java
+++ ... | Added escape for ' ' with '+'. | gjordi_google-geocoding | train |
bc8709a31348ba82847c0ebc42e6143311ac0a18 | diff --git a/validator/sawtooth_validator/execution/scheduler_serial.py b/validator/sawtooth_validator/execution/scheduler_serial.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/execution/scheduler_serial.py
+++ b/validator/sawtooth_validator/execution/scheduler_serial.py
@@ -186,11 +186,14 @@ class S... | Skip state root calculation if no batches
Handle the case where there are no batches. | hyperledger_sawtooth-core | train |
16635f5902e73183846f1d9a85cdf0546144123d | diff --git a/test/e2e/storage/testsuites/provisioning.go b/test/e2e/storage/testsuites/provisioning.go
index <HASH>..<HASH> 100644
--- a/test/e2e/storage/testsuites/provisioning.go
+++ b/test/e2e/storage/testsuites/provisioning.go
@@ -725,6 +725,28 @@ func StopPodAndDependents(c clientset.Interface, pod *v1.Pod) {
} ... | storage E2E: explicitly wait for PV deletion after ephemeral test
Even with foreground deletion, removal of the PVs that may have been
created for a pod with generic ephemeral volumes happens
asynchronously, in the worst case after the test has completed and the
driver for the volume got removed.
Perhaps this can be ... | kubernetes_kubernetes | train |
8fcd0aa76fad67276977382dbbb13528036781f6 | diff --git a/lib/raca/account.rb b/lib/raca/account.rb
index <HASH>..<HASH> 100644
--- a/lib/raca/account.rb
+++ b/lib/raca/account.rb
@@ -72,7 +72,7 @@ module Raca
)
if response.is_a? Net::HTTPSuccess
json_data = JSON.load(response.body)
- cache_write("cloudfiles-data", {
+ ... | scope account caching to usernames
* so Accounts for multiple rackspace users don't share data | conversation_raca | train |
867da358c52bd75ddc41499ed08ff2f557a685af | diff --git a/examples/test_login.py b/examples/test_login.py
index <HASH>..<HASH> 100755
--- a/examples/test_login.py
+++ b/examples/test_login.py
@@ -12,3 +12,4 @@ class SwagLabsLoginTests(BaseCase):
self.login_to_swag_labs()
self.assert_element("div.inventory_list")
self.assert_element('.in... | Have the login example test also logout | seleniumbase_SeleniumBase | train |
eb2c537f72cb9c307ec93ddc56fdaee081223d0e | diff --git a/schema_groups.py b/schema_groups.py
index <HASH>..<HASH> 100644
--- a/schema_groups.py
+++ b/schema_groups.py
@@ -46,10 +46,10 @@ class Group(Base):
backref=backref('group'),
foreign_keys=[CustomFieldValue.parentkey],
... | Changed LoanAccount-Group relationship to a back_populates one.
This allows further inheritance strategies to be a easily implemented
between loan accounts and groups. | jstitch_MambuPy | train |
385e4c3d6b4dcf56ad1bed6a8441159ae00c966f | diff --git a/spec/helpers.rb b/spec/helpers.rb
index <HASH>..<HASH> 100644
--- a/spec/helpers.rb
+++ b/spec/helpers.rb
@@ -1,14 +1,18 @@
# frozen_string_literal: true
require 'logger'
+require 'method_source'
-def wait_for(timeout_milliseconds = 2000)
- timeout = (timeout_milliseconds + 0.0) / 1000
+def wait_for... | DEV: Fail on wait_for timeout (#<I>) | SamSaffron_message_bus | train |
08999cc0cb4323830c52affea8339fdfc21658d6 | diff --git a/cli/lib/credentials/credentials.js b/cli/lib/credentials/credentials.js
index <HASH>..<HASH> 100644
--- a/cli/lib/credentials/credentials.js
+++ b/cli/lib/credentials/credentials.js
@@ -128,10 +128,17 @@ credentials.get = function (api, params) {
var nameMap = {};
var name;
var cred;
+... | Ignore any credential that has been unset
Related arigatomachine/cli#<I> | manifoldco_torus-cli | train |
b33c23ef2529c8f6c1537bbd70af47a184ea3f76 | diff --git a/superset/migrations/versions/2022-06-19_16-17_f3afaf1f11f0_add_unique_name_desc_rls.py b/superset/migrations/versions/2022-06-19_16-17_f3afaf1f11f0_add_unique_name_desc_rls.py
index <HASH>..<HASH> 100644
--- a/superset/migrations/versions/2022-06-19_16-17_f3afaf1f11f0_add_unique_name_desc_rls.py
+++ b/supe... | fix: migration revision order (#<I>) | apache_incubator-superset | train |
923c02bf2ad0d14dd1e0b7a80e815459453876d6 | diff --git a/packages/project-utils/packages/buildPackage.js b/packages/project-utils/packages/buildPackage.js
index <HASH>..<HASH> 100644
--- a/packages/project-utils/packages/buildPackage.js
+++ b/packages/project-utils/packages/buildPackage.js
@@ -25,7 +25,7 @@ module.exports = async params => {
}
const ... | feat: turn on logging by default | Webiny_webiny-js | train |
957ab9afafde1a438372a2fe2345fe442c770619 | diff --git a/test/e2e/apps/rc.go b/test/e2e/apps/rc.go
index <HASH>..<HASH> 100644
--- a/test/e2e/apps/rc.go
+++ b/test/e2e/apps/rc.go
@@ -134,7 +134,7 @@ var _ = SIGDescribe("ReplicationController", func() {
framework.ExpectNoError(err, "Failed to create ReplicationController")
// setup a watch for the RC
- r... | Adjust RC watch timeout to <I>, update progress log statement | kubernetes_kubernetes | train |
ff6ba58d5136e63bd47d510d6db480709a1180d2 | diff --git a/plugin/geomajas-plugin-wmsclient/wmsclient/src/main/java/org/geomajas/plugin/wmsclient/client/layer/config/WmsTileConfiguration.java b/plugin/geomajas-plugin-wmsclient/wmsclient/src/main/java/org/geomajas/plugin/wmsclient/client/layer/config/WmsTileConfiguration.java
index <HASH>..<HASH> 100644
--- a/plugi... | WMSCL-<I> - Allow definition of maximum tile level for wms layers | geomajas_geomajas-project-server | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.