hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
04299563e23929be455d5732dac7175024fd612e | diff --git a/src/core/renderer.js b/src/core/renderer.js
index <HASH>..<HASH> 100644
--- a/src/core/renderer.js
+++ b/src/core/renderer.js
@@ -206,7 +206,7 @@ class Renderer {
return drawMetadata;
}
- renderLayer(layer, repeat=true) {
+ renderLayer(layer) {
const tiles = layer.getActiveDa... | Fix sprites rendering on first pass | CartoDB_carto-vl | train |
c842ee6e4d3e9709e44309ca4addf444b3f0b9f8 | diff --git a/spec/testacular/files/source.js b/spec/testacular/files/source.js
index <HASH>..<HASH> 100644
--- a/spec/testacular/files/source.js
+++ b/spec/testacular/files/source.js
@@ -11,8 +11,6 @@ module.exports = [
'src/utils/timer.js',
- 'src/pusher_channels.js',
-
'src/base64.js',
'src/jsonp/jsonp_... | Remove pusher_channels.js from testacular sources | pusher_pusher-js | train |
567da3ee5c70a66027bdb863c7d9bfa5b9b16ae2 | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100755
--- a/src/Core.php
+++ b/src/Core.php
@@ -87,7 +87,7 @@
self::setService('core.logger', new LoggerProvider(self::$services));
// Debug mode
- $settings = self::$services['core.settings'];
+ ... | Fix a (long standing) bug with settings not taken into account for debug mode and session autostart | Lou117_core | train |
c9393fc289b26c214dd3c4a00292fe149c7b911f | diff --git a/app/helpers/people_helper.rb b/app/helpers/people_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/people_helper.rb
+++ b/app/helpers/people_helper.rb
@@ -14,4 +14,8 @@ module PeopleHelper
(person.secondary_phone_number if person.secondary_phone_number.present?)
].compact.join('<br/>').h... | Hide profile completeness from other users
- Only show the profile completeness prompt if the
user is viewing their own profile (an it is incomplete) | ministryofjustice_peoplefinder | train |
b362ff739274be79d252bf2c48f43bad1496af86 | diff --git a/lib/addons/src/index.js b/lib/addons/src/index.js
index <HASH>..<HASH> 100644
--- a/lib/addons/src/index.js
+++ b/lib/addons/src/index.js
@@ -1,6 +1,6 @@
// Resolves to window in browser and to global in node
import global from 'global';
-import { TabWrapper } from '@storybook/components';
+// import { T... | Disabled import for TabWrapper
Temporary disabled import for TabWrapper to fix RN version. | storybooks_storybook | train |
c81b7bf19f35fbd9d805aa3658f596ace2d433d9 | diff --git a/app/Services/ModuleService.php b/app/Services/ModuleService.php
index <HASH>..<HASH> 100644
--- a/app/Services/ModuleService.php
+++ b/app/Services/ModuleService.php
@@ -770,7 +770,8 @@ class ModuleService
*
* @param ModuleThemeInterface $current_theme
*/
- public function bootModules(... | Apply fixes from StyleCI (#<I>) | fisharebest_webtrees | train |
44915a509316259a410757ccc55cef51ecc2c4b8 | diff --git a/test/unit/gateways/paymill_test.rb b/test/unit/gateways/paymill_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/gateways/paymill_test.rb
+++ b/test/unit/gateways/paymill_test.rb
@@ -137,7 +137,7 @@ class PaymillTest < Test::Unit::TestCase
assert_equal 20000, refund.params['data']['response_code']
... | Paymill: Fix unit test
Noticed a warning that a method in the test was redefined so I renamed
it to prefix it with `test` (making it runnable). Then fixed a little
assertion. | activemerchant_active_merchant | train |
fe89962d27198c38ecec5019ded5246b88cacbe0 | diff --git a/src/project/observer.js b/src/project/observer.js
index <HASH>..<HASH> 100644
--- a/src/project/observer.js
+++ b/src/project/observer.js
@@ -29,6 +29,7 @@ export default class ProjectObserver {
this._indexer = undefined;
this._projectTasks = new ProjectTasks(this.projectDir, this.options.ide);
... | Rebuild project index the only when environment changes | platformio_platformio-node-helpers | train |
f90827f66a89dd7002d79d6624f312a09621ff05 | diff --git a/src/Very/Database/PDOConnection.php b/src/Very/Database/PDOConnection.php
index <HASH>..<HASH> 100644
--- a/src/Very/Database/PDOConnection.php
+++ b/src/Very/Database/PDOConnection.php
@@ -21,12 +21,12 @@ class PDOConnection
* @var array
*/
protected $options = [
- PDO::ATTR_CASE ... | pdo errmode change to exception | verystar_framework | train |
68f0af30a5ac158b3a0be07a7079e169b5cda074 | diff --git a/python/segyio/_trace.py b/python/segyio/_trace.py
index <HASH>..<HASH> 100644
--- a/python/segyio/_trace.py
+++ b/python/segyio/_trace.py
@@ -7,7 +7,7 @@ import segyio
from segyio._raw_trace import RawTrace
class Trace:
-
+ index_errmsg = "Trace {0} not in range [-{1},{1}]"
def __init__(self, f... | Correctly format IndexError in f.trace[]
The format string was a mix of %d and {}, and the display of the domain
was confusing. Rendering the range as inclusive should clear this up, as
parens is too easily understood as a "by the way" and not mathematical
notation. | equinor_segyio | train |
6602130892bf25f87fc3bab9a0b8f65c6a48e831 | diff --git a/src/Http/Middleware/UpdateLastActivity.php b/src/Http/Middleware/UpdateLastActivity.php
index <HASH>..<HASH> 100644
--- a/src/Http/Middleware/UpdateLastActivity.php
+++ b/src/Http/Middleware/UpdateLastActivity.php
@@ -32,7 +32,7 @@ class UpdateLastActivity
*/
public function terminate($request, ... | Enforce using explicit guards & brokers everywhere | rinvex_cortex-auth | train |
bb5e0773aee4dacb2984a659bf06259bbb73d0f6 | diff --git a/src/ol/MapBrowserEventHandler.js b/src/ol/MapBrowserEventHandler.js
index <HASH>..<HASH> 100644
--- a/src/ol/MapBrowserEventHandler.js
+++ b/src/ol/MapBrowserEventHandler.js
@@ -7,7 +7,7 @@ import MapBrowserEvent from './MapBrowserEvent.js';
import MapBrowserEventType from './MapBrowserEventType.js';
imp... | Move tolerance should not increase with higher pixel ratio
Browsers already handle the scaling, no need to multiply this again.
This now also allows setting a moveTolerance of zero which was not
possible before. In the isMoving_ method the condition is
distance > tolerance so this will work. | openlayers_openlayers | train |
41f043acb13f8c8a3b2eeb3978790a6d7b0d8263 | diff --git a/speech/google/cloud/speech/_gax.py b/speech/google/cloud/speech/_gax.py
index <HASH>..<HASH> 100644
--- a/speech/google/cloud/speech/_gax.py
+++ b/speech/google/cloud/speech/_gax.py
@@ -27,6 +27,50 @@ class GAPICSpeechAPI(object):
def __init__(self):
self._gapic_api = SpeechApi()
+ def a... | Add virtual method for _gax async_recognize. | googleapis_google-cloud-python | train |
d6d324a40335fc46ed4a9c60fff020f755a7317a | diff --git a/tests/Component/AbstractComponent.php b/tests/Component/AbstractComponent.php
index <HASH>..<HASH> 100755
--- a/tests/Component/AbstractComponent.php
+++ b/tests/Component/AbstractComponent.php
@@ -22,5 +22,6 @@ class AbstractComponent extends TestCase
// file_put_contents($filename, $component->t... | test __toString method | WsdlToPhp_PhpGenerator | train |
78b93d915559a73894a571e60c5b9c9d9613f606 | diff --git a/src/Kunstmaan/NodeBundle/Repository/NodeTranslationRepository.php b/src/Kunstmaan/NodeBundle/Repository/NodeTranslationRepository.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/NodeBundle/Repository/NodeTranslationRepository.php
+++ b/src/Kunstmaan/NodeBundle/Repository/NodeTranslationRepository.php
@... | check if slug is null and do another query | Kunstmaan_KunstmaanBundlesCMS | train |
f34878d23c7bee0d6687ae4fab4f5f06f13284ac | diff --git a/bandicoot/io.py b/bandicoot/io.py
index <HASH>..<HASH> 100644
--- a/bandicoot/io.py
+++ b/bandicoot/io.py
@@ -429,7 +429,7 @@ def read_csv(user_id, records_path, antennas_path=None, attributes_path=None, ne
return user
-def read_orange(user_id, records_path, antennas_path=None, attributes_path=Non... | Removed extrenuous gps 'feature' from read_orange | yvesalexandre_bandicoot | train |
c6809e44bea21c9abbc6644f535642ec2bf0f645 | diff --git a/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/server.go b/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/server.go
index <HASH>..<HASH> 100644
--- a/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/server.go
+++ b/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/server.go
@@ -113,6 +113,9 @@ func NewAPISe... | UPSTREAM: <I>: stop printing usage help when the server commands exit | openshift_origin | train |
474ce496eb1bf2f1fd33715c75e71dc44ba11801 | diff --git a/tests/unit/modules/sysmod_test.py b/tests/unit/modules/sysmod_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/sysmod_test.py
+++ b/tests/unit/modules/sysmod_test.py
@@ -79,7 +79,7 @@ class Mockloader(object):
Mock of loader
"""
flag = None
- functions = [] # ? does not have a... | Fix linting problem ('at least two spaces before inline comment') | saltstack_salt | train |
f6212a7e474f812f31ddbce6d4f7a7a0d498b751 | diff --git a/eureka-client/src/main/java/com/netflix/discovery/DiscoveryClient.java b/eureka-client/src/main/java/com/netflix/discovery/DiscoveryClient.java
index <HASH>..<HASH> 100644
--- a/eureka-client/src/main/java/com/netflix/discovery/DiscoveryClient.java
+++ b/eureka-client/src/main/java/com/netflix/discovery/Di... | Create protected methods for statusChanged and cacheRefreshed events.
Subclasses may override these methods if they need custom behavior.
Move the code sending events to the eventBus inside these methods.
Capture 'CacheRefreshed' events | Netflix_eureka | train |
caa13a7ee303bb1c49113ec0f141fc868346a3c5 | diff --git a/src/com/google/javascript/jscomp/GlobalNamespace.java b/src/com/google/javascript/jscomp/GlobalNamespace.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/GlobalNamespace.java
+++ b/src/com/google/javascript/jscomp/GlobalNamespace.java
@@ -85,7 +85,6 @@ class GlobalNamespace
privat... | Remove unnecessary externsScope field in GlobalNamespace
This is a very slight performance improvement (getRootNode() now only ever calls scope.getVar() once, but the cost of the extra calls was pretty low originally) and is generally less convoluted.
PiperOrigin-RevId: <I> | google_closure-compiler | train |
1cf14cb146f4c361a932baf2908c3c974f915522 | diff --git a/ocupy/fixmat.py b/ocupy/fixmat.py
index <HASH>..<HASH> 100644
--- a/ocupy/fixmat.py
+++ b/ocupy/fixmat.py
@@ -66,9 +66,12 @@ class FixMat(object):
self._parameters[param] = self.__dict__[param]
self._num_fix = index.sum()
+ def __len__(self):
+ return self._num... | gave fixmat a length that can be accessed with len() | nwilming_ocupy | train |
daf930ad2913ac4da07676ab7ef8f1c0cb7f9e13 | diff --git a/imgix/urlbuilder.py b/imgix/urlbuilder.py
index <HASH>..<HASH> 100644
--- a/imgix/urlbuilder.py
+++ b/imgix/urlbuilder.py
@@ -115,30 +115,58 @@ class UrlBuilder(object):
return str(url_obj)
- def create_srcset(self, path, params=None):
+ def create_srcset(
+ self, path, params... | feat: custom srcset widths and tolerance | imgix_imgix-python | train |
74cb9b1919a15977e9c6ce727194025c1a7dd496 | diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go
index <HASH>..<HASH> 100644
--- a/libkbfs/folder_branch_ops.go
+++ b/libkbfs/folder_branch_ops.go
@@ -2663,24 +2663,9 @@ func (fbo *FolderBranchOps) syncLocked(ctx context.Context, file path) error {
return err
}
- // Make the block availab... | folder_branch_ops: avoid double bcache Put
doBlockPuts() already takes care of putting the new file block into
the cache. | keybase_client | train |
c053ad24408a8085d894abf182b4399e1664fdc1 | diff --git a/CampaignChainHookDueBundle.php b/CampaignChainHookDueBundle.php
index <HASH>..<HASH> 100755
--- a/CampaignChainHookDueBundle.php
+++ b/CampaignChainHookDueBundle.php
@@ -17,8 +17,13 @@
namespace CampaignChain\Hook\DueBundle;
+use CampaignChain\Hook\DueBundle\DependencyInjection\CampaignChainHookDueExt... | CampaignChain/campaignchain#<I> Subsume all app-wide parameters under campaignchain_core using tree builder | CampaignChain_hook-due | train |
d2cc5d2f571651d2844f1bd3e2a8e1cdc0185e1e | diff --git a/lib/security/auth.js b/lib/security/auth.js
index <HASH>..<HASH> 100644
--- a/lib/security/auth.js
+++ b/lib/security/auth.js
@@ -3,7 +3,6 @@
* then an auth token is created and returned. This token should be used for the remainer of your requests.
* @param username
* @param password
- * @returns {Pr... | Changed to use standardized invalid login error instead of bubbling up the deeper error. | grasshopper-cms_grasshopper-core-nodejs | train |
b6bee2197591c7e71bf7748b1f9de1ca4a4a990a | diff --git a/src/LinearAlgebra/Vector.php b/src/LinearAlgebra/Vector.php
index <HASH>..<HASH> 100644
--- a/src/LinearAlgebra/Vector.php
+++ b/src/LinearAlgebra/Vector.php
@@ -481,7 +481,7 @@ class Vector implements \Countable, \ArrayAccess, \JsonSerializable
*/
public function pNorm($p)
{
- retur... | Fix Vector pNorm for odd powers
The pNorm should take the absolute value of each component of the
vector, so that negative components also have a positive contribution
to the norm when p is odd. | markrogoyski_math-php | train |
f1204b8787a31a34f1b61d86bce06b5b97181582 | diff --git a/python/weka/plot/classifiers.py b/python/weka/plot/classifiers.py
index <HASH>..<HASH> 100644
--- a/python/weka/plot/classifiers.py
+++ b/python/weka/plot/classifiers.py
@@ -281,8 +281,8 @@ def plot_learning_curve(classifiers, train, test=None, increments=100, metric="p
:type classifiers: list of Clas... | plot_learning_curve method now accepts a list of test sets; "*" is index of test set in label template string | fracpete_python-weka-wrapper3 | train |
7e65e9420edca3f87025110b8f3876d4c93ec9d1 | diff --git a/src/main/java/org/dynjs/parser/ast/Program.java b/src/main/java/org/dynjs/parser/ast/Program.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dynjs/parser/ast/Program.java
+++ b/src/main/java/org/dynjs/parser/ast/Program.java
@@ -3,6 +3,7 @@ package org.dynjs.parser.ast;
import java.util.List;
... | Better checking for empty programs/evals, to avoid compiling no-ops. | dynjs_dynjs | train |
bb2b7cf7c57912bd700de6c516b1ee9559ecfac0 | diff --git a/plaid/transactions.go b/plaid/transactions.go
index <HASH>..<HASH> 100644
--- a/plaid/transactions.go
+++ b/plaid/transactions.go
@@ -64,6 +64,12 @@ type getTransactionsRequest struct {
Options getTransactionsRequestOptions `json:"options,omitempty"`
}
+type refreshTransactionsRequest struct {
+ A... | add txns refresh route + test (#<I>) | plaid_plaid-go | train |
4b269dcaff851f1d3f271db064a5aa8b2ba0925c | diff --git a/lib/Models/AbsCode.js b/lib/Models/AbsCode.js
index <HASH>..<HASH> 100644
--- a/lib/Models/AbsCode.js
+++ b/lib/Models/AbsCode.js
@@ -63,8 +63,7 @@ var AbsCode = function(code, name, concept) {
*/
this.isSelectable = true; //for ko
- // TODO: check if all of these really need to be tracked... | stop tracking abs code's parent | TerriaJS_terriajs | train |
62cb88d303efe44d4ea6adbcfc1849a1201e419a | diff --git a/ella/core/box.py b/ella/core/box.py
index <HASH>..<HASH> 100644
--- a/ella/core/box.py
+++ b/ella/core/box.py
@@ -108,17 +108,11 @@ class Box(object):
return rend
def double_render(self):
- if self.template_name:
- t_name = self.template_name
- else:
- t_... | no need to add template_name to doubly rendered box | ella_ella | train |
081494c067192fc68a021590230db7d7e1ec6cb1 | diff --git a/lib/active_resource_response/response_method.rb b/lib/active_resource_response/response_method.rb
index <HASH>..<HASH> 100644
--- a/lib/active_resource_response/response_method.rb
+++ b/lib/active_resource_response/response_method.rb
@@ -45,7 +45,7 @@ module ActiveResourceResponse
result = fin... | removed unnecessary cycle in add_response_method | Fivell_activeresource-response | train |
85d90e5ad1a6855b46db80d653b82d2347e3925a | diff --git a/src/Middleware/TrailingSlashRedirector.php b/src/Middleware/TrailingSlashRedirector.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/TrailingSlashRedirector.php
+++ b/src/Middleware/TrailingSlashRedirector.php
@@ -30,7 +30,9 @@ class TrailingSlashRedirector implements HTTPMiddleware
*
* @va... | Add silverstripe/staticpublishqueue to default list of ignored agents | axllent_silverstripe-trailing-slash | train |
f1d7c8c444470868c6b21000a68241cb871795cf | diff --git a/insights/core/dr.py b/insights/core/dr.py
index <HASH>..<HASH> 100644
--- a/insights/core/dr.py
+++ b/insights/core/dr.py
@@ -618,11 +618,9 @@ def run(components=COMPONENTS[GROUPS.single], broker=None):
log.debug("%s missing requirements %s" % (name, reqs))
broker.add_exceptio... | SkipComponent is ignored completely and the datasource executor handles logging for datasource types. Also removed redundant log info in subproc. | RedHatInsights_insights-core | train |
fa160d1c1853b45b1e392c952faf8ee934345ee1 | diff --git a/numerapi/numerapi.py b/numerapi/numerapi.py
index <HASH>..<HASH> 100644
--- a/numerapi/numerapi.py
+++ b/numerapi/numerapi.py
@@ -82,9 +82,11 @@ class NumerAPI(object):
rj = r.json()
rewards = rj['rewards']
earnings = np.zeros(len(rewards))
+ _id = np.zeros(len(rewards))
... | Updated get_earnings_per_round to return round number after earnings | uuazed_numerapi | train |
2fbd00cb2223584869f247914afe5746a092f0d8 | diff --git a/blocks/private_files/module.js b/blocks/private_files/module.js
index <HASH>..<HASH> 100644
--- a/blocks/private_files/module.js
+++ b/blocks/private_files/module.js
@@ -24,7 +24,7 @@
M.block_private_files = {};
M.block_private_files.init_tree = function(Y, expand_all, htmlid) {
- Y.use('yui2-treevi... | MDL-<I> accessibility: Trigger file links with keyboard | moodle_moodle | train |
4add887c08d0aee467433a0e21950132d1c1d873 | diff --git a/babel/index.js b/babel/index.js
index <HASH>..<HASH> 100644
--- a/babel/index.js
+++ b/babel/index.js
@@ -34,6 +34,7 @@ const defaultRootDir = (() => {
const root = path.join(__dirname, '..');
// dir containing module-keys
const rootParent = path.join(root, '..');
+ /* istanbul ignore next */
... | more robust bootstrapping in presence of babel plugin | mikesamuel_module-keys | train |
53aa69a873b6c54f8aa0023cffd4813baeb2ddad | diff --git a/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceAdapters.java b/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceAdapters.java
index <HASH>..<HASH> 100644
--- a/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceAdapters.java
+++ b/xchange-binance/src/main/java/org/... | [Binance] Improve symbol conversion method | knowm_XChange | train |
89db42b5e1f548e00cf6a25da07dafb1444e146a | diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/naming.rb
+++ b/activemodel/lib/active_model/naming.rb
@@ -171,6 +171,7 @@ module ActiveModel
@klass = klass
@singular = _singularize(@name... | Add `uncountable?` method to ActiveModel::Name | rails_rails | train |
7434c50610a7cd033d892d763e8e8e9898f418f7 | diff --git a/core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/support/Beans.java b/core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/support/Beans.java
index <HASH>..<HASH> 100644
--- a/core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration... | Cleaned up formatting; added log statements | apereo_cas | train |
da9828c41fa36603cbc94f789aa7c7fba0e05010 | diff --git a/discord/http.py b/discord/http.py
index <HASH>..<HASH> 100644
--- a/discord/http.py
+++ b/discord/http.py
@@ -386,6 +386,11 @@ class HTTPClient:
channel_id=channel_id, message_id=message_id, member_id=member_id, emoji=emoji)
return self.request(r, header_bypass_delay=0.25)
+ ... | Use the proper endpoint for removing your own reaction. | Rapptz_discord.py | train |
de8a12b37d392c87beed37d062fdea62bfecd78e | diff --git a/src/main/java/eu/fusepool/transformer/AsyncExtractorHandler.java b/src/main/java/eu/fusepool/transformer/AsyncExtractorHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/fusepool/transformer/AsyncExtractorHandler.java
+++ b/src/main/java/eu/fusepool/transformer/AsyncExtractorHandler.java
@@ -5... | Avoiding Null-Pointer when result is not yet available (and some code renicing) | fusepoolP3_p3-transformer-library | train |
71bde62d3c143b9d7e99aed1e5afca67da5cf1f9 | diff --git a/cbamf/comp/ilms.py b/cbamf/comp/ilms.py
index <HASH>..<HASH> 100644
--- a/cbamf/comp/ilms.py
+++ b/cbamf/comp/ilms.py
@@ -1,6 +1,8 @@
import numpy as np
from itertools import product
+from ..util import Tile
+
class Polynomial3D(object):
def __init__(self, shape, coeffs=None, order=(1,1,1)):
... | added lstsq fitting for ilm for better featuring | peri-source_peri | train |
6444889c9b86286fa020ee256cfe515b3a239c8a | diff --git a/packages/create-next-app/templates/default/pages/index.js b/packages/create-next-app/templates/default/pages/index.js
index <HASH>..<HASH> 100644
--- a/packages/create-next-app/templates/default/pages/index.js
+++ b/packages/create-next-app/templates/default/pages/index.js
@@ -1,5 +1,4 @@
import React fro... | Update Create Next App Template (#<I>)
This updates the Create Next App template to remove the "Create Next App" card.
Instead, we now display cards to the docs, learn, and the examples. | zeit_next.js | train |
e668a4d8ab76544260ed498acaebaa56d7b08f24 | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -26,7 +26,7 @@ func initContext(ctx context.Context, cfg *config.Config) context.Context {
}
// debug flag
- if gdb := os.Getenv("GOPASS_DEBUG"); gdb == "true" {
+ if gdb := os.Getenv("GOPASS_DEBUG"); gdb != "" {... | Ensure GOPASS_DEBUG works as documented (#<I>)
The documentation says to set `GOPASS_DEBUG` environment variable to a
non-empty string to get debug output. However, when there is a
context, only the `true` value would trigger debug output. Change the
condition to work as documented. | gopasspw_gopass | train |
42855c535047107bd550a28e30fe5d40f400a97d | diff --git a/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java b/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
index <HASH>..<HASH> 100644
--- a/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
+++ b/guava-tests/test/com/google/common/collect/MinMax... | Release permutations()-based test.
-------------
Created by MOE: <URL> | google_guava | train |
763cf7a8bc35301a411c7743bde7b5c8de524c4d | diff --git a/packages/@vue/cli-service/lib/config/base.js b/packages/@vue/cli-service/lib/config/base.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/config/base.js
+++ b/packages/@vue/cli-service/lib/config/base.js
@@ -60,7 +60,7 @@ module.exports = (api, options) => {
webpackConfig.module
... | feat: support webp
close #<I> | vuejs_vue-cli | train |
841d82bb2a738f5aa49f975c3ae61c2946df392d | diff --git a/src/Generator.php b/src/Generator.php
index <HASH>..<HASH> 100644
--- a/src/Generator.php
+++ b/src/Generator.php
@@ -213,10 +213,10 @@ class Generator
if ($fileinfo->isDir()) {
// Recursivley iterate through subdirs, until everything is allocated.
- $data[$fi... | Use DIRECTORY_SEPARATOR instead of hardcoded chars (#<I>)
* Use DIRECTORY_SEPARATOR instead of hardcoded chars
Replaced the '/' and '\\' to DIRECTORY_SEPARATOR.
* Remove the first character of $filePath conditionally
Conditionally remove the leading '/' in $filePath instead of replacing DIRECTORY_SEPARATOR. | martinlindhe_laravel-vue-i18n-generator | train |
f5669cdf88e6acc68b3d9695c5e4e537cf1cac1b | diff --git a/lib/puppetserver/ca/action/list.rb b/lib/puppetserver/ca/action/list.rb
index <HASH>..<HASH> 100644
--- a/lib/puppetserver/ca/action/list.rb
+++ b/lib/puppetserver/ca/action/list.rb
@@ -125,12 +125,15 @@ Options:
end
certs.each do |cert|
- # In newer versions of the CA ap... | (SERVER-<I>) Display auth extensions for certificates | puppetlabs_puppetserver-ca-cli | train |
3d960efc81fad0c06c4a594924fd166a5504b636 | diff --git a/explorer/tests/test_exporters.py b/explorer/tests/test_exporters.py
index <HASH>..<HASH> 100644
--- a/explorer/tests/test_exporters.py
+++ b/explorer/tests/test_exporters.py
@@ -1,3 +1,4 @@
+#encoding=utf8
import sys, unittest
from django.test import TestCase
from django.core.serializers.json import Dja... | whoops -- that is important after all | groveco_django-sql-explorer | train |
c90767832a8c6f25ca49675af891eaf7632eb086 | diff --git a/pypresence/baseclient.py b/pypresence/baseclient.py
index <HASH>..<HASH> 100644
--- a/pypresence/baseclient.py
+++ b/pypresence/baseclient.py
@@ -138,5 +138,7 @@ class BaseClient:
preamble = await self.sock_reader.read(8)
code, length = struct.unpack('<ii', preamble)
data = await... | Handle Discord errors on handshake
Allows handling of Discord errors specifically like 'Logged out' and 'Invalid Client ID' on initial connect(), rather than relying on 'BrokenPipeError' which seems to not work perfectly, and doesn't always give the correct details. | qwertyquerty_pypresence | train |
a4a7bee1f329a0b940f763237e6ed15d7b2d45aa | diff --git a/src/Api/ProvidersContainer.php b/src/Api/ProvidersContainer.php
index <HASH>..<HASH> 100644
--- a/src/Api/ProvidersContainer.php
+++ b/src/Api/ProvidersContainer.php
@@ -2,7 +2,6 @@
namespace seregazhuk\PinterestBot\Api;
-use seregazhuk\PinterestBot\Api\Providers\ContactRequests;
use seregazhuk\Pinte... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | seregazhuk_php-pinterest-bot | train |
3498781945c153814032e61a771827a4e7dfeed9 | diff --git a/bosh-dev/lib/bosh/dev/build.rb b/bosh-dev/lib/bosh/dev/build.rb
index <HASH>..<HASH> 100644
--- a/bosh-dev/lib/bosh/dev/build.rb
+++ b/bosh-dev/lib/bosh/dev/build.rb
@@ -100,7 +100,7 @@ module Bosh::Dev
end
def promoted?
- promotable_artifacts.all { |artifact| artifact.promoted? }
+ p... | Fixed build.promoted?
[#<I>] | cloudfoundry_bosh | train |
358b7f9f71b95e70212bebd89e7005da7e68ce40 | diff --git a/lib/rubicure.rb b/lib/rubicure.rb
index <HASH>..<HASH> 100644
--- a/lib/rubicure.rb
+++ b/lib/rubicure.rb
@@ -20,11 +20,6 @@ require "rubicure/cure_passion"
require "rubicure/cure_beat"
require "rubicure/cure_scarlet"
-begin
- require "backport_dig"
-rescue LoadError # rubocop:disable Lint/SuppressedE... | Remove needless require
backport_dig is gem for Ruby < <I>. But current rubicure requires Ruby <I>+ | sue445_rubicure | train |
c8f42cad3ddf243b72cddea0377ae42d367cbbcb | diff --git a/lxd/instance/drivers/driver_qemu.go b/lxd/instance/drivers/driver_qemu.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_qemu.go
+++ b/lxd/instance/drivers/driver_qemu.go
@@ -422,8 +422,15 @@ func (d *qemu) getMonitorEventHandler() func(event string, data map[string]inter
inst, err := i... | lxd/instance/drivers/driver/qemu: Update getMonitorEventHandler to try and load instance from backup if DB not available | lxc_lxd | train |
5cf16ece71495b6bd3f2b51ef3cead7fee04cd0b | diff --git a/packages/next/next-server/lib/router/router.ts b/packages/next/next-server/lib/router/router.ts
index <HASH>..<HASH> 100644
--- a/packages/next/next-server/lib/router/router.ts
+++ b/packages/next/next-server/lib/router/router.ts
@@ -1110,6 +1110,18 @@ export default class Router implements BaseRouter {
... | Ensure static <I> hydrates correctly with query (#<I>)
Follow-up to <URL> | zeit_next.js | train |
c35e61effdd1f58c215b527f76e5b19201d7db62 | diff --git a/allcount-server.js b/allcount-server.js
index <HASH>..<HASH> 100644
--- a/allcount-server.js
+++ b/allcount-server.js
@@ -18,9 +18,6 @@ function configure() {
'mongoBsonSerializationCompileService',
'referenceNameService'
]);
- injection.bindMultiple('compileServices', [
- ... | Move "forgot password" compile service to core. #<I> | allcount_allcountjs | train |
9adadef08304793934d71a241404dba82645fec0 | diff --git a/src/eventsource.js b/src/eventsource.js
index <HASH>..<HASH> 100755
--- a/src/eventsource.js
+++ b/src/eventsource.js
@@ -47,7 +47,8 @@
}
// see #118
- if (fetch != undefined && fetch("data:text/plain,").finally == undefined) {
+ // We don't care about the content of the data URI, but Edge 15 wil... | Do not crash Edge <I>
When Edge <I> encounters
```javascript
window.fetch('data:text/plain,')
```
it crashes (the message is _This page is having a problem loading_).
The fix is simple: Make the data URI non empty.
While we're at it, also drop `text/plain` - that's not necessary per [spec](<URL>) and just bloats the... | Yaffle_EventSource | train |
402c725d6954c0d9547dc47813d48dcaaa8c5d98 | diff --git a/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowActivityManager.java b/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowActivityManager.java
index <HASH>..<HASH> 100644
--- a/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/Shad... | Fix ActivityManager.getRunningAppProcesses() (#<I>)
Should return null rather than empty list. | robolectric_robolectric | train |
880f2ae525a70b4b8a6f3e74e26a0899d40f45e1 | diff --git a/lib/search_engine.py b/lib/search_engine.py
index <HASH>..<HASH> 100644
--- a/lib/search_engine.py
+++ b/lib/search_engine.py
@@ -436,6 +436,11 @@ def create_basic_search_units(req, p, f, m=None, of='hb'):
opfts = [] # will hold (o,p,f,t,h) units
+ # FIXME: quick hack for the journal index
+ ... | Added quick hacks for the journal index. Here, phrases are stored
together with the word terms in the same index, so we often have to go
into 'bibwords' instead of into 'bibxxx' searching mode. Also, as a
consequence, the truncation feature was disabled for this index. | inveniosoftware_invenio-records | train |
997c59b3e7fbad86eb82920aef090f6350cf8467 | diff --git a/src/controllers/LfmController.php b/src/controllers/LfmController.php
index <HASH>..<HASH> 100644
--- a/src/controllers/LfmController.php
+++ b/src/controllers/LfmController.php
@@ -160,6 +160,11 @@ class LfmController extends Controller {
}
+ /**
+ * Get the images to load for a selected f... | Image use/crop/scale/rotate (preliminary) | UniSharp_laravel-filemanager | train |
b194b06e60fc3fe1de1fdc96546ebec1dc890bc6 | diff --git a/library/WT/GedcomRecord.php b/library/WT/GedcomRecord.php
index <HASH>..<HASH> 100644
--- a/library/WT/GedcomRecord.php
+++ b/library/WT/GedcomRecord.php
@@ -235,11 +235,11 @@ class WT_GedcomRecord {
// Generate a URL to this record, suitable for use in HTML
public function getHtmlUrl() {
- return s... | Fix broken URL in links to "other" gedcom records | fisharebest_webtrees | train |
e9eb86d6cb38ff2935aa38f326c744af8ca72b41 | diff --git a/code/javascript/TestRunner.html b/code/javascript/TestRunner.html
index <HASH>..<HASH> 100644
--- a/code/javascript/TestRunner.html
+++ b/code/javascript/TestRunner.html
@@ -48,12 +48,6 @@ http-equiv="content-type">
<button type="button" id="continueTest">Next/Continue</button>
</div>
-<div id="run... | - Removed "launch new window" button - can still access function with ?newWindow=true
- Deleted some unused and unnecessary code
r<I> | SeleniumHQ_selenium | train |
a4f5784950f8093112e39ff8ed8c28aabc2cbcaa | diff --git a/client/lib/abtest/active-tests.js b/client/lib/abtest/active-tests.js
index <HASH>..<HASH> 100644
--- a/client/lib/abtest/active-tests.js
+++ b/client/lib/abtest/active-tests.js
@@ -213,7 +213,7 @@ export default {
countryCodeTargets: [ 'US' ],
},
monthlyPricing: {
- datestamp: '20201030',
+ dates... | Disable monthly pricing experiment while we research a bug. (#<I>) | Automattic_wp-calypso | train |
e5ab848a8d290a24c9eb5febd97e5947189097e5 | diff --git a/pkg/storage/image.go b/pkg/storage/image.go
index <HASH>..<HASH> 100644
--- a/pkg/storage/image.go
+++ b/pkg/storage/image.go
@@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"net"
- "path"
"strings"
"sync"
@@ -522,7 +521,7 @@ func (svc *imageService) ResolveNames(systemContext *types.SystemContext, ima... | Don't use path.join for docker references
path.Join calls path.Clean on the joined value, which is
at least unnecessary, if not outright undesirable. | cri-o_cri-o | train |
090183dccc1edc85a96cf1b554adea05d40da647 | diff --git a/jsonld.php b/jsonld.php
index <HASH>..<HASH> 100644
--- a/jsonld.php
+++ b/jsonld.php
@@ -3300,13 +3300,13 @@ class JsonLdProcessor {
if(property_exists($input, '@type')) {
$type = $input->{'@type'};
// rename @type blank node
- if(strpos($type, '_:') === 0) {
- $t... | Ensure expanded frame is properly traversed for @list. | digitalbazaar_php-json-ld | train |
3d03e7696e4eb4702b598a81b37858110e0be9d3 | diff --git a/libraries/lithium/data/model/Query.php b/libraries/lithium/data/model/Query.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/data/model/Query.php
+++ b/libraries/lithium/data/model/Query.php
@@ -383,7 +383,7 @@ class Query extends \lithium\core\Object {
$defaults = array('data' => array());
$o... | Updating to properly export data on update queries. | UnionOfRAD_framework | train |
d997b5416e19d4218f74dc1f4b6dcaaee3a5439d | diff --git a/lib/expects.js b/lib/expects.js
index <HASH>..<HASH> 100644
--- a/lib/expects.js
+++ b/lib/expects.js
@@ -5,7 +5,7 @@ var verifiers = [
{ name : "presence",
verifier : function(key, input, setting) {
return null == input ?
- ['req','required'].indexOf(setting) >= 0 ? "Value '"+key+"... | - Cosmetic changes
- Fixed test error caused by changed typeof of regexps (function -> object) | backhand_expects | train |
400086b3366833227d3d54c6eae15fe0543deeb2 | diff --git a/tests/test_planarity.py b/tests/test_planarity.py
index <HASH>..<HASH> 100644
--- a/tests/test_planarity.py
+++ b/tests/test_planarity.py
@@ -63,6 +63,33 @@ class IsPlanarTest(unittest.TestCase):
self.assertEqual(expected, planarity)
+ def test_tiny_ring_graph_is_planar(self):
+ """D... | New tests for planarity testing. | jciskey_pygraph | train |
520ca52acc4fcfaa3cbb77d431ed7b82ce7f3202 | diff --git a/src/Core/Content/Product/ProductDefinition.php b/src/Core/Content/Product/ProductDefinition.php
index <HASH>..<HASH> 100644
--- a/src/Core/Content/Product/ProductDefinition.php
+++ b/src/Core/Content/Product/ProductDefinition.php
@@ -181,7 +181,7 @@ class ProductDefinition extends EntityDefinition
... | Remove index search keyword for product search ranking over api | shopware_platform | train |
f9def8740dbf1175fd243e41f469217d8c61c6f9 | diff --git a/src/Aimeos/Shop/Base/Context.php b/src/Aimeos/Shop/Base/Context.php
index <HASH>..<HASH> 100644
--- a/src/Aimeos/Shop/Base/Context.php
+++ b/src/Aimeos/Shop/Base/Context.php
@@ -266,12 +266,14 @@ class Context
*/
protected function addGroups( \Aimeos\MShop\Context\Item\Iface $context ) : \Aimeos\MShop... | Feat: add multi guards support for customer groups (#<I>) | aimeos_aimeos-laravel | train |
ffb5545770465d58a6372f6bb22921e60b05223d | diff --git a/server/sonar-web/config/jest/ElasticSearchReporter.js b/server/sonar-web/config/jest/ElasticSearchReporter.js
index <HASH>..<HASH> 100644
--- a/server/sonar-web/config/jest/ElasticSearchReporter.js
+++ b/server/sonar-web/config/jest/ElasticSearchReporter.js
@@ -23,7 +23,7 @@
const fse = require('fs-extra'... | SONAR-<I> Send frontend reports to Elastic instance | SonarSource_sonarqube | train |
900004e781c8a4d57b7c1f19eaf0280e2eda593f | diff --git a/parsl/tests/test_data/test_explicit_staging.py b/parsl/tests/test_data/test_explicit_staging.py
index <HASH>..<HASH> 100644
--- a/parsl/tests/test_data/test_explicit_staging.py
+++ b/parsl/tests/test_data/test_explicit_staging.py
@@ -32,7 +32,6 @@ config = {
}
}
-dman = DataManager(config=config)
... | Remove the explicit DataManager instantiation | Parsl_parsl | train |
bdde6523647732c71e6f35ae30c22d45e75c2549 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,14 +2,13 @@ import platform
from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext
-
-_comp_args = ["-DSHARED=1"]
-link_args = []
ON_WINDOWS = platform.system() == 'Wi... | fixup! Updated manifest, setup.py. Added links for pxd and header files to package directory. Fix extension name and add top level imports. | aleaxit_gmpy | train |
51119161fd237a4e68bf6994281872aa746242a3 | diff --git a/internal/service/kafka/tags_gen.go b/internal/service/kafka/tags_gen.go
index <HASH>..<HASH> 100644
--- a/internal/service/kafka/tags_gen.go
+++ b/internal/service/kafka/tags_gen.go
@@ -6,13 +6,14 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/kafka"
+ "github.com/aws/... | gen/tags: Use interface type as generated AWS Go SDK v1 client type for kafka. | terraform-providers_terraform-provider-aws | train |
27869bf7abe9c59fa71b28e2822691dfdaa2506a | diff --git a/flask_fido_u2f.py b/flask_fido_u2f.py
index <HASH>..<HASH> 100644
--- a/flask_fido_u2f.py
+++ b/flask_fido_u2f.py
@@ -262,7 +262,7 @@ class U2F():
new_device, cert = complete_register(seed, response, self.__facets_list)
except Exception as e:
if self.__call_fail_enroll:
-... | Added exception handover for __call_fail functions | herrjemand_flask-fido-u2f | train |
235681214bce1277b23de7152f52e8f84c022b79 | diff --git a/tests/Isolate/LazyObjects/Tests/WrapperTest.php b/tests/Isolate/LazyObjects/Tests/WrapperTest.php
index <HASH>..<HASH> 100644
--- a/tests/Isolate/LazyObjects/Tests/WrapperTest.php
+++ b/tests/Isolate/LazyObjects/Tests/WrapperTest.php
@@ -16,16 +16,6 @@ use Symfony\Component\Filesystem\Filesystem;
class ... | Removed generating proxies in specific folder during tests | isolate-org_lazy-objects | train |
92e9134603c49405d3613ef61c9583be4fac8af9 | diff --git a/bin/tagger/conll_train.py b/bin/tagger/conll_train.py
index <HASH>..<HASH> 100755
--- a/bin/tagger/conll_train.py
+++ b/bin/tagger/conll_train.py
@@ -116,37 +116,42 @@ def train(Language, train_sents, dev_sents, model_dir, n_iter=15, seed=0,
random.shuffle(train_sents)
heldout_sents = train_sents... | * Try new CoNLL tagger method | explosion_spaCy | train |
efe7fd953987fba670c6e7c7c2d213512e5ed5a5 | diff --git a/example/src/main/java/io/netty/example/echo/EchoServer.java b/example/src/main/java/io/netty/example/echo/EchoServer.java
index <HASH>..<HASH> 100644
--- a/example/src/main/java/io/netty/example/echo/EchoServer.java
+++ b/example/src/main/java/io/netty/example/echo/EchoServer.java
@@ -72,7 +72,7 @@ public ... | Uncomment logging in EchoServer | netty_netty | train |
f725aeb977fe0e0744a0b1e6ffc37a64bc1c1074 | diff --git a/src/means/simulation/ssa.py b/src/means/simulation/ssa.py
index <HASH>..<HASH> 100644
--- a/src/means/simulation/ssa.py
+++ b/src/means/simulation/ssa.py
@@ -3,9 +3,10 @@ import multiprocessing
import numpy as np
import sympy as sp
-from means.simulation.trajectory import Trajectory
+from means.simulat... | implement return of colection of moments of higher order than mean | theosysbio_means | train |
f3a93bee1880a1ebd36addc2de2913b29769e74c | diff --git a/src/org/joml/Quaterniond.java b/src/org/joml/Quaterniond.java
index <HASH>..<HASH> 100644
--- a/src/org/joml/Quaterniond.java
+++ b/src/org/joml/Quaterniond.java
@@ -746,16 +746,16 @@ public class Quaterniond implements Externalizable {
/**
* Set this quaternion to be a representation of the... | Fixed a bug where Quaterniond.fromAxisAngleDeg() was taking radians instead of degrees. | JOML-CI_JOML | train |
3fdf6991411937aa638bf22889dae3f9a767284c | diff --git a/ndb/tasklets_test.py b/ndb/tasklets_test.py
index <HASH>..<HASH> 100644
--- a/ndb/tasklets_test.py
+++ b/ndb/tasklets_test.py
@@ -639,7 +639,7 @@ class TaskletTests(test_utils.NDBTest):
foo().get_result()
-class TracebackTests(unittest.TestCase):
+class TracebackTests(test_utils.NDBTest):
"""Ch... | Suppress WARNING/ERROR logs by default. | GoogleCloudPlatform_datastore-ndb-python | train |
23344df6b813de45d24d9714376748c7fdd4a6e0 | diff --git a/snabbdom.js b/snabbdom.js
index <HASH>..<HASH> 100644
--- a/snabbdom.js
+++ b/snabbdom.js
@@ -71,7 +71,7 @@ function init(modules) {
for (i = 0; i < cbs.create.length; ++i) cbs.create[i](emptyNode, vnode);
i = vnode.data.hook; // Reuse variable
if (!isUndef(i)) {
- if (i.create)... | Pass empty VNode to `create` hook set on element | snabbdom_snabbdom | train |
fa1609b2b5392cf4da97980ea519c39cf8883de1 | diff --git a/mardao-gae/src/main/java/net/sf/mardao/dao/DatastoreSupplier.java b/mardao-gae/src/main/java/net/sf/mardao/dao/DatastoreSupplier.java
index <HASH>..<HASH> 100644
--- a/mardao-gae/src/main/java/net/sf/mardao/dao/DatastoreSupplier.java
+++ b/mardao-gae/src/main/java/net/sf/mardao/dao/DatastoreSupplier.java
@... | GAE datastore stores Floats as Doubles. Covert from Double to Float when reading back the value. | sosandstrom_mardao | train |
bb2348db7e58d9d66b32ba7345f22e9f47bdaa40 | diff --git a/spec/app/models/metasploit/model/search/query_spec.rb b/spec/app/models/metasploit/model/search/query_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/app/models/metasploit/model/search/query_spec.rb
+++ b/spec/app/models/metasploit/model/search/query_spec.rb
@@ -612,8 +612,8 @@ RSpec.describe Metasploit::Mo... | Fix Ruby warnings
MSP-<I>
spec_helper enables Ruby warnings now, so fix those under this project's
control. | rapid7_metasploit-model | train |
8bb3fac17c9470a4d64f8e8766be2f460d0bf6c7 | diff --git a/question/type/questiontype.php b/question/type/questiontype.php
index <HASH>..<HASH> 100644
--- a/question/type/questiontype.php
+++ b/question/type/questiontype.php
@@ -852,7 +852,8 @@ class default_questiontype {
if (isset($options->questioncommentlink) && $context && has_capability('mod/quiz:... | MDL-<I> - Manually grading random questions does not work. Fix thanks to Ken Burres. | moodle_moodle | train |
264ada3cba490718515a29775e6167f569b53b2b | diff --git a/es5-persistence/src/main/java/com/netflix/conductor/dao/es5/index/ElasticSearchDAOV5.java b/es5-persistence/src/main/java/com/netflix/conductor/dao/es5/index/ElasticSearchDAOV5.java
index <HASH>..<HASH> 100644
--- a/es5-persistence/src/main/java/com/netflix/conductor/dao/es5/index/ElasticSearchDAOV5.java
+... | tasklog limit - allow more than <I> | Netflix_conductor | train |
ebdfdc9a3b4ac93663044a19ab66617fd9ffef76 | diff --git a/spec/integration/sdam_events_spec.rb b/spec/integration/sdam_events_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/sdam_events_spec.rb
+++ b/spec/integration/sdam_events_spec.rb
@@ -101,7 +101,10 @@ describe 'SDAM events' do
(started_awaited = events.select(&:awaited?)).should_not be_e... | RUBY-<I> try to account for both succeeded & failed heartbeats (#<I>) | mongodb_mongo-ruby-driver | train |
d536c50e47c88326f438fd3c61aa9579fc04d1e2 | diff --git a/phy/plot/_vispy_utils.py b/phy/plot/_vispy_utils.py
index <HASH>..<HASH> 100644
--- a/phy/plot/_vispy_utils.py
+++ b/phy/plot/_vispy_utils.py
@@ -13,7 +13,6 @@ import numpy as np
from vispy import app, gloo, config
from vispy.visuals import Visual
-from vispy.visuals.shaders import ModularProgram
fr... | Replaced modular program by regular program. | kwikteam_phy | train |
05ee50e6d65aed5ab11446784e1295fada4ad443 | diff --git a/src/Leevel/Support/Type.php b/src/Leevel/Support/Type.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Support/Type.php
+++ b/src/Leevel/Support/Type.php
@@ -26,11 +26,11 @@ use Leevel\Support\Str\un_camelize;
/**
* 类型判断辅助函数.
*
- * @method static bool arr($data, array $types) 验证数组中的每一项格式化是否正确.
- * @... | refactor(support): refact Leevel\Support\Type\these | hunzhiwange_framework | train |
0a7a9b54862bfdf357e8fefbbcb4a706ec816727 | diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/CompositeHttpSamplerTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/CompositeHttpSamplerTests.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-sleuth-core/src/test/j... | Refactored from using mocks | spring-cloud_spring-cloud-sleuth | train |
51d3ec15640f0388950fde472143cae474e8a0e5 | diff --git a/conftest.py b/conftest.py
index <HASH>..<HASH> 100644
--- a/conftest.py
+++ b/conftest.py
@@ -1,6 +1,7 @@
import os
import sys
import platform
+import shutil
import pytest
@@ -122,3 +123,15 @@ def pypirc(request, save_env, distutils_managed_tempdir):
finalize_options = initialize_options
... | Convert core tests to pytest | pypa_setuptools | train |
5f540e9ac7b9ea4f5b6115d2e71e45f5b348ee24 | diff --git a/adafruit_platformdetect/chip.py b/adafruit_platformdetect/chip.py
index <HASH>..<HASH> 100644
--- a/adafruit_platformdetect/chip.py
+++ b/adafruit_platformdetect/chip.py
@@ -56,12 +56,6 @@ class Chip:
raise RuntimeError('BLINKA_MCP2221 environment variable ' + \
... | Remove circular dependency with Blinka. Connection will be checked in blinka code already. | adafruit_Adafruit_Python_PlatformDetect | train |
8142585510403eac2f1affcac788896ed2e5985b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
author_email='bill.mill@gmail.com',
url='https://github.com/llimllib/pub',
packages=packages,
- scripts = ['pub/bin/run_pub.py'],
+ scripts = ['pub/bin/pub'],
package_data={'': [... | updating setup.py to pub name | llimllib_pub | train |
773ef2823f37bf1eaef6df692cc9c4c38e570362 | diff --git a/dist/tablesaw.jquery.js b/dist/tablesaw.jquery.js
index <HASH>..<HASH> 100644
--- a/dist/tablesaw.jquery.js
+++ b/dist/tablesaw.jquery.js
@@ -1172,8 +1172,8 @@ if( Tablesaw.mustard ) {
// This config code is a little awkward because shoestring doesn’t support deep $.extend
// Trying to work... | New dist files for last commit. | filamentgroup_tablesaw | train |
70fb1d7d00cb531a85408f1a373939dcf461fcf8 | diff --git a/spec/support/models.rb b/spec/support/models.rb
index <HASH>..<HASH> 100644
--- a/spec/support/models.rb
+++ b/spec/support/models.rb
@@ -10,15 +10,4 @@ end
# TODO add Question class to give examples on association stuff
-# prepare test data
-class CreateTestSchema < ActiveRecord::Migration
- def cha... | somehow travis ci is loading the files in a different order than i expected, hence failing tests. workaround | harley_auditable | train |
7335f6dad3d21d69e38384f4b579fa839cf8fbb9 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- lev (2.0.2.alpha)
+ lev (2.0.2)
actionpack (>= 3.0)
active_attr
activemodel (>= 3.0)
diff --git a/lib/lev/handler.rb b/lib/lev/handler.rb
i... | added support for fake activeattr Boolean type in paramify | lml_lev | train |
6ca569e4f51bcbc7ed1bbe7c3ff208867d193490 | diff --git a/robolectric/src/main/java/org/robolectric/MultiApiRobolectricTestRunner.java b/robolectric/src/main/java/org/robolectric/MultiApiRobolectricTestRunner.java
index <HASH>..<HASH> 100644
--- a/robolectric/src/main/java/org/robolectric/MultiApiRobolectricTestRunner.java
+++ b/robolectric/src/main/java/org/robo... | Keep tests sorted by API version. | robolectric_robolectric | train |
b7bb885425a24d9594b10f716da9176d1883fddd | diff --git a/lib/reporter.js b/lib/reporter.js
index <HASH>..<HASH> 100644
--- a/lib/reporter.js
+++ b/lib/reporter.js
@@ -41,6 +41,10 @@ module.exports = function () {
$.log(`Loading plugin ${fmt.title(obj.plugin)}`);
})
+ .on('plugin_rename', obj => {
+ $.log(`${fmt.title(obj.o)} was renamed to ${fmt.titl... | add reporter event for 'plugin_rename' | lukeed_taskr | train |
eb73f80085cd85224b7811886b3b2805c920dbc5 | diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -72,7 +72,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
- 'linux': ['epoll', 'poll', 'poll-cv']
+ 'linux': ['epollex', 'epol... | Add epollex polling engine to run_tests.py | grpc_grpc | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.