hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4f3311e6a97a3c148e789245728795eeff9a8b02 | diff --git a/lib/riddle/client.rb b/lib/riddle/client.rb
index <HASH>..<HASH> 100644
--- a/lib/riddle/client.rb
+++ b/lib/riddle/client.rb
@@ -120,7 +120,7 @@ module Riddle
:group_by, :group_function, :group_clause, :group_distinct, :cut_off,
:retry_count, :retry_delay, :anchor, :index_weights, :rank_mode... | Adding client_key support for authenticated API connections (from my own Sphinx patch). | pat_riddle | train |
a8fa0d01256d82378fc0e39f6d691d5435fbbd21 | diff --git a/tests/plots/test_ctables.py b/tests/plots/test_ctables.py
index <HASH>..<HASH> 100644
--- a/tests/plots/test_ctables.py
+++ b/tests/plots/test_ctables.py
@@ -3,14 +3,9 @@
# SPDX-License-Identifier: BSD-3-Clause
"""Tests for the `ctables` module."""
+from io import StringIO
import os.path
import tempf... | MNT: Remove some Python 2 work-around code | Unidata_MetPy | train |
5fc0aa60cc2918efcd4cd1465d84f717b0f5fdc2 | diff --git a/src/Transformers/EloquentWorker.php b/src/Transformers/EloquentWorker.php
index <HASH>..<HASH> 100644
--- a/src/Transformers/EloquentWorker.php
+++ b/src/Transformers/EloquentWorker.php
@@ -51,8 +51,9 @@ class EloquentWorker implements TransformerWorker
$resource->setPaginator(new IlluminatePa... | Fixed exception name and added pagination information | eFrane_Transfugio | train |
75b7be2da9d98b386410f147423241031c6c2628 | diff --git a/indra/tests/test_model_checker.py b/indra/tests/test_model_checker.py
index <HASH>..<HASH> 100644
--- a/indra/tests/test_model_checker.py
+++ b/indra/tests/test_model_checker.py
@@ -13,16 +13,20 @@ from pysb.core import SelfExporter
from pysb.tools import render_reactions
from indra.databases import hgnc... | Add tests for signed and unsigned model checkers | sorgerlab_indra | train |
cdf696d0e6940aad768b561b93724fb14dba8480 | diff --git a/xblock/mixins.py b/xblock/mixins.py
index <HASH>..<HASH> 100644
--- a/xblock/mixins.py
+++ b/xblock/mixins.py
@@ -477,7 +477,7 @@ class XmlSerializationMixin(ScopedStorageMixin):
for field_name, field in self.fields.iteritems():
if field_name in ('children', 'parent', 'content'):
... | Force export runtime option + some tests for XmlSerializationMixin
(cherry picked from commit <I>a5) | edx_XBlock | train |
dd8a0d60f09de176917655b6fa3e7720c3d6da15 | diff --git a/models/tokenizer.py b/models/tokenizer.py
index <HASH>..<HASH> 100644
--- a/models/tokenizer.py
+++ b/models/tokenizer.py
@@ -20,7 +20,7 @@ class Tokenizer(nn.Module):
self.embeddings = nn.Embedding(nchars, emb_dim, padding_idx=0)
- self.conv1 = nn.Conv1d(emb_dim + feat_dim, hidden_dim,... | Slightly more powerful model; Support dictionary lookup MWT expansion | stanfordnlp_stanza | train |
abea4a1053e7be7d7a01879c107b48ad5db88d52 | diff --git a/nicfit/app.py b/nicfit/app.py
index <HASH>..<HASH> 100644
--- a/nicfit/app.py
+++ b/nicfit/app.py
@@ -25,6 +25,9 @@ class Application:
if self._atexit_func:
self._atexit_func(self)
+ def _addArguments(self, parser):
+ return parser
+
def __init__(self, main_func=None,... | Added _addArguments method for subclasses. | nicfit_nicfit.py | train |
09ec284116cd7f17ac3752e223e68ae626f2afab | diff --git a/lib/dm-core/migrations.rb b/lib/dm-core/migrations.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/migrations.rb
+++ b/lib/dm-core/migrations.rb
@@ -588,7 +588,7 @@ module DataMapper
# TODO: document
# @api private
def query_table(table_name)
- query('PRAGMA table_info(... | Use quote_name instead of quote_value in PRAGMA table_info query | datamapper_dm-core | train |
87f02e53a79153ca0ae5c04ee9bd3300c596e3d9 | diff --git a/test/bench/bench_cli_ipfs_add/main.go b/test/bench/bench_cli_ipfs_add/main.go
index <HASH>..<HASH> 100644
--- a/test/bench/bench_cli_ipfs_add/main.go
+++ b/test/bench/bench_cli_ipfs_add/main.go
@@ -64,7 +64,7 @@ func benchmarkAdd(amount int64) (*testing.BenchmarkResult, error) {
}
}
- initCmd ... | remove `-f` flags from calls to init
It doesn't mean anything anymore.
License: MIT | ipfs_go-ipfs | train |
b4f2a8203dd9ddb418d7e0d6c98e1223df5e6d18 | diff --git a/Classes/Database/TestCase.php b/Classes/Database/TestCase.php
index <HASH>..<HASH> 100644
--- a/Classes/Database/TestCase.php
+++ b/Classes/Database/TestCase.php
@@ -12,7 +12,6 @@
* The TYPO3 project - inspiring people to share!
*/
-use TYPO3\CMS\Core\Cache\Cache;
use TYPO3\CMS\Core\Database\Databas... | [BUGFIX] import of cache database tables optimized
Loading of cache database tables is now done before importing
the rest of the standard database tables. Additionally
import of those tables now works also in TYPO3 <I>
Change-Id: I<I>df<I>fe9d1a4c<I>dcc<I>af9f9f<I>f<I>d<I>a
Resolves: #<I>
Reviewed-on: <URL> | oliverklee_ext-phpunit | train |
ad7b756e45fa75df84d7c24936fc9e9d2acf26c8 | diff --git a/http/dashboard_service.go b/http/dashboard_service.go
index <HASH>..<HASH> 100644
--- a/http/dashboard_service.go
+++ b/http/dashboard_service.go
@@ -194,16 +194,17 @@ func decodeGetDashboardsRequest(ctx context.Context, r *http.Request) (*getDashb
qp := r.URL.Query()
req := &getDashboardsRequest{}
+... | fix(platform): platform test and pointers | influxdata_influxdb | train |
38bd740779f9b226906e488cd5aa4cd041095da7 | diff --git a/packages/cozy-konnector-libs/src/libs/linkBankOperations.spec.js b/packages/cozy-konnector-libs/src/libs/linkBankOperations.spec.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/linkBankOperations.spec.js
+++ b/packages/cozy-konnector-libs/src/libs/linkBankOperations.spec.js
@@ -2... | test: Add completely declarative Trainline test | konnectors_libs | train |
fa48bd22523fa9809526d00b23efa4d3c36a70c7 | diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/FilePath.java
+++ b/core/src/main/java/hudson/FilePath.java
@@ -620,10 +620,14 @@ public final class FilePath implements Serializable {
* so that one can perfo... | Didn't work if FileFilter is from a plugin: <URL> | jenkinsci_jenkins | train |
ec0ad945fc7c03f6c5ad37558afe95f3383db512 | diff --git a/reference/cwltool/docker.py b/reference/cwltool/docker.py
index <HASH>..<HASH> 100644
--- a/reference/cwltool/docker.py
+++ b/reference/cwltool/docker.py
@@ -44,6 +44,7 @@ def get_image(dockerRequirement, pull_image, dry_run=False):
with open(dockerRequirement["dockerLoad"], "rb") as f... | Fix Docker loading from http. Add secondaryFiles support. | common-workflow-language_cwltool | train |
627959adffe6bc8aba964ce202fcaad0b27dd630 | diff --git a/config.go b/config.go
index <HASH>..<HASH> 100644
--- a/config.go
+++ b/config.go
@@ -216,6 +216,11 @@ func loadConfig() (*config, []string, error) {
log.Warnf("%v", err)
}
+ // Don't add peers from the config file when in regression test mode.
+ if preCfg.RegressionTest && len(cfg.AddPeers) > 0 {
+... | Ignore config file addpeer entries with --regtest.
When running in regression test mode, it is unlikely the user wants to
connect to permanent peers they have configured in their config file.
This commit modifies the code to ignore the config file entry when in
regression test mode. The user can still provide -a (or ... | btcsuite_btcd | train |
251d401ad98e50040c30e600bc0e5c6c3a6cd4f7 | diff --git a/resources/assets/js/state/store.js b/resources/assets/js/state/store.js
index <HASH>..<HASH> 100644
--- a/resources/assets/js/state/store.js
+++ b/resources/assets/js/state/store.js
@@ -113,10 +113,13 @@ var Store = Vue.extend({
setControllers (data)
{
this.controllers = data;
- const contr... | Fixed store bug when loading new controllers | davestewart_laravel-sketchpad | train |
43e8d51d1e3529b2afb3e3cd9dce8adedb66180b | diff --git a/shortuuid/__init__.py b/shortuuid/__init__.py
index <HASH>..<HASH> 100644
--- a/shortuuid/__init__.py
+++ b/shortuuid/__init__.py
@@ -1,6 +1,4 @@
# flake8: noqa
-import importlib.metadata
-
from shortuuid.main import decode
from shortuuid.main import encode
from shortuuid.main import get_alphabet | fix: Fix compatibility for python versions older than <I> (#<I>) | skorokithakis_shortuuid | train |
bb3fb0b084ff1e7c9b5a5d99d609f2484a004823 | diff --git a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb b/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
index <HASH>..<HASH> 100644
--- a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
+++ b/r... | RESAR repository using timestamp from SerializedRecord. | RailsEventStore_rails_event_store | train |
433010508c116a220088f8f3455e5a509b8e807c | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100644
--- a/manifest.php
+++ b/manifest.php
@@ -44,11 +44,11 @@ return array(
'label' => 'Proctoring',
'description' => 'Proctoring for deliveries',
'license' => 'GPL-2.0',
- 'version' => '6.00.0',
+ 'version' => '5.18.0',
'author'... | bumped version decreased a bit | oat-sa_extension-tao-proctoring | train |
ffff4f301960daf6f3916c9c0f0e1df2adcdc6cd | diff --git a/service/systemd/cmdline.go b/service/systemd/cmdline.go
index <HASH>..<HASH> 100644
--- a/service/systemd/cmdline.go
+++ b/service/systemd/cmdline.go
@@ -13,67 +13,75 @@ import (
const executable = "/bin/systemctl"
-type commands struct{}
+type commands struct {
+ binary string
+}
-// TODO(ericsnow)... | Include the executable in return values of the commands type methods. | juju_juju | train |
080a36a9032afc9b996676fc31e4b2b152a320d8 | diff --git a/Controllers/APIController.php b/Controllers/APIController.php
index <HASH>..<HASH> 100644
--- a/Controllers/APIController.php
+++ b/Controllers/APIController.php
@@ -22,7 +22,7 @@ class APIController extends Controller
*/
private static $cors = array(
'Enabled' => true,
- 'Allow-Origin... | Update CORS Allow-Origin + content-type + always use answer() | colymba_silverstripe-restfulapi | train |
bb10b92893efd5610b0d6019bfd205c3f1fa5c4d | diff --git a/costsensitive/__init__.py b/costsensitive/__init__.py
index <HASH>..<HASH> 100644
--- a/costsensitive/__init__.py
+++ b/costsensitive/__init__.py
@@ -459,11 +459,12 @@ class CostProportionateClassifier:
[1] Beygelzimer, A., Langford, J., & Zadrozny, B. (2008).
Machine learning techniques—redu... | fixed wrong sampling in cost-proportiante class, fixes #1 | david-cortes_costsensitive | train |
42bbe6e90202bb84036e1a768100c900c554d492 | diff --git a/src/to-markdown.js b/src/to-markdown.js
index <HASH>..<HASH> 100644
--- a/src/to-markdown.js
+++ b/src/to-markdown.js
@@ -122,7 +122,7 @@ var toMarkdown = function(string) {
innerHTML = innerHTML.replace(/^\s+/, '');
// indent nested lists
- innerHTML = in... | Fix nested list indentation and bullet type | laurent22_joplin-turndown | train |
26ac3fc17c34a964b4bb42341f39b400c1902825 | diff --git a/tests/test_ytarray.py b/tests/test_ytarray.py
index <HASH>..<HASH> 100644
--- a/tests/test_ytarray.py
+++ b/tests/test_ytarray.py
@@ -14,7 +14,8 @@ Test ndarray subclass that handles symbolic units.
# The full license is in the file COPYING.txt, distributed with this software.
#--------------------------... | Using assert_raises in YTArray tests.
Discarding tests of precise error messages as well since this new way is simpler
and testing the text of error messages is a bit brittle.
--HG--
branch : yt-<I> | yt-project_unyt | train |
109e3799965ff7ce9effe20deb9575b071cc8323 | diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = array(
'description' => 'Compile your CSS dynamically with DynCss Adapters.',
'category' => 'fe',
'shy' => 0,
- 'version' => '0.7.7',
+ 'version' => '0.7.8',
... | [TASK] <I> fix for typo3.org parsing problem | kaystrobach_TYPO3.dyncss | train |
7fd5bf22eebb6adddad9ce9159b8b9ca3149a50d | diff --git a/library/cascade/components/security/Gatekeeper.php b/library/cascade/components/security/Gatekeeper.php
index <HASH>..<HASH> 100644
--- a/library/cascade/components/security/Gatekeeper.php
+++ b/library/cascade/components/security/Gatekeeper.php
@@ -14,7 +14,7 @@ class Gatekeeper extends \infinite\security... | yaaay access control | PSESD_cascade-lib | train |
ed82c5a9a9419288ed842c8872a7ffba4b966720 | diff --git a/src/metadata/android_parser.js b/src/metadata/android_parser.js
index <HASH>..<HASH> 100644
--- a/src/metadata/android_parser.js
+++ b/src/metadata/android_parser.js
@@ -152,11 +152,11 @@ module.exports.prototype = {
var platformWww = path.join(this.path, 'assets');
try {
thi... | Make sure errors during prepare are reported
From <URL> | apache_cordova-lib | train |
7f156c5facbbe1395d405961284072cd06f3f890 | diff --git a/tests/functional/driver.py b/tests/functional/driver.py
index <HASH>..<HASH> 100644
--- a/tests/functional/driver.py
+++ b/tests/functional/driver.py
@@ -68,7 +68,7 @@ class Driver(object):
self._start_ts = time.time()
self.slacker.chat.post_message(channel, msg, username=self.driver_user... | [tests] wait longer for message reply | lins05_slackbot | train |
6cb4e33de4cebba9cd4db5467f61ec1f6d18a7c6 | diff --git a/lib/config-generator.js b/lib/config-generator.js
index <HASH>..<HASH> 100644
--- a/lib/config-generator.js
+++ b/lib/config-generator.js
@@ -344,17 +344,9 @@ class ConfigGenerator {
if (this.webpackConfig.cleanupOutput) {
plugins.push(
- new CleanWebpackPlugin([this.... | When using the "clean" option, empty the dir, but don't remove it entirely | symfony_webpack-encore | train |
21441130d5a1ba86f8cfe962ee15a2bec1718aa3 | diff --git a/maintenance_mode/http.py b/maintenance_mode/http.py
index <HASH>..<HASH> 100644
--- a/maintenance_mode/http.py
+++ b/maintenance_mode/http.py
@@ -60,7 +60,7 @@ def get_maintenance_response(request):
response = render(request, settings.MAINTENANCE_MODE_TEMPLATE,
status=settings.M... | Added Retry-After header and relative setting. | fabiocaccamo_django-maintenance-mode | train |
e4dd62b2ca80a24690e0c15f2e0dffbb985990ea | diff --git a/js/okex.js b/js/okex.js
index <HASH>..<HASH> 100644
--- a/js/okex.js
+++ b/js/okex.js
@@ -768,20 +768,20 @@ module.exports = class okex extends Exchange {
const contract = swap || futures || option;
let baseId = this.safeString (market, 'baseCcy');
let quoteId = this.safeString (... | okex.fetchMarkets unified | ccxt_ccxt | train |
2aaf0577cbd6d320d345739443125a5eb514c007 | diff --git a/pkg/shortnames/shortnames.go b/pkg/shortnames/shortnames.go
index <HASH>..<HASH> 100644
--- a/pkg/shortnames/shortnames.go
+++ b/pkg/shortnames/shortnames.go
@@ -225,9 +225,8 @@ func (c *PullCandidate) Record() error {
// Note that tags and digests are stripped from the specified name before
// looking u... | shortnames: error if there's no alias and no search registries
When a short-name could not be resolved to an alias and if there's no
unqualified-search registry, throw an error.
Reported-in: github.com/containers/podman/issues/<I> | containers_image | train |
8658f4beac1ec7a1d20297aec7235b645dd9db78 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ so now you can use it with any query like
> ```
See [description](#all-in-one-smart_query) (at the end of paragraph) and [example](examples/smartquery.py#L386)
-### v1.0
+### v1.0.1
1. Added [... | + added SerializeMixin to AllFeaturesMixin | absent1706_sqlalchemy-mixins | train |
3cdea132c30a9896d4615e3515aba6054dcc0869 | diff --git a/tests/automated/event-coloring.js b/tests/automated/event-coloring.js
index <HASH>..<HASH> 100644
--- a/tests/automated/event-coloring.js
+++ b/tests/automated/event-coloring.js
@@ -85,7 +85,7 @@ describe('event coloring', function() {
options.eventColor = 'red';
options.events = [ eventInput ];
... | better cross-browser solution for testing for border color | fullcalendar_fullcalendar | train |
9f9f916699be18d83b0c9172fd1027367e26969a | diff --git a/src/Entities/Orders/Order.php b/src/Entities/Orders/Order.php
index <HASH>..<HASH> 100644
--- a/src/Entities/Orders/Order.php
+++ b/src/Entities/Orders/Order.php
@@ -410,7 +410,7 @@ class Order implements JsonSerializable
'scheduledDate' => $this->getScheduledDate(),
'tip' => $thi... | Fixed a mistake in the order object | ordercloud_ordercloud-php | train |
10b4848d4de6050c646c410da082d879d3029c69 | diff --git a/s3gof3r.go b/s3gof3r.go
index <HASH>..<HASH> 100644
--- a/s3gof3r.go
+++ b/s3gof3r.go
@@ -47,7 +47,7 @@ var DefaultConfig = &Config{
// http client timeout
const (
- clientTimeout = 2 * time.Second
+ clientTimeout = 5 * time.Second
)
// DefaultDomain is set to the endpoint for the U.S. S3 service. | Remove unrelated change to clientTimeout | rlmcpherson_s3gof3r | train |
aec3150701609b04e8fa1606809d73c663ce9108 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1447,6 +1447,7 @@ var joint = {
forIn: _.forIn,
without: _.without,
debounce: _.debounce,
+ clone: _.clone,
isBoolean: function(value) {
var toString = Obj... | utils: clone (#<I>) | clientIO_joint | train |
a21ed3afe22bbb61388d724df90206da63907905 | diff --git a/test/test_models.py b/test/test_models.py
index <HASH>..<HASH> 100644
--- a/test/test_models.py
+++ b/test/test_models.py
@@ -339,6 +339,18 @@ class ModelTester(TestCase):
self.assertFalse(any(isinstance(x, nn.BatchNorm2d) for x in model.modules()))
self.assertTrue(any(isinstance(x, nn.Gr... | Make Inception V3 torch-scriptable (#<I>)
* Making quantized inception torchscriptable.
* Adding a test.
* Fix mypy warning. | pytorch_vision | train |
75d4e878ec7ef854e0a7e8060766f635b2325056 | diff --git a/railties/lib/rails/command/helpers/editor.rb b/railties/lib/rails/command/helpers/editor.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/command/helpers/editor.rb
+++ b/railties/lib/rails/command/helpers/editor.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+require "shellwords"
require "acti... | Support spaces in file path when invoking editor
In #<I>, the `credentials:edit` command was fixed to support spaces in
the temporary file path on Windows. This commit applies the same fix to
the `encrypted:edit` command. | rails_rails | train |
e9e0825c41f456a60c3810de598cfa3c6e5c0788 | diff --git a/test_autoflake.py b/test_autoflake.py
index <HASH>..<HASH> 100755
--- a/test_autoflake.py
+++ b/test_autoflake.py
@@ -1200,7 +1200,6 @@ def func11():
self.assertFalse(autoflake.is_literal_or_name('xyz.prop'))
self.assertFalse(autoflake.is_literal_or_name(' '))
- self.assertFalse(... | test_autoflake: remove assertion that no longer holds true in py <I> | myint_autoflake | train |
920b04ec2c5c7842b678d8f8fc940384063af1a4 | diff --git a/lib/riot/active_record/validation_macros.rb b/lib/riot/active_record/validation_macros.rb
index <HASH>..<HASH> 100644
--- a/lib/riot/active_record/validation_macros.rb
+++ b/lib/riot/active_record/validation_macros.rb
@@ -104,7 +104,7 @@ module RiotRails
def evaluate(actual, attribute)
actu... | Added transactional support to rails_context | thumblemonks_riot-rails | train |
82081c1f7d60b7c18b0385608d76de0667f36a10 | diff --git a/lib/phpunit/classes/util.php b/lib/phpunit/classes/util.php
index <HASH>..<HASH> 100644
--- a/lib/phpunit/classes/util.php
+++ b/lib/phpunit/classes/util.php
@@ -139,6 +139,14 @@ class phpunit_util extends testing_util {
if ($COURSE->id != $oldsite->id) {
$warnings[] = 'Warnin... | MDL-<I> prevent time-outs during unit tests. | moodle_moodle | train |
163c965ad6a12b2cafd868e9414b4c9ab14d18e0 | diff --git a/Menu/MenuBuilder.php b/Menu/MenuBuilder.php
index <HASH>..<HASH> 100644
--- a/Menu/MenuBuilder.php
+++ b/Menu/MenuBuilder.php
@@ -10,6 +10,7 @@
namespace RomaricDrigon\OrchestraBundle\Menu;
use Knp\Menu\FactoryInterface;
+use RomaricDrigon\OrchestraBundle\Pool\RepositoryPoolInterface;
use Symfony\Comp... | Basic building of menu from repository (without routes) | romaricdrigon_OrchestraBundle | train |
d54324c71b77051989dcc8000e653c40545c36a8 | diff --git a/src/Rebing/GraphQL/GraphQL.php b/src/Rebing/GraphQL/GraphQL.php
index <HASH>..<HASH> 100644
--- a/src/Rebing/GraphQL/GraphQL.php
+++ b/src/Rebing/GraphQL/GraphQL.php
@@ -296,7 +296,7 @@ class GraphQL
}
/**
- * @return array<string,string>
+ * @return array<string,object|string>
*/... | Correct declaration of GraphQL::getTypes
Reported by phpstan:
Method Rebing\GraphQL\GraphQL::getTypes() should return array<string, string> but returns array<string, object|string>. | rebing_graphql-laravel | train |
133e597d7e01552f01a0990db50fba7d1d3529f5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -273,7 +273,6 @@ if "--no-cython" not in sys.argv and not os.environ.get('CASS_DRIVER_NO_CYTHON')
for m in cython_candidates],
exclude_failures=True))
extensions.extend(cythonize("cassand... | pyximport for test helper cython extensions
Allows cython extension to be built for unit tests without having it in
the setup. | datastax_python-driver | train |
0856331dacc30ee5b2f5b332ba38e38dc327b795 | diff --git a/tests/test_encoding.py b/tests/test_encoding.py
index <HASH>..<HASH> 100644
--- a/tests/test_encoding.py
+++ b/tests/test_encoding.py
@@ -149,6 +149,31 @@ class EncodingTest(g.unittest.TestCase):
for encoding in encodings:
self._test_composite(encoding, dense_data)
+ def test_den... | added sparse stripped impl + tests, removed _Transform._inverse | mikedh_trimesh | train |
253192662347c19e22f85d543763dc2214bebd0c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ from setuptools.command.test import test as TestCommand
import os
import sys
-__version__ = '0.9b1'
+__version__ = '0.1.0'
if os.environ.get('READTHEDOCS', None) == 'True':
# Mock requires in conf.py... | MAINT: set version to <I>, close #<I> | odlgroup_odl | train |
20a0882343d5f0baa5c3594157b16eadf3107002 | diff --git a/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/lib/phantomjs.js b/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/lib/phantomjs.js
index <HASH>..<HASH> 100644
--- a/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/lib/phantomjs.js
+++ b/node_modules/gru... | Use phantomjs from path | ExactTarget_fuelux | train |
15350cf5332f126f3d53cddcc61f0fe7d9541254 | diff --git a/src/system/modules/metamodels/config/config.php b/src/system/modules/metamodels/config/config.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/config/config.php
+++ b/src/system/modules/metamodels/config/config.php
@@ -44,6 +44,14 @@ if (version_compare(VERSION, '3.0', '<')/* && !class_e... | Add classes to FileCache in Contao 2.X. | MetaModels_core | train |
79de4196673a7d880e08c1ba31fa8243004f9dbf | diff --git a/doc.go b/doc.go
index <HASH>..<HASH> 100644
--- a/doc.go
+++ b/doc.go
@@ -26,7 +26,7 @@ Features
• Automatic page breaks, line breaks, and text justification
-• Inclusion of JPEG, PNG and GIF images
+• Inclusion of JPEG, PNG, GIF and basic path-only SVG images
• Colors, gradients and alpha channel ... | Added convenience function to write PDF to a file (rather than a Writer interface) and then close the PDF instance. | jung-kurt_gofpdf | train |
d0951a6586cab9d215086d8d1d4c3c307dcb5cda | diff --git a/src/Action.js b/src/Action.js
index <HASH>..<HASH> 100644
--- a/src/Action.js
+++ b/src/Action.js
@@ -5,6 +5,12 @@ const
Field = require('./Field');
function Action(action) {
+ if (!(this instanceof Action)) {
+ return new Action(action);
+ }
+ if (action instanceof Action) {
+ return action;
+ }
... | Add auto-instantiation (and avoid reinstantiation) for all types | Brightspace_node-siren-parser | train |
c9a01fa4d0330e5c41c034f3b045d6c3d9321703 | diff --git a/evm/opcode_values.py b/evm/opcode_values.py
index <HASH>..<HASH> 100644
--- a/evm/opcode_values.py
+++ b/evm/opcode_values.py
@@ -186,6 +186,6 @@ RETURN = 0xf3
DELEGATECALL = 0xf4
PAYGAS = 0xf5
STATICCALL = 0xfa
+CREATE2 = 0xfb
REVERT = 0xfd
-CREATE2 = 0xfe
SELFDESTRUCT = 0xff | Change opcode value of CREATE2 from 0xfe to 0xfb. Aligned with Vyper opcode value. | ethereum_py-evm | train |
b0e8e33cf24aa08b845691d18a335bf760c61561 | diff --git a/main/boofcv-recognition/src/main/java/boofcv/factory/fiducial/ConfigQrCode.java b/main/boofcv-recognition/src/main/java/boofcv/factory/fiducial/ConfigQrCode.java
index <HASH>..<HASH> 100644
--- a/main/boofcv-recognition/src/main/java/boofcv/factory/fiducial/ConfigQrCode.java
+++ b/main/boofcv-recognition/s... | - added fast variant of qr code detector config | lessthanoptimal_BoofCV | train |
17e4c872910f3c076e7e2fc214ffaa5aa9244015 | diff --git a/pyensembl/human_data.py b/pyensembl/human_data.py
index <HASH>..<HASH> 100644
--- a/pyensembl/human_data.py
+++ b/pyensembl/human_data.py
@@ -176,18 +176,24 @@ class EnsemblRelease(object):
def _db_column_exists(self, db, column_name):
return column_name in self._db_columns(db)
- def col... | renamed methods for getting unique values at a locus to column_values_at_locus and distinct_column_values_at_locus | openvax_pyensembl | train |
5448a29835ab0cfcbe6aea163771ff50d182afca | diff --git a/core/control/ContentController.php b/core/control/ContentController.php
index <HASH>..<HASH> 100644
--- a/core/control/ContentController.php
+++ b/core/control/ContentController.php
@@ -297,7 +297,8 @@ HTML;
* Returns a page comment system
*/
function PageComments() {
- if($this->data() && $this->... | FEATURE: added ability to display comments even when comments have been disabled. #<I>
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
5d16000cbc19e0bad63c8bdd7985505002c35f24 | diff --git a/src/Kunstmaan/UserManagementBundle/Controller/GroupsController.php b/src/Kunstmaan/UserManagementBundle/Controller/GroupsController.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/UserManagementBundle/Controller/GroupsController.php
+++ b/src/Kunstmaan/UserManagementBundle/Controller/GroupsController.p... | [UserManagementBundle] The delete route should only allow post requests | Kunstmaan_KunstmaanBundlesCMS | train |
1c241926c3b8106dbb7e6f4b241534dfba22ef87 | diff --git a/testing/run.rb b/testing/run.rb
index <HASH>..<HASH> 100755
--- a/testing/run.rb
+++ b/testing/run.rb
@@ -50,7 +50,7 @@ def run_test(t)
end
end
-if ARGV.any?
+if ARGV.one?
run_test ARGV[0]
else
Dir["test.*"].sort.each do |t| | testing: run.rb: change any? to one? | nsf_gocode | train |
2c82d4df2768a22a2ba68bd9a4380e87eb6211af | diff --git a/lib/odba/cache_entry.rb b/lib/odba/cache_entry.rb
index <HASH>..<HASH> 100644
--- a/lib/odba/cache_entry.rb
+++ b/lib/odba/cache_entry.rb
@@ -73,10 +73,10 @@ module ODBA
if opts[:force]
@accessed_by.each do |object_id, odba_id|
if item = odba_id2ref(odba_id)
- item.odb... | Reduce CPU-usage of standard cleaning procedure
This helps with a problem introduced in
<URL> | zdavatz_odba | train |
60b559c13f86f3ed158daee37f90ca5bd12a7edc | diff --git a/src/flow.js b/src/flow.js
index <HASH>..<HASH> 100644
--- a/src/flow.js
+++ b/src/flow.js
@@ -1367,7 +1367,7 @@
data.append(this.flowObj.opts.fileParameterName, blob);
}
- this.xhr.open(method, target);
+ this.xhr.open(method, target, true);
this.xhr.withCredentials = thi... | async request for cors | flowjs_flow.js | train |
da6af368a63bb1b1b632719e1525ae5d28d4b119 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,10 @@
from setuptools import setup
-from ripe.atlas.cousteau.version import __version__
+# import manually __version__ variable
+exec(open('ripe/atlas/cousteau/version.py').read())
-install_requires = ["python-d... | after adding dependencies version could be imported; so we needed a hack to import __version__ | RIPE-NCC_ripe-atlas-cousteau | train |
f818993bcd09b7f107a9407527925c330863b430 | diff --git a/lib/svtplay_dl/fetcher/hls.py b/lib/svtplay_dl/fetcher/hls.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/fetcher/hls.py
+++ b/lib/svtplay_dl/fetcher/hls.py
@@ -118,7 +118,7 @@ class HLS(VideoRetriever):
self._download(self.url, file_name=(self.options, "ts"))
def _download(self, u... | Fixes: 'Another ViaFree issue'
... | spaam_svtplay-dl | train |
7497b845fe2b265d5db2e211fd5bd33ce717ddd9 | diff --git a/api/platform_test.go b/api/platform_test.go
index <HASH>..<HASH> 100644
--- a/api/platform_test.go
+++ b/api/platform_test.go
@@ -10,7 +10,10 @@ import (
"net/http/httptest"
"strings"
+ "github.com/tsuru/config"
"github.com/tsuru/tsuru/app"
+ "github.com/tsuru/tsuru/db"
+ "github.com/tsuru/tsuru/db... | api: further removing chances of interference in tests | tsuru_tsuru | train |
6c4ce70ecdcb39c947a5aee9e9a5ef30d0207755 | diff --git a/checkers/typecheck.py b/checkers/typecheck.py
index <HASH>..<HASH> 100644
--- a/checkers/typecheck.py
+++ b/checkers/typecheck.py
@@ -182,7 +182,7 @@ accessed.'}
self.add_message('E1111', node=node)
else:
for rnode in returns:
- if not (isinstance(rnode.val... | None is now instance of Const
--HG--
branch : astng2 | PyCQA_pylint | train |
9b032b5dfda4c1ebe9fe3b958281b7f772f33884 | diff --git a/src/AsrUtil.php b/src/AsrUtil.php
index <HASH>..<HASH> 100644
--- a/src/AsrUtil.php
+++ b/src/AsrUtil.php
@@ -19,7 +19,7 @@ class AsrUtil
->build($secretKey);
}
- public function checkSignature($serverDate, $method, $path, $query, $requestBody, array $headerList)
+ public function... | SUITEDEV-<I> use builder in validation method | emartech_escher-php | train |
5204ef9ff1037c4a8a09bce69d1729be424942f7 | diff --git a/etrago/tools/io.py b/etrago/tools/io.py
index <HASH>..<HASH> 100644
--- a/etrago/tools/io.py
+++ b/etrago/tools/io.py
@@ -524,6 +524,6 @@ def results_to_oedb(session, network, args, grid='hv'):
if __name__ == '__main__':
- if pypsa.__version__ not in ['0.6.2', '0.8.0']:
+ if pypsa.__vers... | Update io.py
(cherry picked from commit <I>d<I>f6bbc<I>ab<I>bca<I>dd<I>a<I>b<I>) | openego_eTraGo | train |
9f57f1bd43615edc810e90194174395ecfd00c11 | diff --git a/lib/dicom/DRead.rb b/lib/dicom/DRead.rb
index <HASH>..<HASH> 100644
--- a/lib/dicom/DRead.rb
+++ b/lib/dicom/DRead.rb
@@ -21,7 +21,6 @@ module DICOM
# Set the DICOM object as an instance variable:
@obj = obj
# Some of the options need to be transferred to instance variables:
- ... | Improved the compatibility of DRead. It now seems to have surpassed the old version in terms of DICOM parsing precision. | dicom_ruby-dicom | train |
f84260e09aa1587625d8456c07b843b9decbef55 | diff --git a/src/main/java/com/corundumstudio/socketio/parser/Encoder.java b/src/main/java/com/corundumstudio/socketio/parser/Encoder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/corundumstudio/socketio/parser/Encoder.java
+++ b/src/main/java/com/corundumstudio/socketio/parser/Encoder.java
@@ -55,11 +55,17 ... | XHRPolling "infinity packet" under heavy load bug fixed. | mrniko_netty-socketio | train |
b0605f2392f4a6617c97affce0be7d03f06fe8a6 | diff --git a/claripy/frontends/replacement_frontend.py b/claripy/frontends/replacement_frontend.py
index <HASH>..<HASH> 100644
--- a/claripy/frontends/replacement_frontend.py
+++ b/claripy/frontends/replacement_frontend.py
@@ -169,8 +169,11 @@ class ReplacementFrontend(ConstrainedFrontend):
return self._actual... | fixed the replacement frontend bug leading to overly-sat states
False constraints were not properly forcing the state to go unsat without replace_constraints. These constraints would make it into ReplacementFrontend._add_constraints and be applied as replacements, effectively 'changing' the constraints and keeping the... | angr_claripy | train |
8903d79af45e9188c92c09c1e7190a1c35372512 | diff --git a/PlayFabSdk/PlayFab.js b/PlayFabSdk/PlayFab.js
index <HASH>..<HASH> 100644
--- a/PlayFabSdk/PlayFab.js
+++ b/PlayFabSdk/PlayFab.js
@@ -1,7 +1,7 @@
var url = require('url');
var https = require('https');
-exports.sdk_version = "0.3.151109";
+exports.sdk_version = "0.4.151109";
exports.settings = {
... | Updating all SDKs after changes to API_Specs | PlayFab_NodeSDK | train |
784bf51904dbfb72ea2d929e9871a761e4abb2b5 | diff --git a/src/Tree.php b/src/Tree.php
index <HASH>..<HASH> 100644
--- a/src/Tree.php
+++ b/src/Tree.php
@@ -165,6 +165,16 @@ class Tree extends TreeBase
}
/**
+ * Count the number of children
+ *
+ * @return int
+ */
+ public function getChildCount()
+ {
+ return count($this-... | add getChildCount() method on tree and items | makinacorpus_drupal-umenu | train |
01174f791d49ff4858703e591938793255554583 | diff --git a/softlayer/softlayer_hardware_service.go b/softlayer/softlayer_hardware_service.go
index <HASH>..<HASH> 100644
--- a/softlayer/softlayer_hardware_service.go
+++ b/softlayer/softlayer_hardware_service.go
@@ -19,7 +19,6 @@ type SoftLayer_Hardware_Service interface {
GetDatacenter(id int) (datatypes.SoftLaye... | removed PowerCycle method from softlayer_hardware_service | maximilien_softlayer-go | train |
3d3c677ed06e0430212efb0a57e13db7c0dc6f42 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -58,7 +58,7 @@ master_doc = 'index'
# General information about the project.
project = u'ciscosparkapi'
-copyright = u'2016, Cisco DevNet'
+copyright = u'2016 Cisco Systems, Inc.'
author = u'Chris Lunsford... | Update copyright in docs/conf.py
This copyright reference shows up in the footers of the HTML docs
generated by Sphinx. | CiscoDevNet_webexteamssdk | train |
41f3e2fd7f83d3022978312a7964195bdaec7935 | diff --git a/src/MabeEnum/EnumSet.php b/src/MabeEnum/EnumSet.php
index <HASH>..<HASH> 100644
--- a/src/MabeEnum/EnumSet.php
+++ b/src/MabeEnum/EnumSet.php
@@ -48,7 +48,7 @@ class EnumSet implements Iterator, Countable
/**
* Constructor
*
- * @param string $enumClass The classname of an enumeratio... | EnumSet: fixed copy-past failures in comments and exception message | marc-mabe_php-enum | train |
8ce57f8a9059ccf43b13706dab0e7f85f10da9cb | diff --git a/lib/carto/parser.js b/lib/carto/parser.js
index <HASH>..<HASH> 100644
--- a/lib/carto/parser.js
+++ b/lib/carto/parser.js
@@ -721,7 +721,7 @@ carto.Parser = function Parser(env) {
//
element: function() {
var e;
- if (e = $(/^(?:[.#]?[\w-]+|\*)/)) {... | Stashing nohash while master is broken | mapbox_carto | train |
41746e391f09afdefffc8bd806abf09db231bcc2 | diff --git a/scripts/log.js b/scripts/log.js
index <HASH>..<HASH> 100644
--- a/scripts/log.js
+++ b/scripts/log.js
@@ -1,5 +1,16 @@
'use strict';
+// For IE 9
+/* istanbul ignore next */
+if (global.window) {
+ if (!window.console) {
+ window.console = {};
+ }
+ if (!console.log) {
+ console.log = function ... | fix(log): support ie 9 | delta-db_deltadb-common-utils | train |
73d8128f0fa8bd1f4c2c6c3c3565b5f65a5768e0 | diff --git a/src/ecdsa.js b/src/ecdsa.js
index <HASH>..<HASH> 100644
--- a/src/ecdsa.js
+++ b/src/ecdsa.js
@@ -75,6 +75,10 @@ function deterministicGenerateK (curve, hash, d, checkSig) {
}
function sign (curve, hash, d) {
+ typeForce('Curve', curve)
+ typeForce('Buffer', hash)
+ typeForce('BigInteger', d)
+
v... | ecdsa: always enforce types in ecdsa | BitGo_bitgo-utxo-lib | train |
d9ed2d79b63d3de0d3905b1d78cd2035fc518752 | diff --git a/lib/modules/apostrophe-docs/lib/api.js b/lib/modules/apostrophe-docs/lib/api.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-docs/lib/api.js
+++ b/lib/modules/apostrophe-docs/lib/api.js
@@ -584,7 +584,13 @@ module.exports = function(self, options) {
return callback(new Error('invalid typ... | added hooks to pieces-widgets and docs autocomplete that allow for extending the cursor | apostrophecms_apostrophe | train |
6d3f58131e5e6bbee79d4a6a5b07ff6dddc205bb | diff --git a/processor/command/eval.rb b/processor/command/eval.rb
index <HASH>..<HASH> 100644
--- a/processor/command/eval.rb
+++ b/processor/command/eval.rb
@@ -50,9 +50,18 @@ See 'set buffer trace' for showing what may have already been run.
SHORT_HELP = 'Run code in the current context'
$VERBOSE = old... | completion for eval with nothing is the current source text. More later... | rocky_rbx-trepanning | train |
d4f14baeffc2d06b1ddca2a4cb55aa4ba42c153e | diff --git a/bin/hoxy b/bin/hoxy
index <HASH>..<HASH> 100755
--- a/bin/hoxy
+++ b/bin/hoxy
@@ -1,7 +1,3 @@
-#!/usr/bin/env sh
+#!/usr/bin/env node
-THIS_SCRIPT_DIR=$(dirname $0)
-
-cd $THIS_SCRIPT_DIR/..
-
-node hoxy.js $*
+require('../hoxy');
diff --git a/hoxy.js b/hoxy.js
index <HASH>..<HASH> 100644
--- a/hoxy.js
+... | fixed some errors in how bin script worked | greim_hoxy | train |
54a369c95a597395f3c1f8c3d3695a8f0b3f7eca | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(name="magic-wormhole",
extras_require={
':sys_platform=="win32"': ["pywin32"],
"dev": ["mock", "tox", "pyflakes",
- "magic-wormhole-transit-relay==0.1.1",
+ ... | setup.py: bump dep on transit-relay to latest <I> | warner_magic-wormhole | train |
86fe1b944d31dda0d5fb5bd236d0c48f46107fa9 | diff --git a/src/sos/Julia/kernel.py b/src/sos/Julia/kernel.py
index <HASH>..<HASH> 100644
--- a/src/sos/Julia/kernel.py
+++ b/src/sos/Julia/kernel.py
@@ -235,7 +235,7 @@ end
class sos_Julia:
- background_color = '#ff99ff'
+ background_color = '#FCEDF4'
supported_kernels = {'Julia': ['julia-0.6']}
... | change the color of julia in jupyter notebook | vatlab_SoS | train |
3e6b6beab360b5961cdb2b6d0887f5a31634aa23 | diff --git a/flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/complex/ComplexIntegrationTest.java b/flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/complex/ComplexIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/flink-s... | [FLINK-<I>] [streaming] Test for iterations being gracefully shut down
The fix was done by gyfora in fdac<I>. | apache_flink | train |
7c8b80cf50cc179f5b0902608ea5a7ead973c06e | diff --git a/src/mousedb/timed_mating/urls.py b/src/mousedb/timed_mating/urls.py
index <HASH>..<HASH> 100644
--- a/src/mousedb/timed_mating/urls.py
+++ b/src/mousedb/timed_mating/urls.py
@@ -8,10 +8,10 @@ from mousedb.timed_mating import views
urlpatterns = patterns('',
url(r'^$', views.PlugEventsList.as_view()... | updated regex in timed_mating urls.py | davebridges_mousedb | train |
e85c49abb906db561e5b679ecd6465b8b16f3b10 | diff --git a/src/main/java/com/stratio/qa/utils/RemoteSSHConnection.java b/src/main/java/com/stratio/qa/utils/RemoteSSHConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/stratio/qa/utils/RemoteSSHConnection.java
+++ b/src/main/java/com/stratio/qa/utils/RemoteSSHConnection.java
@@ -198,9 +198,10 @@ publ... | [QATM-<I>] fix dcos-cli problems with ssh connection (#<I>)
* fix dcos-cli problems with ssh connection
* fix dcos-cli problems with ssh connection
* remove new line | Stratio_bdt | train |
68feeec43e5ba6a3abdfd7b4071a27388dffa625 | diff --git a/src/DoctrineORMModule/Yuml/MetadataGrapher.php b/src/DoctrineORMModule/Yuml/MetadataGrapher.php
index <HASH>..<HASH> 100644
--- a/src/DoctrineORMModule/Yuml/MetadataGrapher.php
+++ b/src/DoctrineORMModule/Yuml/MetadataGrapher.php
@@ -3,6 +3,7 @@
namespace DoctrineORMModule\Yuml;
use Doctrine\Common\Per... | Added exception to address #<I>, #<I> | doctrine_DoctrineORMModule | train |
46e1b8907ed246476eaea5dce07c0a875180aaf1 | diff --git a/v2/box.go b/v2/box.go
index <HASH>..<HASH> 100644
--- a/v2/box.go
+++ b/v2/box.go
@@ -7,6 +7,7 @@ import (
"io/ioutil"
"net/http"
"os"
+ "path"
"path/filepath"
"sort"
"strings"
@@ -118,7 +119,7 @@ func (b *Box) Has(name string) bool {
// HasDir returns true if the directory exists in the box... | open works correctly with files w/o ext and open works with / prefix.
fixes #<I> fixes #<I> | gobuffalo_packr | train |
13585118720ab1f5a25b9a3e9bc72ce598eb169a | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -1,23 +1,34 @@
/* eslint-env node */
+
+const isRunningInTravis = process.env.TRAVIS === 'true';
+const launch_in_ci = ['PhantomJS'];
+
+if (isRunningInTravis) {
+ launch_in_ci.push('Chrome');
+ launch_in_ci.push('Firef... | fix tests on appveyor and in dev
fixes #<I> | ember-cli_ember-fetch | train |
b292d9eb8322c34810ba7406e659d895e8a494c7 | diff --git a/graphql_compiler/schema_generation/graphql_schema.py b/graphql_compiler/schema_generation/graphql_schema.py
index <HASH>..<HASH> 100644
--- a/graphql_compiler/schema_generation/graphql_schema.py
+++ b/graphql_compiler/schema_generation/graphql_schema.py
@@ -12,7 +12,6 @@ import six
from ..compiler.helpers... | Remove automatic OrientDBBaseVertex schema hiding (#<I>)
* Moved base vertex classing hiding outside of get_schema_from_schema_graph
* Fix linter errors
* Fixed double indentation
* Nit
* Nit
* Nit
* Remove BaseOrientDB vertex automatic hiding
* Remove unnecesary code | kensho-technologies_graphql-compiler | train |
4f476d6d300dc5b413b4b4f36ac5811e208afd93 | diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index <HASH>..<HASH> 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -28,8 +28,7 @@ if ($minimumPhpInvalid) {
$piwik_errorMessage .= "<p><strong>To run Matomo you need at least PHP version $piwik_minimu... | Fix fatal error when trying to install Matomo when PHP version is too low (#<I>)
* Fix fatal error when trying to install Matomo when PHP version is too low
* remove outdated link | matomo-org_matomo | train |
39604b5d6818be17bc671eb318835df7e40e2fb9 | diff --git a/bin/test b/bin/test
index <HASH>..<HASH> 100755
--- a/bin/test
+++ b/bin/test
@@ -3,10 +3,10 @@
# Copyright 2016 John Reese
# Licensed under the MIT license
-import asyncio
import random
import logging
import sys
+import time
from tasky import (
Tasky, Config,
@@ -25,9 +25,11 @@ Tasky([Hello... | Shared thread/process pool executors for non-async code | jreese_tasky | train |
6d26d73e24bb70493546948594ff848d0b4d8680 | diff --git a/discord/client.py b/discord/client.py
index <HASH>..<HASH> 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -262,8 +262,13 @@ class Client:
def _run_event(self, event, *args, **kwargs):
try:
yield from getattr(self, event)(*args, **kwargs)
- except Exception as e:... | Client.run now does cleanup when KeyboardInterrupt is encountered. | Rapptz_discord.py | train |
d5cdc9eb6ea1af43abe7f872a7ca78fb2d20e5cb | diff --git a/phy/gui/widgets.py b/phy/gui/widgets.py
index <HASH>..<HASH> 100644
--- a/phy/gui/widgets.py
+++ b/phy/gui/widgets.py
@@ -360,3 +360,7 @@ class Table(HTMLWidget):
def get_current_sort(self, callback=None):
"""Current sort: a tuple `(name, dir)`."""
self.eval_js('table._currentSort()'... | Fix: stop timer when closing Table widget | kwikteam_phy | train |
8f026d87c1c5ec8db9747993076ec42989235177 | diff --git a/src/main/java/com/github/jcgay/snp4j/impl/RequestSerializer.java b/src/main/java/com/github/jcgay/snp4j/impl/RequestSerializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/jcgay/snp4j/impl/RequestSerializer.java
+++ b/src/main/java/com/github/jcgay/snp4j/impl/RequestSerializer.java
@@ -4... | Cand add a sound to a notification. | jcgay_snp4j | train |
753754444ca2ef2e3fd3339ddde65a5717303aea | diff --git a/migrations/posts.php b/migrations/posts.php
index <HASH>..<HASH> 100644
--- a/migrations/posts.php
+++ b/migrations/posts.php
@@ -46,7 +46,7 @@ class FluxBB_Migration_Posts
$table->integer('topic_id')->default(0);
$table->index('topic_id');
- $table->index('poster_id', 'topic_id');
+ $tab... | #<I>: Fix index definition for posts migration. | fluxbb_core | train |
11c2280933b3d56a5dbc13060735c693213a19b4 | diff --git a/stream/src/main/java/com/annimon/stream/Stream.java b/stream/src/main/java/com/annimon/stream/Stream.java
index <HASH>..<HASH> 100644
--- a/stream/src/main/java/com/annimon/stream/Stream.java
+++ b/stream/src/main/java/com/annimon/stream/Stream.java
@@ -43,6 +43,18 @@ public class Stream<T> {
}
... | Fix binary compatibility of Stream.of(List) | aNNiMON_Lightweight-Stream-API | train |
592e8366f44c3567b6f6148c07614e27cb470ddc | diff --git a/contribs/gmf/src/controllers/AbstractMobileController.js b/contribs/gmf/src/controllers/AbstractMobileController.js
index <HASH>..<HASH> 100644
--- a/contribs/gmf/src/controllers/AbstractMobileController.js
+++ b/contribs/gmf/src/controllers/AbstractMobileController.js
@@ -80,6 +80,16 @@ export class Abstr... | Metadata popup too big on mobile | camptocamp_ngeo | train |
8e09f98f9fcf47e71db44770c569f2391c0aeb01 | diff --git a/core/src/test/java/org/infinispan/distexec/DistributedExecutorTest.java b/core/src/test/java/org/infinispan/distexec/DistributedExecutorTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/org/infinispan/distexec/DistributedExecutorTest.java
+++ b/core/src/test/java/org/infinispan/distexec/Distri... | ISPN-<I> NulPointerException in DistributedExecutorTest | infinispan_infinispan | train |
6748e99e48e190bd9bd41403c93b3615a6ed44f8 | diff --git a/client/state/happychat/middleware-calypso.js b/client/state/happychat/middleware-calypso.js
index <HASH>..<HASH> 100644
--- a/client/state/happychat/middleware-calypso.js
+++ b/client/state/happychat/middleware-calypso.js
@@ -32,11 +32,10 @@ import getGroups from 'state/happychat/selectors/get-groups';
im... | Support user: clean up old SU links from Happychat middleware (#<I>)
Removing the obsolete support_user parameter. | Automattic_wp-calypso | train |
2b3d099efd09d1273e7168ed446af7c6c97bb5f3 | diff --git a/library/src/main/java/com/melnykov/fab/FloatingActionButton.java b/library/src/main/java/com/melnykov/fab/FloatingActionButton.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/melnykov/fab/FloatingActionButton.java
+++ b/library/src/main/java/com/melnykov/fab/FloatingActionButton.java
@@ -2... | Add API methods back
There's no reason to remove `getOnScrollListener`,
but `getListViewScrollY` I'm marking as deprecated as it does not make sense to keep it here as ScrollDirectionDetector is now responsible for that. | makovkastar_FloatingActionButton | train |
a1b49a80aa9b8f615ab3e3edc47f297cf099ca1d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The major version bump is due to dropped support for PHP `7.3` and a several bre
* Added `boolean:true` validation rule.
* Added `boolean:false` validation rule.
* Added `string` validation ru... | Middleware will now be executed even when routing throws NotFoundException and MethodNotAllowed exceptions | mako-framework_framework | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.