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 |
|---|---|---|---|---|---|
e93de76e6683cd7905e8b5250b7e51ef7636e4e1 | diff --git a/anyconfig/api.py b/anyconfig/api.py
index <HASH>..<HASH> 100644
--- a/anyconfig/api.py
+++ b/anyconfig/api.py
@@ -37,7 +37,6 @@ import anyconfig.backends
import anyconfig.backend.json
import anyconfig.compat
import anyconfig.mdicts
-import anyconfig.parser
import anyconfig.template
import anyconfig.ut... | fix: make anyconfig.loads returning None if no parser or parser is not found | ssato_python-anyconfig | train | py |
5cba07d9b7c386a88de79f7b704f408d107b87b0 | diff --git a/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java b/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java
index <HASH>..<HASH> 100644
--- a/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java
+++ b/jers... | fix(exception): rename key to retryable | Netflix_conductor | train | java |
d0dabc4d35388adf7fefe38ad831f52da2caa7e5 | diff --git a/packages/netlify-cms/src/index.js b/packages/netlify-cms/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms/src/index.js
+++ b/packages/netlify-cms/src/index.js
@@ -1,4 +1,4 @@
-import CMS, { init } from 'netlify-cms-core';
+import CMS, { init } from 'netlify-cms-core/src';
import './back... | fix: fix netlify-cms exports | netlify_netlify-cms | train | js |
47a71c158191fed529e4261e7ccbfe45306dc5ae | diff --git a/packages/bonde-admin-canary/src/services/auth/AuthProvider.js b/packages/bonde-admin-canary/src/services/auth/AuthProvider.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/services/auth/AuthProvider.js
+++ b/packages/bonde-admin-canary/src/services/auth/AuthProvider.js
@@ -70,7 +70,7 @@... | chore(admin-canary): loading children components only auth done | nossas_bonde-client | train | js |
a0978099a7f7b4d0c1afb0a6542e04ffc844cab9 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -41,6 +41,10 @@ gulp.task('buildSrc', shell.task([
"cd src/node_modules && ../../node_modules/.bin/tsc"
]));
+gulp.task('publish', ['buildSrc'], shell.task([
+ "cd src && npm publish"
+]));
+
gulp.task('bundl... | chore(publish): add gulp task for npm publish | angular_react-native-renderer | train | js |
147dfa4557d6edada03ed73fe5a7d33b661ddc53 | diff --git a/Eloquent/Relations/Relation.php b/Eloquent/Relations/Relation.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Relations/Relation.php
+++ b/Eloquent/Relations/Relation.php
@@ -307,7 +307,7 @@ abstract class Relation implements BuilderContract
*/
public function getBaseQuery()
{
- retur... | fix: restore v8 behaviour of base query for relations (#<I>) | illuminate_database | train | php |
cf22cd2b74abb1b0678a7c07789bd2527c53fec5 | diff --git a/src/rez/pip.py b/src/rez/pip.py
index <HASH>..<HASH> 100644
--- a/src/rez/pip.py
+++ b/src/rez/pip.py
@@ -255,8 +255,9 @@ def pip_install_package(source_name, pip_version=None, python_version=None,
distribution_path = DistributionPath([destpath])
distributions = [d for d in distribution_path.get_... | refactor(rez-pip): move bin folder to expected relative location | nerdvegas_rez | train | py |
e6af91e16da1d47ea26206b5ea256a36cc404160 | diff --git a/src/geshi/netrexx.php b/src/geshi/netrexx.php
index <HASH>..<HASH> 100644
--- a/src/geshi/netrexx.php
+++ b/src/geshi/netrexx.php
@@ -65,14 +65,14 @@ $language_data = array (
),
3 => array(
'catch','else','end','finally','otherwise','then','when'
- )
+ ... | fix: Some missing comma ... | GeSHi_geshi-1.0 | train | php |
846576468de4b4770527a43747816f011bd6dbfd | diff --git a/algoliasearch/client.go b/algoliasearch/client.go
index <HASH>..<HASH> 100644
--- a/algoliasearch/client.go
+++ b/algoliasearch/client.go
@@ -172,7 +172,7 @@ func (c *client) AddAPIKeyWithRequestOptions(ACL []string, params Map, opts *Req
return
}
- err = c.request(&res, "POST", "/1/keys/", req, rea... | fix: change AddAPIKey type from read to write
This commit ensures that we avoid targeting DSNs when adding API keys. | algolia_algoliasearch-client-go | train | go,go |
6fb1d8a3775371ba3d32142a7521eef538331f15 | diff --git a/raft_stats.go b/raft_stats.go
index <HASH>..<HASH> 100644
--- a/raft_stats.go
+++ b/raft_stats.go
@@ -81,7 +81,7 @@ func (ss *raftServerStats) SendAppendReq(pkgSize int) {
type raftFollowersStats struct {
Leader string `json:"leader"`
- Followers map[string]*raftFollowerStats... | fix(raft_stats): spelling followers not follwers | etcd-io_etcd | train | go |
368cc29d480d5dd0a4cf624ab5cf314042487441 | diff --git a/tools/build/pubbuild.js b/tools/build/pubbuild.js
index <HASH>..<HASH> 100644
--- a/tools/build/pubbuild.js
+++ b/tools/build/pubbuild.js
@@ -14,7 +14,7 @@ module.exports = function(gulp, plugins, config) {
if (!webFolders.length) {
return;
}
- var folder = getParentFolder(webFo... | fix(gulpfile): fix the pubbuild task on Windows
Closes #<I> | angular_angular | train | js |
1f117ab723666f8452fb4acbdfd90ef9b6e00d7e | diff --git a/packages/vant-cli/site/desktop/utils.js b/packages/vant-cli/site/desktop/utils.js
index <HASH>..<HASH> 100644
--- a/packages/vant-cli/site/desktop/utils.js
+++ b/packages/vant-cli/site/desktop/utils.js
@@ -4,9 +4,7 @@ export function scrollToAnchor(selector) {
const timer = setInterval(() => {
cons... | chore(cli): scroll to anchor immediately (#<I>) | youzan_vant | train | js |
9405e1948303d31339e650ecf0c4b77a77f0c963 | diff --git a/cerberus/client.py b/cerberus/client.py
index <HASH>..<HASH> 100644
--- a/cerberus/client.py
+++ b/cerberus/client.py
@@ -195,7 +195,7 @@ class CerberusClient(object):
"""Return the path for a SDB"""
sdb_id = self.get_sdb_id(sdb)
sdb_resp = get_with_retry(
- self.cerbe... | fix: change endpoint for getting sdb path | Nike-Inc_cerberus-python-client | train | py |
586ec1f5b8c9d0381faa039fcbc1fb13a93aaf65 | diff --git a/lib/datasource/npm.js b/lib/datasource/npm.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/npm.js
+++ b/lib/datasource/npm.js
@@ -230,6 +230,9 @@ async function getDependency(name, retries = 5) {
extraBaseUrls,
});
}
+ if (res.homepage && res.homepage.includes('://github.com')) ... | refactor(npm): delete package homepage if it’s a github repo | renovatebot_renovate | train | js |
a1df08097d086a99d268212621d0f31ffea5c393 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -95,6 +95,17 @@ describe('dragTabs', function() {
}
+ function moveTab(event) {
+ var newIndex = event.newIndex;
+ var dragTab = event.dragTab;
+
+ var parentNode = dragTab.parentNode;
+
+ parentNod... | test(drag-tabs): reset on cancel | bpmn-io_drag-tabs | train | js |
5466ff13ba6460e380af7b1b2007a4099342d68f | diff --git a/src/main/java/com/contentful/java/cda/CDAAsset.java b/src/main/java/com/contentful/java/cda/CDAAsset.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/contentful/java/cda/CDAAsset.java
+++ b/src/main/java/com/contentful/java/cda/CDAAsset.java
@@ -35,6 +35,9 @@ public class CDAAsset extends Localized... | fix: Add defensive assumptions: Do not thow NPE if no mimetype is set | contentful_contentful.java | train | java |
4ea9b5a5aa1c5efa32f69887f4127e07d56b79e1 | 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
@@ -329,7 +329,10 @@ export const ValidationProvider = {
const rules = normalizeRules(this.rules);
const forceRequired = this.forceRequired;
... | fix: set required flag properly in providers | baianat_vee-validate | train | js |
6c19ba394ba8a7f1bd0f6a5b30edc1b5fa122193 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -89,7 +89,7 @@ var PROJECT_ID_PLACEHOLDER = '{{projectId}}';
* });
*
* @example <caption>include:samples/quickstart.js</caption>
- * region_tag:pubsub_quickstart
+ * region_tag:pubsub_quickstart_create_to... | fix: Fix sample region tag in JSDoc (#<I>) | googleapis_nodejs-pubsub | train | js |
edcce6a311057a8a26a0a8d2f6a7ae1321016031 | diff --git a/packages/@vue/cli-service/lib/commands/serve.js b/packages/@vue/cli-service/lib/commands/serve.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/commands/serve.js
+++ b/packages/@vue/cli-service/lib/commands/serve.js
@@ -136,7 +136,7 @@ module.exports = (api, options) => {
// create... | chore(dev-server): set `clientLogLevel` option to `silent` (#<I>)
The `none` option is deprecated and will be removed in the next major <URL> | vuejs_vue-cli | train | js |
8833e24422023b981f843d8cbd8f5d316c50557b | diff --git a/packages/core/renderers/renderer-preact.js b/packages/core/renderers/renderer-preact.js
index <HASH>..<HASH> 100644
--- a/packages/core/renderers/renderer-preact.js
+++ b/packages/core/renderers/renderer-preact.js
@@ -115,7 +115,7 @@ export function withPreact(Base = HTMLElement) {
this._preactDom =... | fix: revert updating Preact renderer to use "children" vs "childNodes" (used in Skate.js currently); fixes an issue with the block-ist Preact component rendering duplicate content | bolt-design-system_bolt | train | js |
6cbc0b74c35d17c890963d73a30ae61f5f5423c4 | diff --git a/src/Keboola/StorageApi/Components.php b/src/Keboola/StorageApi/Components.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/StorageApi/Components.php
+++ b/src/Keboola/StorageApi/Components.php
@@ -53,8 +53,12 @@ class Components
$data['description'] = $options->getDescription();
}
... | fix(Components): allow empty configuration | keboola_storage-api-php-client | train | php |
c082a82547fc309628c74c3f433c2b4dc873edc3 | diff --git a/lib/Launcher.js b/lib/Launcher.js
index <HASH>..<HASH> 100644
--- a/lib/Launcher.js
+++ b/lib/Launcher.js
@@ -107,7 +107,10 @@ class Launcher {
chromeExecutable,
chromeArguments,
{
- detached: true,
+ // On non-windows platforms, `detached: false` makes child pr... | fix(Launcher): do not detach child process on windows (#<I>)
Fixes #<I>. | GoogleChrome_puppeteer | train | js |
d77109eeb182af09afbf84e266828dec9ec3547b | diff --git a/src/authentication.js b/src/authentication.js
index <HASH>..<HASH> 100644
--- a/src/authentication.js
+++ b/src/authentication.js
@@ -43,12 +43,10 @@ export class Authentication {
let base64 = base64Url.replace(/-/g, '+').replace(/_/g, '/');
try {
- let parsed = JSON.parse(decodeU... | chore(authentication): Fixed linting errors | SpoonX_aurelia-authentication | train | js |
bf139b80b9fe0fd4f84491fd6bf171b2b44d416e | diff --git a/src/telegram-driver/entities.js b/src/telegram-driver/entities.js
index <HASH>..<HASH> 100644
--- a/src/telegram-driver/entities.js
+++ b/src/telegram-driver/entities.js
@@ -19,8 +19,9 @@ export let entityIs = (type) => pipe(
any(propEq('type', type)),
pipe(not, isNil)))
-export let getEnti... | style(entities): max-len <I> | goodmind_cycle-telegram | train | js |
dc05298683c45bb03e6432ddc8eca8ecc2cc5f43 | diff --git a/website/docgen/dgeni-config.js b/website/docgen/dgeni-config.js
index <HASH>..<HASH> 100644
--- a/website/docgen/dgeni-config.js
+++ b/website/docgen/dgeni-config.js
@@ -72,6 +72,7 @@ myPackage.config(function(readFilesProcessor, templateFinder, writeFilesProcesso
{include: 'lib/**/element.js'},
... | chore(website): add expectedConditions to website's API page
Closes #<I> | angular_protractor | train | js |
9a53ddc721c90691b3286a297fe9d25aa5057885 | diff --git a/stellar_sdk/base_transaction_envelope.py b/stellar_sdk/base_transaction_envelope.py
index <HASH>..<HASH> 100644
--- a/stellar_sdk/base_transaction_envelope.py
+++ b/stellar_sdk/base_transaction_envelope.py
@@ -76,15 +76,14 @@ class BaseTransactionEnvelope(Generic[T]):
"""
raise NotImpleme... | refactor: improve `sign_hashx`'s docs | StellarCN_py-stellar-base | train | py |
d00c5d231ab98b33bc261cdfbc50b9b19c98c0dd | diff --git a/src/utils/gtm.js b/src/utils/gtm.js
index <HASH>..<HASH> 100644
--- a/src/utils/gtm.js
+++ b/src/utils/gtm.js
@@ -158,11 +158,11 @@ export const boot = trackingEventWhitelist => {
};
export const updateUser = user => {
- if (window.dataLayer && window.app.tracking.gtm)
+ if (window.dataLayer && windo... | chore(k8s): declare env.json config for k8s Deployment | commercetools_merchant-center-application-kit | train | js |
f97b7d07decb008c76f260470e2f138d64aff0cf | diff --git a/src/lib/CollectStore.js b/src/lib/CollectStore.js
index <HASH>..<HASH> 100644
--- a/src/lib/CollectStore.js
+++ b/src/lib/CollectStore.js
@@ -124,4 +124,27 @@ export default class CollectStore {
createIntentService(intent, window) {
return cozy.client.intents.createService(intent, window)
}
+
+ ... | fix: Revert this remove to keep intent working | cozy_cozy-home | train | js |
a81731cc6b2779537294b85a5a248bbf26c02c7b | diff --git a/eventstore/mongodb_v2/eventstore.go b/eventstore/mongodb_v2/eventstore.go
index <HASH>..<HASH> 100644
--- a/eventstore/mongodb_v2/eventstore.go
+++ b/eventstore/mongodb_v2/eventstore.go
@@ -164,7 +164,7 @@ func (s *EventStore) Save(ctx context.Context, events []eh.Event, originalVersio
bson.M{"$inc": b... | fix: Use correct error in MongoDB v2 event store | looplab_eventhorizon | train | go |
13ef332b8b500d44d9786619554d8203ac82dbc8 | diff --git a/webapps/client/scripts/filter/directives/cam-tasklist-tasks.js b/webapps/client/scripts/filter/directives/cam-tasklist-tasks.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/filter/directives/cam-tasklist-tasks.js
+++ b/webapps/client/scripts/filter/directives/cam-tasklist-tasks.js
@@ -254,7 +25... | fix(tasks): reload tasks when a filter is changed | camunda_camunda-bpm-platform | train | js |
01b65d9ea10a31a3081c2b2e41234b2fc90fa68d | diff --git a/react/index.js b/react/index.js
index <HASH>..<HASH> 100644
--- a/react/index.js
+++ b/react/index.js
@@ -71,6 +71,7 @@ export { default as MonthPicker } from './MonthPicker/MonthPicker';
export { default as SlideToggle } from './SlideToggle/SlideToggle';
export { default as Textarea } from './Textarea/T... | fix(Radio): Add Radio to export list (#<I>) | seek-oss_seek-style-guide | train | js |
3aab2e453ee4279a97c05270e941719711d7a2ee | diff --git a/internal/service/dax/cluster_test.go b/internal/service/dax/cluster_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/dax/cluster_test.go
+++ b/internal/service/dax/cluster_test.go
@@ -32,6 +32,8 @@ func TestAccDAXCluster_basic(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testA... | test(dax): basic set NONE endpoint encryption type | terraform-providers_terraform-provider-aws | train | go |
a44f68cffd7f9cfa2c12a52db4e96041868a3538 | diff --git a/packages/bonde-webpage/src/lib/ux/tell-a-friend-base/tell-a-friend.js b/packages/bonde-webpage/src/lib/ux/tell-a-friend-base/tell-a-friend.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-webpage/src/lib/ux/tell-a-friend-base/tell-a-friend.js
+++ b/packages/bonde-webpage/src/lib/ux/tell-a-friend-base/te... | feat(webpage): refactor tell-a-friend | nossas_bonde-client | train | js |
e315bf50a4c5930c4e74d31335a94fa2c65fca80 | diff --git a/httprunner/v3/runner.py b/httprunner/v3/runner.py
index <HASH>..<HASH> 100644
--- a/httprunner/v3/runner.py
+++ b/httprunner/v3/runner.py
@@ -52,7 +52,7 @@ class TestCaseRunner(object):
variables_mapping.update(extract_mapping)
# validate
- validators = step.validation
+ v... | refactor: rename TestStep model field, validators | HttpRunner_HttpRunner | train | py,py |
61cf31dd7f8b9abe5dae517b55e652b337b68eca | diff --git a/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js b/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js
+++ b/p... | fix(home): force bool cast for showPagination on gadgets | nossas_bonde-client | train | js |
c0068f2ea45fdd88b77c191ab40d9319ddbf3068 | diff --git a/lib/performance/EmittedAssetSizeLimitPlugin.js b/lib/performance/EmittedAssetSizeLimitPlugin.js
index <HASH>..<HASH> 100644
--- a/lib/performance/EmittedAssetSizeLimitPlugin.js
+++ b/lib/performance/EmittedAssetSizeLimitPlugin.js
@@ -72,7 +72,12 @@ EmittedAssetSizeLimitPlugin.prototype.apply = function(com... | chore(performance): remove dup logic case | webpack_webpack | train | js |
aabfc9cb68c50eee78440e9907214d0c9c6d82a4 | diff --git a/src/classes/Config.js b/src/classes/Config.js
index <HASH>..<HASH> 100644
--- a/src/classes/Config.js
+++ b/src/classes/Config.js
@@ -12,7 +12,7 @@ export default class Config {
let config = this.parseConfigFolder();
Object.assign(this, config);
- let env = getEnvironmentVariable()
+ ... | fix(getEnvironmentVariable): Attach function to class | velop-io_server | train | js |
38060733e8bd40d702306cbaf418983e7e880313 | diff --git a/src/modules/Search/Search.js b/src/modules/Search/Search.js
index <HASH>..<HASH> 100644
--- a/src/modules/Search/Search.js
+++ b/src/modules/Search/Search.js
@@ -478,6 +478,7 @@ export default class Search extends Component {
if (!isBrowser) return
const menu = document.querySelector('.ui.search.... | fix(Search): pressing up/down arrow in the search input causes error (#<I>)
* changes to ComponentDidUpdate event listener logic
* adjust event listener changes
* remove original changes and adjust scrollItemIntoView | Semantic-Org_Semantic-UI-React | train | js |
bded2de51951902444bc62aa016a3ad34aab799e | diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index <HASH>..<HASH> 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -268,6 +268,13 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager):
"statistics",
"with_issues_enabled",
"with_merge_requests_enabled",
+ ... | refactor: support new list filters
This is most likely only useful for the CLI | python-gitlab_python-gitlab | train | py |
8fa1e828c50be065bd3ce2d9f2a3f5ade18e04e7 | diff --git a/lib/monitor.js b/lib/monitor.js
index <HASH>..<HASH> 100644
--- a/lib/monitor.js
+++ b/lib/monitor.js
@@ -168,14 +168,18 @@ class Monitor extends EventEmitter {
_getCheckResult() {
+ function getArray(arr) {
+ return Array.isArray(arr) ? arr : [];
+ }
+
return {
consumer: {
- ... | fix(monitor): check() 偶尔报错 cannot read property "slice" of undefined | SuperID_super-queue | train | js |
29f1d8c2c17f8c04f9768d382b72aeeb0715ebb8 | diff --git a/lib/Message.php b/lib/Message.php
index <HASH>..<HASH> 100644
--- a/lib/Message.php
+++ b/lib/Message.php
@@ -43,6 +43,10 @@ abstract class Message
public function __toString(): string
{
- return json_encode($this);
+ $encoded = json_encode($this);
+ if ($encoded === false)... | fix: throw error if json encoding failed | felixfbecker_php-advanced-json-rpc | train | php |
cacdc5a499a7c0ebcf234cb66a1a207d11dce1fe | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -179,10 +179,6 @@ function connect(options, cb) {
exports.connect = connect;
-function _preventThrowOutError(socket) {
- preventThrowOutError(socket._tlssock || socket);
-}
-
function preventThrowOut... | refactor: Remove disableResCache | avwo_whistle | train | js |
b362357c1fb158d70a97fceec8e3c6502436c58d | diff --git a/tracking_fields/tracking.py b/tracking_fields/tracking.py
index <HASH>..<HASH> 100644
--- a/tracking_fields/tracking.py
+++ b/tracking_fields/tracking.py
@@ -23,7 +23,10 @@ def _set_original_fields(instance):
original_fields = {}
for field in instance._tracked_fields:
if not isinstance(i... | fix: set original to None when object is not created yet | makinacorpus_django-tracking-fields | train | py |
ce35e0ae890d21319bfd7449e12666e1f2964031 | diff --git a/packages/bonde-admin-canary/src/services/graphql/client.js b/packages/bonde-admin-canary/src/services/graphql/client.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/services/graphql/client.js
+++ b/packages/bonde-admin-canary/src/services/graphql/client.js
@@ -5,7 +5,7 @@ import { InMe... | chore(bonde-admin-canary): fix env to graphql url | nossas_bonde-client | train | js |
71f7c68f7692bfc300d7011e24297a884696ebbc | diff --git a/src/connectors/autocomplete/connectAutocomplete.js b/src/connectors/autocomplete/connectAutocomplete.js
index <HASH>..<HASH> 100644
--- a/src/connectors/autocomplete/connectAutocomplete.js
+++ b/src/connectors/autocomplete/connectAutocomplete.js
@@ -34,7 +34,7 @@ Full documentation available at https://com... | docs(autocomplete): indices is an object array, not a string array (#<I>)
* docs(autocomplete): indices is an object array, not a string array
Not sure if jsdoc will take this in account, but can be changed if necessary later
* Update connectAutocomplete.js | algolia_instantsearch.js | train | js |
255c87d1a99e38e7ec973267ff993994562b85c9 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -8,7 +8,8 @@ const ip = "bs-local.com";
const browserstack = require("./browserstack-karma.js");
// https://www.browserstack.com/open-source (text search "parallels")
-const BROWSERSTACK_OPEN_SOURCE_CON... | chore(tools): lower browserstack concurrency | snabbdom_snabbdom | train | js |
84d518e3bd38544963f74f037fb8b4de5353970f | diff --git a/src/util/calculateSUV.js b/src/util/calculateSUV.js
index <HASH>..<HASH> 100644
--- a/src/util/calculateSUV.js
+++ b/src/util/calculateSUV.js
@@ -67,7 +67,7 @@ export default function(image, storedPixelValue, skipRescale = false) {
seriesAcquisitionTime.minutes * 60 +
seriesAcquisitionTime.hours ... | fix: 🐛 Fix SUV calculation if fractional seconds not present (#<I>) | cornerstonejs_cornerstoneTools | train | js |
c114c38b9307b25867fced695a3fa562fd66b992 | diff --git a/.storybook/Hug.js b/.storybook/Hug.js
index <HASH>..<HASH> 100644
--- a/.storybook/Hug.js
+++ b/.storybook/Hug.js
@@ -25,8 +25,8 @@ storiesOf('Hug', module)
</Hug>
))
.add('With an uncropped border', () => (
- <Hug text={text}>
- <Card p={3} bg="white" color="text" showChildBorder>
+ ... | feat(hug): move prop to Hug | jrs-innovation-center_design-system | train | js |
fdd6743dc129290a94570eff24eebd7c068e6af5 | diff --git a/packages/tutorial/scripts/dist.js b/packages/tutorial/scripts/dist.js
index <HASH>..<HASH> 100644
--- a/packages/tutorial/scripts/dist.js
+++ b/packages/tutorial/scripts/dist.js
@@ -14,7 +14,7 @@ function makeDist () {
if (test('-d', dir)) {
var part = dir.split('/').slice(-1)[0]
prepare... | chore(tutorial): fix publish base path for parts | cerebral_cerebral | train | js |
157bd2158da9fa9e6ae4def8d0be37a4b05e0f80 | diff --git a/src/createPhantomPool.js b/src/createPhantomPool.js
index <HASH>..<HASH> 100644
--- a/src/createPhantomPool.js
+++ b/src/createPhantomPool.js
@@ -10,7 +10,6 @@ module.exports = (logger, concurrency, phantomParameters, browserCookies) => {
const poolDebug = {};
return poolModule.Pool({ // eslint... | style: we only have one pool, no need for a name | crawlkit_crawlkit | train | js |
ff16fffdeaebcb0f16587d596dba3f8046ff6c21 | diff --git a/ui/src/composables/private/use-anchor.js b/ui/src/composables/private/use-anchor.js
index <HASH>..<HASH> 100644
--- a/ui/src/composables/private/use-anchor.js
+++ b/ui/src/composables/private/use-anchor.js
@@ -137,7 +137,7 @@ export default function ({
}
function pickAnchorEl () {
- if (props.ta... | fix(anchor): prevent error while setting anchor on detached component #<I>, #<I> (#<I>) | quasarframework_quasar | train | js |
91b9dc3b6f5deea88028e97aab15b3b9f3289a2a | diff --git a/src/events.js b/src/events.js
index <HASH>..<HASH> 100644
--- a/src/events.js
+++ b/src/events.js
@@ -111,10 +111,14 @@ function setNativeValue(element, value) {
Object.getOwnPropertyDescriptor(prototype, 'value') || {}
if (prototypeValueSetter && valueSetter !== prototypeValueSetter) {
protot... | test: Fix missing coverage for else-if (#<I>) | testing-library_dom-testing-library | train | js |
00bc80bb37559f1c5202d2990315130519f4fcc7 | diff --git a/packages/platform-server/rollup.config.js b/packages/platform-server/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/platform-server/rollup.config.js
+++ b/packages/platform-server/rollup.config.js
@@ -10,10 +10,13 @@ import resolve from 'rollup-plugin-node-resolve';
import sourcemaps from 'ro... | fix(platform-server): add missing packages to the UMD global rollup config
This adds the proper bindings for calling angular packages from platform-server in the UMD.
This was not a problem for universal apps that dont use UMD.
Fixes <I> | angular_angular | train | js |
3ecd5e7375bfdce39b4d5206682f704ae6743015 | diff --git a/registry/offer.go b/registry/offer.go
index <HASH>..<HASH> 100644
--- a/registry/offer.go
+++ b/registry/offer.go
@@ -7,6 +7,7 @@ import (
"time"
"github.com/coreos/go-etcd/etcd"
+ log "github.com/golang/glog"
"github.com/coreos/coreinit/job"
"github.com/coreos/coreinit/machine"
@@ -34,7 +35,12... | chore(logging): moar logging! | coreos_fleet | train | go |
b2869d5741bccbea1e12a8d40e19d5f1fa1aedfa | diff --git a/build/tasks/build.js b/build/tasks/build.js
index <HASH>..<HASH> 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -53,12 +53,13 @@ gulp.task('build-system', function () {
});
gulp.task('build-dts', function(){
- return gulp.src(paths.output + paths.packageName + '.d.ts')
- .pipe(re... | fix(build): include fetch API typings with this library's typings
fixes #<I>, #<I> | aurelia_fetch-client | train | js |
2cf3b24d060d0ff4a2dc1ac4a71415ea4eff5871 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -4,7 +4,7 @@ const path = require('path')
const request = require('request')
const validator = require('validator')
-const dreamsFile = path.join('./', 'resources', 'dreams.json')
+const dreamsFile = path.j... | fix(Library): Fix dreams.json path | durancristhian_quiniela-results | train | js |
686b54839631851fa37a36c7b43a78a71cee7d78 | diff --git a/ui/src/components/breadcrumbs/QBreadcrumbs.js b/ui/src/components/breadcrumbs/QBreadcrumbs.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/breadcrumbs/QBreadcrumbs.js
+++ b/ui/src/components/breadcrumbs/QBreadcrumbs.js
@@ -6,7 +6,7 @@ import { createComponent } from '../../utils/private/create.js'
... | fix(QBreadcrumbs): fix child elements disable prop detection #<I> (#<I>)
* fix(QBreadcrumbs): fix child elements disable prop detection #<I>
* Update ui/src/components/breadcrumbs/QBreadcrumbs.js | quasarframework_quasar | train | js |
3a09f412eb7679cc8f97d97c14d0cc14d81a26df | diff --git a/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js b/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
+++ b/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
@@ -21,13 +21,23 @@ e... | feat: Added contextual support to top app bar | onehilltech_ember-cli-mdc | train | js |
145bd3f2c0a3f5e3cca2d354446329e49204efe4 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -108,7 +108,7 @@ function run() {
return createLoader().then(loader => {
return preparePlatform(loader).then(() => {
for (let i = 0, ii = appHost.length; i < ii; ++i) {
- handleApp... | fix(index): switch to console when logger not loaded | aurelia_bootstrapper | train | js |
1e754a8153ae9a9db0167618a070a3a78618f0ad | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -39,7 +39,7 @@ class Application
protected $name;
/** @var string App version */
- protected $version = '0.0.1';
+ protected $version = '';
/** @var string A... | refactor(app): add onExit prop, execute or action can return exit code | adhocore_php-cli | train | php |
1adc534af771663de376460e484e8d83cefcc898 | diff --git a/test/specs/polar/RadarSpec.js b/test/specs/polar/RadarSpec.js
index <HASH>..<HASH> 100644
--- a/test/specs/polar/RadarSpec.js
+++ b/test/specs/polar/RadarSpec.js
@@ -3,7 +3,7 @@ import { expect } from 'chai';
import { Surface, Radar, Sector } from 'recharts';
import { mount, render } from 'enzyme';
-de... | fix: tweak text in RadarSpec | recharts_recharts | train | js |
321bed9c3a312e251217ec2346b7bd1e29b29b6a | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -3,17 +3,21 @@
// so authorizing 4+5 = 9 characters more on master for the max header length should work
// until we reach PR #99999.
-let maxHeaderLength = 1... | ci: consider all linting errors about line length as warnings (#<I>) | ForestAdmin_forest-express-sequelize | train | js |
40da1fd5490d4433141742bb22bf70b7ac943836 | diff --git a/src/components/ProgressIndicator/ProgressIndicator.js b/src/components/ProgressIndicator/ProgressIndicator.js
index <HASH>..<HASH> 100644
--- a/src/components/ProgressIndicator/ProgressIndicator.js
+++ b/src/components/ProgressIndicator/ProgressIndicator.js
@@ -51,7 +51,7 @@ ProgressStep.propTypes = {
/... | chore: Corrected label PropType from string to node, resolves #<I> (#<I>) | carbon-design-system_carbon-components-react | train | js |
47377d8ea8519b6819ff181ab7dd3c440da3b35a | diff --git a/molgenis-core-ui/src/main/resources/js/jquery.molgenis.xrefmrefsearch.js b/molgenis-core-ui/src/main/resources/js/jquery.molgenis.xrefmrefsearch.js
index <HASH>..<HASH> 100644
--- a/molgenis-core-ui/src/main/resources/js/jquery.molgenis.xrefmrefsearch.js
+++ b/molgenis-core-ui/src/main/resources/js/jquery.... | feat: the mref filter in the data explorer now uses like instead of search | molgenis_molgenis | train | js |
8f16a5d762e3583f2ce0467d9d6bc97f7aa43281 | diff --git a/spec/support/active_record/schema.rb b/spec/support/active_record/schema.rb
index <HASH>..<HASH> 100644
--- a/spec/support/active_record/schema.rb
+++ b/spec/support/active_record/schema.rb
@@ -1,7 +1,7 @@
require 'active_record'
require 'logger'
-ActiveRecord::Base.establish_connection(:adapter => 'sq... | fix: don't force sqlite3 connection in specs, let the database.yml config be used | collectiveidea_audited | train | rb |
7deccc38b1a9da27fd4102831e7289988cfd80b4 | diff --git a/quasar/src/components/btn/QBtn.js b/quasar/src/components/btn/QBtn.js
index <HASH>..<HASH> 100644
--- a/quasar/src/components/btn/QBtn.js
+++ b/quasar/src/components/btn/QBtn.js
@@ -58,6 +58,12 @@ export default Vue.extend({
__onKeyup (e) {
if ([13, 32].includes(e.keyCode) === true) {
+ ... | fix(QBtn): [v1] Submit on form with "enter" generates 2 requests #<I> | quasarframework_quasar | train | js |
2852acd2046757a473e51cfd595afbb5edfeaf33 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -204,7 +204,7 @@ module.exports = function (options) {
redirect(ctx, loginURL);
})();
- return yield options.redirectHandler.call(this, nextHandler);
+ return yield options.redirectHandler.call(this... | feat: add next parameter to redirectHandler (#<I>)
sometimes it is not necessary to redirect to the login page when user is null,
so add next parameter can make the process back to the flow | koajs_userauth | train | js |
f58b9830d74bf6529f8c2e86aae8490a41cbd3cc | diff --git a/src/http-server/src/Command/ServerCommand.php b/src/http-server/src/Command/ServerCommand.php
index <HASH>..<HASH> 100644
--- a/src/http-server/src/Command/ServerCommand.php
+++ b/src/http-server/src/Command/ServerCommand.php
@@ -30,12 +30,13 @@ class ServerCommand
{
$httpServer = $this->getH... | fix: undefined index on run server:start when server has been running. | swoft-cloud_swoft-http-message | train | php |
bef34605fbee69c015211426026f2d031ae77733 | diff --git a/src/BH.php b/src/BH.php
index <HASH>..<HASH> 100644
--- a/src/BH.php
+++ b/src/BH.php
@@ -773,12 +773,15 @@ class BH
// if (mods = json.elem && json.elemMods || json.mods)
$mods = $json->elem && isset($json->elemMods) ? $json->elemMods : $json->mods;
+ $isList = isList($mods);
... | feat: Boolean mods from simple arrays | bem_bh-php | train | php |
2c0958a50cbfbdc0d4a8b7ed6b32635738488ddd | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -1970,6 +1970,11 @@ class GeSHi {
* @since 1.0.8
*/
protected function build_parse_cache() {
+ // check whether language_data is available
+ if (empty($this->language_data)) {... | fix: prevent error with no language set | GeSHi_geshi-1.0 | train | php |
df26beb26de5dab97ff2fc3887659d894a52f242 | diff --git a/test_settings.py b/test_settings.py
index <HASH>..<HASH> 100644
--- a/test_settings.py
+++ b/test_settings.py
@@ -157,3 +157,23 @@ AUTHENTICATION_BACKENDS = (
STATIC_ROOT = '/tmp/' # Dummy
STATIC_URL = '/static/'
+
+from django.contrib.auth.hashers import PBKDF2PasswordHasher
+
+
+class MyPBKDF2Passwo... | test(test_settings): decrease password iterations to increase test speed
* test(test_settings): decrease password iterations to increase test speed
* update MyPBKDF2PasswordHasher to mention never using the low iterations anywhere. | pennersr_django-allauth | train | py |
45b54d57576d2ca17e6ac05b1520aed88e56ccaa | diff --git a/src/Service/ElasticaService.php b/src/Service/ElasticaService.php
index <HASH>..<HASH> 100644
--- a/src/Service/ElasticaService.php
+++ b/src/Service/ElasticaService.php
@@ -36,6 +36,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
class ElasticaService
{
+ private const MAX_INDICES_BY_AL... | fix: more than 2 index in an alias (#<I>)
* fix: more than 2 index in an alias
* chore: private | ems-project_EMSCommonBundle | train | php |
694fd6c9e5561c33a9f32d1b7381462148710b0c | diff --git a/packages/tooltip/src/react/index.js b/packages/tooltip/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/tooltip/src/react/index.js
+++ b/packages/tooltip/src/react/index.js
@@ -81,11 +81,7 @@ const Tooltip = React.forwardRef((props, ref) => {
Tooltip.propTypes = {
appearance: PropTypes.o... | fix: revert changes to Tooltip.children PropTypes | pluralsight_design-system | train | js |
f969afa1cffe446a00351a6851390ca101bbccf7 | diff --git a/go/vt/vtgate/planbuilder/abstract/join.go b/go/vt/vtgate/planbuilder/abstract/join.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/planbuilder/abstract/join.go
+++ b/go/vt/vtgate/planbuilder/abstract/join.go
@@ -58,8 +58,8 @@ func (j *Join) PushPredicate(expr sqlparser.Expr, semTable *semantics.SemTable)... | feat: fail queries only when we know that we can't send everything to a single shard | vitessio_vitess | train | go |
deff275604c6a400ec0f3f9b7cd36ee4415af99f | diff --git a/modules/components/FormItemDatePickerV2.js b/modules/components/FormItemDatePickerV2.js
index <HASH>..<HASH> 100644
--- a/modules/components/FormItemDatePickerV2.js
+++ b/modules/components/FormItemDatePickerV2.js
@@ -60,6 +60,7 @@ class FormItemDatePickerV2 extends React.Component {
orientati... | test: 补上缺少的lodash | miaoxing_app | train | js |
af4d3d9e16dc0eca64e504d29807ab955bd66058 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -61,7 +61,7 @@ function setConfig(defaultConfig, server) {
// }
};
defaultConfig.browsers = [
- 'IE8',
+ // 'IE8',
'IE9',
'IE10',
'IE11', | chore: exclude IE8 test (#<I>)
When the test is run, the socket is not connected even if Karma is starting | nhn_tui.code-snippet | train | js |
be6cdde6f3cb24f732013c1df70eac6ac11eecbb | diff --git a/packages/text/src/index.js b/packages/text/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/text/src/index.js
+++ b/packages/text/src/index.js
@@ -1,5 +1,4 @@
export { default as Title } from "./components/Title";
export { default as Caption } from "./components/Caption";
export { default as Para... | fix(text): export constants from theme package
affects: @crave/farmblocks-text
ISSUES CLOSED: #<I> | CraveFood_farmblocks | train | js,js |
6ca82b892e3326accaaa279cbe43b9805cae8e17 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -120,8 +120,7 @@ function getName (candidate) {
* Loads a custom logic module to populate additional distribution information
*/
function customLogic (os, name, file, cb) {
- var logic = './logic/' + name + '.js'
- try ... | fix(require): Use statically analyzable dynamic requires (#<I>) | retrohacker_getos | train | js |
646c9c1c945c39d544439c3bfd23aee0adc9a68b | diff --git a/packages/orbit-components/src/ButtonLink/index.js b/packages/orbit-components/src/ButtonLink/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/ButtonLink/index.js
+++ b/packages/orbit-components/src/ButtonLink/index.js
@@ -16,8 +16,8 @@ const ButtonLink: React.AbstractComponent<Props... | fix(ButtonLink): pass size prop to icons (#<I>) | kiwicom_orbit-components | train | js |
f6f2a9dd6ad43f1a86ea0d9fe42a12a8eee204a2 | diff --git a/lib/oracle.js b/lib/oracle.js
index <HASH>..<HASH> 100644
--- a/lib/oracle.js
+++ b/lib/oracle.js
@@ -4,6 +4,23 @@ const path = require('path');
const parseAuthor = require('parse-author');
/**
+ * Normalize author to {name, email, url}
+ */
+function getAuthor (pkg) {
+ return (
+ typeof pkg.aut... | fix: handle author as object in package.json | jantimon_favicons-webpack-plugin | train | js |
56a8abb3853d144dca1bdd5faa20d462fbed5d4b | diff --git a/anyconfig/backends.py b/anyconfig/backends.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backends.py
+++ b/anyconfig/backends.py
@@ -47,23 +47,11 @@ except ImportError:
LOGGER.info(_NA_MSG, "ConfigObj module", "its")
try:
- import anyconfig.backend.msgpack
- PARSERS.append(anyconfig.backend.... | fix: do not try to load msgpack and bson backend modules removed | ssato_python-anyconfig | train | py |
21b65b6efffb4dd5c2c33eb2a71dcd2a3734960c | diff --git a/test/unit/license-test.js b/test/unit/license-test.js
index <HASH>..<HASH> 100644
--- a/test/unit/license-test.js
+++ b/test/unit/license-test.js
@@ -38,7 +38,7 @@ suite('license', () => {
`${projectRoot}/LICENSE`,
`${spdxLicenseListWithContent[license].licenseText}\n`
.replace(/\n/gm, '\n... | test(license): improved the stability of the token matching | travi_project-scaffolder | train | js |
cb787d6c78f28d6fec2c024458bc88bcee078094 | diff --git a/packages/ringcentral-widgets/components/CallListV2/index.js b/packages/ringcentral-widgets/components/CallListV2/index.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-widgets/components/CallListV2/index.js
+++ b/packages/ringcentral-widgets/components/CallListV2/index.js
@@ -181,6 +181,7 @@ expor... | fix(CallListV2): call history multiple match popup clipped (#<I>) | ringcentral_ringcentral-js-widgets | train | js |
b3375861347399f296c7d53dd2bc6912b6ddfccc | diff --git a/howdoi/howdoi.py b/howdoi/howdoi.py
index <HASH>..<HASH> 100755
--- a/howdoi/howdoi.py
+++ b/howdoi/howdoi.py
@@ -230,7 +230,7 @@ def _clean_google_link(link):
def _extract_links_from_google(query_object):
html = query_object.html()
- link_pattern = re.compile('<a href="([^"]*)"[^>]*>')
+ lin... | fix: make google query extract only stackoverflow links from page | gleitz_howdoi | train | py |
4da2fa268d075264c3ec226f71199fc5b204b1df | diff --git a/bin/cli.js b/bin/cli.js
index <HASH>..<HASH> 100755
--- a/bin/cli.js
+++ b/bin/cli.js
@@ -12,7 +12,7 @@ const cli = meow(`
$ qgen <template name> [dest] [arguments] [options]
${chalk.bold('Options')}
- -d, --directory <dir> Templates directory (defaults to ./gqen-templates)
+ -d, --directory <dir>... | fix(cli): default template folder in help message was wrong | saneef_qgen | train | js |
873233a419e694777914973d2bab5e74718638ce | diff --git a/src/bootstrap.js b/src/bootstrap.js
index <HASH>..<HASH> 100644
--- a/src/bootstrap.js
+++ b/src/bootstrap.js
@@ -22,15 +22,14 @@ export default function bootstrap () {
}
onAnalyticsReady().then(() => {
- // add Google Analytics trackers
- // we need to add trackers first to be able t... | docs(bootstrap): change comments | MatteoGabriele_vue-analytics | train | js |
18d8dc363be0e26bcaca59fbeaf4313522cb2258 | diff --git a/src/models/File.js b/src/models/File.js
index <HASH>..<HASH> 100644
--- a/src/models/File.js
+++ b/src/models/File.js
@@ -42,6 +42,7 @@ module.exports = function getFileClass(config) {
'controlsData',
'alias',
'uploadType',
+ 'backgroundColor',
];
static int = [ | fix: add backgroundColor to the whitelist | makeomatic_restify-utils | train | js |
87982eac7dd66ecfea3e15063af7b251d38f98bf | diff --git a/packages/cozy-client/src/queries/dsl.js b/packages/cozy-client/src/queries/dsl.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/queries/dsl.js
+++ b/packages/cozy-client/src/queries/dsl.js
@@ -345,10 +345,12 @@ export const Q = doctype => new QueryDefinition({ doctype })
* @returns {boolean}... | fix: Defensive code. Check if there is attributes | cozy_cozy-client | train | js |
6eea94e8d0aff69ecbe82de26b1f4ee0084efc25 | diff --git a/core/commands/root.go b/core/commands/root.go
index <HASH>..<HASH> 100644
--- a/core/commands/root.go
+++ b/core/commands/root.go
@@ -52,6 +52,7 @@ TEXT ENCODING COMMANDS
ADVANCED COMMANDS
daemon Start a long-running daemon process
+ shutdown Shut down the daemon process
resolve ... | chore(cmd): add shutdown to CLI help | ipfs_go-ipfs | train | go |
c553159ad9a83bc18d076d23604bd7ac44b3a7d8 | diff --git a/apps/actor-web/js/components/activity/UserProfile.react.js b/apps/actor-web/js/components/activity/UserProfile.react.js
index <HASH>..<HASH> 100644
--- a/apps/actor-web/js/components/activity/UserProfile.react.js
+++ b/apps/actor-web/js/components/activity/UserProfile.react.js
@@ -58,9 +58,9 @@ UserProfile... | fix(web): fixed react warnings | actorapp_actor-platform | train | js |
22bdd4f6ca0d51744fa46b756f680d74842ba64c | diff --git a/biz/webui/cgi-bin/rules/select.js b/biz/webui/cgi-bin/rules/select.js
index <HASH>..<HASH> 100644
--- a/biz/webui/cgi-bin/rules/select.js
+++ b/biz/webui/cgi-bin/rules/select.js
@@ -4,13 +4,14 @@ var rules = require('../../../../lib/rules/util').rules;
var TEMP_VALUES_DIR = config.TEMP_VALUES_DIR;
var ... | feat: write temp value to local file | avwo_whistle | train | js |
87d7910ef0ab3fff0cc789741bb57a559db9bd9f | diff --git a/util/field.js b/util/field.js
index <HASH>..<HASH> 100644
--- a/util/field.js
+++ b/util/field.js
@@ -23,9 +23,14 @@ for (var type in TEMPLATES) {
}
}
-export {
- TEMPLATES
-};
+export {TEMPLATES};
+
+export const RESERVED = [
+ 'get',
+ 'set',
+ 'serialize'
+];
+
/**
* @module uti... | fix: reserved methods shouldn't be created in fields | roemhildtg_spectre-canjs | train | js |
c526fd70f296ef0f3ed9037db2f78d9cb02aadc8 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -12,7 +12,7 @@ function buildCommands() {
buildCommandOptions(command, arg);
},
(argv) => {
- command.exec(argv._, argv);
+ command.exec(argv._.slice(1), argv);
}
);
... | fix(cli): don't pass the first argument to gitbook | aqrln_gitbook-commander | train | js |
1f52a2a9f433452c15715131ed74433a43d5cfb7 | diff --git a/src/server/bundle-renderer/create-bundle-runner.js b/src/server/bundle-renderer/create-bundle-runner.js
index <HASH>..<HASH> 100644
--- a/src/server/bundle-renderer/create-bundle-runner.js
+++ b/src/server/bundle-renderer/create-bundle-runner.js
@@ -130,7 +130,23 @@ export function createBundleRunner (entr... | fix(ssr): expose context.styles when no lifecycle styles are injected
fix #<I> | kaola-fed_megalo | train | js |
6b17e5e2a48d00946bdf443d9bfaf8a295b344ec | diff --git a/staging/src/k8s.io/client-go/tools/events/event_broadcaster.go b/staging/src/k8s.io/client-go/tools/events/event_broadcaster.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/client-go/tools/events/event_broadcaster.go
+++ b/staging/src/k8s.io/client-go/tools/events/event_broadcaster.go
@@ -53,7 +53,... | fix: remove reportingInstance field in eventKey. | kubernetes_kubernetes | train | go |
c3c238339206d680f336cfeed3cc16f522e12bfa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -63,6 +63,15 @@ require('./lib/rollbar')
}, 5000)
}
+ const scheduleRemindersJobData = Buffer.from(JSON.stringify({name: 'schedule-stale-initial-pr-reminders'}))
+ setInterval(async () => {
+ try {
+ await ... | feat: schedule initial-pr-reminders every hour | greenkeeperio_greenkeeper | train | js |
d77a187e1d3b1e8f71673d68d01c35fcd95cd964 | diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/items/state.py
+++ b/source/rafcon/gui/mygaphas/items/state.py
@@ -987,7 +987,6 @@ class NameView(Element):
c.move_to(*self.handles()[NW].pos)
... | refactor(NameView): Remove obsolete call "update_layout"
The context is not changed, thus no update is required. | DLR-RM_RAFCON | train | py |
a590a34601a767c3636cdc878105499e875f2af9 | diff --git a/node-tests/unit/utils/parse-platform-opts-test.js b/node-tests/unit/utils/parse-platform-opts-test.js
index <HASH>..<HASH> 100644
--- a/node-tests/unit/utils/parse-platform-opts-test.js
+++ b/node-tests/unit/utils/parse-platform-opts-test.js
@@ -48,7 +48,7 @@ describe('Parse Platform Options Util', () => {... | feat(plateformOpts): actually test the value | isleofcode_ember-cordova | train | js |
44d2185a6152303a7624176bbe9c013440e59c8b | diff --git a/bin/c8.js b/bin/c8.js
index <HASH>..<HASH> 100755
--- a/bin/c8.js
+++ b/bin/c8.js
@@ -23,8 +23,8 @@ let argv = buildYargs().parse(instrumenterArgs)
} else {
if (argv.clean) {
await promisify(rimraf)(argv.tempDirectory)
- await promisify(fs.mkdir)(argv.tempDirectory, { recursive: true })... | fix: make tmp directory regardless of clean | bcoe_c8 | train | js |
930822271ff59d84a7a5951ab8dc36d0544989cf | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import find_packages, setup
def tag_version():
"""Generate version number from Git Tag, e.g. v2.0.0, v2.0.0-1."""
- recent_tag = subprocess.check_output(shlex.split('git describe --tag... | fix: Only track annotated Tags
See also: #<I> | foremast_foremast | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.