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 |
|---|---|---|---|---|---|
1246f492f4c9c4fca5ad7219e9f93c7cb837c02c | diff --git a/packages/bolt-build-tools/build-slack/index.js b/packages/bolt-build-tools/build-slack/index.js
index <HASH>..<HASH> 100644
--- a/packages/bolt-build-tools/build-slack/index.js
+++ b/packages/bolt-build-tools/build-slack/index.js
@@ -171,17 +171,18 @@ if (process.env.CI || process.env.TRAVIS) {
// travi... | test: re-testing auto-deploy by disabling error check... | bolt-design-system_bolt | train | js |
dbcda30c6084a68df9b024279d7ac3d6089f7c71 | diff --git a/src/svg/helper/ClippathManager.js b/src/svg/helper/ClippathManager.js
index <HASH>..<HASH> 100644
--- a/src/svg/helper/ClippathManager.js
+++ b/src/svg/helper/ClippathManager.js
@@ -123,6 +123,8 @@ ClippathManager.prototype.updateDom = function (
}
var pathEl = this.getSvgElement(clipPa... | fix(svg): previous path in clipPath | ecomfe_zrender | train | js |
08d173f24af4fcf51bde399e2dac820b580636db | diff --git a/code/model/editableformfields/EditableFormField.php b/code/model/editableformfields/EditableFormField.php
index <HASH>..<HASH> 100755
--- a/code/model/editableformfields/EditableFormField.php
+++ b/code/model/editableformfields/EditableFormField.php
@@ -365,6 +365,22 @@ class EditableFormField extends Data... | fix(Reorder): Fix bug where 'Content Authors' can no longer re-order form fields due to how GridFieldOrderableRows checks canEdit() permissions.
fix(Reorder): Fix EditableFormField to fallback to current page editing permissions when reordering with GridFieldOrderableRows component.
fix(Reorder): Check if record exi... | silverstripe_silverstripe-userforms | train | php |
74d4de6d501e767a996c14092c24dd7ad3912ed1 | diff --git a/webapps/pages/jobRetries.js b/webapps/pages/jobRetries.js
index <HASH>..<HASH> 100644
--- a/webapps/pages/jobRetries.js
+++ b/webapps/pages/jobRetries.js
@@ -22,8 +22,8 @@ ngDefine('cockpit.pages', function(module, $) {
SUCCESS = 'successful',
FAILED = 'failed';
- var executionIdToIn... | fix(jobs): Show activity scope in jobs table | camunda_camunda-bpm-platform | train | js |
c4984b77da29429272e508c2e55e4f01b28f919a | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100755
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -7,7 +7,7 @@ const index = `${__dirname}/index.html`;
const demo = `${__dirname}/demo/demo.js`;
const demoScss = `${__dirname}/demo/demo.scss`... | fix: forgot to rename compounds to index in webpack | Pearson-Higher-Ed_compounds | train | js |
8fce3195d6289313f7ed201f3efeaa1cfebf17ec | diff --git a/lib/Launcher.js b/lib/Launcher.js
index <HASH>..<HASH> 100644
--- a/lib/Launcher.js
+++ b/lib/Launcher.js
@@ -143,7 +143,7 @@ class Launcher {
const listeners = [ helper.addEventListener(process, 'exit', killChrome) ];
if (options.handleSIGINT !== false)
- listeners.push(helper.addEventLis... | fix(Launcher): exit the process after killing chrome on SIGINT (#<I>)
This is a fix for this issue <URL>.
Puppeteer catches `SIGINT` in order to kill chrome, but it also replaces the default behaviour of `SIGINT`, [which is to exit with status code <I>](<URL> | GoogleChrome_puppeteer | train | js |
0b3305999c136f276256e787d90e951576186eee | diff --git a/internal/client/github.go b/internal/client/github.go
index <HASH>..<HASH> 100644
--- a/internal/client/github.go
+++ b/internal/client/github.go
@@ -218,7 +218,7 @@ func (c *githubClient) findDraftRelease(ctx *context.Context) (*github.Repositor
return nil, err
}
for _, r := range releases {
- ... | fix: draft release when no existing draft release exists
closes #<I>
refs #<I> | goreleaser_goreleaser | train | go |
3fff0a3c2bd0f94a2a24bb5acfb1061c8e6ac259 | diff --git a/raft_server.go b/raft_server.go
index <HASH>..<HASH> 100644
--- a/raft_server.go
+++ b/raft_server.go
@@ -36,9 +36,7 @@ func newRaftServer(name string, url string, tlsConf *TLSConfig, tlsInfo *TLSInfo
return &raftServer{
Server: server,
- // TODO: This will be the internal protocol version but tie... | fix(version): add raftVersion to the version file | etcd-io_etcd | train | go,go |
127286d3ac58b8d73449009aeafbfdd1fb96d969 | diff --git a/lib/error.js b/lib/error.js
index <HASH>..<HASH> 100644
--- a/lib/error.js
+++ b/lib/error.js
@@ -1,10 +1,11 @@
+/* @module error */
+
/**
* Given an error and http.ServerResponse object, replies with the proper JSON error
*
* @param {Error} err
* @param {http.ServerResponse} res
- * @method reply... | refactor(docs): update annotations | h2non_rocky | train | js |
30c7946c482477aa3106fd4cddac08f71ddb998f | diff --git a/src/AuditingServiceProvider.php b/src/AuditingServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/AuditingServiceProvider.php
+++ b/src/AuditingServiceProvider.php
@@ -3,8 +3,8 @@
namespace OwenIt\Auditing;
use Illuminate\Support\ServiceProvider;
-use OwenIt\Auditing\Console\AuditingTableCommand;... | chore(Provider): updated class to reflect changes to the commands | owen-it_laravel-auditing | train | php |
4d4fc776a61f55da1609cb190097ae63ac4aa836 | diff --git a/test/json-parser.js b/test/json-parser.js
index <HASH>..<HASH> 100644
--- a/test/json-parser.js
+++ b/test/json-parser.js
@@ -73,6 +73,16 @@ var cases = [
expect('// a' in obj).to.equal(true);
expect(obj['// a']).to.deep.equal([['//a'], ['//b']]);
}
+ },
+ {
+ // #8
+ d: 'support... | test: adds test cases for negative numbers, #8 | kaelzhang_node-json-parser | train | js |
74191dbd056493e2c629311b6728e2deecc92882 | diff --git a/robot-server/robot_server/service/routers/settings.py b/robot-server/robot_server/service/routers/settings.py
index <HASH>..<HASH> 100644
--- a/robot-server/robot_server/service/routers/settings.py
+++ b/robot-server/robot_server/service/routers/settings.py
@@ -1,6 +1,5 @@
from http import HTTPStatus
fro... | fix(robot-server): cannot import log control (#<I>) | Opentrons_opentrons | train | py |
68a37b906acfe69e028e84d4cf6cee1b44e975b3 | diff --git a/lib/manager/resolve.js b/lib/manager/resolve.js
index <HASH>..<HASH> 100644
--- a/lib/manager/resolve.js
+++ b/lib/manager/resolve.js
@@ -57,13 +57,17 @@ async function resolvePackageFiles(config) {
upath.join(path.dirname(packageFile.packageFile), '.npmrc')
);
}
- if (!pack... | refactor: log if finding npmrc or yarnrc | renovatebot_renovate | train | js |
15546a375249d8b7036268a54f26d0b6eb390c6a | diff --git a/src/foremast/consts.py b/src/foremast/consts.py
index <HASH>..<HASH> 100644
--- a/src/foremast/consts.py
+++ b/src/foremast/consts.py
@@ -174,20 +174,17 @@ def _generate_security_groups(config_key):
default_groups = _convert_string_to_native(raw_default_groups)
LOG.debug('Default security group f... | refactor: Populate security groups for each environment | foremast_foremast | train | py |
2e31fdc47ebc45aee3bf14022c98b6e6f52840c1 | diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/auth/Authentication.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/auth/Authentication.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/auth/... | fix(js): Fixing authentication state saving | actorapp_actor-platform | train | java |
35f9aa7b1326ae16ed8cef6ba647b755e5f146c9 | diff --git a/lib/ssh-tunnel.js b/lib/ssh-tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/ssh-tunnel.js
+++ b/lib/ssh-tunnel.js
@@ -50,8 +50,16 @@ SSHTunnel.prototype.createTunnel = function (done) {
debug('ssh tunnel is ready.');
this.tunnel.removeListener('error', onStartupError);
done();
- })
... | fix: Ensure error thrown on connect is forwarded COMPASS-<I> (#<I>) | mongodb-js_connection-model | train | js |
4f3bd4e7107939fd96ef2c70f8b8bc46083d4c48 | diff --git a/packages/linearprogress/src/react/index.js b/packages/linearprogress/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/linearprogress/src/react/index.js
+++ b/packages/linearprogress/src/react/index.js
@@ -9,7 +9,6 @@ import { toPercentageString } from '../js'
const styles = {
bg: ({ them... | refactor(linearprogress): remove console.log | pluralsight_design-system | train | js |
782217aca8ea2ece277cb20eaee54b536d55435a | diff --git a/packages/pwa-utils/index.js b/packages/pwa-utils/index.js
index <HASH>..<HASH> 100755
--- a/packages/pwa-utils/index.js
+++ b/packages/pwa-utils/index.js
@@ -31,7 +31,7 @@ function getRouteParams (options) {
}
function startCase (str) {
- return str[0].toUpperCase() + str.substr(1)
+ return typeof st... | fix(pwa-utils): handle non-strings in `startCase` (#<I>) | nuxt-community_pwa-module | train | js |
d243572de443463fb0d48fca415f3272b76f36d4 | diff --git a/scripts/test.js b/scripts/test.js
index <HASH>..<HASH> 100755
--- a/scripts/test.js
+++ b/scripts/test.js
@@ -12,7 +12,7 @@ var scripts = [
'node lib/cli.js spec/cucumberConf.js',
'node lib/cli.js spec/withLoginConf.js',
'node lib/cli.js spec/suitesConf.js --suite okmany',
- 'node lib/cli.js spec... | chore(tests): fix missing command line option in new test.js | angular_protractor | train | js |
630f4707d9558794b89290083d8d49b7f57a2a70 | diff --git a/packages/vaex-core/vaex/execution.py b/packages/vaex-core/vaex/execution.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/execution.py
+++ b/packages/vaex-core/vaex/execution.py
@@ -82,7 +82,7 @@ class Executor(object):
def run(self, task):
# with self.lock:
if 1:
- ... | fix: adding as task called repr each time, which caused repr of the dataframe (which can take time and memory) | vaexio_vaex | train | py |
a3bb97b155a8faeed8be87821fb9da3b8cbbe5f6 | diff --git a/src/linkfetcher.py b/src/linkfetcher.py
index <HASH>..<HASH> 100644
--- a/src/linkfetcher.py
+++ b/src/linkfetcher.py
@@ -3,7 +3,7 @@
import urllib.parse
import urllib.request
from html import escape
-from typing import List, Tuple
+from typing import Iterable, List, Tuple
from urllib.request import Re... | feat: implement __len__ and __iter__ method on the class | vinitkumar_pycrawler | train | py |
fb4925e772eb5277c566103308e7b021abff244d | diff --git a/test/ddescribe-iit.spec.js b/test/ddescribe-iit.spec.js
index <HASH>..<HASH> 100644
--- a/test/ddescribe-iit.spec.js
+++ b/test/ddescribe-iit.spec.js
@@ -1,6 +1,5 @@
var chai = require('chai');
var ddescribeIit = require('../');
-var es = require('event-stream');
var expect = chai.expect;
var File = re... | chore(tests): oops, I didn't need event-stream after all | caitp_gulp-ddescribe-iit | train | js |
9eb13bc1cafc4f392e7636833b44eb9602a546d5 | diff --git a/src/components/login/login.js b/src/components/login/login.js
index <HASH>..<HASH> 100644
--- a/src/components/login/login.js
+++ b/src/components/login/login.js
@@ -91,7 +91,10 @@ export class Login extends React.PureComponent {
// We are sure that the API always return one error in this case,
... | fix(app-shell): login checking for errors | commercetools_merchant-center-application-kit | train | js |
6e604ee5ee1ee855d8bd3c2deaa260bf573218d2 | diff --git a/test/unit/init/applyAnswers-test.js b/test/unit/init/applyAnswers-test.js
index <HASH>..<HASH> 100644
--- a/test/unit/init/applyAnswers-test.js
+++ b/test/unit/init/applyAnswers-test.js
@@ -38,6 +38,10 @@ describe('init._applyAnswers()', () => {
const config = applyAnswers(createConfig(), { language: ... | test: fixes a typo in "applyAnswers" unit test | apiaryio_dredd | train | js |
eacb8a14218677e5d12dcfe4e3b2b9f6704e54f4 | diff --git a/Core/src/Batch/HandleFailureTrait.php b/Core/src/Batch/HandleFailureTrait.php
index <HASH>..<HASH> 100644
--- a/Core/src/Batch/HandleFailureTrait.php
+++ b/Core/src/Batch/HandleFailureTrait.php
@@ -43,6 +43,12 @@ trait HandleFailureTrait
private function initFailureFile()
{
$this->baseDi... | feat: allow failure file env-var to prevent logging (#<I>)
addresses #<I> | googleapis_google-cloud-php | train | php |
a61028abf092f89abf6ba4781616f2b0290c1c4e | diff --git a/src/Action/SetObjectFieldValueAction.php b/src/Action/SetObjectFieldValueAction.php
index <HASH>..<HASH> 100644
--- a/src/Action/SetObjectFieldValueAction.php
+++ b/src/Action/SetObjectFieldValueAction.php
@@ -225,7 +225,7 @@ final class SetObjectFieldValueAction
$value = $dataTransformer-... | fix(x-editable): choice value update crash with 0 value
Because of the weak comparison, if we try to update a choice list field
with a value of 0, it is considered as a violation. | sonata-project_SonataAdminBundle | train | php |
d17b4ea221392feb3e61464a9dad5a0a37f54cf0 | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,5 +1,4 @@
const path = require('path');
-
module.exports = {
setupFilesAfterEnv: [path.resolve(__dirname, 'test/utils/jestSetup.js')],
testURL: 'http://localhost', | feat(SkuParams): Expose extractor to renderCallback (#<I>) | seek-oss_sku | train | js |
22ec363c13750939b21694c99d28946562b2b920 | diff --git a/Exscript/util/file.py b/Exscript/util/file.py
index <HASH>..<HASH> 100644
--- a/Exscript/util/file.py
+++ b/Exscript/util/file.py
@@ -27,11 +27,13 @@ from __future__ import print_function, absolute_import
from builtins import str
from future import standard_library
standard_library.install_aliases()
+im... | fix: imp.load_source() is deprecated in Py<I> | knipknap_exscript | train | py |
b1f217c0d6859efe25e588b494790276252a66ac | diff --git a/lib/gulp/tasks/compile.js b/lib/gulp/tasks/compile.js
index <HASH>..<HASH> 100644
--- a/lib/gulp/tasks/compile.js
+++ b/lib/gulp/tasks/compile.js
@@ -42,7 +42,7 @@ _.forEach(types, function(deps, type) {
*/
function computeAppManifest() {
- return 'quasar.global.manifest = ' + manifest() + ';';
+ re... | refactor: Update globals to latest spec | quasarframework_quasar-cli | train | js |
bbad852d316409a690c000c673d2ce51aa882450 | diff --git a/test/basic_tests.go b/test/basic_tests.go
index <HASH>..<HASH> 100644
--- a/test/basic_tests.go
+++ b/test/basic_tests.go
@@ -95,8 +95,9 @@ func SubtestManyKeysAndQuery(t *testing.T, ds dstore.Datastore) {
count := 100
for i := 0; i < count; i++ {
s := fmt.Sprintf("%dkey%d", i, i)
- keystrs = appen... | test: fix query test
String keys are prefixed with /, which was causing failures as it
expected key without the slash.
Checked and it now runs on go-ds-flatfs | ipfs_go-datastore | train | go |
e6217a9d4685b653b4d4d23568051d01e0739ab0 | diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/MutualInformationDiagram/index.js
+++ b/src/InfoViz/Native/MutualInformationDiagram/index.js
@@ -333,7 +333,6 @@ function informationDiagram(publi... | fix(MutualInfoDiagram): Fix one more globally applied d3 selection. | Kitware_paraviewweb | train | js |
8c5a3530e50180917f3a95c27f6d61efd6418d82 | diff --git a/docs/src/components/page-parts/meet-the-team/team.js b/docs/src/components/page-parts/meet-the-team/team.js
index <HASH>..<HASH> 100644
--- a/docs/src/components/page-parts/meet-the-team/team.js
+++ b/docs/src/components/page-parts/meet-the-team/team.js
@@ -116,5 +116,13 @@ export default [
avatar: 'r... | feat(docs): Update team page | quasarframework_quasar | train | js |
8a5f19cae2f4cbbfb5ab6dac7e49bc614ce33209 | diff --git a/functional_consumer_test.go b/functional_consumer_test.go
index <HASH>..<HASH> 100644
--- a/functional_consumer_test.go
+++ b/functional_consumer_test.go
@@ -139,6 +139,7 @@ func TestVersionMatrixIdempotent(t *testing.T) {
}
func TestReadOnlyAndAllCommittedMessages(t *testing.T) {
+ t.Skip("TODO: TestR... | fix(test): skip TestReadOnlyAndAllCommittedMessages
This is periodically failing with the consumer seemingly being delivered
an uncommitted message. Needs further investigation | Shopify_sarama | train | go |
bac79ad59589931926ce6de8d62ac2a6f55b5b40 | diff --git a/src/Bus/CharacterTokenShouldUpdate.php b/src/Bus/CharacterTokenShouldUpdate.php
index <HASH>..<HASH> 100644
--- a/src/Bus/CharacterTokenShouldUpdate.php
+++ b/src/Bus/CharacterTokenShouldUpdate.php
@@ -56,7 +56,6 @@ use Seat\Eveapi\Jobs\Mail\Labels as MailLabels;
use Seat\Eveapi\Jobs\Mail\MailingLists;
u... | refactor(commands): make planet job dispatching planet details one | eveseat_console | train | php |
a4998ea4e6ab85d11e0eb34f5c15d2109a070c1e | diff --git a/lib/passport-saml/saml.js b/lib/passport-saml/saml.js
index <HASH>..<HASH> 100644
--- a/lib/passport-saml/saml.js
+++ b/lib/passport-saml/saml.js
@@ -239,11 +239,11 @@ SAML.prototype.generateLogoutRequest = function (req) {
}
};
- if (typeof(req.user.nameQualifier) !== 'undefined') {
+ if (req.... | feat(logout): handle null and undefined on nameQualifier | bergie_passport-saml | train | js |
328ca492bc7c6cc6b6fd88c83ac5c2b29969c187 | diff --git a/packages/razzle/scripts/start.js b/packages/razzle/scripts/start.js
index <HASH>..<HASH> 100755
--- a/packages/razzle/scripts/start.js
+++ b/packages/razzle/scripts/start.js
@@ -15,10 +15,16 @@ const setPorts = require('razzle-dev-utils/setPorts');
const chalk = require('chalk');
const terminate = requir... | fix(razzle): only print signal handling on verbose | jaredpalmer_razzle | train | js |
0a1cfc3714e502630ceeafe9fed6c3e4a2721155 | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -69,9 +69,8 @@ const plugins = [
}),
json(),
babel({
- plugins: ['external-helpers'],
+ babelrc: false,
exclude: 'node_modules/**',
- runtimeHelpers: true,
}),
clean... | fix(rollup): fix rollup having wrong configuration | yeutech-lab_accept-dot-path | train | js |
98e918c032da7263c7a6c2a7d5f1a0372fafb08f | diff --git a/packages/storage-adapter-spec/src/index.js b/packages/storage-adapter-spec/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/storage-adapter-spec/src/index.js
+++ b/packages/storage-adapter-spec/src/index.js
@@ -43,6 +43,14 @@ export default function runAbstractStorageAdapterSpec(adapter) {
... | test(storage-adapter-spec): prove the storage adapter doesn't duplicate array contents when loaded/saved/loaded again | webex_spark-js-sdk | train | js |
47c1d5453da8e52ef8414e7f60600cb6ff3a2e5f | diff --git a/source/rafcon/gui/helpers/state.py b/source/rafcon/gui/helpers/state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/helpers/state.py
+++ b/source/rafcon/gui/helpers/state.py
@@ -365,6 +365,9 @@ def change_state_type(state_m, target_class):
# After the state has been changed in the core, we cre... | feat(state): Rename state on type change if type is in name
E.g. "ExecutionState 3" => "HierarchyState 3" on type change from
ExecutionState to HierarchyState | DLR-RM_RAFCON | train | py |
39bc537d6d5684f02e77f246e6a751392663e039 | diff --git a/ibis/backends/duckdb/__init__.py b/ibis/backends/duckdb/__init__.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/duckdb/__init__.py
+++ b/ibis/backends/duckdb/__init__.py
@@ -111,12 +111,13 @@ class Backend(BaseAlchemyBackend):
read_only
Whether the database is read-only
"... | fix(duckdb): ensure that in-memory connections remain in their creating thread | ibis-project_ibis | train | py |
7ae575adbf9be5e96c0233323b00191806a932c4 | diff --git a/models/classes/files/QtiFlysystemFile.php b/models/classes/files/QtiFlysystemFile.php
index <HASH>..<HASH> 100644
--- a/models/classes/files/QtiFlysystemFile.php
+++ b/models/classes/files/QtiFlysystemFile.php
@@ -48,7 +48,10 @@ class QtiFlysystemFile extends File implements QtiFile
// The paren... | fix: also consider `application/octet-stream` as generic type in QtiFlysystemFile | oat-sa_extension-tao-testqti | train | php |
3448ccf91cbff2e3901a99e23e57a0e1ad97044c | diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go
index <HASH>..<HASH> 100644
--- a/workflow/controller/operator.go
+++ b/workflow/controller/operator.go
@@ -1197,7 +1197,7 @@ func (woc *wfOperationCtx) createPVCs() error {
}
func (woc *wfOperationCtx) deletePVCs() error {
- if woc.wf.S... | fix: Delete PVCs unless WF Failed/Errored (#<I>) | argoproj_argo | train | go |
2757935fee23098327616cefdedcb6e29ba4b27a | diff --git a/www/src/examples/Grid/Responsive.js b/www/src/examples/Grid/Responsive.js
index <HASH>..<HASH> 100644
--- a/www/src/examples/Grid/Responsive.js
+++ b/www/src/examples/Grid/Responsive.js
@@ -5,7 +5,7 @@
xs=12 md=8
</Col>
<Col xs={6} md={4}>
- xl=6 md=4
+ xs=6 md=4
</Col>
<... | docs: grid edit typos (#<I>)
xl -> xs | react-bootstrap_react-bootstrap | train | js |
2f67d7e56781f10811ccae1518af0396e8428078 | diff --git a/ui/src/components/stepper/StepHeader.js b/ui/src/components/stepper/StepHeader.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/stepper/StepHeader.js
+++ b/ui/src/components/stepper/StepHeader.js
@@ -5,6 +5,8 @@ import Ripple from '../../directives/Ripple.js'
import AttrsMixin from '../../mixins/a... | refactor(QStepper): small tweak to header | quasarframework_quasar | train | js |
776372f86f5b27f9359435c2f08140ec200f8a82 | diff --git a/src/Jobs/Universe/Structures.php b/src/Jobs/Universe/Structures.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/Universe/Structures.php
+++ b/src/Jobs/Universe/Structures.php
@@ -141,24 +141,13 @@ class Structures extends AbstractAuthCharacterJob
} catch (RequestFailedException $e) {
- ... | refactor(jobs): non longer store stale data related to unresolved structures
instead storing a dummy structure, we will increase ESI counter and log the error. | eveseat_eveapi | train | php |
802951b348999f724f4b64f90b00a63757624cd9 | diff --git a/packages/api-generator/src/map.js b/packages/api-generator/src/map.js
index <HASH>..<HASH> 100755
--- a/packages/api-generator/src/map.js
+++ b/packages/api-generator/src/map.js
@@ -490,27 +490,27 @@ module.exports = {
],
functions: [
{
- name: 'title-date-format',
+ name: 't... | chore(Pickers): normalize map structure to camelCase | vuetifyjs_vuetify | train | js |
55100eba88a655d8784b60fa87bd1b2c4ad8e024 | diff --git a/app/modules/app.js b/app/modules/app.js
index <HASH>..<HASH> 100644
--- a/app/modules/app.js
+++ b/app/modules/app.js
@@ -65,13 +65,13 @@ angular.module('CouchCommerceApp', [
$rootScope.supportsFixed = deviceService.hasPositionFixedSupport();
$rootScope.$on('$routeChangeSuccess', functi... | fix(all): corrected some minor issues | sofa_sofa-couch-service | train | js |
2146e95c8247c2a585e26b1f641a68dc02db7593 | diff --git a/packages/xod-project/src/node.js b/packages/xod-project/src/node.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/node.js
+++ b/packages/xod-project/src/node.js
@@ -88,7 +88,7 @@ export const createNode = R.curry(
* @returns {Node} cloned node with new id
*/
export const duplicateNode = R... | fix(xod-project): fix error with generating new ids in `Node.duplicateNode` | xodio_xod | train | js |
c25ea45866b52ba9c24426fb9ed52e0b4ad97073 | diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js
index <HASH>..<HASH> 100644
--- a/src/client/voice/dispatcher/StreamDispatcher.js
+++ b/src/client/voice/dispatcher/StreamDispatcher.js
@@ -278,6 +278,13 @@ class StreamDispatcher extends Writable {
setVo... | fix(StreamDispatcher): emit volumeChange event when the volume changes (#<I>) | discordjs_discord.js | train | js |
76fdb1045c0133633cdb0066364fa7b10e8d0216 | diff --git a/packages/mcs-lite-ui/src/HOC/withDataChannelCard.js b/packages/mcs-lite-ui/src/HOC/withDataChannelCard.js
index <HASH>..<HASH> 100644
--- a/packages/mcs-lite-ui/src/HOC/withDataChannelCard.js
+++ b/packages/mcs-lite-ui/src/HOC/withDataChannelCard.js
@@ -1,7 +1,7 @@
import React, { PropTypes } from 'react'... | fix(HOC): give default value (#<I>) | MCS-Lite_mcs-lite | train | js |
65027bac8a957543d9b3d3303a31a3ecf29d0131 | diff --git a/maintain/commands/release.py b/maintain/commands/release.py
index <HASH>..<HASH> 100644
--- a/maintain/commands/release.py
+++ b/maintain/commands/release.py
@@ -89,6 +89,8 @@ def release(version, dry_run, bump, pull_request, verbose):
exit(1)
if bump:
+ logger.info('Bumping {}'.... | feat: Add additional info outputs from release command | kylef_maintain | train | py |
b2cf2e877ae03589656c4dddaadfbee9589b8da3 | diff --git a/pkg/services/sqlstore/alert_state_test.go b/pkg/services/sqlstore/alert_state_test.go
index <HASH>..<HASH> 100644
--- a/pkg/services/sqlstore/alert_state_test.go
+++ b/pkg/services/sqlstore/alert_state_test.go
@@ -96,7 +96,7 @@ func TestAlertingStateAccess(t *testing.T) {
Convey("should not get any al... | test(alerting): improve unit test | grafana_grafana | train | go |
b5f1f6933e6b59f245407a594d2dc321148d794d | diff --git a/config/webpack/webpack.config.ssr.js b/config/webpack/webpack.config.ssr.js
index <HASH>..<HASH> 100644
--- a/config/webpack/webpack.config.ssr.js
+++ b/config/webpack/webpack.config.ssr.js
@@ -61,7 +61,7 @@ const makeWebpackConfig = ({ clientPort, serverPort }) => {
const clientServer = `http://localho... | fix(hot): Resolve react-hot-loader with node require (#<I>) | seek-oss_sku | train | js |
21dd239e473ee24d4d140710d45c09b8fe4f69ad | diff --git a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAAddParameter.java b/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAAddParameter.java
index <HASH>..<HASH> 100755
--- a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout... | docs: annotate LPAAddParameter perform() as @Override | Jasig_uPortal | train | java |
84af710e42fdd6132a382feec5640e89e09c5446 | diff --git a/http/query_handler.go b/http/query_handler.go
index <HASH>..<HASH> 100644
--- a/http/query_handler.go
+++ b/http/query_handler.go
@@ -178,7 +178,7 @@ type fluxPlan struct {
func newFluxPlan(p *plan.PlanSpec) *fluxPlan {
res := &fluxPlan{
- Roots: []plan.PlanNode{},
+ Roots: make([]plan.PlanN... | refactor(http): preallocate query plans | influxdata_influxdb | train | go |
7ad96b8801b61a984af84569e79247c93e1ae7b6 | diff --git a/lib/schema_dot_org.rb b/lib/schema_dot_org.rb
index <HASH>..<HASH> 100644
--- a/lib/schema_dot_org.rb
+++ b/lib/schema_dot_org.rb
@@ -1,5 +1,7 @@
-require "schema_dot_org/version"
+require 'validated_object'
+require 'schema_dot_org/version'
module SchemaDotOrg
- # Your code goes here...
+ class Schem... | refactor: new SchemaType base class | public-law_schema-dot-org | train | rb,rb |
372a4059262737bc5c32460fc6981d910408826a | diff --git a/src/structures/ReactionCollector.js b/src/structures/ReactionCollector.js
index <HASH>..<HASH> 100644
--- a/src/structures/ReactionCollector.js
+++ b/src/structures/ReactionCollector.js
@@ -103,7 +103,7 @@ class ReactionCollector extends Collector {
*/
dispose(reaction, user) {
/**
- * Emit... | docs(ReactionCollector): Revise JSDoc for ReactionCollector#dispose and #remove (#<I>) | discordjs_discord.js | train | js |
d3955f1a32742cbf35bbd910e2068a6eb0bf9331 | diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/branch/index.js
+++ b/lib/workers/branch/index.js
@@ -162,7 +162,9 @@ async function processBranch(branchConfig) {
});
await platform.ensureComment(pr.number, topic, content);
} ... | fix: only remove lock file warning comment when successfully updating… (#<I>) | renovatebot_renovate | train | js |
02c147bd9fa65cb781d3a7e298d4e2a4ccd83ac2 | diff --git a/lib/logatim.js b/lib/logatim.js
index <HASH>..<HASH> 100644
--- a/lib/logatim.js
+++ b/lib/logatim.js
@@ -11,6 +11,7 @@ const logatim = module.exports = str => {
if (str) logs.addChunk({ key: 'str', val: str })
const speaker = message => logatim(message)
+ speaker.inspect = () => undefined // don'... | perf: Override speaker.inspect
Avoid polluting the REPL or the generics outputs with the echoes of the speaker function properties | sospedra_logatim | train | js |
997e2db434fb85fb3eec1b18b1ca0b28b4d3c6d9 | diff --git a/src/transformer.js b/src/transformer.js
index <HASH>..<HASH> 100644
--- a/src/transformer.js
+++ b/src/transformer.js
@@ -182,7 +182,7 @@ function traverse(obj, priv, cfg) {
if (cfg.parse.types[t].rewrite) {
prop.type = `${cfg.parse.types[t].rewrite}${generic ? generic[0] : ''}`;
... | fix: known types with generics are identified as unknown | miralemd_jsdoc2spec | train | js |
54d3f12bfdefac133eda3d701d1a7391c33ed6a4 | diff --git a/scripts/cucumber.js b/scripts/cucumber.js
index <HASH>..<HASH> 100644
--- a/scripts/cucumber.js
+++ b/scripts/cucumber.js
@@ -6,7 +6,7 @@ const isWindows = process.platform.match(/^win/);
// Excludes Cucumber features marked with the "@cli" tag.
// CLI does not work on Windows:
// https://github.com/api... | fix: excludes "@cli" features on win platform | apiaryio_gavel.js | train | js |
1b77b83091966252446b7a000f60dc63fa76fdf8 | diff --git a/src/components/Tile/Tile.js b/src/components/Tile/Tile.js
index <HASH>..<HASH> 100644
--- a/src/components/Tile/Tile.js
+++ b/src/components/Tile/Tile.js
@@ -25,9 +25,25 @@ export class Tile extends Component {
export class ClickableTile extends Component {
static propTypes = {
+ /**
+ * The c... | fix(clickable-tile): add rel prop (#<I>)
* fix(clickable-tile): add rel prop
* chore: remove rel
* chore: add prop comments | carbon-design-system_carbon-components-react | train | js |
c5d3173ea0d598e247af72650018d682e70771a4 | diff --git a/spec/server_worker_context.rb b/spec/server_worker_context.rb
index <HASH>..<HASH> 100644
--- a/spec/server_worker_context.rb
+++ b/spec/server_worker_context.rb
@@ -253,15 +253,21 @@ end
shared_context 'test server and worker' do
before { reset_test_state }
+ if ServerEngine.windows?
+ WAIT_RATI... | test: Extend wait time for forked process on Windows | treasure-data_serverengine | train | rb |
d481fd51476125f6e99615399b018a138f192b49 | diff --git a/lib/Page.js b/lib/Page.js
index <HASH>..<HASH> 100644
--- a/lib/Page.js
+++ b/lib/Page.js
@@ -78,6 +78,7 @@ class Page extends EventEmitter {
this._keyboard = new Keyboard(client);
this._mouse = new Mouse(client, this._keyboard);
this._touchscreen = new Touchscreen(client, this._keyboard);
+... | fix(types): type FrameManager in Page.js (#<I>) | GoogleChrome_puppeteer | train | js |
72c7b6f968dd08e063ad31c0a35a93183a4be692 | diff --git a/src/peer-routing/index.js b/src/peer-routing/index.js
index <HASH>..<HASH> 100644
--- a/src/peer-routing/index.js
+++ b/src/peer-routing/index.js
@@ -267,6 +267,7 @@ module.exports = (dht) => {
peerData.id = new PeerId(peer.id, null, pk)
const addrs = peerData.addresses.map((address) => addre... | chore: use keybook (#<I>) | libp2p_js-libp2p-kad-dht | train | js,js |
9298e8714d9d976bd9a0faedee0337922860d964 | diff --git a/__tests__/tests/player.test.js b/__tests__/tests/player.test.js
index <HASH>..<HASH> 100644
--- a/__tests__/tests/player.test.js
+++ b/__tests__/tests/player.test.js
@@ -239,6 +239,8 @@ describe("<ReactJkMusicPlayer/>", () => {
assert(formatTime(30000) === "20:00");
assert(formatTime(60) === "00:... | fix: add audio player time hour support | lijinke666_react-music-player | train | js |
312191dbcdc296576008fb62a02aba505ee47661 | diff --git a/cloudvolume/secrets.py b/cloudvolume/secrets.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/secrets.py
+++ b/cloudvolume/secrets.py
@@ -5,9 +5,19 @@ import json
from google.oauth2 import service_account
-from .lib import mkdir
+from .lib import mkdir, colorize
+
+backwards_compatible_path = os.path.... | feat: backwards compatibility with ~/.neuroglancer (#<I>) | seung-lab_cloud-volume | train | py |
f7c1b61aff484fb97c7195a259b1f8a292d4c781 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,4 +1,4 @@
-export { Database } from './database';
-export { Router } from './router';
-export { Server } from './server';
-export { Response } from './response';
+export { Database } from './Database';
+expo... | refactor(project): Improve project's structure to follow modern node apps | devlucky_Kakapo.js | train | js,js |
dc42956a369018b083e9b6edd46c43905e38fddf | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -191,7 +191,7 @@ module.exports = function(opts) {
if (gzip) {
config.plugins.push(
new CompressionPlugin({
- asset: '[path][query]',
+ filename: '[pat... | fix: replaces asset object with filename object | Sage_carbon-factory | train | js |
39115c8acc89ba3997c23e841533f36c5c5d6b7f | diff --git a/src/client/actions/MessageCreate.js b/src/client/actions/MessageCreate.js
index <HASH>..<HASH> 100644
--- a/src/client/actions/MessageCreate.js
+++ b/src/client/actions/MessageCreate.js
@@ -12,9 +12,7 @@ class MessageCreateAction extends Action {
if (existing) return { message: existing };
co... | fix(MessageCreateAction): remove redundant GuildMemberStore#add call
This was also causing a bug where GuildMember#_roles was patched with a GuildMemberRoleStore | discordjs_discord.js | train | js |
ef9f90417fbe9c538249cd18f7e1a7480905a870 | diff --git a/src/playbacks/hls/hls.js b/src/playbacks/hls/hls.js
index <HASH>..<HASH> 100644
--- a/src/playbacks/hls/hls.js
+++ b/src/playbacks/hls/hls.js
@@ -294,7 +294,6 @@ export default class HLS extends HTML5VideoPlayback {
case HLSJS.ErrorDetails.LEVEL_LOAD_ERROR:
case HLSJS.ErrorDetails.LEV... | refactor(hls): do not set fatal level since it is the default | clappr_clappr | train | js |
76c540a24cf1b36cafd9995e012500788b0889cd | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ try:
except FileNotFoundError:
README = ""
-VERSION = '0.1.0'
+VERSION = '0.1.1'
setup(
name='chuda', | chore(release): bump to <I> | Varkal_chuda | train | py |
7acfc8909f384903b43e31302dcf11534c3b9637 | diff --git a/lib/rack/app/router/dynamic.rb b/lib/rack/app/router/dynamic.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/app/router/dynamic.rb
+++ b/lib/rack/app/router/dynamic.rb
@@ -133,6 +133,7 @@ class Rack::App::Router::Dynamic < Rack::App::Router::Base
last_mounted_directory = nil
last_mounted_app = nil
... | refactor: add plus line to dynamic router fetch_context to inc readability | rack-app_rack-app | train | rb |
0f1ec4d6d7349b85d25a69a4f54213c3791ef06a | diff --git a/emiz/mission.py b/emiz/mission.py
index <HASH>..<HASH> 100644
--- a/emiz/mission.py
+++ b/emiz/mission.py
@@ -173,7 +173,7 @@ class BaseMissionObject:
def day(self, value):
Mission.validator_day.validate(value, 'day')
# Get the last day of the current month
- value = max(value... | fix: fix bug in mission.day | etcher-be_emiz | train | py |
1b20cf6bf87377b46c9520bacb8e6a5c1c344ffe | diff --git a/protocol-designer/src/steplist/fieldLevel/errors.js b/protocol-designer/src/steplist/fieldLevel/errors.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/steplist/fieldLevel/errors.js
+++ b/protocol-designer/src/steplist/fieldLevel/errors.js
@@ -18,8 +18,8 @@ const FIELD_ERRORS: { [FieldError]: str... | refactor(protocol-designer): Update range caption copy (#<I>)
closes #<I> | Opentrons_opentrons | train | js |
2f1666f6fcd6a621c0aff5abf604f2baa92ca795 | diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js
index <HASH>..<HASH> 100755
--- a/packages/simplebar/src/simplebar.js
+++ b/packages/simplebar/src/simplebar.js
@@ -423,9 +423,9 @@ export default class SimpleBar {
this.contentEl.style.height = isHeightAuto ? 'auto' : '100%';
... | feat: placeholder size is now using resizeWrapper instead of contentEl
so we can use clientWidth that is more reliable than scrollWidth | Grsmto_simplebar | train | js |
e91b53e107e384e9a2ada3c723d8da98d7ac73d2 | diff --git a/spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/SarifException.java b/spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/SarifException.java
index <HASH>..<HASH> 100644
--- a/spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/SarifException.java
+++ b/spotbugs/src/main/java/edu/umd/cs/findbugs/sarif/SarifExce... | fix: remove needless nested exception property | spotbugs_spotbugs | train | java |
3e954aaedd7f6cb45b902f6419392e95b40785cd | diff --git a/test/scripts/init.js b/test/scripts/init.js
index <HASH>..<HASH> 100644
--- a/test/scripts/init.js
+++ b/test/scripts/init.js
@@ -4,7 +4,7 @@ require('chai').should();
const pathFn = require('path');
const fs = require('hexo-fs');
const Promise = require('bluebird');
-const { hash } = require('hexo-util... | refactor: destructure createSha1Hash() | hexojs_hexo-cli | train | js |
a7ad757ba081998c0af0b9cc557b4b9ff4ec4281 | diff --git a/spec/client_spec.rb b/spec/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/client_spec.rb
+++ b/spec/client_spec.rb
@@ -354,7 +354,7 @@ describe 'Client' do
res = Algolia.get_logs(0, 20, true)
res['logs'].size.should > 0
- res['logs'][0]['answer_code'].should eq("404")
+ (res['logs'... | test(client): try to finally make the get_logs test pass | algolia_algoliasearch-client-ruby | train | rb |
f6649304e57daa5d070e74ecb6cdea9cc68d3d5c | diff --git a/src/components/bottomSheet/bottom-sheet.js b/src/components/bottomSheet/bottom-sheet.js
index <HASH>..<HASH> 100644
--- a/src/components/bottomSheet/bottom-sheet.js
+++ b/src/components/bottomSheet/bottom-sheet.js
@@ -87,6 +87,7 @@ function MdBottomSheetDirective($mdBottomSheet) {
* of 3.
* - `clic... | docs(bottom-sheet): document bindToController option (#<I>)
* Adds missing documentation for the `bindToController` option inside of the bottomSheet directive / service.
Closes #<I> | angular_material | train | js |
0ed788560ccfca0f7a0a5eea19f9de8a3ad5cf88 | diff --git a/classes/PlaylistArchiveStream.php b/classes/PlaylistArchiveStream.php
index <HASH>..<HASH> 100644
--- a/classes/PlaylistArchiveStream.php
+++ b/classes/PlaylistArchiveStream.php
@@ -66,6 +66,8 @@ class PlaylistArchiveStream extends TarArchive
*/
public function __construct(Config $config = null)... | refactor: PlaylistArchiveStream should call parent constructor | Rudloff_alltube | train | php |
bdd6dc644a9b7cfdc6cb843e5c4acef915d22983 | diff --git a/query/control/controller.go b/query/control/controller.go
index <HASH>..<HASH> 100644
--- a/query/control/controller.go
+++ b/query/control/controller.go
@@ -395,11 +395,10 @@ func (c *Controller) executeQuery(q *Query) {
err, ok := e.(error)
if !ok {
err = fmt.Errorf("panic: %v", e)
- c.lo... | refactor(query): change log level to record panic stack traces (#<I>) | influxdata_influxdb | train | go |
19b61c68fdaa9cd495e96f9856e72721433d3036 | diff --git a/anyconfig/backend/tests/xml.py b/anyconfig/backend/tests/xml.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/tests/xml.py
+++ b/anyconfig/backend/tests/xml.py
@@ -2,7 +2,7 @@
# Copyright (C) 2012 - 2017 Satoru SATOH <ssato @ redhat.com>
# License: MIT
#
-# pylint: disable=missing-docstring, inval... | fix: revert the previous commit accidentally contains two different changes | ssato_python-anyconfig | train | py |
c722379e190e85f2bf30b69e2483dabc498e08c1 | diff --git a/content/template/programme/list.php b/content/template/programme/list.php
index <HASH>..<HASH> 100644
--- a/content/template/programme/list.php
+++ b/content/template/programme/list.php
@@ -1,5 +1,5 @@
<?php
-
+EDU()->write_debug( $programmes );
if ( empty( $programmes['Errors'] ) ) {
?>
<div class="... | feat: 🎸 Category filtering on programme-list | MultinetInteractive_EduAdmin-WordPress | train | php,php |
cee61b40d0dc6bc30bd2ad87f1429af0bd4297f3 | diff --git a/src/options-validator.js b/src/options-validator.js
index <HASH>..<HASH> 100644
--- a/src/options-validator.js
+++ b/src/options-validator.js
@@ -1,4 +1,4 @@
-import * as joi from 'joi';
+import joi from 'joi';
import hoek from '@hapi/hoek';
export function validate(options) { | fix(joi): removed the namespace import to use as a normal cjs dependency | travi_project-scaffolder | train | js |
98b4f1653659de5cbb104dec217134f1d290c5cb | diff --git a/__tests__/utils.unit.test.js b/__tests__/utils.unit.test.js
index <HASH>..<HASH> 100644
--- a/__tests__/utils.unit.test.js
+++ b/__tests__/utils.unit.test.js
@@ -71,10 +71,12 @@ describe('Utils Tests', () => {
const index = findLoader(useConfig1, otherLoadersRegex);
expect(index).toBe(3);
... | style: Improve spacing in util test file | anantoghosh_gatsby-plugin-purgecss | train | js |
ccae673f3db6d0c937674978ae26e3741cb81e8b | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -114,9 +114,12 @@ function proxy(callback) {
var boundHost;
var socksServer = socks.createServer(function(info, accept, deny) {
var dstPort = info.dstPort;
- var connPath = info.dstAddr + ... | fix: check the ui host of socks request | avwo_whistle | train | js |
0c596f356a8b3e83a415c2e7b4e421d7879839ad | diff --git a/lib/rules/rules.js b/lib/rules/rules.js
index <HASH>..<HASH> 100644
--- a/lib/rules/rules.js
+++ b/lib/rules/rules.js
@@ -775,13 +775,12 @@ proto.getHost = function(url, pluginRulesMgr, rulesFileMgr, headerRulesMgr) {
proto.resolveFilter = function(url) {
var filter = resolveProperties(url, this._rules... | feat: Supports setting ignore://allRules | avwo_whistle | train | js |
037e8cf969a2ceb0b10f362f4e12467e779aad03 | diff --git a/src/structures/Message.js b/src/structures/Message.js
index <HASH>..<HASH> 100644
--- a/src/structures/Message.js
+++ b/src/structures/Message.js
@@ -26,6 +26,12 @@ class Message extends Base {
*/
this.channel = channel;
+ /**
+ * Whether this message has been deleted
+ * @type {boo... | fix(Messages): undeleting themselves (#<I>)
when a _patch() is queued | discordjs_discord.js | train | js |
94df7a859db909260e3a710da365ef98937c2678 | diff --git a/src/Controller/Api.php b/src/Controller/Api.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Api.php
+++ b/src/Controller/Api.php
@@ -19,6 +19,8 @@ trait Api
public function initialize()
{
+ Router::disableCsrfCheck();
+ Router::disableSession();
}
public function ... | feat: disable csrf check and session in api controller trait | phwoolcon_phwoolcon | train | php |
81fe7569e00d2b5c91d447cd44bac7abdaf1db1e | diff --git a/packages/common/src/one-flight.js b/packages/common/src/one-flight.js
index <HASH>..<HASH> 100644
--- a/packages/common/src/one-flight.js
+++ b/packages/common/src/one-flight.js
@@ -15,8 +15,12 @@ const flights = new Map();
* @param {boolean} options.cacheSuccesses
* @returns {Function}
*/
-export de... | fix(common): actually cache the result of oneFlight, thus making it serve its purpose | webex_spark-js-sdk | train | js |
b84d13e8c01940f86a9394c24fad2ccf5cec4cd2 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -38,9 +38,12 @@ function loader(...args) {
// Should the file get cached?
let cache = true;
-
+ // this.fs can be undefined
+ // e.g when using the thread-loader
+ // fallback to the fs module
+ co... | fix(index): fallback to `fs` if `this.fs` is `undefined` (#<I>) | webpack-contrib_cache-loader | train | js |
1f0c2934a7214c4ad34c0e1c4efeaa27125a2bde | diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -24,7 +24,7 @@ module Gruff
LABEL_MARGIN = 10.0
DEFAULT_MARGIN = 20.0
- DEFAULT_TARGET_WIDTH = 800
+ DEFAULT_TARGET_WIDTH = 800.0
THOUSAND_SEPARATOR = ','
@@ -213,... | refactor: Freeze instance variables as constant (#<I>) | topfunky_gruff | train | rb |
e827f4fc44b4fb94c7ae471a17a254545daf2fed | diff --git a/bin/webpack.js b/bin/webpack.js
index <HASH>..<HASH> 100755
--- a/bin/webpack.js
+++ b/bin/webpack.js
@@ -82,8 +82,19 @@ if (!cli.installed) {
console.error(notify);
- const isYarn = fs.existsSync(path.resolve(process.cwd(), "yarn.lock"));
- const isPnpm = fs.existsSync(path.resolve(process.cwd(), "p... | refactor: packageManager logic for perf improvement | webpack_webpack | train | js |
ed0acb1ce403a7d4b7627602df4899884d0f4a8a | diff --git a/.toys/release/please.rb b/.toys/release/please.rb
index <HASH>..<HASH> 100644
--- a/.toys/release/please.rb
+++ b/.toys/release/please.rb
@@ -145,7 +145,7 @@ end
def default_repo_url
url = capture(["git", "remote", "get-url", "origin"]).strip
- if url =~ %r{github\.com[:/]([\w.-]+/[\w.-]+)\.git$}
+ ... | chore: Fix for release-please (#<I>) | googleapis_google-cloud-ruby | train | rb |
b022d3e8dc6632504e4c00432de3efd36d4af99b | diff --git a/src/Leevel/Kernel/Exception/BusinessException.php b/src/Leevel/Kernel/Exception/BusinessException.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Kernel/Exception/BusinessException.php
+++ b/src/Leevel/Kernel/Exception/BusinessException.php
@@ -31,7 +31,7 @@ namespace Leevel\Kernel\Exception;
*
* @ver... | refactor(businessexception): modify BusinessException to abstract | hunzhiwange_framework | train | php |
6b18792df5b28b13063b6bd639176bdceb85bcb7 | diff --git a/src/notebook/components/transforms/plotly.js b/src/notebook/components/transforms/plotly.js
index <HASH>..<HASH> 100644
--- a/src/notebook/components/transforms/plotly.js
+++ b/src/notebook/components/transforms/plotly.js
@@ -28,8 +28,15 @@ export class PlotlyTransform extends React.Component {
Plotly... | feat(update): propagate changes for Plotly component | nteract_nteract | train | js |
961312c816e2162196006f91ccb6bd4690255a31 | diff --git a/packages/functionals/botpress-nlu/src/providers/luis.js b/packages/functionals/botpress-nlu/src/providers/luis.js
index <HASH>..<HASH> 100755
--- a/packages/functionals/botpress-nlu/src/providers/luis.js
+++ b/packages/functionals/botpress-nlu/src/providers/luis.js
@@ -162,6 +162,13 @@ export default class... | fix(nlu): don't sync luis if syncing in progress | botpress_botpress | train | js |
f5fa9ee055263c92b506a49ded286145ef9c0487 | diff --git a/components/PoweredBy/index.js b/components/PoweredBy/index.js
index <HASH>..<HASH> 100644
--- a/components/PoweredBy/index.js
+++ b/components/PoweredBy/index.js
@@ -6,12 +6,9 @@ require('style?prepend!raw!./index.css');
class PoweredBy extends React.Component {
render() {
- var poweredByDisplay =... | fix(poweredBy): Extract its hiding capabilities
It must not be the responsability of the PoweredBy component to
show/hide itself. Fix #<I> | algolia_instantsearch.js | train | js,js |
c31fc47e4d8774a03503b9da6d3e58b691c7c7b5 | diff --git a/lib/player.js b/lib/player.js
index <HASH>..<HASH> 100644
--- a/lib/player.js
+++ b/lib/player.js
@@ -1728,6 +1728,8 @@ shaka.Player = class extends shaka.util.FakeEventTarget {
this.manifest_.variants,
this.manifest_.offlineSessionIds);
+ await this.drmEngine_.attach(has.mediaElemen... | fix: Fix DRM initialization on WebOS <I> (#<I>)
Closes: #<I> | google_shaka-player | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.