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 |
|---|---|---|---|---|---|
8489265c341ced72f8c7b7d26a22e41b9283b55b | diff --git a/lib/topologies/shared.js b/lib/topologies/shared.js
index <HASH>..<HASH> 100644
--- a/lib/topologies/shared.js
+++ b/lib/topologies/shared.js
@@ -4,6 +4,7 @@ const os = require('os');
const f = require('util').format;
const ReadPreference = require('./read_preference');
const Buffer = require('safe-buff... | fix(retryable-writes): don't add `txnNumber` for standalone servers | mongodb-js_mongodb-core | train | js |
4b657f14011a27b45aed1d8c3be3482f9216846f | diff --git a/TestsExample/App.js b/TestsExample/App.js
index <HASH>..<HASH> 100644
--- a/TestsExample/App.js
+++ b/TestsExample/App.js
@@ -33,6 +33,7 @@ import Test791 from './src/Test791';
import Test817 from './src/Test817';
import Test831 from './src/Test831';
import Test844 from './src/Test844';
+import Test852 ... | fix: add missing import in App.js (#<I>)
Added missing import statement in App.js for Test<I> in TestsExample project. | kmagiera_react-native-screens | train | js |
6fa355fa7d3d5976da53c01ace7f35ae786df5b6 | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -890,7 +890,7 @@ module.exports = function(socket, hostname, next, isWebPort) {
if(useSNI) {
checkTimeout();
- getSNIServer(h2Handlers, handleConnect, util... | refactor: Enable HTTP/2 | avwo_whistle | train | js |
b1c9d6ee2a76c7c2a6d87f4033d8bfb2a227a9f7 | diff --git a/src/components/DatePicker.js b/src/components/DatePicker.js
index <HASH>..<HASH> 100644
--- a/src/components/DatePicker.js
+++ b/src/components/DatePicker.js
@@ -376,8 +376,10 @@ export default class DatePicker extends Component {
*/
componentWillReceiveProps(properties) {
const newState = {
- ... | fix(DatePicker): change in method componentWillReceiveProps to fix scenario when component receives props | nikgraf_belle | train | js |
9a4427019181dbba24de03559a749879e6910c99 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting-info/index.js b/packages/node_modules/@webex/plugin-meetings/src/meeting-info/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/meeting-info/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/mee... | fix(plugin-meetings): change logging output | webex_spark-js-sdk | train | js |
76ad6a8882de1670bd737507809852251e826e4d | diff --git a/packages/react/.storybook/config.js b/packages/react/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/packages/react/.storybook/config.js
+++ b/packages/react/.storybook/config.js
@@ -15,7 +15,8 @@ addParameters({
options: {
theme: {
brandTitle: 'carbon components react',
- brandU... | chore(storybook): update brand url to new monorepo pkg (#<I>)
* chore(storybook): update brand url to new monorepo pkg
* chore: use prettier for brand url | carbon-design-system_carbon-components | train | js |
e62b1c7de4efe28f23500fa522da4b2ee6b6d508 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -1587,7 +1587,15 @@ Collection.prototype.findOneAndUpdate = function(filter, update, options, callba
* @return {Promise} returns Promise if no callback passed
* @deprecated use findOneAn... | refactor: add private `_findAndModify()` function that bypasses deprecation warning for Mongoose | mongodb_node-mongodb-native | train | js |
356c3354a3b127b1662a3c1d4775510506f89e72 | diff --git a/packages/site/pages/components/tab.js b/packages/site/pages/components/tab.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/tab.js
+++ b/packages/site/pages/components/tab.js
@@ -20,7 +20,7 @@ class InAppExample extends React.Component {
constructor(props) {
super(props)
thi... | refactor(site): show enough tab items to overflow | pluralsight_design-system | train | js |
72741f3769d0c31b021778f95f2cff02965571c0 | diff --git a/src/SchemaDerivedConfig.js b/src/SchemaDerivedConfig.js
index <HASH>..<HASH> 100644
--- a/src/SchemaDerivedConfig.js
+++ b/src/SchemaDerivedConfig.js
@@ -93,7 +93,7 @@ class SchemaDerivedConfig extends BaseConfig {
// intercept property access
const wrapped = new Proxy(handled, th... | fix(proxy): empty objects should be cast into arrays too, if they have a length | adobe_helix-shared | train | js |
2b9bbd6438bb774b98151c24952d5be6f2c367d4 | diff --git a/copy-dir.js b/copy-dir.js
index <HASH>..<HASH> 100644
--- a/copy-dir.js
+++ b/copy-dir.js
@@ -64,9 +64,14 @@ module.exports = exports = function (source, dest, options = null, cb = null) {
source = path.resolve(String(source));
dest = path.resolve(String(dest));
return lstat(dest, { loose: true })(st... | feat: Allow empty directory at `copyDir` destination | medikoo_fs2 | train | js |
abb81bd4ce0b27331caff5598ab55eb2ddff0e82 | diff --git a/lib/frames/sasl_frame.js b/lib/frames/sasl_frame.js
index <HASH>..<HASH> 100644
--- a/lib/frames/sasl_frame.js
+++ b/lib/frames/sasl_frame.js
@@ -214,8 +214,7 @@ function SaslInit(options) {
this.hostname = up.get(options, 2);
} else {
u.assertArguments(options, ['mechanism']);
- this.mecha... | fix(SaslInit): use coerce for mechanisms member | noodlefrenzy_node-amqp10 | train | js |
5a9eebf2fad59c2c7ce7c175e7b638fc726d2b4e | diff --git a/packages/jsx/esm.js b/packages/jsx/esm.js
index <HASH>..<HASH> 100644
--- a/packages/jsx/esm.js
+++ b/packages/jsx/esm.js
@@ -15,6 +15,8 @@ import ServerReduxRoot from "./lib/serverReduxRoot";
import configureStore from "./lib/store/configureStore";
+import * as util from "./lib/util";
+
export * fro... | fix(jsx): Actually export `util` as I wanted in d<I>c<I>d<I>cc<I>b<I>b<I>d2ad9faa5a5e6. | randytarampi_me | train | js |
bf5a1b1bfd317f40ed8ef35f5d2595aa7dc26bbe | diff --git a/plugins/gcc/defines.js b/plugins/gcc/defines.js
index <HASH>..<HASH> 100644
--- a/plugins/gcc/defines.js
+++ b/plugins/gcc/defines.js
@@ -114,7 +114,7 @@ const adder = function(thisPackage, options) {
// modify ROOT defines with the value
var list = [];
for (var key in defines) {
- ... | fix(gcc): fix slashes in ROOT defines | ngageoint_opensphere-build-resolver | train | js |
c2c3e3882d1040d8e78c13dfb1c6552239875af1 | diff --git a/lib/serial.js b/lib/serial.js
index <HASH>..<HASH> 100644
--- a/lib/serial.js
+++ b/lib/serial.js
@@ -308,7 +308,7 @@ function processNTGMessage(that, buffer, len)
return
}
- if ( this.options.sendNetworkStats ) {
+ if ( that.options.sendNetworkStats ) {
let newbuf = new Buffer.alloc(len +... | fix: error handling sendNetworkStats (#<I>) | canboat_canboatjs | train | js |
88c5ff5b5525cf25b007877321722be100ccf920 | diff --git a/packages/register/src/index.js b/packages/register/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/register/src/index.js
+++ b/packages/register/src/index.js
@@ -137,7 +137,9 @@ class AW {
const [filename] = utils.getCurrentFilenameStackInfo(this.testFiles);
const deps = utils.getAllDepen... | fix(mock): don't refresh sinon and chai modules (#<I>) | qlik-oss_after-work.js | train | js |
80a152a6bea7678a87dade03d41435afcffcdaab | diff --git a/topologies/shared.js b/topologies/shared.js
index <HASH>..<HASH> 100644
--- a/topologies/shared.js
+++ b/topologies/shared.js
@@ -378,11 +378,6 @@ function resolveClusterTime(topology, $clusterTime) {
// to share code.
const SessionMixins = {
endSessions: function(sessions, callback) {
- if (... | fix(sessions): actually allow ending of sessions
Currently, endSessions filters out any calls that happen while
the topology is connected. However, it is impossible to send
an endSessions command if you are not connected. This fix allows
sessions to be ended while the topology is connected
Part of HELP-<I> | mongodb_node-mongodb-native | train | js |
979d41e14f5acf69bac094b3863591ee8e01fd9c | diff --git a/lib/operations/validate_collection.js b/lib/operations/validate_collection.js
index <HASH>..<HASH> 100644
--- a/lib/operations/validate_collection.js
+++ b/lib/operations/validate_collection.js
@@ -14,8 +14,7 @@ class ValidateCollectionOperation extends CommandOperation {
}
super(admin.s.db, op... | fix: store name of collection for more informative error messages | mongodb_node-mongodb-native | train | js |
cd79bef2547594f4d0c744faa8fa67fb9fd61526 | diff --git a/packages/discord.js/src/client/websocket/WebSocketManager.js b/packages/discord.js/src/client/websocket/WebSocketManager.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/client/websocket/WebSocketManager.js
+++ b/packages/discord.js/src/client/websocket/WebSocketManager.js
@@ -136,7 +136,7 @@ c... | fix: TOKEN_INVALID error not thrown at login with invalid token (#<I>) | discordjs_discord.js | train | js |
68a20fce39bccd644f2a64f7eefcc5661bbe747c | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -30,6 +30,7 @@ from poetry.repositories import Repository
from poetry.utils.env import EnvManager
from poetry.utils.env import SystemEnv
from poetry.utils.env import VirtualEnv
+from poet... | test: ensure read-only temp files are removed | sdispater_poetry | train | py |
b385aedf36ba1da9b824a544658320ce8745472c | 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
@@ -496,6 +496,11 @@ class Message extends Base {
* message.delete({ timeout: 5000 })
* .then(msg => console.log(`Deleted message from ${msg.author.use... | chore(docs): example for timeout in message.delete() (#<I>) | discordjs_discord.js | train | js |
b7e65c6743cdbf3c6f37b015f628a079051dd739 | diff --git a/sdam/cursor.js b/sdam/cursor.js
index <HASH>..<HASH> 100644
--- a/sdam/cursor.js
+++ b/sdam/cursor.js
@@ -91,13 +91,15 @@ class Cursor {
transforms: options.transforms
};
+ if (typeof options.session === 'object') {
+ this.s.session = options.session;
+ }
+
// Add promoteLong ... | fix(cursor): check for session presence independently
The current check for sessiosn will not be executed if `promoteLongs`
is present. It should check explicitly, outside of the branch. | mongodb_node-mongodb-native | train | js |
4911fbbbd5b213f662f329b1381ee3531a5b4697 | diff --git a/src/Keboola/Syrup/Command/GenerateComponentCommand.php b/src/Keboola/Syrup/Command/GenerateComponentCommand.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Syrup/Command/GenerateComponentCommand.php
+++ b/src/Keboola/Syrup/Command/GenerateComponentCommand.php
@@ -32,7 +32,7 @@ class GenerateComponentComm... | refactor: deprecated syrup:generate:component command | keboola_syrup | train | php |
75bd68a228d41bc7e24e87fadcb7761cb9147f5f | diff --git a/ui/src/components/banner/QBanner.js b/ui/src/components/banner/QBanner.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/banner/QBanner.js
+++ b/ui/src/components/banner/QBanner.js
@@ -19,21 +19,16 @@ export default Vue.extend({
},
render (h) {
- const child = []
const actions = slot(t... | fix(QBanner): regression on previous small tweak | quasarframework_quasar | train | js |
31d1cb5c4a28aea88456400098546b0015c0bf95 | diff --git a/lib/launch-local.js b/lib/launch-local.js
index <HASH>..<HASH> 100644
--- a/lib/launch-local.js
+++ b/lib/launch-local.js
@@ -306,10 +306,8 @@ class Launcher {
const pds = Object.keys(this.finalReportsByWorker).map(
(k) => this.finalReportsByWorker[k]
);
- const bucket... | chore: refactor period agregation | artilleryio_artillery | train | js |
1a20631d46185bb145d281cf63b0e638c29f7396 | diff --git a/src/Leevel/View/Parser.php b/src/Leevel/View/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/View/Parser.php
+++ b/src/Leevel/View/Parser.php
@@ -22,6 +22,7 @@ namespace Leevel\View;
use InvalidArgumentException;
use Leevel\Filesystem\Fso\create_file;
+use function Leevel\Filesystem\Fso\create_... | refactor(fn): use class_exists to import fn | hunzhiwange_framework | train | php |
82d160a6e34870a70223c4aa7e7da9b4ed67d96d | diff --git a/lib/forms/type-util.js b/lib/forms/type-util.js
index <HASH>..<HASH> 100644
--- a/lib/forms/type-util.js
+++ b/lib/forms/type-util.js
@@ -58,12 +58,12 @@ var convertToType = function(value, type) {
* @see https://app.camunda.com/jira/browse/CAM-4746
*
*/
+var pad = function(number) {
+ return ( numb... | chore(type-utils): do not instantiate new pad fct for every call
related to CAM-<I> | camunda_camunda-bpm-sdk-js | train | js |
d1f044e18ff6eeb80468e4f30dbd99618dc13f96 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -89,7 +89,7 @@ afterAll(SX(async function() {
describe('Puppeteer', function() {
describe('Puppeteer.launch', function() {
- it('should support ignoreHTTPSErrors option', SX(async function() {
+ xit... | test: disable ignoreHTTPSErrors test (#<I>)
Reference #<I> | GoogleChrome_puppeteer | train | js |
b4c84557ae7e0f76067295ccea352e8a041bca32 | diff --git a/fleetctl/destroy.go b/fleetctl/destroy.go
index <HASH>..<HASH> 100644
--- a/fleetctl/destroy.go
+++ b/fleetctl/destroy.go
@@ -1,6 +1,8 @@
package main
import (
+ "fmt"
+ log "github.com/coreos/fleet/third_party/github.com/golang/glog"
"path"
"github.com/coreos/fleet/third_party/github.com/codegan... | feat(fleetctl): log/print things in fleetctl destroy | coreos_fleet | train | go |
b84fc642f975a2bbed5f5938cf6d17f6659a7bf0 | diff --git a/lib/ps.js b/lib/ps.js
index <HASH>..<HASH> 100644
--- a/lib/ps.js
+++ b/lib/ps.js
@@ -35,9 +35,22 @@ module.exports = function(deis) {
callback(null, body);
});
}
+
+ /**
+ * list application containers and their status
+ */
+ function byType(appName, type, callback) {
+ var uri = f... | feat(app): get container info by type | aledbf_deis-api | train | js |
9639db5522d252a6bff43ca9dbc2a6c1dbdd078e | diff --git a/events/exchange/exchange.go b/events/exchange/exchange.go
index <HASH>..<HASH> 100644
--- a/events/exchange/exchange.go
+++ b/events/exchange/exchange.go
@@ -138,10 +138,10 @@ func (e *Exchange) Subscribe(ctx context.Context, fs ...string) (ch <-chan *even
)
closeAll := func() {
- defer close(errq)
... | refactor: no need defer in closeAll | containerd_containerd | train | go |
536cbaae1425771bc386c7022a3f2b970b56a566 | diff --git a/library/src/main/java/com/liulishuo/filedownloader/download/ConnectTask.java b/library/src/main/java/com/liulishuo/filedownloader/download/ConnectTask.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/filedownloader/download/ConnectTask.java
+++ b/library/src/main/java/com/liulishu... | feat: print response header fields to logcat when need_log is true | lingochamp_FileDownloader | train | java |
5fb4703751adef603e3cb325a03742934a20918d | diff --git a/js/src/mesh.js b/js/src/mesh.js
index <HASH>..<HASH> 100644
--- a/js/src/mesh.js
+++ b/js/src/mesh.js
@@ -225,6 +225,8 @@ var MeshView = widgets.WidgetView.extend( {
if(texture && this.textures) {
this.material.defines['USE_TEXTURE'] = true;
}
+ this.material.needsUpda... | fix: mark material for needsUpdate so that assigning a texture afterwards works | maartenbreddels_ipyvolume | train | js |
53e204857f90e4b08d21160dabc31033b60b6995 | diff --git a/closure-deps/lib/depgraph.js b/closure-deps/lib/depgraph.js
index <HASH>..<HASH> 100644
--- a/closure-deps/lib/depgraph.js
+++ b/closure-deps/lib/depgraph.js
@@ -18,7 +18,7 @@
const {SourceError} = require('./sourceerror');
const path = require('path');
-/** @enum {stromg} */
+/** @enum {string} */
co... | fix: type
RELNOTES: n/a
Closes #<I> from teppeis/closure-library:patch-2
ORIGINAL_AUTHOR=Teppei Sato <<EMAIL>>
-------------
Created by MOE: <URL> | google_closure-library | train | js |
7722bad770c05640f04a09eef4077b78d01d4f55 | diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/xml.py
+++ b/anyconfig/backend/xml.py
@@ -317,7 +317,7 @@ def _complement_tag_options(options):
>>> sorted(opts.items())
[('attrs', '@attrs'), ('children', '@children'), ('text', '#text')]
... | refactor: [xml] fix for pytlint's warn, consider-iterating-dictionary | ssato_python-anyconfig | train | py |
ff3df2d9b2c01c1ca0d12c1fcaf136528287fb6d | diff --git a/lib/core/public/run-rules.js b/lib/core/public/run-rules.js
index <HASH>..<HASH> 100644
--- a/lib/core/public/run-rules.js
+++ b/lib/core/public/run-rules.js
@@ -28,18 +28,18 @@ function runRules(context, options, resolve, reject) {
axe.utils.collectResultsFromFrames(context, options, 'rules', null, re... | fix: RestoreScroll was running out of sync (#<I>) | dequelabs_axe-core | train | js |
86c8efc99435bd14fafc4d62a19a83e9c9f362aa | diff --git a/vyper/context/types/function.py b/vyper/context/types/function.py
index <HASH>..<HASH> 100644
--- a/vyper/context/types/function.py
+++ b/vyper/context/types/function.py
@@ -7,6 +7,7 @@ from vyper.ast.validation import validate_call_args
from vyper.context.namespace import get_namespace
from vyper.contex... | fix: add check to prevent dynamic-length struct as a function input | ethereum_vyper | train | py |
97e173fd7cf4b8738483b9c92ccaac3c2ce50d50 | diff --git a/packages/upgrade/src/cli.js b/packages/upgrade/src/cli.js
index <HASH>..<HASH> 100644
--- a/packages/upgrade/src/cli.js
+++ b/packages/upgrade/src/cli.js
@@ -84,9 +84,8 @@ async function runCommand(makePromise, options) {
}
try {
- const start = Date.now();
await makePromise();
- console... | fix(cli): revert change to log out time to complete | carbon-design-system_carbon-components | train | js |
fd7791b0cf611d6f795b753ce6c6766faec25100 | diff --git a/react/Section/Section.js b/react/Section/Section.js
index <HASH>..<HASH> 100644
--- a/react/Section/Section.js
+++ b/react/Section/Section.js
@@ -12,8 +12,8 @@ type Props = {
header: boolean,
pullout: boolean,
slim: boolean,
- tone: typeof TONE.POSITIVE | typeof TONE.CRITICAL | typeof TONE.INFO |... | fix(Section): Fix level and tone types (#<I>) | seek-oss_seek-style-guide | train | js |
4d1a3afb807c291581154389fc928b17b9558c81 | diff --git a/src/Lib/SwaggerTools.php b/src/Lib/SwaggerTools.php
index <HASH>..<HASH> 100644
--- a/src/Lib/SwaggerTools.php
+++ b/src/Lib/SwaggerTools.php
@@ -72,8 +72,9 @@ class SwaggerTools
*/
protected static function writeSwaggerDocumentToFile($path, $content)
{
- $fh = new File($path, true);... | fix: swagger output to file (#<I>)
* fix: swagger output to file
* fix: code coverage | alt3_cakephp-swagger | train | php |
cc0d46900e2cd099f1e58b2f78572b6a1ec1facc | diff --git a/source/rafcon/utils/vividict.py b/source/rafcon/utils/vividict.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/utils/vividict.py
+++ b/source/rafcon/utils/vividict.py
@@ -51,6 +51,8 @@ class Vividict(dict, YAMLObject, JSONObject):
def __setitem__(self, key, value):
assert isinstance(key, s... | fix(Vividict): Ensure nested dicts are all Vividicts | DLR-RM_RAFCON | train | py |
0a39640be7bc211edbfd58b06b2c30a6facf3ae3 | diff --git a/server/server.go b/server/server.go
index <HASH>..<HASH> 100644
--- a/server/server.go
+++ b/server/server.go
@@ -2,6 +2,7 @@ package server
import (
"github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd"
+ log "github.com/coreos/fleet/third_party/github.com/golang/glog"
"github.com/... | fix(fleet): continue when failing to parse authorized_keys file
It should not panic the fleet. | coreos_fleet | train | go,go |
ee63b08ace1a5a75018e867de44ab7e16277dcb9 | diff --git a/scripts/nx-release.js b/scripts/nx-release.js
index <HASH>..<HASH> 100755
--- a/scripts/nx-release.js
+++ b/scripts/nx-release.js
@@ -15,6 +15,11 @@ const parsedArgs = yargsParser(process.argv, {
console.log('parsedArgs', parsedArgs);
+if (! process.env.GITHUB_TOKEN_RELEASE_IT_NX) {
+ console.error('... | fix(build): error when github token is not set | nrwl_nx | train | js |
164240945601ed5270f3d5332758314aeae8f4fb | diff --git a/views/cypress/utils/urls.js b/views/cypress/utils/urls.js
index <HASH>..<HASH> 100644
--- a/views/cypress/utils/urls.js
+++ b/views/cypress/utils/urls.js
@@ -1,4 +1,8 @@
export default {
index: '/tao/Main/index',
- login: '/tao/Main/login'
+ login: '/tao/Main/login',
+ addUser: '/tao/Main/in... | feat: updated urls utils with manage users, media and tests | oat-sa_tao-core | train | js |
838cb3b8b98b726508631cdbce5ca566f9832861 | diff --git a/src/dev.js b/src/dev.js
index <HASH>..<HASH> 100644
--- a/src/dev.js
+++ b/src/dev.js
@@ -56,7 +56,9 @@ module.exports = {
dependencyPath + '/' + name.substring(0, name.indexOf('.js')) + '/system'
];
}).forEach(function(value){
- copyDir(value[0], value[1]);
+ if (... | fix(tools): Bug when dist/system dir doesn't exist
This should resolve issue with html-template-binding not having a system folder. | aurelia_tools | train | js |
cdafe949277ad4bb258782566de22c97f2177bdf | diff --git a/src/Output/Writer.php b/src/Output/Writer.php
index <HASH>..<HASH> 100644
--- a/src/Output/Writer.php
+++ b/src/Output/Writer.php
@@ -2,6 +2,7 @@
namespace Ahc\Cli\Output;
+use Ahc\Cli\Exception\InvalidArgumentException;
use Ahc\Cli\Helper\InflectsString;
/**
@@ -293,7 +294,7 @@ class Writer
... | fix(writer): title style, missing imports | adhocore_php-cli | train | php |
ebefb7b91815e66f0c0be824a1d476c79c2154d4 | diff --git a/lib/sdam/topology.js b/lib/sdam/topology.js
index <HASH>..<HASH> 100644
--- a/lib/sdam/topology.js
+++ b/lib/sdam/topology.js
@@ -295,7 +295,10 @@ class Topology extends EventEmitter {
callback = options;
if (typeof selector !== 'function') {
options = selector;
- selector = r... | fix(topology): ensure read preferences are translated on selection | mongodb-js_mongodb-core | train | js |
ac51ed0842a933bb58e05bab8a8c8274eccdeb0c | diff --git a/client/cli/run/service.go b/client/cli/run/service.go
index <HASH>..<HASH> 100644
--- a/client/cli/run/service.go
+++ b/client/cli/run/service.go
@@ -518,10 +518,6 @@ func updateService(ctx *cli.Context) error {
name := ctx.String("name")
- if v := ctx.Args().Get(0); len(v) > 0 {
- name = v
- }
-
... | fix: micro update . (#<I>) | micro_micro | train | go |
28f92f18e23305987f42e459e08d6dc4b08be62b | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -51,8 +51,9 @@ module.exports = [
file: `dist/${name}.cjs.js`,
format: 'cjs',
sourcemap: true,
+ exports: 'named'
},
- plugins: ... | fix: cjs bundle was broken | Workfront_workfront-api | train | js |
3889c9e3ae846b3bebd9e87445841a25bc953e61 | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -3,5 +3,5 @@ const baseConfig = require('./jest/base.config.js')
module.exports = {
...baseConfig,
collectCoverage: false,
- testMatch: [`<rootDir>/packages/**/*/?(*.)+(spec|test).js`]
+ testMa... | ci: include ts files in jest run | pluralsight_design-system | train | js |
9c7e6a2133f9dcd68892568f3efffe7165c453d5 | diff --git a/pkg/services/alerting/datasources/graphite.go b/pkg/services/alerting/datasources/graphite.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/datasources/graphite.go
+++ b/pkg/services/alerting/datasources/graphite.go
@@ -11,6 +11,7 @@ import (
"github.com/grafana/grafana/pkg/cmd/grafana-cli/log"... | feat(alerting): add basic auth support for graphite | grafana_grafana | train | go |
24347adbfb0297fa1200330811140122288f8b7e | diff --git a/lib/routes/admin-api/context-schema.js b/lib/routes/admin-api/context-schema.js
index <HASH>..<HASH> 100644
--- a/lib/routes/admin-api/context-schema.js
+++ b/lib/routes/admin-api/context-schema.js
@@ -11,6 +11,7 @@ const contextSchema = joi
name: nameType,
description: joi
.... | fix: context legalValues should be at max <I> chars | Unleash_unleash | train | js |
4f303a997e35b5b613e217a569c3d56e0c80da1a | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -1,6 +1,7 @@
// Karma configuration
// Generated on Fri Jan 11 2019 20:11:14 GMT+0800 (CST)
+process.env.CHROME_BIN = require('puppeteer').executablePath();
const path = require('path')
module.expor... | fix: karma launch chrome logic | wechat-miniprogram_miniprogram-simulate | train | js |
d2d4c6adf5fb1f7e66f1f564845be72e4c4deeb6 | diff --git a/src/components/index.js b/src/components/index.js
index <HASH>..<HASH> 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -7,6 +7,7 @@ export { default as Badge } from "./Badge";
export { default as BlogCard } from "./BlogCard";
export { default as Button } from "./Button";
export { d... | feat(Comment): Exporting comment from default package. | tabler_tabler-react | train | js |
9c78ee83ae3950926db610ed9a99b692d6e10bac | diff --git a/tests/test_io.py b/tests/test_io.py
index <HASH>..<HASH> 100644
--- a/tests/test_io.py
+++ b/tests/test_io.py
@@ -193,7 +193,7 @@ class TestLoader(unittest.TestCase):
'''
val = m.select_any('X')
self.assertTrue(val is not None)
- self.assertEqual(0L, val.Id)
+ self.... | test: python3 fixes | xtuml_pyxtuml | train | py |
d2fa1ce3404a630f2faf9ccfa6e140aff3f8ae05 | diff --git a/src/config/karma.conf.js b/src/config/karma.conf.js
index <HASH>..<HASH> 100644
--- a/src/config/karma.conf.js
+++ b/src/config/karma.conf.js
@@ -72,10 +72,6 @@ const karmaConfig = (config, argv) => {
}
]),
- proxies: {
- '/test/fixtures/': '/base/test/fixtures/'
- },
-
prepro... | fix: fix karma fixture loading | ipfs_aegir | train | js,js |
813479adb99ec8c4c15979c125f1bcce72c3cbeb | diff --git a/app/reducers/index.js b/app/reducers/index.js
index <HASH>..<HASH> 100644
--- a/app/reducers/index.js
+++ b/app/reducers/index.js
@@ -8,7 +8,6 @@ import { errors } from './errors';
const projectUndoConfig = {
filter: (action) => !(R.pathEq(['meta', 'skipHistory'], true, action)),
- limit: 10,
};
... | fix(undo): remove history limit | xodio_xod | train | js |
f617f6e373140efcd09a8afbfedd4e4f2d789e31 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -147,7 +147,7 @@ class Config {
this.dev = true;
this.mergeConfig(defaultConfig.devConfig);
}
- this.webpackConfig.mode = this.prod ? 'production' : 'development';
+ this.webpackCon... | fix: test env use production, scan code | easy-team_easywebpack | train | js |
91844724d3f73dc365e2641960dd1d59081ba461 | diff --git a/src/plugin.js b/src/plugin.js
index <HASH>..<HASH> 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -551,7 +551,7 @@ class VR extends Plugin {
}
addCardboardButton_() {
- if (!this.player_.getChild('CardboardButton')) {
+ if (!this.player_.controlBar.getChild('CardboardButton')) {
thi... | fix: correctly check for cardboard button on control bar so we don't add two (#<I>) | videojs_videojs-vr | train | js |
68f5da165834698fbec22339af3d51ef103d377a | diff --git a/niworkflows/utils/spaces.py b/niworkflows/utils/spaces.py
index <HASH>..<HASH> 100644
--- a/niworkflows/utils/spaces.py
+++ b/niworkflows/utils/spaces.py
@@ -14,6 +14,8 @@ NONSTANDARD_REFERENCES = [
"run",
"sbref",
"session",
+ "individual",
+ "dwi",
]
"""List of supported nonstandar... | fix: add DWI nonstandard spaces
Resolves: #<I>. | poldracklab_niworkflows | train | py |
998295a1d68629101902f242773e552db4ff73b7 | diff --git a/controller/api/management/commands/load_db_state_to_etcd.py b/controller/api/management/commands/load_db_state_to_etcd.py
index <HASH>..<HASH> 100644
--- a/controller/api/management/commands/load_db_state_to_etcd.py
+++ b/controller/api/management/commands/load_db_state_to_etcd.py
@@ -1,6 +1,8 @@
+from __f... | fix(controller): only load latest config
Fix #<I>: only load latest config for each app from db to etcd on boot | deis_deis | train | py |
1ac77fc9f523c7d175f4146aa1e0ce53a4261137 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -92,13 +92,17 @@ var (
defaultHelmOptions = map[string]string{
"image.repository": "k8s1:5000/cilium/cilium-dev",
"image.tag": ... | test: Avoid using image digests in CI
CI runs don't need to use image digests, as there's no real benefit.
Additionally, the CI infrastructure is not set up to properly parse the
digests from the image tag, which causes the upgrade test
(test/k8sT/Updates.go). | cilium_cilium | train | go |
fdaffb6aa2e997201a0ab80b97ee8090c0f7da0c | diff --git a/util/http.go b/util/http.go
index <HASH>..<HASH> 100644
--- a/util/http.go
+++ b/util/http.go
@@ -65,7 +65,7 @@ func HTTPPostContext(ctx context.Context, uri string, data []byte, header map[st
defer response.Body.Close()
if response.StatusCode != http.StatusOK {
- return nil, fmt.Errorf("http get er... | fix: typo (#<I>) | silenceper_wechat | train | go |
7d765a063f65073d9c9f0386ae4e1a7321bd1f63 | diff --git a/libraries/Twig.php b/libraries/Twig.php
index <HASH>..<HASH> 100644
--- a/libraries/Twig.php
+++ b/libraries/Twig.php
@@ -1,5 +1,4 @@
<?php
-defined('BASEPATH') or exit('No direct script access allowed');
/**
* Part of CodeIgniter Simple and Secure Twig
*
@@ -8,6 +7,7 @@ defined('BASEPATH') or exit('... | refactor: move "No direct script access allowed" check below the header comment | kenjis_codeigniter-ss-twig | train | php |
c2529260e7c989c8c9159f3e98eff111cd062a51 | diff --git a/cmd/xl-sets.go b/cmd/xl-sets.go
index <HASH>..<HASH> 100644
--- a/cmd/xl-sets.go
+++ b/cmd/xl-sets.go
@@ -333,12 +333,15 @@ func newXLSets(ctx context.Context, endpoints Endpoints, storageDisks []StorageA
for i := 0; i < setCount; i++ {
s.xlDisks[i] = make([]StorageAPI, drivesPerSet)
s.xlLockers[i]... | fix: crash observed when position of drives different (#<I>)
allocate the disk slice properly before populating
disk by its ID and its position.
Fixes #<I> | minio_minio | train | go |
38e1926159b2dae276c0da689ed3ffc7ecef4108 | diff --git a/src/bp/ui-studio/src/web/components/ChatEmulator/inspectorTheme.js b/src/bp/ui-studio/src/web/components/ChatEmulator/inspectorTheme.js
index <HASH>..<HASH> 100644
--- a/src/bp/ui-studio/src/web/components/ChatEmulator/inspectorTheme.js
+++ b/src/bp/ui-studio/src/web/components/ChatEmulator/inspectorTheme.... | fix(style): emulator inspector background | botpress_botpress | train | js |
07b3d75eb8e67b5a9bdc6d659bf9e9523ec594bb | diff --git a/eslint/possible_errors.js b/eslint/possible_errors.js
index <HASH>..<HASH> 100644
--- a/eslint/possible_errors.js
+++ b/eslint/possible_errors.js
@@ -26,7 +26,7 @@ module.exports = {
// disallow double-negation boolean casts in a boolean context (recommended)
'no-extra-boolean-cast': 0,
... | fix: turn off no-extra-parens | adoyle-h_eslint-config-adoyle-style | train | js |
f6f433282d4ff56517d61ab84f7c92a53dba5342 | diff --git a/packages/notifications-flyout/src/__fixtures__/createSampleNotifications.js b/packages/notifications-flyout/src/__fixtures__/createSampleNotifications.js
index <HASH>..<HASH> 100644
--- a/packages/notifications-flyout/src/__fixtures__/createSampleNotifications.js
+++ b/packages/notifications-flyout/src/__f... | docs(storybook): add action for dismissed notification | Autodesk_hig | train | js |
d6fa1a93ed9c75299f1f45599e328efeaabfd90b | diff --git a/android-sdk/mixpush-vivo/src/main/java/cn/leancloud/vivo/LCMixPushManager.java b/android-sdk/mixpush-vivo/src/main/java/cn/leancloud/vivo/LCMixPushManager.java
index <HASH>..<HASH> 100644
--- a/android-sdk/mixpush-vivo/src/main/java/cn/leancloud/vivo/LCMixPushManager.java
+++ b/android-sdk/mixpush-vivo/src... | chore: check support of vivo push. | leancloud_java-sdk-all | train | java |
70cfdfe2320a7d8eb0054a7acbe6859c812bcc93 | diff --git a/bin/json2csv.js b/bin/json2csv.js
index <HASH>..<HASH> 100755
--- a/bin/json2csv.js
+++ b/bin/json2csv.js
@@ -114,7 +114,7 @@ getFields(function (err, fields) {
defaultValue: program.defaultValue,
flatten: program.flatten,
includeEmptyRows: program.includeEmptyRows,
- withBOM: pro... | fix(cli): pass BOM cli option to function (#<I>)
+ program.withBom is where commander stores the --with-bom option, instead of withBOM, which is the functions internal representation of this option. | zemirco_json2csv | train | js |
e4ee7c063c0f8a6db92385fd85a382db79d4973c | diff --git a/packages/create-webiny-project/index.js b/packages/create-webiny-project/index.js
index <HASH>..<HASH> 100644
--- a/packages/create-webiny-project/index.js
+++ b/packages/create-webiny-project/index.js
@@ -304,6 +304,11 @@ async function createApp({ projectName, template, tag, log }) {
... | fix(create-webiny-project): don't update dependency version for file: protocol | Webiny_webiny-js | train | js |
38112ef492a5e3032dde8343bbebf6a6c89bb5a0 | diff --git a/src/modal/modal-trigger.js b/src/modal/modal-trigger.js
index <HASH>..<HASH> 100644
--- a/src/modal/modal-trigger.js
+++ b/src/modal/modal-trigger.js
@@ -1,4 +1,5 @@
-import { customAttribute, inject } from 'aurelia-templating';
+import { customAttribute } from 'aurelia-templating';
+import { inject } from... | fix(md-modal-trigger): put inject import to it's rightful place | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
520bbb70cfde28ec930abdaf553f96be2300f0dd | diff --git a/lib/PerunConstants.php b/lib/PerunConstants.php
index <HASH>..<HASH> 100644
--- a/lib/PerunConstants.php
+++ b/lib/PerunConstants.php
@@ -18,6 +18,8 @@ class PerunConstants
public const USER = 'user';
+ public const USER_GROUPS = 'groups';
+
public const STATE_ID = 'stateId';
public... | feat: PerunConstants | CESNET_perun-simplesamlphp-module | train | php |
ae955a4d2b9c1923fe05a501a0b1917869aba11d | diff --git a/website/languages.js b/website/languages.js
index <HASH>..<HASH> 100644
--- a/website/languages.js
+++ b/website/languages.js
@@ -127,7 +127,7 @@ const languages = [
tag: 'pt-PT',
},
{
- enabled: false,
+ enabled: true,
name: 'Português (Brasil)',
tag: 'pt-BR',
}, | chore(docs): Enable Português | verdaccio_verdaccio | train | js |
d7224a7a22d295e2493788233b924fda0c8f84b6 | diff --git a/lib/optimize.js b/lib/optimize.js
index <HASH>..<HASH> 100644
--- a/lib/optimize.js
+++ b/lib/optimize.js
@@ -97,14 +97,10 @@ module.exports = async (buffer, options) => {
if (options.zopflipng) {
buffer = await zopflipng(buffer, options.zopflipng);
}
- } else if (isGif(buffer)) {
- if... | fix: fix lint issues | 1000ch_gulp-image | train | js |
1da997dbe6196313852dd73d7b9955d666591d3f | diff --git a/lib/manager/npm/lookup/index.js b/lib/manager/npm/lookup/index.js
index <HASH>..<HASH> 100644
--- a/lib/manager/npm/lookup/index.js
+++ b/lib/manager/npm/lookup/index.js
@@ -55,13 +55,14 @@ async function lookupUpdates(config) {
if (!allSatisfyingVersions.length) {
updates.push(getRollbackUpdate(co... | fix: pin when range strategy is autodetected to pin | renovatebot_renovate | train | js |
61335c1ca165833bb0d61a7cdce93c6bdeb63ded | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100755
--- a/src/index.js
+++ b/src/index.js
@@ -17,6 +17,19 @@ import releaseCmd from './cmds/release.js'
import testDependantCmd from './cmds/test-dependant.js'
import testCmd from './cmds/test.js'
+/**
+ * @typedef {import('./types').BuildOptions} Bui... | fix: export types (#<I>)
Import all of the exported types in the index file so the types from this module are actually useable. | ipfs_aegir | train | js |
4867e318421834528c39035b545b5404d56a8a49 | diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/js/tabsController.js
+++ b/src/components/tabs/js/tabsController.js
@@ -28,6 +28,7 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $md
... | fix(tabs): fixes `md-center-tabs` support with recent changes
Closes #<I> | angular_material | train | js |
aac8a23a3ac7f0b1f3b1c698acc766906a8e6a6e | diff --git a/PubSub/src/ResourceNameTrait.php b/PubSub/src/ResourceNameTrait.php
index <HASH>..<HASH> 100644
--- a/PubSub/src/ResourceNameTrait.php
+++ b/PubSub/src/ResourceNameTrait.php
@@ -123,6 +123,7 @@ trait ResourceNameTrait
$type
));
}
+ $name = empty($name) ? '' : $... | fix: PHP<I> deprecation warning on preg_match() (#<I>) | googleapis_google-cloud-php | train | php |
d7d6525bcb0bbfe643b4d3aa8f5576c6823cc280 | diff --git a/src/js/components/sortable.js b/src/js/components/sortable.js
index <HASH>..<HASH> 100644
--- a/src/js/components/sortable.js
+++ b/src/js/components/sortable.js
@@ -189,8 +189,7 @@ export default {
off(window, 'scroll', this.scroll);
if (!this.drag) {
-
- if (e.t... | fix: fix clicking on items not triggering `click` event in Sortable component | uikit_uikit | train | js |
385ed4d0246b5d77542d3a4c6fdc896e000656bd | diff --git a/lib/rule/rule-context.js b/lib/rule/rule-context.js
index <HASH>..<HASH> 100644
--- a/lib/rule/rule-context.js
+++ b/lib/rule/rule-context.js
@@ -13,7 +13,7 @@ function RuleContext(ruleId, textLint) {
textLint.pushReport(ruleId, node, error);
};
// Const Values
- this.Syntax = require... | fix(rule-context): use union-syntax instead of markdown-syntax
It was bug... | textlint_textlint | train | js,js |
1a5100b5a0f34a3be428a5486bcb2f6a61fca956 | diff --git a/packages/@vue/cli-service/__tests__/serve.spec.js b/packages/@vue/cli-service/__tests__/serve.spec.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/__tests__/serve.spec.js
+++ b/packages/@vue/cli-service/__tests__/serve.spec.js
@@ -168,17 +168,6 @@ test('serve with no public dir', async () =>... | test: remove e2e test for dart sass
It doesn't add much value and interferes webpack 4 tests | vuejs_vue-cli | train | js |
8d1989ccc161eba9c2904f4da5dfa161cc0187d1 | diff --git a/snippet-finder.js b/snippet-finder.js
index <HASH>..<HASH> 100644
--- a/snippet-finder.js
+++ b/snippet-finder.js
@@ -9,7 +9,7 @@ var path = require('path');
function findFiles(srcDir) {
return new _Promise(function(resolve, reject) {
- glob(path.join(srcDir, "**/*.+(js|coffee|html|hbs|md|css|sass... | feat(yaml): Add support for finding yaml snippets | ef4_ember-code-snippet | train | js |
31d645959dc4e494593fed1e23c8e049a8d26b16 | diff --git a/src/sku/components/SkuStepper.js b/src/sku/components/SkuStepper.js
index <HASH>..<HASH> 100644
--- a/src/sku/components/SkuStepper.js
+++ b/src/sku/components/SkuStepper.js
@@ -41,7 +41,8 @@ export default createComponent({
watch: {
currentNum(num) {
- this.skuEventBus.$emit('sku:numChange'... | fix(Sku): stepper value must be integer (#<I>) | youzan_vant | train | js |
cd324b08f191925f271178a326d65a000167d130 | diff --git a/packages/netlify-cms-app/src/index.js b/packages/netlify-cms-app/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-app/src/index.js
+++ b/packages/netlify-cms-app/src/index.js
@@ -1,4 +1,5 @@
import { NetlifyCmsCore as CMS } from 'netlify-cms-core';
+import moment from 'moment';
import ... | feat: expose CMS moment (#<I>) | netlify_netlify-cms | train | js |
67703c5aa8d433ff50d32425a951f64ffb1f0e39 | diff --git a/test/functional/backends/test_netssh.rb b/test/functional/backends/test_netssh.rb
index <HASH>..<HASH> 100644
--- a/test/functional/backends/test_netssh.rb
+++ b/test/functional/backends/test_netssh.rb
@@ -180,7 +180,7 @@ module SSHKit
size = 25
fills = SecureRandom.random_bytes(... | fix: test_upload_large_file should open file in binary file mode | capistrano_sshkit | train | rb |
81ddd0014a531916678fd7abacde37d847461d44 | diff --git a/src/main/java/org/camunda/bpm/model/bpmn/instance/MultiInstanceLoopCharacteristics.java b/src/main/java/org/camunda/bpm/model/bpmn/instance/MultiInstanceLoopCharacteristics.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/camunda/bpm/model/bpmn/instance/MultiInstanceLoopCharacteristics.java
+++ b/s... | chore(bpmn): add setter and getter to interface
related to #CAM-<I> | camunda_camunda-bpmn-model | train | java |
453d2187aedcf0fd0a1da6f4bdd637287af68a14 | diff --git a/src/plugins/poster/poster.js b/src/plugins/poster/poster.js
index <HASH>..<HASH> 100644
--- a/src/plugins/poster/poster.js
+++ b/src/plugins/poster/poster.js
@@ -95,12 +95,15 @@ export default class PosterPlugin extends UIContainerPlugin {
}
clicked() {
- if (!this.options.chromeless || this.opt... | fix(poster): avoid conflict with click_to_pause plugin | clappr_clappr | train | js |
ea350ed0e4a41b572e7eb9ed079896788fe6d9c7 | diff --git a/test/playbacks/hls_spec.js b/test/playbacks/hls_spec.js
index <HASH>..<HASH> 100644
--- a/test/playbacks/hls_spec.js
+++ b/test/playbacks/hls_spec.js
@@ -85,11 +85,11 @@ describe('HLS playback', () => {
let options = { src: 'http://clappr.io/notfound.m3u8' }
const playback = new HLS(options)
... | test(hls): use raw instead of data prop and move done to callback fix always passing it | clappr_clappr | train | js |
973a8a5c860f437f13cec1557e6286b49fdb50a6 | diff --git a/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js b/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js
+++ b/prot... | feat(protocol-designer): disconnect well selection modal from hovered step state (#<I>)
Well selection modal well contents are now only correlated with the currently selected step (the one
being edited)
Closes #<I> | Opentrons_opentrons | train | js |
a20ecdca9444c6fdfe26474f3c1c06ec6a452ce3 | diff --git a/src/Leevel/Database/Database.php b/src/Leevel/Database/Database.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Database.php
+++ b/src/Leevel/Database/Database.php
@@ -21,6 +21,7 @@ declare(strict_types=1);
namespace Leevel\Database;
use Closure;
+use Exception;
use InvalidArgumentException;... | fix(database): fix for phpstan | hunzhiwange_framework | train | php,php |
f9e1cddc7d4cf0ff3aab57a63e5bd3988eb88e6e | diff --git a/src/notebook/components/cell/toolbar.js b/src/notebook/components/cell/toolbar.js
index <HASH>..<HASH> 100644
--- a/src/notebook/components/cell/toolbar.js
+++ b/src/notebook/components/cell/toolbar.js
@@ -97,12 +97,12 @@ export default class Toolbar extends React.PureComponent {
<span class... | fix(Toolbar): Switched 'sticky' and 'delete' button (#<I>) | nteract_nteract | train | js |
786585009e9e84214d2caf982e1f71508442817b | diff --git a/cmd/notification.go b/cmd/notification.go
index <HASH>..<HASH> 100644
--- a/cmd/notification.go
+++ b/cmd/notification.go
@@ -1218,6 +1218,21 @@ func (sys *NotificationSys) ProcInfo(ctx context.Context) []madmin.ServerProcInf
return reply
}
+func getOfflineDisks(offlineHost string, endpoints EndpointS... | fix: capture disks when entire peer is offline (#<I>)
currently when one of the peer is down, the
drives from that peer are reported as '0/0'
offline instead we should capture/filter the
drives from the peer and populate it appropriately
such that `mc admin info` displays correct info. | minio_minio | train | go |
45d7250a07d1c2c4484d7f31f55621f4b57eb2c5 | diff --git a/src/youtube.js b/src/youtube.js
index <HASH>..<HASH> 100644
--- a/src/youtube.js
+++ b/src/youtube.js
@@ -21,7 +21,7 @@ module.exports = function(robot) {
var videoFetcher = require('./lib/video-fetcher.js')(robot);
- robot.respond(/yf add(.*?)$/i, function(msg) {
+ robot.respond(/yf add (.*... | fix: add space to commands after subcommand | Insorum_hubot-youtube-feed | train | js |
ee7bb307bea65d67005966129b9ea3dcfc88b4c5 | diff --git a/src/components/provider.js b/src/components/provider.js
index <HASH>..<HASH> 100644
--- a/src/components/provider.js
+++ b/src/components/provider.js
@@ -111,13 +111,6 @@ function createValuesLookup (ctx) {
}
acc[depName] = providers[depName].value;
- const watcherName = `$__${depName}`;
- ... | fix: maintain the watcher for cross-field validation closes #<I> | baianat_vee-validate | train | js |
8c85a8f19758974132738b4527286bf515c6b748 | diff --git a/test/unit/Cursor.test.js b/test/unit/Cursor.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/Cursor.test.js
+++ b/test/unit/Cursor.test.js
@@ -27,6 +27,18 @@ describe('Cursor', () => {
assert.equal(cursor._buffer, 'testanother');
});
+ it('Should properly ignore write if out of the bounding b... | test(cursor): Improve test coverage | kittikjs_cursor | train | js |
87faf8bb0a50ac849cdb7efafb630778b670c404 | diff --git a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java
+++ b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java
@@ -181,6... | fix(load): skip bad (null) dates when validating services | conveyal_gtfs-lib | train | java |
2f81383d07904a651ac6f06533dfee8a42baaf60 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -155,6 +155,12 @@ export {
* @type Accordion
*/
Accordion,
+
+ /**
+ * Inline Left Navigation Menu.
+ * @type InlineLeftNav
+ */
+ InlineLeftNav,
};
/** | fix(inline-left-nav): export InlineLeftNav from the barrel. Closes #<I> (#<I>) | carbon-design-system_carbon-components | train | js |
257d0319cbaa3c95e003557fae8d55a05763fe8b | diff --git a/src/Multipart/File.js b/src/Multipart/File.js
index <HASH>..<HASH> 100644
--- a/src/Multipart/File.js
+++ b/src/Multipart/File.js
@@ -21,6 +21,11 @@ const eos = require('end-of-stream')
const GE = require('@adonisjs/generic-exceptions')
const CE = require('../Exceptions')
+function uuid (a) {
+ return... | fix(file): generate more unique tmp file names
in case multi file uploads, the tmpFile name collides, so we need a more unique name generator
Closes #2 | adonisjs_adonis-bodyparser | train | js |
185b91766b208b4c796ef2cbaf97e9172e984fe0 | diff --git a/lib/plugin/components/state-resources/launch-state-machine/index.js b/lib/plugin/components/state-resources/launch-state-machine/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugin/components/state-resources/launch-state-machine/index.js
+++ b/lib/plugin/components/state-resources/launch-state-machine/in... | fix: pass parent execution in options when launching state machine | wmfs_tymly-core | train | js |
5f7fbeff876e4669d6bb8103f56f4599e4b6192d | diff --git a/samples/Node.js/app.js b/samples/Node.js/app.js
index <HASH>..<HASH> 100644
--- a/samples/Node.js/app.js
+++ b/samples/Node.js/app.js
@@ -12,7 +12,7 @@ app.use(express.bodyParser());
app.post('/upload', function(req, res){
resumable.post(req, function(status, filename, original_filename, identifier){
... | fix: node.js sample for IE<I> | flowjs_flow.js | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.