hash stringlengths 40 40 | diff stringlengths 172 2.63k | message stringlengths 12 593 | project stringlengths 7 65 | split stringclasses 1
value | diff_languages stringclasses 54
values |
|---|---|---|---|---|---|
f54f71c23493681deed2b22accb1adf1f9a677c3 | diff --git a/lib/chai/interface/assert.js b/lib/chai/interface/assert.js
index <HASH>..<HASH> 100644
--- a/lib/chai/interface/assert.js
+++ b/lib/chai/interface/assert.js
@@ -1940,8 +1940,8 @@ module.exports = function (chai, util) {
* If `errMsgMatcher` is provided, it also asserts that the error thrown will have ... | docs: improve throws examples (#<I>)
When throws is invoked with two arguments, where the second is a string or regexp, the second argument is the **errMsgMatcher**. The current examples imply that this string is the **message** rather than the matcher. | chaijs_chai | train | js |
2ecf62563be52548ae5c346b365a20189d6fcd8a | diff --git a/tests/test_fast/test_proc.py b/tests/test_fast/test_proc.py
index <HASH>..<HASH> 100644
--- a/tests/test_fast/test_proc.py
+++ b/tests/test_fast/test_proc.py
@@ -4,6 +4,9 @@ from easyprocess import EasyProcess, EasyProcessCheckInstalledError, \
from nose.tools import eq_, timed
from unittest import TestC... | test: stdout test for line end | ponty_EasyProcess | train | py |
a8db4951fb82aeb18cac64f2641e7a87a9b66e72 | diff --git a/packages/spaces/src/Spaces.js b/packages/spaces/src/Spaces.js
index <HASH>..<HASH> 100644
--- a/packages/spaces/src/Spaces.js
+++ b/packages/spaces/src/Spaces.js
@@ -62,30 +62,25 @@ const INITIAL_STATE = {
error: null,
};
-const spacesReducer = (state, action) => {
- switch (action.type) {
- case... | refactor(spaces): changed formatting of actions/reducers | Availity_availity-react | train | js |
156cdd5fc88610d550c940759ff85eca44268b1d | diff --git a/clevertap-core/src/main/java/com/clevertap/android/sdk/pushnotification/fcm/FcmSdkHandlerImpl.java b/clevertap-core/src/main/java/com/clevertap/android/sdk/pushnotification/fcm/FcmSdkHandlerImpl.java
index <HASH>..<HASH> 100644
--- a/clevertap-core/src/main/java/com/clevertap/android/sdk/pushnotification/f... | chore(release-prep): more logs | CleverTap_clevertap-android-sdk | train | java |
2b15c39f704d0b8df07b07756456844eaf6cb6bc | diff --git a/pygenstub.py b/pygenstub.py
index <HASH>..<HASH> 100644
--- a/pygenstub.py
+++ b/pygenstub.py
@@ -781,8 +781,6 @@ def get_pkg_paths(pkg_name, out_dir):
for mod_info in walk_packages(pkg.__path__, pkg.__name__ + "."):
mod_paths = get_mod_paths(mod_info.name, out_dir)
paths... | fix: Remove extra recursion | uyar_pygenstub | train | py |
6e7c266e2a45408bcb1ec7621a5620b89953b5aa | diff --git a/resources/config/eloquent-viewable.php b/resources/config/eloquent-viewable.php
index <HASH>..<HASH> 100644
--- a/resources/config/eloquent-viewable.php
+++ b/resources/config/eloquent-viewable.php
@@ -113,4 +113,12 @@ return [
*/
'honor_dnt' => false,
+ /*
+ |----------------------------... | feat: make cookie name configurable and change default name | cyrildewit_eloquent-viewable | train | php,php |
15d90367876b9bb186c5805f43df65514b0f7f7e | diff --git a/tests/types/chips-spec.js b/tests/types/chips-spec.js
index <HASH>..<HASH> 100644
--- a/tests/types/chips-spec.js
+++ b/tests/types/chips-spec.js
@@ -15,6 +15,10 @@ describe("formlyMaterial - chips type", () => {
function onAdd() {
return true;
}
+
+ function onRemove() {
+ return true;
+ }... | test(chips): onRemove callback | formly-js_angular-formly-templates-material | train | js |
1a4d8e1354c4bab732664d075bc12cbd1db391c8 | diff --git a/dist/ramda.js b/dist/ramda.js
index <HASH>..<HASH> 100644
--- a/dist/ramda.js
+++ b/dist/ramda.js
@@ -2097,7 +2097,7 @@ function _pipe(f, g) {
* implementation.
*
* @private
- * @param {Function} fn ramda implemtation
+ * @param {Function} fn ramda implementation
* @param {String} methodname proper... | docs: Fix simple typo, implemtation -> implementation
There is a small typo in dist/ramda.js, source/internal/_checkForMethod.js.
Should read `implementation` rather than `implemtation`. | ramda_ramda | train | js,js |
331c98e3bea438913aaa425c2c28cac45c659b51 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -50,7 +50,7 @@ class VueModalDialog {
return reject(new Error(`Modal dialog ${name} is not found.`))
}
- return this.modalWrapper.add(this.modalFunctions[name], ...args)
+ resolve(th... | fix: promise from 'show' never resolves | hjkcai_vue-modal-dialogs | train | js |
42a2ca4cc60ae21ed484b2b00128e499a8aee3bc | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -138,8 +138,8 @@ html_theme_options = {
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
- 'invenio-marc21@GitHub': 'http://github.com/inveniosoftware/invenio-marc21',... | docs: autodoc configuration and HTTPS fix
* Replaces HTTP links with HTTPS where possible. | inveniosoftware_invenio-marc21 | train | py |
efc4866f583bb84b0a43c559d24e10604087cc8a | diff --git a/src/events/http/createAuthScheme.js b/src/events/http/createAuthScheme.js
index <HASH>..<HASH> 100644
--- a/src/events/http/createAuthScheme.js
+++ b/src/events/http/createAuthScheme.js
@@ -59,8 +59,10 @@ export default function createAuthScheme(authorizerOptions, provider, lambda) {
requestId: ... | fix: Add missing resource and path variables in auth event
Addresses <URL> | dherault_serverless-offline | train | js |
3313ed500b06060284c44d78a58ec4b9e935114a | diff --git a/tests/test_basic_bernoulli.py b/tests/test_basic_bernoulli.py
index <HASH>..<HASH> 100644
--- a/tests/test_basic_bernoulli.py
+++ b/tests/test_basic_bernoulli.py
@@ -34,9 +34,8 @@ def fit(posterior):
def test_bernoulli_sampling_error():
bad_data = data.copy()
del bad_data["N"]
- with pytest.r... | test: fix incorrect use of pytest.raises
Old tests contained unreachable check for exception messages. | stan-dev_pystan | train | py |
c69153144c83147cde91f48cd19e140b5d1a733c | diff --git a/config/webpack.perf.js b/config/webpack.perf.js
index <HASH>..<HASH> 100644
--- a/config/webpack.perf.js
+++ b/config/webpack.perf.js
@@ -147,7 +147,12 @@ module.exports = {
{
test: /\.ts$/,
use: [
- 'ts-loader',
+ {
+ loader: 'ts-loader',
+ ... | fix(build): update perf script to use the correct config | fabric8-ui_ngx-widgets | train | js |
ebfe3514b7ee90e67e9a60c40c50b1ae89954c66 | diff --git a/test/tests/unit/sdam_spec_tests.js b/test/tests/unit/sdam_spec_tests.js
index <HASH>..<HASH> 100644
--- a/test/tests/unit/sdam_spec_tests.js
+++ b/test/tests/unit/sdam_spec_tests.js
@@ -91,6 +91,20 @@ function convertOutcomeEvents(events) {
});
}
+// iterates through expectation building a path of ke... | test(sdam): accommodate for and verify omitted fields | mongodb-js_mongodb-core | train | js |
7a67772549beb0c54ed8d789464c17d9e84a3abe | diff --git a/tests/src/Tests/Enums/EnumInsensitiveTest.php b/tests/src/Tests/Enums/EnumInsensitiveTest.php
index <HASH>..<HASH> 100644
--- a/tests/src/Tests/Enums/EnumInsensitiveTest.php
+++ b/tests/src/Tests/Enums/EnumInsensitiveTest.php
@@ -52,4 +52,5 @@ class EnumInsensitiveTest extends TestCase
$enums
... | fix(Empty): semantic-release test | zerospam_sdk-framework | train | php |
8557ae2fc079feae9f9d81b352bf3e389cc02ea0 | diff --git a/lib/ditty/controllers/component.rb b/lib/ditty/controllers/component.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/controllers/component.rb
+++ b/lib/ditty/controllers/component.rb
@@ -100,7 +100,7 @@ module Ditty
haml :"#{view_location}/#{action}", locals: { entity: entity, title: heading(acti... | fix: Add code to <I> error responses | EagerELK_ditty | train | rb |
0a8b7a20602505284de34ed7b9c78e2af3ee3840 | diff --git a/packages/wasm-parser/src/decoder.js b/packages/wasm-parser/src/decoder.js
index <HASH>..<HASH> 100644
--- a/packages/wasm-parser/src/decoder.js
+++ b/packages/wasm-parser/src/decoder.js
@@ -743,19 +743,15 @@ export function decode(ab: ArrayBuffer, opts: DecoderOpts): Program {
dump([indices], "n... | refactor: removed special-casing of br_table last argument / index | xtuc_webassemblyjs | train | js |
2a23b76ba820a02d53dd730e0befbe705161bba8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -14,13 +14,9 @@ function create(options) {
const _port = redirectPort === 443 ? '' : (': ' + redirectPort)
return function redirectSSL(req, res, next) {
- const _xForwardedProto = xForwardedProto && req.head... | feat: support x-forwared-proto with multi values | nuxt-community_redirect-ssl | train | js |
ecd4ed1bdddf64b1a62d4fac9b989698025f14d9 | diff --git a/helper/constraints/semver/constraints_test.go b/helper/constraints/semver/constraints_test.go
index <HASH>..<HASH> 100644
--- a/helper/constraints/semver/constraints_test.go
+++ b/helper/constraints/semver/constraints_test.go
@@ -58,6 +58,9 @@ func TestConstraintCheck(t *testing.T) {
{"= 1.0", "1.0.0", ... | test: assert semvers are *not* compared lexically | hashicorp_nomad | train | go |
d47d583a60edc6040ee983994170275ee9051228 | diff --git a/src/ai/backend/client/func/session.py b/src/ai/backend/client/func/session.py
index <HASH>..<HASH> 100644
--- a/src/ai/backend/client/func/session.py
+++ b/src/ai/backend/client/func/session.py
@@ -252,6 +252,8 @@ class ComputeSession(BaseFunction):
params['config'].update({
'... | fix: mistake while fixing supported version of starts_at (#<I>) | lablup_backend.ai-client-py | train | py |
b6ae2527ea31b38cf7de57d7b493dc29cfdbea88 | diff --git a/test/unit/notifier/report.spec.js b/test/unit/notifier/report.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/notifier/report.spec.js
+++ b/test/unit/notifier/report.spec.js
@@ -3,7 +3,7 @@
const report = require('../../../src/notifier/report')
describe('Report 测试', () => {
- ;[true, 1, undefined,... | fix: map -> forEach | keenwon_elint | train | js,js |
8cc689791a31d3fc3e61a1999f13ac87ad900b26 | diff --git a/bin/setup.js b/bin/setup.js
index <HASH>..<HASH> 100644
--- a/bin/setup.js
+++ b/bin/setup.js
@@ -31,7 +31,8 @@ if (saveRequested) {
// Create README.md if one is not found.
// - https://nodejs.org/api/fs.html#fs_fs_access_path_mode_callback
- fs.open(path.join(pathToAppRoot, 'README.md'), 'wx',
+... | fix: postinstall with node@4 (#<I>) | hoodiehq_hoodie | train | js |
8daf3a45d856d7474ad11e8aeaaa70b571c8648e | diff --git a/js-given/tools/build.rollup.config.js b/js-given/tools/build.rollup.config.js
index <HASH>..<HASH> 100644
--- a/js-given/tools/build.rollup.config.js
+++ b/js-given/tools/build.rollup.config.js
@@ -50,6 +50,7 @@ export default function buildConfig(
'decompress-zip',
'fs-extra',
... | chore(rollup): Mark strip-ansi as an external dependency | jsGiven_jsGiven | train | js |
6b7433420a4b37f5f83b7e02af33d4bbe3315f2c | diff --git a/src/defaults.js b/src/defaults.js
index <HASH>..<HASH> 100644
--- a/src/defaults.js
+++ b/src/defaults.js
@@ -55,7 +55,7 @@ module.exports = async (argv = {}) => {
: opts.project.name;
}
- opts.dest = path.join(opts.cwd || proc.cwd(), repo);
+ opts.dest = opts.dest || path.join(opts.cwd || pr... | fix: allow passing , related to #<I> | tunnckoCoreLabs_charlike | train | js |
adde288ffecae8c2e95a470a1dfb84fb9a6be863 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -60,14 +60,8 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
- browsers: ['ChromeNoSandbox', 'Fi... | ci(chrome): remove Chrome from Karma because of page reload issue | coast-team_sigver | train | js |
f7d3a4c8f7c4c01b9b85dd2c6dc9e7f64fe067dc | diff --git a/src/env/_add.js b/src/env/_add.js
index <HASH>..<HASH> 100644
--- a/src/env/_add.js
+++ b/src/env/_add.js
@@ -18,7 +18,7 @@ module.exports = function _put(appname, params, callback) {
// the state we expect them in
let valid = {
ns: allowed.includes(ns),
- key: /[A-Z|_]+/.test(key) && !isRese... | feat: override reserved env vars locally | architect_architect | train | js |
60af9ad596e5c2cb31d1e7bb616e415cf46ca761 | diff --git a/lib/media/drm_engine.js b/lib/media/drm_engine.js
index <HASH>..<HASH> 100644
--- a/lib/media/drm_engine.js
+++ b/lib/media/drm_engine.js
@@ -1424,6 +1424,9 @@ shaka.media.DrmEngine = class {
}
return;
}
+ if (this.destroyer_.destroyed()) {
+ return;
+ }
const updateEve... | fix: Don't send drmsessionupdate after unload (#<I>)
There is an async call, waiting for sessions to update, right before
the StreamingEngine fires off an drmsessionupdate event.
This could potentially cause an error, as the StreamingEngine's
player interface could potentially be set to null during destruction.
Th... | google_shaka-player | train | js |
acc24c00461894a9113231cbca38a02f86daef95 | diff --git a/cloudvolume/datasource/precomputed/mesh/multilod.py b/cloudvolume/datasource/precomputed/mesh/multilod.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/datasource/precomputed/mesh/multilod.py
+++ b/cloudvolume/datasource/precomputed/mesh/multilod.py
@@ -434,7 +434,7 @@ def to_stored_model_space(
frag:in... | perf: don't copy vertices unless necessary | seung-lab_cloud-volume | train | py |
a6534eba0f7c0ba15f102fa4c3ccd58b5e4b08b7 | diff --git a/cwltool/job.py b/cwltool/job.py
index <HASH>..<HASH> 100644
--- a/cwltool/job.py
+++ b/cwltool/job.py
@@ -230,16 +230,8 @@ class JobBase(HasReqsHints, metaclass=ABCMeta):
if runtimeContext.log_dir == "":
self.base_path_logs = self.outdir
else:
- self.base_path_logs... | feat: use uuid as directory rather than add to name | common-workflow-language_cwltool | train | py |
92f07eb4e3d6134406f7c4c0d2e5cad298af90d3 | diff --git a/tests/test_backends.py b/tests/test_backends.py
index <HASH>..<HASH> 100644
--- a/tests/test_backends.py
+++ b/tests/test_backends.py
@@ -4,7 +4,10 @@ import warnings
from django.contrib.auth import get_user_model
from django.contrib.auth.models import User
from django.core.cache import cache
-from djan... | test: run without warnings on supported django versions | brutasse_django-ratelimit-backend | train | py,py |
ee1db0b220291473ac2e9faa45b0017151b065b2 | diff --git a/sessions.js b/sessions.js
index <HASH>..<HASH> 100644
--- a/sessions.js
+++ b/sessions.js
@@ -15,7 +15,7 @@ class ClientSession {
this.topology = topology;
this.sessionPool = sessionPool;
this.hasEnded = false;
- this.serverSession = sessionPool.dequeue();
+ this.serverSession = sessio... | refactor(session-pool): enqueue/dequeue => release/acquire
NODE-<I> | mongodb_node-mongodb-native | train | js |
e7c1cb1a56081f1528a9891369af361c5d14dc38 | diff --git a/addon/models/preprint-request-action.js b/addon/models/preprint-request-action.js
index <HASH>..<HASH> 100644
--- a/addon/models/preprint-request-action.js
+++ b/addon/models/preprint-request-action.js
@@ -3,7 +3,7 @@ import OsfModel from './osf-model';
export default OsfModel.extend({
actionTrigge... | fix: use fixstring transform for preprint-request-action comment | CenterForOpenScience_ember-osf | train | js |
3ded34e2e7c67f9404497c080c62888fa0a6f227 | diff --git a/lib/opie/operation.rb b/lib/opie/operation.rb
index <HASH>..<HASH> 100644
--- a/lib/opie/operation.rb
+++ b/lib/opie/operation.rb
@@ -43,7 +43,7 @@ module Opie
# result, container
def success?
- !@failure
+ !failure?
end
def failure? | test: use failure? method for returning success? | guzart_opie | train | rb |
7da2831998d0ccf7384f1b12eb06a35d160b82b9 | diff --git a/builder/src/yaml2json-procfile.go b/builder/src/yaml2json-procfile.go
index <HASH>..<HASH> 100644
--- a/builder/src/yaml2json-procfile.go
+++ b/builder/src/yaml2json-procfile.go
@@ -10,7 +10,7 @@ import (
func main() {
if fi, _ := os.Stdin.Stat(); fi.Mode()&os.ModeNamedPipe == 0 {
- fmt.Println("this... | fix(builder): fix spelling mistakes | deis_deis | train | go |
3f12c544bfc26c0d5de12d2fd9ce3d0ab6b378f8 | diff --git a/packages/browser/rollup.config.js b/packages/browser/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/browser/rollup.config.js
+++ b/packages/browser/rollup.config.js
@@ -109,7 +109,7 @@ export default [
},
include: ['*.ts+(|x)', '**/*.ts+(|x)', '../**/*.ts+(|x)'],
}),
-... | fix: missing license plugin in es6 rollup configuration (#<I>)
License plugin was missing in es6 non minified rollup configuration | getsentry_sentry-javascript | train | js |
6eaf56e28d659f985934ae3a8782f90e9d6f1775 | diff --git a/src/core/instance/state.js b/src/core/instance/state.js
index <HASH>..<HASH> 100644
--- a/src/core/instance/state.js
+++ b/src/core/instance/state.js
@@ -86,7 +86,7 @@ function initProps (vm: Component, propsOptions: Object) {
)
}
defineReactive(props, key, value, () => {
- if... | refactor: keep single source of truth (#<I>) | kaola-fed_megalo | train | js |
4b02a2033594b2d989e40ece8ac6aea6d8f7cd69 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -220,7 +220,7 @@ class ClusterServer extends Base {
// close server if no one is listening on this port any more
if (!listening) {
const server = serverMap.get(port);
- yield server &&... | fix: only close server when server exists (#<I>) | node-modules_cluster-client | train | js,js |
addcdced14cd8f8170023c5ad3eb78148c36fd35 | diff --git a/packages/hoc-input/src/formInput.js b/packages/hoc-input/src/formInput.js
index <HASH>..<HASH> 100644
--- a/packages/hoc-input/src/formInput.js
+++ b/packages/hoc-input/src/formInput.js
@@ -113,7 +113,7 @@ const formInput = WrappedComponent => {
ref={element => {
this.inputRef = ele... | fix(hoc-input): only prevent click event from bubbling if it is over the clear icon
affects: @crave/farmblocks-hoc-input
ISSUES CLOSED: #<I> | CraveFood_farmblocks | train | js |
df7aea98554ebaaed60eae56c69cc70da6b31418 | diff --git a/multiplex.go b/multiplex.go
index <HASH>..<HASH> 100644
--- a/multiplex.go
+++ b/multiplex.go
@@ -7,7 +7,6 @@ import (
"errors"
"fmt"
"io"
- "net"
"os"
"runtime/debug"
"sync"
@@ -83,7 +82,7 @@ const (
// Multiplex is a mplex session.
type Multiplex struct {
- con net.Conn
+ con ... | refactor: use ReadWriteCloser for connection (#<I>)
None of the net.Conn methods outside of Read, Write, and Close are called.
Use the simpler (but compatible) io.ReadWriteCloser interface instead. | libp2p_go-mplex | train | go |
cade13dc9c59ee69805bc1771838bfc2ff37653c | diff --git a/system/HTTP/DownloadResponse.php b/system/HTTP/DownloadResponse.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/DownloadResponse.php
+++ b/system/HTTP/DownloadResponse.php
@@ -417,6 +417,24 @@ class DownloadResponse extends Message implements ResponseInterface
}
/**
+ * output download text by fil... | feat: add output by file instance method. | codeigniter4_CodeIgniter4 | train | php |
b179ea763557cedb6ef364bc462dd985e3f94063 | diff --git a/scripts/deploy-docs.js b/scripts/deploy-docs.js
index <HASH>..<HASH> 100644
--- a/scripts/deploy-docs.js
+++ b/scripts/deploy-docs.js
@@ -11,10 +11,10 @@
// s3-website: https://github.com/klaemo/s3-website
-// if (!process.env.AWS_ACCESS_KEY_ID || !process.env.AWS_SECRET_ACCESS_KEY) {
-// console.e... | ci(deploy-docs): Abort early if no AWS keys are present in the environment | telus_tds-core | train | js |
c594f39697d71abb755a0a6cacb930b2429a7322 | diff --git a/src/services/calendarTitle.js b/src/services/calendarTitle.js
index <HASH>..<HASH> 100644
--- a/src/services/calendarTitle.js
+++ b/src/services/calendarTitle.js
@@ -12,7 +12,7 @@ angular
function week(viewDate) {
var weekTitleLabel = calendarConfig.titleFormats.week;
- return weekTitleL... | fix(weekTitle): Use isoWeek instead of week to fix tests. Closes #<I> | mattlewis92_angular-bootstrap-calendar | train | js |
d3814d8f2d183a2d1974df250ec0f064c15e40e4 | diff --git a/tests/VapidKeysGenerateCommandTest.php b/tests/VapidKeysGenerateCommandTest.php
index <HASH>..<HASH> 100644
--- a/tests/VapidKeysGenerateCommandTest.php
+++ b/tests/VapidKeysGenerateCommandTest.php
@@ -46,7 +46,7 @@ class VapidKeysGenerateCommandTest extends TestCase
$envContents = file_get_cont... | test: replace deprecated assertion | laravel-notification-channels_webpush | train | php |
d1ee8ccb259d617187acfeee3b14d44e27657eb7 | diff --git a/test/integration.js b/test/integration.js
index <HASH>..<HASH> 100644
--- a/test/integration.js
+++ b/test/integration.js
@@ -242,7 +242,7 @@ describe('hoodie.account', function () {
.then(function (account) {
expect(account.username).to.equal(newUsername)
expect(account.id).to.match(/^\... | test: .createdAt & .signedUpAt | hoodiehq-archive_hoodie-account | train | js |
559888bbb1119a3123feb87f928803fd76d41e72 | diff --git a/lib/app/clientEntry.js b/lib/app/clientEntry.js
index <HASH>..<HASH> 100644
--- a/lib/app/clientEntry.js
+++ b/lib/app/clientEntry.js
@@ -30,7 +30,7 @@ if (process.env.NODE_ENV === 'production' && GA_ID) {
ga('send', 'pageview')
router.afterEach(function (to) {
- ga('set', 'page', to.fullPath)
+... | fix: missing config.base in google analytics page view URL (close: #<I>) (#<I>) | vuejs_vuepress | train | js |
26640035c1e4b77a2ddc8a5394b7efdb643596d1 | diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataframe.py
+++ b/packages/vaex-core/vaex/dataframe.py
@@ -4911,8 +4911,7 @@ class DataFrameLocal(DataFrame):
for column_name in self.column_names:
se... | perf(core): do not determine length of dataset by asking data
Instead, we ask ds.row_count, which can be faster. | vaexio_vaex | train | py |
1ac44b77562fd0116a1adefecdb63c911f1398a9 | diff --git a/src/geshi/cpp.php b/src/geshi/cpp.php
index <HASH>..<HASH> 100644
--- a/src/geshi/cpp.php
+++ b/src/geshi/cpp.php
@@ -114,7 +114,7 @@ $language_data = array (
1 => array('<', '>','='),
2 => array('+', '-', '*', '/', '%'),
3 => array('!', '^', '&', '|'),
- 4 => array(':')
+... | fix: keywords didn't get highlighted after comments and semicolon in C++ | GeSHi_geshi-1.0 | train | php |
0cd41f78d25b97eeb049276884dd01726beb8217 | diff --git a/packages/mail/src/classes/mail-service.js b/packages/mail/src/classes/mail-service.js
index <HASH>..<HASH> 100644
--- a/packages/mail/src/classes/mail-service.js
+++ b/packages/mail/src/classes/mail-service.js
@@ -27,6 +27,8 @@ class MailService {
*/
setClient(client) {
this.client = client;
+
... | feat: Add method chaining in mail-service.js (#<I>) | sendgrid_sendgrid-nodejs | train | js |
13626485430ee07b08925057739390270609f1b2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,7 +23,14 @@ var servers = {}
var sockets = {}
// Thorough check for Chrome App since both Edge and Chrome implement dummy chrome object
-if (typeof chrome === 'object' && typeof chrome.runtime === 'object' && typeof ch... | fix: feature detection for Google Chrome
Old version did not check if chrome.sockets.* actually exist.
This caused problems with extensions built for Chromium-based browsers
that tried to maintain the single codebase and do feature-detection
at runtime.
License: MIT | feross_chrome-net | train | js |
e2af15ed67ad3a5d981f1e5fd77d2e36e12ae825 | diff --git a/flask_resty/testing.py b/flask_resty/testing.py
index <HASH>..<HASH> 100644
--- a/flask_resty/testing.py
+++ b/flask_resty/testing.py
@@ -40,6 +40,10 @@ class Predicate(object):
return not self.predicate(other)
+def InstanceOf(type):
+ return Predicate(lambda value: isinstance(value, type))... | feat: Add InstanceOf predicate (#<I>) | 4Catalyzer_flask-resty | train | py,py |
e1e120a6e9c3f447928123d879f814f92ac8993f | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,7 +69,7 @@ module.exports = function (grunt) {
'Gruntfile.js',
'src/**/*'
],
- tasks: ['build']
+ tasks: ['default']
},
connect: {
server: {
@@ -90,7 +90,... | refactor(gruntfile): revert task names | asafdav_ng-clip | train | js |
e59887614ff7798dbbdd3e93d67faa7ced4d30cb | diff --git a/test/spec/filter/collection/remove-with.js b/test/spec/filter/collection/remove-with.js
index <HASH>..<HASH> 100644
--- a/test/spec/filter/collection/remove-with.js
+++ b/test/spec/filter/collection/remove-with.js
@@ -50,4 +50,10 @@ describe('removeWithFilter', function() {
});
+ it('should get !co... | test(remove-with): upgrade coverage | a8m_angular-filter | train | js |
77fcf62cbef7a7b3d63f38820e642a5dc23806a9 | diff --git a/config/styleguide.config.js b/config/styleguide.config.js
index <HASH>..<HASH> 100644
--- a/config/styleguide.config.js
+++ b/config/styleguide.config.js
@@ -86,6 +86,7 @@ module.exports = {
// Add other namespaced components here.
// key is a path to match, value is the name to show in the style... | chore(config): add Benefit component to react-styleguidist | telus_tds-core | train | js |
24fdec3eff0f2d76889b09410b911249de589052 | diff --git a/test/lib/sinon-doublist-fs/fs-stub.js b/test/lib/sinon-doublist-fs/fs-stub.js
index <HASH>..<HASH> 100644
--- a/test/lib/sinon-doublist-fs/fs-stub.js
+++ b/test/lib/sinon-doublist-fs/fs-stub.js
@@ -171,7 +171,7 @@ describe('fs stub', function() {
fs.existsSync(this.paths[0] + '/b').should.equal(true... | test(renameSync): Fix expectation | codeactual_sinon-doublist-fs | train | js |
5f69ac7417726b0b085e15d99658f7eec4a18e02 | diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -930,7 +930,9 @@ module.exports = function(options, callback) {
'x-whistle-auth-key': authKey,
'content-type': 'application/json'
};
- var b... | feat: export baseUrl to plugin | avwo_whistle | train | js |
1b92bd8c8c1021c203d80faf4665c2c8e91b5d68 | diff --git a/httprunner/models.py b/httprunner/models.py
index <HASH>..<HASH> 100644
--- a/httprunner/models.py
+++ b/httprunner/models.py
@@ -67,9 +67,9 @@ class TStep(BaseModel):
setup_hooks: Hook = []
teardown_hooks: Hook = []
# used to extract request's response field
- extract: Dict[Text, Text] =... | refactor: update TStep extract/export type | HttpRunner_HttpRunner | train | py |
2f1a5542b34496db06504f99477f299ca3c95b86 | diff --git a/src/trace.js b/src/trace.js
index <HASH>..<HASH> 100644
--- a/src/trace.js
+++ b/src/trace.js
@@ -31,6 +31,7 @@ export default function (unit, opts = {}) {
if (cache) {
const key = [
+ path,
moduleId,
packageName,
JSON.stringify(shim), | fix: better cache key with file path | dumberjs_dumber | train | js |
7641af00f7ac54c4cc3b5378e96c566a0d43c4ec | diff --git a/lib/runtime-generator.js b/lib/runtime-generator.js
index <HASH>..<HASH> 100644
--- a/lib/runtime-generator.js
+++ b/lib/runtime-generator.js
@@ -43,7 +43,7 @@ function runtimeGenerator(params) {
`var symbol = new SpriteSymbol(${stringifySymbol(symbol)})`,
'var result = sprite.add(symbol)',
... | fix(runtime-generator): return symbol id string in compat mode | kisenka_svg-sprite-loader | train | js |
bc74fea7d03ba1fc49b8acd712d1d92cf5180cb2 | diff --git a/db.go b/db.go
index <HASH>..<HASH> 100644
--- a/db.go
+++ b/db.go
@@ -866,7 +866,7 @@ func (db *DB) sendToWriteCh(entries []*Entry) (*request, error) {
return nil, ErrTxnTooBig
}
- // We can only service one request because we need each txn to be stored in a contigous section.
+ // We can only servi... | fix: typo (#<I>) | dgraph-io_badger | train | go |
a1dac652ea0bdecdf87fb79553c7a3bb0a0fef31 | diff --git a/browser.js b/browser.js
index <HASH>..<HASH> 100644
--- a/browser.js
+++ b/browser.js
@@ -85,7 +85,7 @@ const rules = {
if (isInstalled('lodash')) {
exceptions.push('_');
- if (isInstalled(`eslint-plugin-lodash`)) {
+ if (isInstalled('eslint-plugin-lodash')) {
Object.assign(rules, {
... | fix(plugin): Override eslint rule quotes in prettier plugin-conf
eslint-config-prettier turns off the quotes rule. This allows to use unnecessary backticks. Override
quotes eslint rule in prettier config. | sudo-suhas_eslint-config-chatur | train | js,js |
7bc8aa990c29821934de8630fd0a463003a92d78 | diff --git a/resources/views/navs/footer.php b/resources/views/navs/footer.php
index <HASH>..<HASH> 100644
--- a/resources/views/navs/footer.php
+++ b/resources/views/navs/footer.php
@@ -32,7 +32,7 @@
<?php elseif ($link['icon'] == 'font') : ?>
<i class="nav-footer-icon <?= $link['font'] ?>"></i>
... | refactor: icon改为类名,容易分辨 | miaoxing_nav | train | php |
fa95fa3c917470fa4b9ad736287379d1e9ebb350 | diff --git a/lib/browser.js b/lib/browser.js
index <HASH>..<HASH> 100644
--- a/lib/browser.js
+++ b/lib/browser.js
@@ -152,9 +152,8 @@ class Browser {
}
onResult (result) {
- if (result.length) {
+ if (Array.isArray(result)) {
result.forEach(this.onResult, this)
- return
} else if (this.i... | fix(browser): make sure that empty results array is still recognized (#<I>)
Otherwise empty array is treated as a single value, which causes issues down the road. | karma-runner_karma | train | js |
62fc3c642383b25be8508e94182241f18c9afd95 | diff --git a/test/router.js b/test/router.js
index <HASH>..<HASH> 100644
--- a/test/router.js
+++ b/test/router.js
@@ -70,21 +70,27 @@ assertJSX(
)
assertJSX(
- "Deeply nested route with path part ends with '/'",
+ "Route with path part ends with '/'",
- <Router location='/pets/12'>
- <Index>
- <Pets p... | test: add test for route ends with '/' and no childs | tj_react-enroute | train | js |
a05c33b2ed21cd369309139d49094cd35eeb3dde | diff --git a/lib/workers/branch/lock-files.js b/lib/workers/branch/lock-files.js
index <HASH>..<HASH> 100644
--- a/lib/workers/branch/lock-files.js
+++ b/lib/workers/branch/lock-files.js
@@ -457,13 +457,8 @@ async function getUpdatedLockFiles(config) {
logger.debug('Found lock file');
const lockFi... | fix: Revert "fix: add try/catch to lock file read"
This reverts commit a<I>cef0aa<I>a6a6a2ff<I>ccbd<I>ce1fbf0. | renovatebot_renovate | train | js |
54e8c5ee238bd869078dd7da3bf6397ed37be586 | diff --git a/stellar_base/horizon.py b/stellar_base/horizon.py
index <HASH>..<HASH> 100644
--- a/stellar_base/horizon.py
+++ b/stellar_base/horizon.py
@@ -181,7 +181,8 @@ class Horizon(object):
# SSE connection
# If SSE is enabled, Horizon will fetch the user-agent from the URL query params. Maybe it'... | fix(Horizon): SSE module compatible with Python2 | StellarCN_py-stellar-base | train | py |
631025533e04447047827e9cd622bb367ab05b72 | diff --git a/lib/gulp-recursive-concat.js b/lib/gulp-recursive-concat.js
index <HASH>..<HASH> 100644
--- a/lib/gulp-recursive-concat.js
+++ b/lib/gulp-recursive-concat.js
@@ -96,8 +96,8 @@ RecursiveConcat.prototype.makeNewFile = function(nameFile, file){
newFile = {
cwd: distBase,
- base: distBase + this.option... | feat(lib): now, is not necessary to use "dist" option
This option is the same when used, gulp.dest | jansanchez_gulp-recursive-concat | train | js |
dad4b3e121942ce76ef0fa77cc265d10a84275f2 | diff --git a/src/chart/sankey/SankeySeries.js b/src/chart/sankey/SankeySeries.js
index <HASH>..<HASH> 100644
--- a/src/chart/sankey/SankeySeries.js
+++ b/src/chart/sankey/SankeySeries.js
@@ -145,7 +145,7 @@ var SankeySeries = SeriesModel.extend({
levels: [],
- // Value can be 'left', 'right'
+ ... | fix(singleAxis): fix line width in singleAxis (#<I>) | apache_incubator-echarts | train | js,js |
2923bfcf19ca9a1022a467580f73873555acc240 | diff --git a/src/loader.js b/src/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -3,14 +3,14 @@
c[n] = function () {
c[n].clients.push(this);
- this._init = [arguments];
+ this._init = [Array.prototype.slice.call(arguments)];
};
c[n].clients = [];
... | fix(loader): always pass in an array | treasure-data_td-js-sdk | train | js |
d9b17c778a4faf3e2e31148f78afd4791fb42be7 | diff --git a/src/components/DropdownV2/DropdownV2.js b/src/components/DropdownV2/DropdownV2.js
index <HASH>..<HASH> 100644
--- a/src/components/DropdownV2/DropdownV2.js
+++ b/src/components/DropdownV2/DropdownV2.js
@@ -82,7 +82,7 @@ export default class DropdownV2 extends React.Component {
/**
* In the case ... | fix(DropdownV2): expect string or object for `selectedItem` prop (#<I>) | carbon-design-system_carbon-components-react | train | js |
82be07fb4eba5e1cfe5478a3184b888154e58ea5 | diff --git a/src/Sys.php b/src/Sys.php
index <HASH>..<HASH> 100644
--- a/src/Sys.php
+++ b/src/Sys.php
@@ -248,6 +248,7 @@ class Sys extends SysEnv
*/
public static function findExecutable(string $name, array $paths = []): string
{
+ $isWin = self::isWindows();
$paths = $paths ?: self::g... | fix: Env PATH fetch and find exec file not works in windows | php-toolkit_sys-utils | train | php,php |
38c964ae8134a65c1ffda13e37ac8e5573bd3de3 | diff --git a/cmd/helm/repo_update_test.go b/cmd/helm/repo_update_test.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/repo_update_test.go
+++ b/cmd/helm/repo_update_test.go
@@ -67,7 +67,7 @@ func TestUpdateCustomCacheCmd(t *testing.T) {
t.Fatal(err)
}
if _, err := os.Stat(filepath.Join(cachePath, "charts-index.yam... | fix(test): display error message
This fixes the error output to display the error's default value (the error message) rather than
Go's internal representation of its value. | helm_helm | train | go |
1c6600983a34aff3ddcf3377825304f61761b5af | diff --git a/packages/xod-project/src/project.js b/packages/xod-project/src/project.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/project.js
+++ b/packages/xod-project/src/project.js
@@ -66,7 +66,7 @@ export const setProjectAuthors = R.ifElse(
* @param {Project} project
* @returns {string}
*/
-// ... | feat(xod-project): implement all property getters and setters | xodio_xod | train | js |
68a3e0c4b92ab53a70ae99e57b953f91202030f6 | diff --git a/tags/subscribe/transformer.js b/tags/subscribe/transformer.js
index <HASH>..<HASH> 100644
--- a/tags/subscribe/transformer.js
+++ b/tags/subscribe/transformer.js
@@ -7,7 +7,7 @@ module.exports = function(a, b) {
function marko5Transform(path, t) {
if (path.hub.file.opts.output === "html") {
- path... | fix(subscribe): ensure keys match when hydrating | marko-js_tags | train | js |
9b8fa3f18c951421e0a378080d8842a1d0bbd5c6 | diff --git a/components/RefinementList.js b/components/RefinementList.js
index <HASH>..<HASH> 100644
--- a/components/RefinementList.js
+++ b/components/RefinementList.js
@@ -24,20 +24,16 @@ class RefinementList extends React.Component {
}
var parent = e.target;
- var checkboxInLabel = false;
whil... | fix: no need for a flag in refinementList refine()
Also, retried stopPropagation stopImmediatePro.. etc. No luck | algolia_instantsearch.js | train | js |
a6f3b862921f58122881457f0ec0b402ce3a4e6f | diff --git a/test/index.test.js b/test/index.test.js
index <HASH>..<HASH> 100644
--- a/test/index.test.js
+++ b/test/index.test.js
@@ -92,6 +92,7 @@ var proxy = startWhistle({
proxy.on('tunnelRequest', util.noop);
proxy.on('wsRequest', util.noop);
+proxy.on('_request', util.noop);
var socksServer = socks.createSer... | test: emit _request event | avwo_whistle | train | js |
31075a0c645280139d9642f3027402b3df363fb3 | diff --git a/src/js/utils/cleanup.js b/src/js/utils/cleanup.js
index <HASH>..<HASH> 100644
--- a/src/js/utils/cleanup.js
+++ b/src/js/utils/cleanup.js
@@ -28,8 +28,10 @@ export function cleanupStepEventListeners() {
if (typeof this._onScreenChange === 'function') {
window.removeEventListener('resize', this._onS... | fix: move touchmove event listener cleanup out of if statement (#<I>) | shipshapecode_shepherd | train | js |
9dc3640aa233d6c35f6778abaae4bbe15ee8a6a1 | diff --git a/packages/plugin-wikidata/src/prop.js b/packages/plugin-wikidata/src/prop.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-wikidata/src/prop.js
+++ b/packages/plugin-wikidata/src/prop.js
@@ -53,7 +53,7 @@ const getStatedAs = qualifiers => [].concat(...[
* @return {Object} CSL name object
*/
const p... | fix(plugin-wikidata): fallback for no labels
If there are no labels available for the specified languages, make sure
@citation-js/name does not throw errors. | citation-js_citation-js | train | js |
96890b526fb1496cc621d01a992118f3e6b2e2bf | diff --git a/packages/@vue/cli/lib/Creator.js b/packages/@vue/cli/lib/Creator.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli/lib/Creator.js
+++ b/packages/@vue/cli/lib/Creator.js
@@ -129,8 +129,13 @@ module.exports = class Creator extends EventEmitter {
const { current, latest } = await getVersions()
... | fix: do not install core plugins that have major version bumps (#<I>)
* fix: fix version check for core plugins in v4
* fix: fix the error when the diff result is null | vuejs_vue-cli | train | js |
5249402b6b4b5648f38deb8b43601296f533f898 | diff --git a/libs/BaseKonnector.js b/libs/BaseKonnector.js
index <HASH>..<HASH> 100644
--- a/libs/BaseKonnector.js
+++ b/libs/BaseKonnector.js
@@ -3,6 +3,7 @@
const cozy = require('./cozyclient')
const log = require('./logger').namespace('BaseKonnector')
const Secret = require('./Secret')
+const errors = require('..... | feat: display the stack trace if we get an unexpected error caught by BaseKonnector | konnectors_libs | train | js |
02116406c3783106a63fbb5b80d088eb62b442ee | diff --git a/lib/bro.js b/lib/bro.js
index <HASH>..<HASH> 100644
--- a/lib/bro.js
+++ b/lib/bro.js
@@ -120,8 +120,8 @@ function Bro(bundleFile) {
var bopts = config.browserify || {};
- var browserifyOptions = _.extend({}, watchify.args, _.pick(bopts, [
- 'extensions', 'builtins', 'basedir', 'commondir'... | feat(plug-in): omit karma-bro's options and pass others to browserify | nikku_karma-browserify | train | js |
5e72a12514a14d4f89e1d596b0288cd3a7069024 | diff --git a/packages/icons/src/build.js b/packages/icons/src/build.js
index <HASH>..<HASH> 100644
--- a/packages/icons/src/build.js
+++ b/packages/icons/src/build.js
@@ -130,6 +130,7 @@ async function build() {
};
if (type === 'umd') {
+ // If we're in our entrypoint, just default to Carbo... | fix(icons): update icon name step to work for entrypoints | carbon-design-system_carbon-elements | train | js |
28131a88c2af445217e226c901213e61f4db25a7 | diff --git a/lib/ditty/models/identity.rb b/lib/ditty/models/identity.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/models/identity.rb
+++ b/lib/ditty/models/identity.rb
@@ -21,6 +21,7 @@ module Ditty
end
def authenticate(unencrypted)
+ return false if crypted_password.nil?
self if ::BCrypt::Pa... | fix: Always fail auth on an empty password | EagerELK_ditty | train | rb |
368563596f675223c74df8a76b7f96ccd438c3d1 | diff --git a/lib/tunnel.js b/lib/tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel.js
+++ b/lib/tunnel.js
@@ -93,7 +93,7 @@ function tunnelProxy(server, proxy) {
dispatch(reqSocket, hostname, function(_resSocket) {
resSocket = _resSocket;
}, function(_buf) {
- if (isLo... | refactor: handle ui request | avwo_whistle | train | js |
a27cb0ff5aeaaae2205640543cb910d486eb3b43 | diff --git a/webapps/ui/tasklist/client/scripts/filter/directives/cam-tasklist-filters.js b/webapps/ui/tasklist/client/scripts/filter/directives/cam-tasklist-filters.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/filter/directives/cam-tasklist-filters.js
+++ b/webapps/ui/tasklist/client/scripts... | fix(tasklist): save filter page in path
related to CAM-<I>, PR #<I> | camunda_camunda-bpm-platform | train | js |
fa523846ab8b8a93d955534d476f85a72c9679e7 | diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -820,6 +820,7 @@ const options = [
state: 'repository',
type: 'json',
default: { enabled: true },
+ mergeable: true,
},
{
name: '... | fix: make nvm config mergeable | renovatebot_renovate | train | js |
fbf07e989cea125f4d16fe1e8b70ce3ee2868182 | diff --git a/test/integration/framework/controlplane_utils.go b/test/integration/framework/controlplane_utils.go
index <HASH>..<HASH> 100644
--- a/test/integration/framework/controlplane_utils.go
+++ b/test/integration/framework/controlplane_utils.go
@@ -232,6 +232,7 @@ func startAPIServerOrDie(controlPlaneConfig *cont... | fix: forget to call close() in error | kubernetes_kubernetes | train | go |
c828315106f4e2c6ea3dec08e2cbe0fc14d8001c | diff --git a/ui/src/utils/event.js b/ui/src/utils/event.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/event.js
+++ b/ui/src/utils/event.js
@@ -109,7 +109,7 @@ export function preventDraggable (el, status) {
if (el === void 0 || (status === true && el.__dragPrevented === true)) {
return
}
-
+
const f... | chore(ui): fix linting issue | quasarframework_quasar | train | js |
5c54fed495d98d82388a7b463672a26eec42259a | diff --git a/hrp/parameters.go b/hrp/parameters.go
index <HASH>..<HASH> 100644
--- a/hrp/parameters.go
+++ b/hrp/parameters.go
@@ -163,7 +163,7 @@ func (iter *ParametersIterator) Next() map[string]interface{} {
// merge with random parameters
for _, paramName := range iter.randomParameterNames {
- randSource := ... | fix: increase the randomness of parameterized data-driven random strategy | HttpRunner_HttpRunner | train | go |
cb39355cac99370785c7124d8f5fbcc5a670e8f7 | diff --git a/src/test/java/org/camunda/bpm/model/bpmn/builder/ProcessBuilderTest.java b/src/test/java/org/camunda/bpm/model/bpmn/builder/ProcessBuilderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/camunda/bpm/model/bpmn/builder/ProcessBuilderTest.java
+++ b/src/test/java/org/camunda/bpm/model/bpmn/build... | test(bpmn): remove system out printing of the model | camunda_camunda-bpmn-model | train | java |
58af5ecd2ef9439440c8b41b16fdb597efd7c478 | diff --git a/packages/www/svelte.config.js b/packages/www/svelte.config.js
index <HASH>..<HASH> 100644
--- a/packages/www/svelte.config.js
+++ b/packages/www/svelte.config.js
@@ -53,6 +53,12 @@ const config = {
pages : "dist",
}),
+ // Force pre-rendering for all pages
+ // Why doe... | chore: fix site not creating HTML
This broke with <I>e0f3b<I>f<I>f<I>c<I>b<I>dfe8a when I updated `@sveltejs/adapter-static` because apparently a default changed somewhere? | tivac_modular-css | train | js |
a59b71d0ed74719e498474245d22e58d14df4914 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -12,27 +12,11 @@ test('middleware configuration need a store', t => {
superapiCache()
}, /Cache middleware need to be provided a store/, 'should throw if no store property found')
- t.end()
-})
-... | test(store): refactor test around store option | RasCarlito_axios-cache-adapter | train | js |
c95f71544ced2598849925ea50ce1e2559c01d13 | diff --git a/generators/generator-base-private.js b/generators/generator-base-private.js
index <HASH>..<HASH> 100644
--- a/generators/generator-base-private.js
+++ b/generators/generator-base-private.js
@@ -865,6 +865,7 @@ module.exports = class extends Generator {
*/
rebuildClient() {
const done = ... | chore: run prettier when creating entities | jhipster_generator-jhipster | train | js |
9f1fc48a446cb07fefb901e32fc3aa4d09784d5c | diff --git a/phone.go b/phone.go
index <HASH>..<HASH> 100644
--- a/phone.go
+++ b/phone.go
@@ -67,7 +67,7 @@ func (p Phone) tollfreephonenumber() string {
}
out += v
}
- return fmt.Sprintf("(%s) %s", boxDigitsStart[rand.Intn(1)], out)
+ return fmt.Sprintf("(%s) %s", boxDigitsStart[rand.Intn(len(boxDigitsStart))... | fix: Always get the same value where you want to get it at random (#<I>) | bxcodec_faker | train | go |
1986c561c4e8540684d9fcbefd4c8208095ee046 | diff --git a/lib/indicator.model.js b/lib/indicator.model.js
index <HASH>..<HASH> 100644
--- a/lib/indicator.model.js
+++ b/lib/indicator.model.js
@@ -37,15 +37,9 @@ const { ObjectId } = SchemaTypes;
/* subjects */
const SUBJECTS = sortedUniq(getStrings('ASSESSMENT_INDICATOR_SUBJECTS', [
- 'Population',
- 'Geogra... | refactor(indicator): rename Environment to Sanitation | CodeTanzania_emis-questionnaire | train | js |
e0fc5e6850c65c1b2071d477f6055eae194c7c13 | diff --git a/scripts/report-nightwatch-results.js b/scripts/report-nightwatch-results.js
index <HASH>..<HASH> 100755
--- a/scripts/report-nightwatch-results.js
+++ b/scripts/report-nightwatch-results.js
@@ -231,8 +231,14 @@ async function collectSauceLabResults(build) {
}
});
+ const filter... | fix: don't include empty screenshots in the Github Checks API results | bolt-design-system_bolt | train | js |
ee91f5a19cdcf15f17a80fc9a25a382b7cbcde9f | diff --git a/src/structures/Sticker.js b/src/structures/Sticker.js
index <HASH>..<HASH> 100644
--- a/src/structures/Sticker.js
+++ b/src/structures/Sticker.js
@@ -145,7 +145,7 @@ class Sticker extends Base {
}
/**
- * Whether or not the stage instance has been deleted
+ * Whether or not the sticker has been... | docs(Sticker): Fix typo (#<I>) | discordjs_discord.js | train | js |
4c92c67f29b14de6343338d6c63318cb69fa80ca | diff --git a/anytemplate/utils.py b/anytemplate/utils.py
index <HASH>..<HASH> 100644
--- a/anytemplate/utils.py
+++ b/anytemplate/utils.py
@@ -152,11 +152,9 @@ def parse_filespec(fspec, sep=':', gpat='*'):
>>> parse_filespec("yaml:foo.dat")
[('foo.dat', 'yaml')]
- # TODO:
+ TODO: Allow '*' (glob patte... | fix: merge two same TODOs | ssato_python-anytemplate | train | py |
59b1d5497ad5f6527fccf80df7c62e7ae00046be | diff --git a/config/webpack.dev.js b/config/webpack.dev.js
index <HASH>..<HASH> 100644
--- a/config/webpack.dev.js
+++ b/config/webpack.dev.js
@@ -81,6 +81,9 @@ module.exports = {
// Make sure root is src
root: helpers.root('src'),
+ // remove other default values
+ modulesDirectories: ['node_modules'... | chore(webpack): modulesDirectories | inchingorg_xdata-web | train | js |
4504804925e3eb05f4360a326e531aab09a4b71e | diff --git a/unit/single/sessions_tests.js b/unit/single/sessions_tests.js
index <HASH>..<HASH> 100644
--- a/unit/single/sessions_tests.js
+++ b/unit/single/sessions_tests.js
@@ -509,4 +509,38 @@ describe('Sessions (Single)', function() {
client.connect();
}
});
+
+ it('should not allow use of an expire... | refactor(driver-sessions): explicit disallow use of ended sessions
NODE-<I> | mongodb_node-mongodb-native | train | js |
694e42cda0938823cd381e73aa4244293beb0766 | diff --git a/test/rtcpeerconnection.js b/test/rtcpeerconnection.js
index <HASH>..<HASH> 100644
--- a/test/rtcpeerconnection.js
+++ b/test/rtcpeerconnection.js
@@ -3303,6 +3303,17 @@ describe('Edge shim', () => {
describe('filtering of STUN and TURN servers', () => {
let pc;
+
+ it('converts legacy url memb... | test: add test for legacy ice url member | otalk_rtcpeerconnection-shim | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.