hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
262b641435fe3b93fc2c0aad5153951e084c2ce6 | diff --git a/eZ/Publish/Core/REST/Server/index.php b/eZ/Publish/Core/REST/Server/index.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/REST/Server/index.php
+++ b/eZ/Publish/Core/REST/Server/index.php
@@ -104,7 +104,8 @@ $parserTools = new Common\Input\ParserTools();
$fieldTypeParser = new Common\Input\FieldType... | REST: Fix FieldTypeParser not receiving FieldTypeProcessorRegistry on instantiating | ezsystems_ezpublish-kernel | train |
59ca7ad80af3faf4f87f4d82ff02f5d390c08ed6 | diff --git a/internal/measurement/measurement.go b/internal/measurement/measurement.go
index <HASH>..<HASH> 100644
--- a/internal/measurement/measurement.go
+++ b/internal/measurement/measurement.go
@@ -110,10 +110,15 @@ func compatibleValueTypes(v1, v2 *profile.ValueType) bool {
return false
}
- return v1.Unit ... | Generalize the unit support in pprof a bit further. (#<I>)
Make unit types a list. When and if needed, next step can be making it
possible for select pprof clients (such as internal Google one) append
additional types. | google_pprof | train |
97c0a543540608222bb1886ff29a9bcd55ce4323 | diff --git a/locale/he.js b/locale/he.js
index <HASH>..<HASH> 100644
--- a/locale/he.js
+++ b/locale/he.js
@@ -1,13 +1,13 @@
$.fullCalendar.locale("he", {
- defaultButtonText: {
+ buttonText: {
month: "חודש",
week: "שבוע",
day: "יום",
list: "סדר יום"
},
- weekNumberTitle: "שבוע",
allDayText: "כל היום... | fixup ug-cn and he | fullcalendar_fullcalendar | train |
b902324f42a5e984dce2995ce1219756ce7c84fc | diff --git a/share/views/public/js/_ajax_replace.js b/share/views/public/js/_ajax_replace.js
index <HASH>..<HASH> 100644
--- a/share/views/public/js/_ajax_replace.js
+++ b/share/views/public/js/_ajax_replace.js
@@ -77,18 +77,28 @@ function capture_embedded_form(object){
var embedded = object;
var params = "... | Fixed bug in processing checkboxes in embedded forms | mikisvaz_rbbt-rest | train |
db66a331ffe9c36c65f241fc7591ce054d996388 | diff --git a/lib/systemd/journal.rb b/lib/systemd/journal.rb
index <HASH>..<HASH> 100644
--- a/lib/systemd/journal.rb
+++ b/lib/systemd/journal.rb
@@ -52,6 +52,7 @@ module Systemd
raise JournalError, rc if rc < 0
@ptr = ptr.read_pointer
+ file_descriptor
ObjectSpace.define_finalizer(self, se... | Ensure `sd_journal_get_fd` is called directly after `sd_journal_open`
This ensures that inotify properly tracks journal rotation fixing #<I>
and should also guard against the issues in <URL> | ledbettj_systemd-journal | train |
b8d8a02156fd97fbfd6c341371aa08075493a3bc | diff --git a/lib/appsignal.rb b/lib/appsignal.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal.rb
+++ b/lib/appsignal.rb
@@ -27,11 +27,11 @@ module Appsignal
Appsignal.agent
env = ENV.to_hash
- Appsignal::Transaction.create(SecureRandom.uuid, env)
- Appsignal::Transaction.current.add... | Don't rely on Transaction.current, we know the transaction being created | appsignal_appsignal-ruby | train |
89cb4b1c9627778b41188bdb3fbcf29c904ab89f | diff --git a/gtk/gtk.go b/gtk/gtk.go
index <HASH>..<HASH> 100644
--- a/gtk/gtk.go
+++ b/gtk/gtk.go
@@ -522,7 +522,7 @@ const (
// TODO:
// GTK_INPUT_HINT_VERTICAL_WRITING Since 3.18
-// GTK_INPUT_HINT_EMOJI Since 3.22.20
+// GTK_INPUT_HINT_EMOJI Since 3.22.20
// GTK_INPUT_HINT_NO_EMOJI Since 3.22.20
func mars... | Use native types directly
First part of #<I> | gotk3_gotk3 | train |
b0c095891f84f611c78c7ebab7225e96b8cce65e | diff --git a/odl/trafos/fourier.py b/odl/trafos/fourier.py
index <HASH>..<HASH> 100644
--- a/odl/trafos/fourier.py
+++ b/odl/trafos/fourier.py
@@ -800,9 +800,6 @@ class PyfftwTransform(Operator):
(2, 4)
>>> fft.range.shape
(2, 4)
- >>> print(fft(fft.domain.one())) # FFT of an array of... | BUG: remove FFT-computing doctests - won't work w/o pyfftw | odlgroup_odl | train |
7c85411507ebb36cacb1f3347449ef3b56c9563f | diff --git a/spec/mangopay/shared_resources.rb b/spec/mangopay/shared_resources.rb
index <HASH>..<HASH> 100644
--- a/spec/mangopay/shared_resources.rb
+++ b/spec/mangopay/shared_resources.rb
@@ -307,7 +307,7 @@ shared_context 'transfers' do
CreditedUserId: to_wallet['Owners'][0],
CreditedWalletId: to_wall... | Fixed Typo in Amount'Fees property
In shared_resources, the in create_new_transfer method contains a typo. | Mangopay_mangopay2-ruby-sdk | train |
915407d1bd2e2e50131d08e1ade01f985c97e75f | diff --git a/jbpm-designer-client/src/main/java/org/jbpm/designer/client/DesignerPresenter.java b/jbpm-designer-client/src/main/java/org/jbpm/designer/client/DesignerPresenter.java
index <HASH>..<HASH> 100644
--- a/jbpm-designer-client/src/main/java/org/jbpm/designer/client/DesignerPresenter.java
+++ b/jbpm-designer-cl... | Bug <I> - Missing conflict dialog for jBPM Designer | kiegroup_jbpm-designer | train |
9995a212a03d2d398bde62c3e0ab64da2c8b7594 | diff --git a/gitenberg/clone.py b/gitenberg/clone.py
index <HASH>..<HASH> 100644
--- a/gitenberg/clone.py
+++ b/gitenberg/clone.py
@@ -4,7 +4,7 @@ import os
import git
-from .library import GitbergLibraryManager
+from . import config
from .parameters import GITHUB_ORG
from .util.catalog import get_repo_name
@@... | refactor library_base_path | gitenberg-dev_gitberg | train |
947c3403730a32b1d1dc66a7fff5d56d5dd44b8c | diff --git a/lib/html_mockup/cli.rb b/lib/html_mockup/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/html_mockup/cli.rb
+++ b/lib/html_mockup/cli.rb
@@ -167,7 +167,7 @@ module HtmlMockup
search_files = %w{.html .htm}.map!{|p| path + "index#{p}" }
# If it ends with a slash or does not contain a . and it's ... | Fix Pathname bug where it was used in a regex | DigitPaint_html_mockup | train |
d32c48950acdb8d0fd61bf77f5778c0852e26e3a | diff --git a/thinc/tests/layers/test_mnist.py b/thinc/tests/layers/test_mnist.py
index <HASH>..<HASH> 100644
--- a/thinc/tests/layers/test_mnist.py
+++ b/thinc/tests/layers/test_mnist.py
@@ -68,7 +68,7 @@ def create_model(request):
@pytest.mark.slow
-@pytest.mark.parametrize(("width", "nb_epoch", "min_score"), [(3... | requiring mnist to achieve at least <I> | explosion_thinc | train |
ee86f7d93d11c3d15fc14889c953fc24ef0b1ad9 | diff --git a/lib/dm-core/support/hook.rb b/lib/dm-core/support/hook.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/support/hook.rb
+++ b/lib/dm-core/support/hook.rb
@@ -30,10 +30,12 @@ module DataMapper
class << self
def method_added(name)
process_method_added(name, :instance)
+ ... | method_added and singleton_method_added should call super
Otherwise, any other included modules that rely on those methods
won't work properly. | datamapper_dm-core | train |
583c480079a4a6473d225b60da81683dd82fc9f6 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+0.9.3 - Taxamatch::Normalizer substitutes multiplication sign to 'x'
+(lowcase) instead of '?'
+
0.9.2 - Taxamatch::Normalizer.normalize always returns only ASCII
characters, all utf-8 characters unknown ... | hybrid sign is translated to x by normalizer | GlobalNamesArchitecture_taxamatch_rb | train |
592f2e915c2f1b65c961abd81971e6d08571304f | diff --git a/src/viz.js b/src/viz.js
index <HASH>..<HASH> 100644
--- a/src/viz.js
+++ b/src/viz.js
@@ -6,6 +6,7 @@ d3plus.viz = function() {
var vars = {
"autodraw": false,
+ "filtered": false,
"footer_text": function() {
var text = vars.html.value || vars.tooltip.value.long ? "Click for More... | created "filtered" variable to show if previously filtered by solo/mute | alexandersimoes_d3plus | train |
fd818f2c37a91105cf1c30fb3a824625a1bceca7 | diff --git a/ConsumptionSaving/NonDurables_During_Great_Recession.py b/ConsumptionSaving/NonDurables_During_Great_Recession.py
index <HASH>..<HASH> 100644
--- a/ConsumptionSaving/NonDurables_During_Great_Recession.py
+++ b/ConsumptionSaving/NonDurables_During_Great_Recession.py
@@ -1,4 +1,3 @@
-
"""
At the onset of t... | Fixed bug in NonDurables experiment | econ-ark_HARK | train |
c110c8ac4ce274b667892372e02f7f7a974d5dca | diff --git a/pymzn/mzn/output.py b/pymzn/mzn/output.py
index <HASH>..<HASH> 100644
--- a/pymzn/mzn/output.py
+++ b/pymzn/mzn/output.py
@@ -83,6 +83,7 @@ class Solutions:
else:
return str(self)
+
class SolutionParser:
SOLN_SEP = '----------'
@@ -115,16 +116,11 @@ class SolutionParser:
... | output: return to only stdout stream parsing | paolodragone_pymzn | train |
5785105e7972a1baf84e95c189fcbb7118b8e093 | diff --git a/src/Controller/Api/AppController.php b/src/Controller/Api/AppController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Api/AppController.php
+++ b/src/Controller/Api/AppController.php
@@ -2,14 +2,25 @@
namespace CsvMigrations\Controller\Api;
use Cake\Controller\Controller;
+use Cake\Core\Configur... | add support for pretty values on API index and view actions (task #<I>) | QoboLtd_cakephp-csv-migrations | train |
3843ae3f723271e23e8124afd3b8a783acb56ccd | diff --git a/js/binance.js b/js/binance.js
index <HASH>..<HASH> 100644
--- a/js/binance.js
+++ b/js/binance.js
@@ -764,13 +764,17 @@ module.exports = class binance extends Exchange {
'-2015': AuthenticationError, // "Invalid API-key, IP, or permissions for action."
'-2019': Ins... | binance: add error codes for borrowing | ccxt_ccxt | train |
ae4dbf916d24cd273228d7eaeb6f6a680dc4f8a1 | diff --git a/src/main/java/com/zaxxer/hikari/pool/HikariPool.java b/src/main/java/com/zaxxer/hikari/pool/HikariPool.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/zaxxer/hikari/pool/HikariPool.java
+++ b/src/main/java/com/zaxxer/hikari/pool/HikariPool.java
@@ -185,7 +185,7 @@ public class HikariPool implement... | removed PoolBagEntry.aborted ...always had same 'value' as evicted
renamed PoolBagEntry.evicted to PoolBagEntry.evict | brettwooldridge_HikariCP | train |
d824b5fbdc009f8af21bab84e24ef57a8758e073 | diff --git a/src/main/java/com/plaid/client/PlaidClients.java b/src/main/java/com/plaid/client/PlaidClients.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/plaid/client/PlaidClients.java
+++ b/src/main/java/com/plaid/client/PlaidClients.java
@@ -1,5 +1,7 @@
package com.plaid.client;
+import org.apache.http.... | Adjustment so that test clients don't do content compression (simplifies
debugging of responses) | plaid_plaid-java | train |
fd0398d5e20baececc18a777350f9f3ac387c0b2 | diff --git a/ghost/admin/app/controllers/react-editor.js b/ghost/admin/app/controllers/react-editor.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/app/controllers/react-editor.js
+++ b/ghost/admin/app/controllers/react-editor.js
@@ -532,10 +532,11 @@ export default class ReactEditorController extends Controller {
... | Fixed unsupported `.cleanup()` calls on react editor
no issue
- `react-editor` controller has much of the same code as the normal editor controller but not all of the editor-instance methods are supported in the react editor yet
- commented out the remaining `.cleanup()` calls that are intended to remove empty cards ... | TryGhost_Ghost | train |
79bef46b5e44509e841465bc6e22e1206d44b10c | diff --git a/react/CozyDialogs/dialogPropTypes.js b/react/CozyDialogs/dialogPropTypes.js
index <HASH>..<HASH> 100644
--- a/react/CozyDialogs/dialogPropTypes.js
+++ b/react/CozyDialogs/dialogPropTypes.js
@@ -2,7 +2,7 @@ import PropTypes from 'prop-types'
export default {
open: PropTypes.bool.isRequired,
- onClose... | fix: OnClose is not required for CozyDialogs | cozy_cozy-ui | train |
7ad0ba3c1a55c0ed708690fc02025164ea6b0283 | diff --git a/src/common/errors.js b/src/common/errors.js
index <HASH>..<HASH> 100644
--- a/src/common/errors.js
+++ b/src/common/errors.js
@@ -17,8 +17,10 @@ class ChainsqlError extends extendableBuiltin(Error) {
super(message)
this.name = browserHacks.getConstructorName(this)
- this.message = message
- ... | remove data field when it is undefined | ChainSQL_chainsql-lib | train |
e77410bd87f763001714204eb58773fa3e563e64 | diff --git a/atomic_reactor/dirs.py b/atomic_reactor/dirs.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/dirs.py
+++ b/atomic_reactor/dirs.py
@@ -195,7 +195,10 @@ class RootBuildDir(object):
"""
if not self.has_sources:
raise BuildDirIsNotInitialized()
- platform: str = self.p... | Add method to get platform-specific build dir
CLOUDBLD-<I>
The build tasks are per-platform, they need a way to access the BuildDir
for their platform. | projectatomic_atomic-reactor | train |
5c0ada1f456e84c179dd233013cf39921e527a45 | diff --git a/tests/unit/test_config.py b/tests/unit/test_config.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_config.py
+++ b/tests/unit/test_config.py
@@ -17,7 +17,6 @@ from salt.exceptions import (
SaltCloudConfigError,
SaltConfigurationError,
)
-from salt.ext import six
from salt.syspaths import C... | Drop Py2 and six on tests/unit/test_config.py | saltstack_salt | train |
780532ba0960f0fffc9ad8a324aca80229f0736f | diff --git a/src/jQuery-image-upload.js b/src/jQuery-image-upload.js
index <HASH>..<HASH> 100644
--- a/src/jQuery-image-upload.js
+++ b/src/jQuery-image-upload.js
@@ -60,6 +60,10 @@
return $self;
}
+ // don't create the image upload if it was already created
+ // for this element
+... | Return if imageUpload was already created.g | jillix_jQuery-image-upload | train |
ad23cd90b97eec6142d76c6cf85f300a4a3be04e | diff --git a/lib/parole/comment.rb b/lib/parole/comment.rb
index <HASH>..<HASH> 100644
--- a/lib/parole/comment.rb
+++ b/lib/parole/comment.rb
@@ -14,9 +14,9 @@ module Parole
# Validations
validate :ensure_valid_role_for_commentable
validate :ensure_valid_commentable
- validate :commenter, pre... | Fix method typo: validate -> validates | mirego_parole | train |
1279c934b3c2d8f9a08566ac9d74a43dc3cf1178 | diff --git a/inspire_json_merger/inspire_json_merger.py b/inspire_json_merger/inspire_json_merger.py
index <HASH>..<HASH> 100644
--- a/inspire_json_merger/inspire_json_merger.py
+++ b/inspire_json_merger/inspire_json_merger.py
@@ -25,6 +25,7 @@
from __future__ import absolute_import, print_function
+from inspire_u... | add head_source argument to inspire_json_merge
* INCOMPATIBLE: this changes the previous API.
This argument allows to specify the source of the head record.
If it is None, heuristics are used to determine the source. | inspirehep_inspire-json-merger | train |
2a6cfa8bf6c25ab573392865c0ab6282c10c5b3a | diff --git a/src/Facades/DataTables.php b/src/Facades/DataTables.php
index <HASH>..<HASH> 100644
--- a/src/Facades/DataTables.php
+++ b/src/Facades/DataTables.php
@@ -3,12 +3,15 @@
namespace Yajra\DataTables\Facades;
use Illuminate\Support\Facades\Facade;
+use Yajra\DataTables\CollectionDataTable;
+use Yajra\DataTa... | Add return type on doc methods. | yajra_laravel-datatables | train |
a00b5d58c770015d4637600ce5e43d6a83398215 | diff --git a/lib/rpc-consumer-factory.js b/lib/rpc-consumer-factory.js
index <HASH>..<HASH> 100644
--- a/lib/rpc-consumer-factory.js
+++ b/lib/rpc-consumer-factory.js
@@ -21,7 +21,7 @@ var processMessageDefault = function(msg) {
var rpcConsumerProto = {
uri: function () {
- if(_.startsWith('amqp://') || _.star... | correct url testing for amqp:// | rudijs_amqp.node-rpc-factory | train |
ef248302fa4f8c9e49f1777ac1bdac20d232ca51 | diff --git a/tests/test_api.py b/tests/test_api.py
index <HASH>..<HASH> 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -270,13 +270,3 @@ b-comment = "a is 3"
encoder=toml.TomlPreserveCommentEncoder())
assert len(s) == len(test_str) and sorted(test_str) == sorted(s)
-
-
-@pytest.mar... | Removed test for unexpected EOF while parsing string
The test for an EOF before the end of a string is being
moved to the toml test suite | uiri_toml | train |
b23d890f60d07c31f15f339ef3f10d82fd13d56b | diff --git a/datapackage_pipelines/specs/specs.py b/datapackage_pipelines/specs/specs.py
index <HASH>..<HASH> 100644
--- a/datapackage_pipelines/specs/specs.py
+++ b/datapackage_pipelines/specs/specs.py
@@ -83,14 +83,11 @@ def pipelines():
deferred.append((e.spec, e.missing))
c... | Synchronise dirtyness between specs and status | frictionlessdata_datapackage-pipelines | train |
f47be14d35f7b1b9295114de7b6345f6c1f1bfe5 | diff --git a/wicked-charts-wicket15/src/main/java/com/googlecode/wickedcharts/wicket15/JavaScriptResourceRegistry.java b/wicked-charts-wicket15/src/main/java/com/googlecode/wickedcharts/wicket15/JavaScriptResourceRegistry.java
index <HASH>..<HASH> 100644
--- a/wicked-charts-wicket15/src/main/java/com/googlecode/wickedc... | issue <I>: included wickets default jquery resource and included highcharts-more.js of a fixed version | adessoAG_wicked-charts | train |
30f0e14b261ebfe2c83e75b151ff18ce088a6e48 | diff --git a/lib/worker/subprocess.js b/lib/worker/subprocess.js
index <HASH>..<HASH> 100644
--- a/lib/worker/subprocess.js
+++ b/lib/worker/subprocess.js
@@ -125,8 +125,7 @@ ipc.options.then(options => {
const required = require(mod);
try {
- if (required[Symbol.for('esm:package')] ||
- required[Symb... | Remove support for outdated 'esm' versions | avajs_ava | train |
d088184094f2c0b271e944ef4c699d824a724525 | diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/__init__.py
+++ b/PyFunceble/__init__.py
@@ -96,7 +96,7 @@ from PyFunceble.whois_lookup import WhoisLookup
# We set our project name.
NAME = "PyFunceble"
# We set out project version.
-VERSION = "2.11.5.dev (Gre... | Ensure that the timeout is always a float | funilrys_PyFunceble | train |
7323047b18c6ff3dd4c2d69736ce9e5779a1f1f2 | diff --git a/skyfield/positionlib.py b/skyfield/positionlib.py
index <HASH>..<HASH> 100644
--- a/skyfield/positionlib.py
+++ b/skyfield/positionlib.py
@@ -5,7 +5,7 @@ from numpy import array, arccos, clip, einsum, exp
from .constants import RAD2DEG, tau
from .data.spice import inertial_frames
from .functions import ... | Add `subpoint()` method to `Geocentric` class
Fix #<I>, fix #<I>. Addresses #<I>, but may not quite do everything that
issue wanted? This decides against the more awkward approach of a
constructor method that would have then had to check its argument type. | skyfielders_python-skyfield | train |
4987df2528d4694309746d53c9c7f176f219b982 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -317,6 +317,11 @@ module.exports = {
type: String,
default: '', // http://openshiftvisualacceptance-ewhite.rhcloud.com/comment
description: 'API to call to comment on pr'
+ }, {
+ ... | Push to branch. Simplify prNumber logic | ciena-blueplanet_ember-cli-visual-acceptance | train |
e41df14bbb6efc587a416e58038ef0ae9ea68cac | diff --git a/test/loader/file_loader.test.js b/test/loader/file_loader.test.js
index <HASH>..<HASH> 100644
--- a/test/loader/file_loader.test.js
+++ b/test/loader/file_loader.test.js
@@ -194,14 +194,14 @@ describe('test/file_loader.test.js', () => {
assert.deepEqual(app.model.mod, { a: 1 });
});
- it.skip('s... | test: fix the testcase that is skipped (#<I>) | eggjs_egg-core | train |
09fec430734c6433235f8dfb2e3fc3ca2ba601d5 | diff --git a/src/label/base.js b/src/label/base.js
index <HASH>..<HASH> 100644
--- a/src/label/base.js
+++ b/src/label/base.js
@@ -72,9 +72,13 @@ class Label extends Component {
*/
destroy() {
const group = this.get('group');
+ const container = this.get('container');
if (!group.destroy) {
gr... | feat: empty container if label is to destroyed | antvis_component | train |
eb4f1f2d7e563a718eea82089e5537762860d6ed | diff --git a/src/test/java/com/marklogic/client/test/PojoFacadeTest.java b/src/test/java/com/marklogic/client/test/PojoFacadeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/marklogic/client/test/PojoFacadeTest.java
+++ b/src/test/java/com/marklogic/client/test/PojoFacadeTest.java
@@ -90,8 +90,7 @@ public ... | surpress some warnings about an unused variable | marklogic_java-client-api | train |
745051a6953d128163271f4aff290e71ebac041c | diff --git a/src/languages/Latvian.php b/src/languages/Latvian.php
index <HASH>..<HASH> 100644
--- a/src/languages/Latvian.php
+++ b/src/languages/Latvian.php
@@ -22,17 +22,6 @@ final class Latvian extends Speller
8 => 'astoņi simti',
9 => 'deviņi simti',
];
- static $teens = [
- 11 => 'vienpadsmit',
- ... | Making Latvian and Lithuanian classes as identical as possible.
The languages are very similar after all. | jurchiks_numbers2words | train |
cd1f840434f2e48e8646d34aee27c0bb07864c06 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -138,7 +138,7 @@ Vector.prototype.getTile = function(z, x, y, callback) {
return callback(err);
// For xray styles use srcdata tile format.
- if (source._xray && vtile._srcdata) {
+ if (!c... | Allow format to be overridden in xray mode | mapbox_tilelive-vector | train |
5e5efd62df08e16c2172ed31cc67500a2885fd38 | diff --git a/xml_test.go b/xml_test.go
index <HASH>..<HASH> 100644
--- a/xml_test.go
+++ b/xml_test.go
@@ -45,8 +45,6 @@ var xmldirs = []string{
"testdata/libvirt/tests/domaincapsschemadata",
"testdata/libvirt/tests/domainconfdata",
"testdata/libvirt/tests/domainschemadata",
- "testdata/libvirt/tests/domainsnapsh... | Adapt tests to renamed data directories | libvirt_libvirt-go-xml | train |
cd52ab5da902457f63bbdd0d2dfbc65a94389ee8 | diff --git a/src/Domain/CustomDomain.php b/src/Domain/CustomDomain.php
index <HASH>..<HASH> 100644
--- a/src/Domain/CustomDomain.php
+++ b/src/Domain/CustomDomain.php
@@ -27,7 +27,7 @@ abstract class CustomDomain extends DomainBase {
public function __construct($type, $value, array $optValues = []) {
$th... | removed Iterator interface from CustomDomain class | ritalin_omelet | train |
0080dec3cfb7bfb5aa6cd95093d0b9ed95e0abcb | diff --git a/CameraRegionController.js b/CameraRegionController.js
index <HASH>..<HASH> 100644
--- a/CameraRegionController.js
+++ b/CameraRegionController.js
@@ -15,6 +15,7 @@ function Controller(opts) {
};
function onPointerDown(x, y, id) {
+ if(activePointers.indexOf(id) !== -1) return;
if(id === 0 && acti... | bugfix and new feature to toggle active status | bunnybones1_threejs-camera-controller-pan-zoom-unified-pointer | train |
c5b2ab478635e69f9a7ca2f157b9f709b6ec7077 | diff --git a/admin/settings/appearance.php b/admin/settings/appearance.php
index <HASH>..<HASH> 100644
--- a/admin/settings/appearance.php
+++ b/admin/settings/appearance.php
@@ -76,6 +76,24 @@ preferences,moodle|/user/preferences.php|t/preferences',
$ADMIN->add('appearance', $temp);
+ // Course colours sec... | MDL-<I> core_admin: make course card colours configurable | moodle_moodle | train |
faf5ad9e96e8198eacc6e182486588ec14b16ea8 | diff --git a/cache/remotecache/registry/registry.go b/cache/remotecache/registry/registry.go
index <HASH>..<HASH> 100644
--- a/cache/remotecache/registry/registry.go
+++ b/cache/remotecache/registry/registry.go
@@ -10,6 +10,7 @@ import (
"github.com/moby/buildkit/cache/remotecache"
"github.com/moby/buildkit/session... | push: workaround deadlock in containerd pusher | moby_buildkit | train |
fdba0ffc2c7a2ef8437054d0524b58c6b1ab7f22 | diff --git a/src/CastableDataObject.php b/src/CastableDataObject.php
index <HASH>..<HASH> 100644
--- a/src/CastableDataObject.php
+++ b/src/CastableDataObject.php
@@ -14,6 +14,14 @@ use UnexpectedValueException;
*/
class CastableDataObject extends AbstractDataObject
{
+ const SCALAR_CASTS = ['boolean', 'integer'... | Castable data object can now cast unset values to empty objects | czim_laravel-dataobject | train |
4989a87b53b409e3f930a04ee0a52c29802c89ba | diff --git a/grails-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GroovyPageLayoutFinder.java b/grails-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GroovyPageLayoutFinder.java
index <HASH>..<HASH> 100644
--- a/grails-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GroovyPageLayoutFinder.java
+++ b/g... | fix NPE when applyLayout is used. Fixes #<I> | grails_grails-core | train |
9bbd9f0aa1fff3cb85fdb9b2cbc8c96539b695ca | diff --git a/percy/client.py b/percy/client.py
index <HASH>..<HASH> 100644
--- a/percy/client.py
+++ b/percy/client.py
@@ -32,6 +32,7 @@ class Client(object):
branch = kwargs.get('branch') or self.environment.branch
pull_request_number = kwargs.get('pull_request_number') \
or self.environ... | Resources in create build (#8)
* ResourceLoader build_resources method
- test data
- method to build resources
- tests for it
* Rename src_path to root_dir and make singular
* Add resources to create build | percy_python-percy-client | train |
47c23bf5b736a0881fd2545420374e15ec0311e4 | diff --git a/spi/src/main/java/org/jboss/arquillian/spi/ExceptionProxy.java b/spi/src/main/java/org/jboss/arquillian/spi/ExceptionProxy.java
index <HASH>..<HASH> 100644
--- a/spi/src/main/java/org/jboss/arquillian/spi/ExceptionProxy.java
+++ b/spi/src/main/java/org/jboss/arquillian/spi/ExceptionProxy.java
@@ -1,3 +1,19... | ARQ-<I> Proxy server side exceptions and re-create them on the client if possible (added JBoss header) | arquillian_arquillian-core | train |
cc4d64dfd7fa88a29ebe69ff9f0d5c15a8943058 | diff --git a/src/AnimeDB/Bundle/CatalogBundle/Resources/views/Item/search.html.twig b/src/AnimeDB/Bundle/CatalogBundle/Resources/views/Item/search.html.twig
index <HASH>..<HASH> 100644
--- a/src/AnimeDB/Bundle/CatalogBundle/Resources/views/Item/search.html.twig
+++ b/src/AnimeDB/Bundle/CatalogBundle/Resources/views/Ite... | SearchItem should be return link to fill item from source | anime-db_anime-db | train |
af7fb4fa0a64f338ed1e40ead5a002f091d638a0 | diff --git a/src/Opulence/Routing/Dispatchers/RouteDispatcher.php b/src/Opulence/Routing/Dispatchers/RouteDispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Opulence/Routing/Dispatchers/RouteDispatcher.php
+++ b/src/Opulence/Routing/Dispatchers/RouteDispatcher.php
@@ -11,8 +11,6 @@
namespace Opulence\Routing\Dispatc... | Remove excessive exception handling (#<I>)
RouteDispatcher exception handling prevents handling of custom exceptions in Global Middleware. | opulencephp_Opulence | train |
b4bf3646577d42adb96580c8aa96cd4fc4eb8e2b | diff --git a/test/high_availability/ha_tools.py b/test/high_availability/ha_tools.py
index <HASH>..<HASH> 100644
--- a/test/high_availability/ha_tools.py
+++ b/test/high_availability/ha_tools.py
@@ -35,9 +35,9 @@ import pymongo.errors
from pymongo.read_preferences import ReadPreference
home = os.environ.get('HOME')... | Move HA tests' dbpath to motor_ha/. | mongodb_motor | train |
b8a5d7857ea1e7d52c3dc04b639238679d149ca2 | diff --git a/src/mui/delete/Delete.js b/src/mui/delete/Delete.js
index <HASH>..<HASH> 100644
--- a/src/mui/delete/Delete.js
+++ b/src/mui/delete/Delete.js
@@ -115,8 +115,8 @@ Delete.propTypes = {
function mapStateToProps(state, props) {
return {
- id: props.match.params.id,
- data: state.admin[pro... | decode id uri component matched from react router | marmelab_react-admin | train |
517731d841cc5206b7b476540fd3692802055d08 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,11 @@ before_install:
- pip install grimoire-kidash
- pip install grimoire-reports
- pip install grimoire-reports
+ - pip install httpretty
- pip install pandas==0.18.1
- - pip install sort... | [tests] Drop and Create Sortinghat database before enrich
Install httpprety pip also. | chaoss_grimoirelab-sirmordred | train |
6eea0b43f4f3356f0c5f772760cb42e65c0381dc | diff --git a/tests/integration/annotations/test_label.py b/tests/integration/annotations/test_label.py
index <HASH>..<HASH> 100644
--- a/tests/integration/annotations/test_label.py
+++ b/tests/integration/annotations/test_label.py
@@ -38,10 +38,10 @@ def test_label(output_file_url, selenium, screenshot):
... | Properly name add layout!
Typo from previous commit | bokeh_bokeh | train |
6b7a7ed5705ada7db84938de0d8166f3bc551d20 | diff --git a/source/awesome_tool/statemachine/global_variable_manager.py b/source/awesome_tool/statemachine/global_variable_manager.py
index <HASH>..<HASH> 100644
--- a/source/awesome_tool/statemachine/global_variable_manager.py
+++ b/source/awesome_tool/statemachine/global_variable_manager.py
@@ -34,9 +34,10 @@ class ... | Allow values to be stored by reference in GVM
- value of variables can be stored by reference in the GVM
- accordingly, values can be retrieved by reference
- the GVM hold a list of variables that have been stored by reference
- only these variables can be accessed by reference | DLR-RM_RAFCON | train |
081b1c4592d2cc180c0a3b7bf3aa4ac8a3bc3eb1 | diff --git a/environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldDeployment.java b/environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldDeployment.java
index <HASH>..<HASH> 100644
--- a/environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldDeployment.... | WELD-<I> Switch to a simpler single-additional-BDA solution | weld_core | train |
28c61fc80b7f4db5f58d54356bbbb98880a49bbb | diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/KeyringMonitor.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/KeyringMonitor.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/KeyringMonitor.java
+++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/KeyringMonitor.java
@@ -28,6 +28,17 @@ public interfa... | Added saflocation as a property | OpenLiberty_open-liberty | train |
336fc72ebb75ec8c8499154b0690d982fc4700dc | diff --git a/pytify/cli.py b/pytify/cli.py
index <HASH>..<HASH> 100755
--- a/pytify/cli.py
+++ b/pytify/cli.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
-import pytifylib
-from strategy import get_pytify_class_by_platform
-from menu import Menu
+from __future__ import absolute_import
+import pytify.pytifylib
+from pytify.... | Added absolute import for python 2 and <I> compatibility. | bjarneo_Pytify | train |
62cfa5111cb3d35daffa4437518d3b31e5483dda | diff --git a/angularjs-portal-frame/src/main/webapp/main.js b/angularjs-portal-frame/src/main/webapp/main.js
index <HASH>..<HASH> 100644
--- a/angularjs-portal-frame/src/main/webapp/main.js
+++ b/angularjs-portal-frame/src/main/webapp/main.js
@@ -1,38 +1,38 @@
-require.config({
-
- packages: [
- 'portal',
... | Use correct artifact for ui-bootstrap (provides templates), and normalize line endings to LF for the file | uPortal-Project_uportal-home | train |
2c28e32789442b58396e2501f483c72a349297a3 | diff --git a/olctools/databasesetup/get_mlst.py b/olctools/databasesetup/get_mlst.py
index <HASH>..<HASH> 100644
--- a/olctools/databasesetup/get_mlst.py
+++ b/olctools/databasesetup/get_mlst.py
@@ -4,6 +4,7 @@ from argparse import ArgumentParser
from urllib.parse import urlparse
import xml.dom.minidom as xml
import... | Added Yersinia to species list, added ssl.CERT_NONE, enabled bytes-encoded parsing | lowandrew_OLCTools | train |
42ff398f05d7ed4e656bbc8102ca9837d9082067 | diff --git a/gns3server/modules/docker/__init__.py b/gns3server/modules/docker/__init__.py
index <HASH>..<HASH> 100644
--- a/gns3server/modules/docker/__init__.py
+++ b/gns3server/modules/docker/__init__.py
@@ -49,8 +49,11 @@ class Docker(BaseManager):
@asyncio.coroutine
def connector(self):
if not s... | Raise an error if you try to use Docker on non Linux host | GNS3_gns3-server | train |
4cbe722fa592266d7da8173ca0a583eacf49472f | diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/FormHelper.php
+++ b/src/View/Helper/FormHelper.php
@@ -2434,6 +2434,9 @@ class FormHelper extends Helper
if (isset($options['empty'][$type])) {
$options[$type]['e... | Pass required attribute into generated datetime options.
The required option was not copied onto the attributes for each select
element. This resulted in them not having the required attribute.
Refs #<I> | cakephp_cakephp | train |
70073fdc74fa8dda31512c01196aaa4e2f1266d4 | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2021100300.02; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2021100600.00; // YYYYMMDD ... | on-demand release <I>dev+ | moodle_moodle | train |
12f53f2216e55aa8c89e940f46e5830139ee7ca1 | diff --git a/SpiffWorkflow/bpmn/parser/task_parsers.py b/SpiffWorkflow/bpmn/parser/task_parsers.py
index <HASH>..<HASH> 100644
--- a/SpiffWorkflow/bpmn/parser/task_parsers.py
+++ b/SpiffWorkflow/bpmn/parser/task_parsers.py
@@ -224,7 +224,7 @@ class SubWorkflowParser(CallActivityParser):
parser = CamundaParser(... | I had added some changes where I put the node in the wf_spec and then added that to the faux zip file, it turns out my main problem was with not having a do_workflow_steps in the right place in my test and just skipping the add to the zip file is good enough.
This is a lot cleaner and easier to follow | knipknap_SpiffWorkflow | train |
5c48d415f1c07ce5835a78afa2538a70c1557401 | diff --git a/etesync/api.py b/etesync/api.py
index <HASH>..<HASH> 100644
--- a/etesync/api.py
+++ b/etesync/api.py
@@ -122,9 +122,10 @@ class EteSync:
for entry in manager.list(crypto_manager, last_uid):
entry.verify(prev)
- syncEntry = SyncEntry.from_json(entry.getContent().decode())... | Api: journal entries expect bytes not strings. Pass bytes. | etesync_pyetesync | train |
5fa56f5ef00019736db093d2dfd33c8331564d28 | diff --git a/bin/configo-build/main.go b/bin/configo-build/main.go
index <HASH>..<HASH> 100644
--- a/bin/configo-build/main.go
+++ b/bin/configo-build/main.go
@@ -37,7 +37,7 @@ func main() {
fmt.Println(err)
return
}
- if data, err := configo.Patch(baseData, &config); err != ni... | Remove the limit of v that should be a pointer when do patching | shafreeck_configo | train |
eb9369542fb4ba55e152bea665b3066c27d862f7 | diff --git a/Resources/Private/JavaScript/Host/Redux/UI/ContentView/index.js b/Resources/Private/JavaScript/Host/Redux/UI/ContentView/index.js
index <HASH>..<HASH> 100644
--- a/Resources/Private/JavaScript/Host/Redux/UI/ContentView/index.js
+++ b/Resources/Private/JavaScript/Host/Redux/UI/ContentView/index.js
@@ -1,4 +... | TASK: Describe initial state of ui.flashMessages as a hydrator function | neos_neos-ui | train |
d8ec697e98db3cef09b3cd8e562f6e59f902a6d3 | diff --git a/src/Service/PagePurger.php b/src/Service/PagePurger.php
index <HASH>..<HASH> 100644
--- a/src/Service/PagePurger.php
+++ b/src/Service/PagePurger.php
@@ -5,6 +5,7 @@ namespace Mediawiki\Api\Service;
use Mediawiki\Api\Generator\ApiGenerator;
use Mediawiki\Api\MediawikiApi;
use Mediawiki\Api\SimpleRequest... | Add a method to PagePurger for purging multiple pages at once
The function iterates through each page and calls the purge method
Bug: T<I> | addwiki_mediawiki-api | train |
e16fe071fb061f223a66f69763013441af9124fe | diff --git a/cdk-data/cdk-data-hcatalog/src/main/java/com/cloudera/cdk/data/hcatalog/HCatalog.java b/cdk-data/cdk-data-hcatalog/src/main/java/com/cloudera/cdk/data/hcatalog/HCatalog.java
index <HASH>..<HASH> 100644
--- a/cdk-data/cdk-data-hcatalog/src/main/java/com/cloudera/cdk/data/hcatalog/HCatalog.java
+++ b/cdk-dat... | CDK-<I>: Add warning for local metastore.
This adds a WARN message when a user connects to a local MetaStore
because it is not recommended in practice. Hive <I> and later will
connect to a local metastore by default if hive.metastore.uris is not
set; hive.metastore.local has been removed. | kite-sdk_kite | train |
ef8730b4c95a669c0ca8777c756ab3af0a947943 | diff --git a/lambdas/es/indexer/document_queue.py b/lambdas/es/indexer/document_queue.py
index <HASH>..<HASH> 100644
--- a/lambdas/es/indexer/document_queue.py
+++ b/lambdas/es/indexer/document_queue.py
@@ -6,7 +6,7 @@ import os
from datetime import datetime
from enum import Enum
from math import floor
-from typing ... | Do not send always empty 'tags' field to Elasticsearch (#<I>) | quiltdata_quilt | train |
d2c003c010def217a1a2f6f1c189c66e2e39a3a8 | diff --git a/pushed/__init__.py b/pushed/__init__.py
index <HASH>..<HASH> 100644
--- a/pushed/__init__.py
+++ b/pushed/__init__.py
@@ -1 +1 @@
-from pushed import Pushed, PushedAPIError
+from .pushed import Pushed, PushedAPIError | Small python 3 correction | digmore_pypushed | train |
a2395b0541046128f75711a1ab0e702d5b399404 | diff --git a/DrdPlus/Tables/Armaments/Armourer.php b/DrdPlus/Tables/Armaments/Armourer.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/Tables/Armaments/Armourer.php
+++ b/DrdPlus/Tables/Armaments/Armourer.php
@@ -198,6 +198,7 @@ class Armourer extends StrictObject
{
/** @noinspection ExceptionsAnnotatingAnd... | Note about shooting weapons and their two-hands requirement | drdplusinfo_tables | train |
ab53457267631f789754d6bb7c52bde3ca2f7317 | diff --git a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/CRUDObjectInheritanceTestSchemaFull.java b/tests/src/test/java/com/orientechnologies/orient/test/database/auto/CRUDObjectInheritanceTestSchemaFull.java
index <HASH>..<HASH> 100644
--- a/tests/src/test/java/com/orientechnologies/orient/test... | Fix failing test because of embedded import in remote | orientechnologies_orientdb | train |
db552a204cd376b3b9f649ebc3bf7161b7af3165 | diff --git a/lib/rubocop/cop/style/documentation.rb b/lib/rubocop/cop/style/documentation.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/style/documentation.rb
+++ b/lib/rubocop/cop/style/documentation.rb
@@ -33,17 +33,13 @@ module RuboCop
def_node_search :outer_module, '(const (const nil? _) _)'
... | Fix InternalAffairs/NodeDestructuring offenses in Documentation | rubocop-hq_rubocop | train |
c5c29f4abe2b34bb1fdde9720c911cbc621e03ea | diff --git a/app/adapters/application.js b/app/adapters/application.js
index <HASH>..<HASH> 100644
--- a/app/adapters/application.js
+++ b/app/adapters/application.js
@@ -42,7 +42,7 @@ export default DS.RESTAdapter.extend({
var projection = data.projection;
Ember.assert('projection should be defined', !!proje... | Support application adapter for ember-data beta<I> | Flexberry_ember-flexberry | train |
e4d5cb43f983702f18c053a780ef14960a64ea0a | diff --git a/v2/server.go b/v2/server.go
index <HASH>..<HASH> 100644
--- a/v2/server.go
+++ b/v2/server.go
@@ -12,6 +12,8 @@ import (
"strings"
)
+var nilErrorValue = reflect.Zero(reflect.TypeOf((*error)(nil)).Elem())
+
// ----------------------------------------------------------------------------
// Codec
// ... | Moved ValidationFunc to the reflected world
So we don't have to bring stuff from reflected world, to call it, and
then reflect them again. | gorilla_rpc | train |
7282ea5f3b9feb7b323f752b99b7fdc0b10aeba5 | diff --git a/lib/build.js b/lib/build.js
index <HASH>..<HASH> 100644
--- a/lib/build.js
+++ b/lib/build.js
@@ -62,15 +62,19 @@ async function compileOnWindows (targetArch) {
return path.join(nodePath, 'Release/node.exe');
}
+const unixThresholds = {
+ 'v8_base/deps/v8/src/date.o.d.raw': 50
+};
+
async function ... | unixThresholds [wip] | zeit_pkg-fetch | train |
db4e5fab0dafb0186f9b16d742efaa6e4c7c98ae | diff --git a/Tone/core/Delay.js b/Tone/core/Delay.js
index <HASH>..<HASH> 100644
--- a/Tone/core/Delay.js
+++ b/Tone/core/Delay.js
@@ -13,12 +13,13 @@ define(["Tone/core/Tone", "Tone/core/Param", "Tone/core/AudioNode"], function (T
var options = Tone.defaults(arguments, ["delayTime", "maxDelay"], Tone.Delay);
Ton... | if the constructor delayTime is greater than the maxDelay, use the delayTime as the maxDelay
fixes #<I> | Tonejs_Tone.js | train |
95e9e86aa3762c727087b30536b01606c398c969 | diff --git a/publify_core/app/models/user.rb b/publify_core/app/models/user.rb
index <HASH>..<HASH> 100644
--- a/publify_core/app/models/user.rb
+++ b/publify_core/app/models/user.rb
@@ -18,7 +18,6 @@ class User < ApplicationRecord
before_validation :set_default_profile
validates :login, uniqueness: true
- val... | Spec that email uniqueness is already guaranteed by Devise | publify_publify | train |
ce2e55cc219716fff9bd98c6fc6858a68290b467 | diff --git a/nodeconductor/structure/handlers.py b/nodeconductor/structure/handlers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/handlers.py
+++ b/nodeconductor/structure/handlers.py
@@ -410,8 +410,15 @@ def connect_service_to_all_projects_if_it_is_available_for_all(sender, instance,
def delete_service... | Fix service settings deletion on scope deletion
- wal-<I> | opennode_waldur-core | train |
39d7c0d3616a802dc0214c8d20ce91994dc2309c | diff --git a/bcbio/variation/samtools.py b/bcbio/variation/samtools.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/samtools.py
+++ b/bcbio/variation/samtools.py
@@ -35,7 +35,7 @@ def shared_variantcall(call_fn, name, align_bams, ref_file, items,
if ((variant_regions is not None and isinstance(target_regi... | Support additional edge cases for Varscan calling with bgzipped outputs | bcbio_bcbio-nextgen | train |
36b48b31e1a8a34de0d92c0385b48735b3880190 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,5 +1,19 @@
module.exports = function(grunt) {
var browsers = [{
+ browserName: "internet explorer",
+ version: "8"
+ },{
+ browserName: "internet explorer",
+ version: "9"
+ },{
+ browse... | Clean and re-order browsers | gre_deprecated-qajax | train |
5eb63b294c38ddba01876c1b23b8fd971e315226 | diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index <HASH>..<HASH> 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -40,7 +40,7 @@
},
{
"ImportPath": "github.com/cloudfoundry-incubator/uaa-go-client",
- "Rev": "141c25f7dd8b9d2336c59c35a84ef399dfab26f7"
+ "Rev": "a04a6ef497ee2890465ef6b1c... | Force UAA fetch token on start up
* bump uaa-go-client
[#<I>] | cloudfoundry_gorouter | train |
b0cc88dae41f9e3ebed30d68a8c9ed40e10120cb | diff --git a/spec/public/model_spec.rb b/spec/public/model_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/public/model_spec.rb
+++ b/spec/public/model_spec.rb
@@ -57,8 +57,12 @@ describe DataMapper::Model do
describe 'between different models' do
before :all do
+ @other.destroy
+ ... | Remove dependent Resources first
* Minor tweak to code that loads plugins when running specs | datamapper_dm-core | train |
d3e0a5b171cc66e13b28fff9d6e72be51534cb4d | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -58,6 +58,7 @@ type RPCClient interface {
SendRPC(rpc hrpc.Call) (proto.Message, error)
}
+// Option is a function used to configure optional config items for a Client.
type Option func(*client)
// A Client provid... | Fixed a couple linting issues. | tsuna_gohbase | train |
8f99d47a5f2edce34b12ecf4928767de175018ba | diff --git a/tensor2tensor/layers/common_attention.py b/tensor2tensor/layers/common_attention.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/layers/common_attention.py
+++ b/tensor2tensor/layers/common_attention.py
@@ -681,6 +681,70 @@ def local_attention_2d(q,
return tf.reshape(output, v_shape)
+def compu... | The current attention computes compatibilities between single query, key, and value positions. This CL extends it to computing them between windows of queries, keys, and values. It's like a combination of convolution and attention. Does not change defaults.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
22446305bd65d271fd2f3847c3d37882ba1d67a1 | diff --git a/src/main/java/com/github/ansell/restletutils/FixedRedirectCookieAuthenticator.java b/src/main/java/com/github/ansell/restletutils/FixedRedirectCookieAuthenticator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/ansell/restletutils/FixedRedirectCookieAuthenticator.java
+++ b/src/main/java/co... | only dump stacktrace to console at trace level | ansell_restlet-utils | train |
e529caa9a3a7db3b6649c6becec9371f9cb519a4 | diff --git a/src/test/java/org/roaringbitmap/TestRoaringBitmap.java b/src/test/java/org/roaringbitmap/TestRoaringBitmap.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/roaringbitmap/TestRoaringBitmap.java
+++ b/src/test/java/org/roaringbitmap/TestRoaringBitmap.java
@@ -3151,6 +3151,20 @@ public class TestRoari... | Add Test Case to test Util/unsignedIntersects method | RoaringBitmap_RoaringBitmap | train |
a9383846078a0943d120b42667c07db8525a9fdf | diff --git a/py/test/rsession/testing/test_reporter.py b/py/test/rsession/testing/test_reporter.py
index <HASH>..<HASH> 100644
--- a/py/test/rsession/testing/test_reporter.py
+++ b/py/test/rsession/testing/test_reporter.py
@@ -202,7 +202,7 @@ class TestRemoteReporter(AbstractTestReporter):
self._test_still_to_... | [svn r<I>] these tests rely on exact formatting, so skipping them again
(fail for me on pypy2)
--HG--
branch : trunk | pytest-dev_pytest | train |
eb8137798dfd110a22069ff8c727a21f6a5024ab | diff --git a/lib/flipper.rb b/lib/flipper.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper.rb
+++ b/lib/flipper.rb
@@ -30,6 +30,18 @@ module Flipper
raise DuplicateGroup, %Q{Group #{name.inspect} has already been registered}
end
+ # Public: Returns an array of registered Types::Group instances.
+ def self.g... | Add groups and group_names to Flipper | jnunemaker_flipper | train |
164a6d34e4aa7767afb23595ef0bb290e38bc41e | diff --git a/core-bundle/src/Resources/contao/library/Contao/System.php b/core-bundle/src/Resources/contao/library/Contao/System.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/System.php
+++ b/core-bundle/src/Resources/contao/library/Contao/System.php
@@ -177,7 +177,14 @@ abstract... | Improve the error message when trying to get a non-public service (see #<I>)
Description
-----------
-
Commits
-------
c<I>d<I>cb Improved error reporting when trying to get a service with class name
<I>de<I> CS
3f0b<I>d Fix the coding style | contao_contao | train |
41efb7e19ce5ec0707e63c0b8bf52d828823a77d | diff --git a/src/main/java/org/dita/dost/util/URLUtils.java b/src/main/java/org/dita/dost/util/URLUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dita/dost/util/URLUtils.java
+++ b/src/main/java/org/dita/dost/util/URLUtils.java
@@ -313,7 +313,10 @@ public final class URLUtils {
//'%',
... | <I> Remove apos and tilde from the array of characters to be escaped. | dita-ot_dita-ot | train |
ba79998819eb11eb42f0eaf856ba5540312447ce | diff --git a/lib/te3270/emulators/extra.rb b/lib/te3270/emulators/extra.rb
index <HASH>..<HASH> 100644
--- a/lib/te3270/emulators/extra.rb
+++ b/lib/te3270/emulators/extra.rb
@@ -43,8 +43,8 @@ module TE3270
screen.SendKeys(keys)
end
- def wait_for_string(str)
- screen.WaitForString(str)
+ ... | changed signature of wait_for_string | cheezy_te3270 | train |
076ef9984647bf4a9990f6d9d479a490f3419a79 | diff --git a/src/effects/GlitchEffect.js b/src/effects/GlitchEffect.js
index <HASH>..<HASH> 100644
--- a/src/effects/GlitchEffect.js
+++ b/src/effects/GlitchEffect.js
@@ -1,6 +1,5 @@
import {
DataTexture,
- FloatType,
NearestFilter,
RepeatWrapping,
RGBFormat,
@@ -20,7 +19,7 @@ import fragmentShader from "./gls... | Use UnsignedByteType instead of FloatType
FloatType is not available on many mobile devices and doesn't yield any noticeable visual improvements in this case. | vanruesc_postprocessing | train |
21cf9bf1e9fc91caf94af0b0250013bd3ca2b40c | diff --git a/aws/resource_aws_inspector_assessment_target.go b/aws/resource_aws_inspector_assessment_target.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_inspector_assessment_target.go
+++ b/aws/resource_aws_inspector_assessment_target.go
@@ -104,11 +104,11 @@ func resourceAwsInspectorAssessmentTargetUpdate(d *... | Final retry after timeout deleting inspector assessment target | terraform-providers_terraform-provider-aws | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.