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 |
|---|---|---|---|---|---|
e95a01a94a8be0d327e3e9a837671913d9b064e7 | diff --git a/test/integration/10-cluster-broker-dynamic.js b/test/integration/10-cluster-broker-dynamic.js
index <HASH>..<HASH> 100644
--- a/test/integration/10-cluster-broker-dynamic.js
+++ b/test/integration/10-cluster-broker-dynamic.js
@@ -226,7 +226,7 @@ describe(require('../_lib/test-helper').testName(__filename, ... | test: removed only from test <I> | happner_happner-cluster | train | js |
6584c8b7849502ba34ee8309481e555c7cb7a76c | diff --git a/src/InfoViz/Native/HistogramSelector/index.js b/src/InfoViz/Native/HistogramSelector/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/HistogramSelector/index.js
+++ b/src/InfoViz/Native/HistogramSelector/index.js
@@ -674,8 +674,7 @@ function histogramSelector(publicAPI, model) {
model.con... | fix(HistogramSelector): Prevent HistogramSelector from editing its container style element | Kitware_paraviewweb | train | js |
fbd915622b24f9e15e3ce294ef0a088e523b319f | diff --git a/src/commands/sites/sites-create.js b/src/commands/sites/sites-create.js
index <HASH>..<HASH> 100644
--- a/src/commands/sites/sites-create.js
+++ b/src/commands/sites/sites-create.js
@@ -50,7 +50,7 @@ const getSiteNameInput = async (name, user, api) => {
validate: (input) => /^[a-zA-Z\d-]+$/.test(i... | fix: make site suggestion flow consistent (#<I>) | netlify_cli | train | js |
4810fc17fb27fb1b63a721ce7f9f731539ea0e39 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -22,8 +22,8 @@ function hash(filepath, bits, format) {
resolve(imageFromBuffer(content));
});
})
- .then(image => hashRaw(getImageData(image), bits))
- .then(hexHash => {
+ .then((image) => hashRaw(getI... | fix(chore): prettier check | pwlmaciejewski_imghash | train | js |
d29e5269ed80fb75afa4e6e31d44049187de9697 | diff --git a/src/playbacks/hls/hls.js b/src/playbacks/hls/hls.js
index <HASH>..<HASH> 100644
--- a/src/playbacks/hls/hls.js
+++ b/src/playbacks/hls/hls.js
@@ -115,7 +115,7 @@ export default class HLS extends HTML5VideoPlayback {
this._extrapolatedWindowNumSegments = !this.options.playback || typeof (this.options.p... | refactor(hls): change _lasTimeUpdate initial value | clappr_clappr | train | js |
d5a11561316d743f5d5875210e00e924b47e585e | diff --git a/src/widgets/star-rating/star-rating.js b/src/widgets/star-rating/star-rating.js
index <HASH>..<HASH> 100644
--- a/src/widgets/star-rating/star-rating.js
+++ b/src/widgets/star-rating/star-rating.js
@@ -29,7 +29,8 @@ starRating({
/**
* Instantiate a list of refinements based on a rating attribute
- * T... | docs(star-rating): ratings must be integers
fixes #<I>
this is a documentation hotfix | algolia_instantsearch.js | train | js |
929109a0907fabc9a23cd1295bda9e48f307b46e | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -17,12 +17,12 @@ class RowProcessorInterceptor extends Interceptor {
parserFactory(config, true);
}
- static get type() {
+ static get name() {
return "data-processor-row";
}... | fix(interceptor): Fix the name and type of the interceptor | Kronos-Integration_kronos-interceptor-object-data-processor-row | train | js |
e3417eeb9d73450a6fa64462888903e9679e12c7 | diff --git a/tasks/lib/changelog.js b/tasks/lib/changelog.js
index <HASH>..<HASH> 100755
--- a/tasks/lib/changelog.js
+++ b/tasks/lib/changelog.js
@@ -162,8 +162,6 @@ var writeChangelog = function(stream, commits, version) {
breaks: {}
};
- sections.breaks[EMPTY_COMPONENT] = [];
-
commits.forEach(function... | chore(changelog): avoid writing empty sections | karma-runner_karma | train | js |
66fd752f6c0ed2ce961c34e5a8696cbab89a8cce | diff --git a/src/Leevel/Support/Dto.php b/src/Leevel/Support/Dto.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Support/Dto.php
+++ b/src/Leevel/Support/Dto.php
@@ -81,7 +81,7 @@ abstract class Dto implements IArray, ArrayAccess
throw new TypeError($e);
}
- // 遍历所有属性会校验所有属性值是否初始化
+ ... | refactor(support): Refact comment of dto | hunzhiwange_framework | train | php |
ef97274b250afd610807d087e6dbf6700afe2ced | diff --git a/lib/client/live_reload.js b/lib/client/live_reload.js
index <HASH>..<HASH> 100644
--- a/lib/client/live_reload.js
+++ b/lib/client/live_reload.js
@@ -3,8 +3,7 @@
// Detects changes in client files and sends an event to connected browsers instructing them to refresh the page
'use strict';
-var chokidar,... | perf(array): indexOf direct call
No need to support Node JS without Array.indexOf | socketstream_socketstream | train | js |
7cd8c044ef29f10ec6e1f47430237fb0232d25ee | diff --git a/addon/-private/radar/models/radar.js b/addon/-private/radar/models/radar.js
index <HASH>..<HASH> 100644
--- a/addon/-private/radar/models/radar.js
+++ b/addon/-private/radar/models/radar.js
@@ -286,7 +286,7 @@ export default class Radar {
this._nextScroll = undefined;
this._nextAdjustment = undef... | fix(radar): resolves conflicts from last merge | html-next_vertical-collection | train | js |
48cf001461ec7fded47872a6f22482df18d01c5c | diff --git a/controller/clusterinfoupdater.go b/controller/clusterinfoupdater.go
index <HASH>..<HASH> 100644
--- a/controller/clusterinfoupdater.go
+++ b/controller/clusterinfoupdater.go
@@ -123,7 +123,7 @@ func (c *clusterInfoUpdater) updateClusterInfo(cluster appv1.Cluster, info *cach
} else {
clusterInfo.Connec... | fix: Minor cleanup for app errors #<I> (#<I>)
First timer commit to fix a gramma issue | argoproj_argo-cd | train | go |
637aee4424e26ffce2bb1398e2a587b0ce1d6d94 | diff --git a/lib/producer/topic_publish_info.js b/lib/producer/topic_publish_info.js
index <HASH>..<HASH> 100644
--- a/lib/producer/topic_publish_info.js
+++ b/lib/producer/topic_publish_info.js
@@ -5,7 +5,7 @@ class TopicPublishInfo {
this.orderTopic = false;
this.haveTopicRouterInfo = false;
this.messa... | fix: random-publish-queue-select-start-point (#<I>)
* fix: random-publish-queue-select-start-point
* fix: sendWhichQueue may exceed MAX_SAEF_INTEGER | ali-sdk_ali-ons | train | js |
5157c6f425e8c996d2519b1dc3b593050dac2751 | diff --git a/lib/app/app.js b/lib/app/app.js
index <HASH>..<HASH> 100644
--- a/lib/app/app.js
+++ b/lib/app/app.js
@@ -76,9 +76,9 @@ export function createApp () {
})
const options = {}
-
- themeEnhanceApp({ Vue, options, router })
- enhanceApp({ Vue, options, router })
+
+ themeEnhanceApp({ Vue, options, ... | feat: also expose siteData in enhanceApp.js | vuejs_vuepress | train | js |
71924f4b9e0da01af0d6b063e2165284cf943931 | diff --git a/src/js/plugins/forward.js b/src/js/plugins/forward.js
index <HASH>..<HASH> 100644
--- a/src/js/plugins/forward.js
+++ b/src/js/plugins/forward.js
@@ -73,7 +73,7 @@ class Forward extends BaseComponent {
*/
const toggles = SelectorEngine.find(SELECTOR_TOGGLE)
toggles.forEach((toggle) => {
- EventHandler... | chore(core): changes for forward activation | italia_bootstrap-italia | train | js |
df65f0d4c325782f62fc4b48b30a22fcb0c04962 | diff --git a/lib/tunnel.js b/lib/tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel.js
+++ b/lib/tunnel.js
@@ -77,7 +77,14 @@ function tunnelProxy(server, proxy) {
return true;
};
var isIntercept = function() {
- return isLocalUIUrl || (!isDisabeIntercept() && isEnableIntercept());
+ ... | feat: add enable://captureIp to capture the connect which the hostname is ip | avwo_whistle | train | js |
14d65f4ae88b9c7d30291464e0f0638237aadc75 | diff --git a/src/sagemaker/_studio.py b/src/sagemaker/_studio.py
index <HASH>..<HASH> 100644
--- a/src/sagemaker/_studio.py
+++ b/src/sagemaker/_studio.py
@@ -46,6 +46,7 @@ def _append_project_tags(tags=None, working_dir=None):
return tags
all_tags = tags or []
+ additional_tags = [tag for tag in add... | fix: remove duplicated tags in _append_project_tags (#<I>) | aws_sagemaker-python-sdk | train | py,py |
e3b62790113cbc760439d3764b5066cebad714be | diff --git a/src/Notifier.php b/src/Notifier.php
index <HASH>..<HASH> 100644
--- a/src/Notifier.php
+++ b/src/Notifier.php
@@ -146,7 +146,7 @@ class Notifier
private function newHTTPClient()
{
if (array_key_exists('httpClient', $this->opt)) {
- if ($this->opt['httpClient'] instanceof Guzzl... | fix: http client type check in notifier | airbrake_phpbrake | train | php |
90a3d8588046b6117bcb8448620f74ec91cc0fab | diff --git a/redis/pool.go b/redis/pool.go
index <HASH>..<HASH> 100644
--- a/redis/pool.go
+++ b/redis/pool.go
@@ -381,21 +381,17 @@ func (p *Pool) waitVacantConn(ctx context.Context) (waited time.Duration, err er
start = time.Now()
}
- if ctx == nil {
- <-p.ch
- } else {
+ select {
+ case <-p.ch:
+ // Additio... | chore: Remove unneeded ctx == nil check (#<I>)
Remove an check for ctx being nil which is no longer possible. | gomodule_redigo | train | go |
e87c5bc2d91e1794daff02598aadd46c9fb18ffa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -194,7 +194,13 @@ class ServerlessIotLocal {
const client = mqtt.connect(`ws://localhost:${httpPort}/mqqt`)
client.on('error', console.error)
+
+ const connectMonitor = setInterval(() => {
+ this.log(`still... | feat: monitor initial connection to broker, log if unable to connect | tradle_serverless-iot-local | train | js |
da2b7cd97a73191d9bd219718e8e5d9370ef12df | diff --git a/MANIFEST.in b/MANIFEST.in
index <HASH>..<HASH> 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -24,4 +24,4 @@ graft mishmash/web
graft mishmash/alembic
recursive-include mishmash *.ini
-prune etc
+prune docker
diff --git a/mishmash/__about__.py b/mishmash/__about__.py
index <HASH>..<HASH> 100644
--- a/mi... | fix: manifest file updates for docker | nicfit_MishMash | train | in,py,py |
da47d2aecafe77e4571e07644fdc174c9602807c | diff --git a/src/providers/subdb.js b/src/providers/subdb.js
index <HASH>..<HASH> 100644
--- a/src/providers/subdb.js
+++ b/src/providers/subdb.js
@@ -12,7 +12,7 @@ const SUBDB_API_URL = 'http://api.thesubdb.com'
* @returns {Promise<string>} the subtitles, formatted as .srt
*/
async function getSubtitles (file) {
... | refactor: rename function | BeLi4L_subz-hero | train | js |
cb9ce1e791abac7fcb2eb784bf54affbb26a00ae | diff --git a/npm_scripts/release.js b/npm_scripts/release.js
index <HASH>..<HASH> 100644
--- a/npm_scripts/release.js
+++ b/npm_scripts/release.js
@@ -67,6 +67,6 @@ stdin.question(`Next version (current is ${currentVersion})? `, (nextVersion) =>
// Go back from whence you came
exec(`git checkout ${branchName}`);
... | chore: Fix closing of stdin. | Pearson-Higher-Ed_compounds | train | js |
19df4f7b1265405e4f2c6ae8705af5ceae7796d4 | diff --git a/packages/react/src/components/Switch/Switch.js b/packages/react/src/components/Switch/Switch.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Switch/Switch.js
+++ b/packages/react/src/components/Switch/Switch.js
@@ -56,7 +56,9 @@ const Switch = React.forwardRef(function Switch(props, tabR... | fix(ContentSwitcher): enable title by default (#<I>) | carbon-design-system_carbon-components | train | js |
1f71dfb2f8a3d43336b4a0ecbfb749393e39083d | diff --git a/pyvisa/highlevel.py b/pyvisa/highlevel.py
index <HASH>..<HASH> 100644
--- a/pyvisa/highlevel.py
+++ b/pyvisa/highlevel.py
@@ -1035,7 +1035,8 @@ class VisaLibraryBase(object):
return (ResourceInfo(parsed.interface_type_const,
parsed.board,
- ... | fix(highlevel): added resource_name to parse_resource_extended
Using ResourceManager.resource_info returned inconsistent results
between the NI-VISA backend vs other backends which didn't extend
visalib.parse_resource_extended (e.g. PyVISA-sim) and code relying
on the "normalization" behavior of resource_info.resource... | pyvisa_pyvisa | train | py |
5324150ff43ea590c6eead5f50c447872d83ff14 | diff --git a/lib/ditty/models/user.rb b/lib/ditty/models/user.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/models/user.rb
+++ b/lib/ditty/models/user.rb
@@ -57,7 +57,9 @@ module Ditty
end
def username
- identity_dataset.first.username
+ identity = identity_dataset.first
+ return identity.us... | fix: Default to email as username if the user has no identity | EagerELK_ditty | train | rb |
123d29b9be4abcdba6f0fa0a1d3aa56a838091e6 | diff --git a/frontend/src/component/menu/routes.js b/frontend/src/component/menu/routes.js
index <HASH>..<HASH> 100644
--- a/frontend/src/component/menu/routes.js
+++ b/frontend/src/component/menu/routes.js
@@ -1,4 +1,3 @@
-import CreateFeatureToggle from '../../page/features/create';
import CopyFeatureToggle from '..... | fix: remove unused component in routes | Unleash_unleash | train | js |
e6df315ee87138a08aa75b5fcfdce504d5a0aa4c | diff --git a/lib/skeleton.js b/lib/skeleton.js
index <HASH>..<HASH> 100644
--- a/lib/skeleton.js
+++ b/lib/skeleton.js
@@ -4,6 +4,12 @@ var Promise = require('bluebird');
var lpad = require('./util').lpad;
var Class = require('./class');
+function isPromise( probe ) {
+
+ return probe instanceof Promise || ( probe... | refactor(migration): Make check for promise more reliable | db-migrate_node-db-migrate | train | js |
fee988a88bc6abe07d01535fa87f946f353f01e1 | diff --git a/packages/node_modules/@webex/internal-plugin-flag/src/flag.js b/packages/node_modules/@webex/internal-plugin-flag/src/flag.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-flag/src/flag.js
+++ b/packages/node_modules/@webex/internal-plugin-flag/src/flag.js
@@ -1,7 +1,7 @@
... | fix(flag): 'flat' isn't available everywhere | webex_spark-js-sdk | train | js |
40f5351ed9a8e41cb1fb1765aeb6a5b5a39f4913 | diff --git a/lib/config/postcss.js b/lib/config/postcss.js
index <HASH>..<HASH> 100644
--- a/lib/config/postcss.js
+++ b/lib/config/postcss.js
@@ -118,8 +118,8 @@ module.exports = function (options, webpackConfig) {
onSaveSpritesheet: spritesOnSaveSpritesheet
}
}),
- ... | refactor: postcss插件执行顺序更新 | zuzucheFE_guido | train | js |
f42711f98198a4390b2843e0e66ef5e83cd9c852 | diff --git a/lib/plugin.js b/lib/plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugin.js
+++ b/lib/plugin.js
@@ -156,8 +156,7 @@ class Client {
sse,
routingRules,
manageResources,
- tags,
- prefixText;
+ tags;
return this._validateConfig()
.then(() => {
@@ -189,17 +18... | fix(log): don't log undefined string | fernando-mc_serverless-finch | train | js |
eb260436d6c9ab39145b4da95fc085e04b4cfa9a | diff --git a/task/backend/inmem_store.go b/task/backend/inmem_store.go
index <HASH>..<HASH> 100644
--- a/task/backend/inmem_store.go
+++ b/task/backend/inmem_store.go
@@ -286,7 +286,10 @@ func (s *inmem) CreateNextRun(ctx context.Context, taskID platform.ID, now int64
// FinishRun removes runID from the list of runn... | fix(task): remove race condition when finishing a inmem run (#<I>)
* fix(task): remove race condition when finishing a inmem run | influxdata_influxdb | train | go |
b59c6eafaf8ac5671d10edd909b5acd628d0d237 | diff --git a/src/client/virgil-client.js b/src/client/virgil-client.js
index <HASH>..<HASH> 100644
--- a/src/client/virgil-client.js
+++ b/src/client/virgil-client.js
@@ -111,6 +111,9 @@ function createVirgilClient(accessToken, options) {
return cardsReadOnlyClient.search(criteria)
.then(function (response) ... | fix: handle null response in virgilClient#searchCards | VirgilSecurity_virgil-sdk-javascript | train | js |
6e1a7238f896578200bfecc2cb20528661ba8498 | diff --git a/packages/node_modules/@webex/internal-plugin-mercury/test/unit/spec/mercury.js b/packages/node_modules/@webex/internal-plugin-mercury/test/unit/spec/mercury.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-mercury/test/unit/spec/mercury.js
+++ b/packages/node_modules/@webex... | test(internal-plugin-mercury): update stubs
Update the stubs in the mercury plugin tests to no longer
target device#markUrlFailedAndGetNew(). | webex_spark-js-sdk | train | js |
27e8b645033ae176c768566b794d65c98c6802e5 | diff --git a/packages/workflow/webpack.config.production.js b/packages/workflow/webpack.config.production.js
index <HASH>..<HASH> 100644
--- a/packages/workflow/webpack.config.production.js
+++ b/packages/workflow/webpack.config.production.js
@@ -69,6 +69,12 @@ const plugin = (settings) => {
idHint: 'vendo... | feat(workflow): add a cacheGroup for moment | Availity_availity-workflow | train | js,js |
82f1502ba5f96284c48c6587b594bf49aa41ab78 | diff --git a/scripts/release.js b/scripts/release.js
index <HASH>..<HASH> 100644
--- a/scripts/release.js
+++ b/scripts/release.js
@@ -66,9 +66,6 @@ function updateLockfile(opts = {}) {
// Merge the "yarn.lock" changes into the version commit.
exec(`git add yarn.lock`)
exec(`git commit --amend --no-edit`)
-
- ... | chore: remove extraneous "yarn prepare" call | react-spring_react-spring | train | js |
70c06aca1636b525b51ec5d26a7e4e4297c4ee05 | diff --git a/cmd/telegraf/telegraf.go b/cmd/telegraf/telegraf.go
index <HASH>..<HASH> 100644
--- a/cmd/telegraf/telegraf.go
+++ b/cmd/telegraf/telegraf.go
@@ -262,7 +262,7 @@ func runAgent(ctx context.Context,
log.Printf("I! Loaded aggregators: %s", strings.Join(c.AggregatorNames(), " "))
log.Printf("I! Loaded proc... | fix: warning output when running with --test (#<I>) | influxdata_telegraf | train | go |
0f5d526a66f180f441a6c408348228054a97476b | diff --git a/hawtio-system/src/main/java/io/hawt/web/proxy/ProxyDetails.java b/hawtio-system/src/main/java/io/hawt/web/proxy/ProxyDetails.java
index <HASH>..<HASH> 100644
--- a/hawtio-system/src/main/java/io/hawt/web/proxy/ProxyDetails.java
+++ b/hawtio-system/src/main/java/io/hawt/web/proxy/ProxyDetails.java
@@ -32,7 ... | refactor(hawtio-system): small refactoring | hawtio_hawtio | train | java |
2cbe6cdfd816eab82a697ae9d3620d2d9c897d0e | diff --git a/build.go b/build.go
index <HASH>..<HASH> 100644
--- a/build.go
+++ b/build.go
@@ -210,7 +210,7 @@ func createPackage(options linuxPackageOptions) {
// copy sample ini file to /etc/grafana
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.configFilePath))
// copy sample ldap toml co... | fix(build): fixed issue in build.go | grafana_grafana | train | go |
30b0ab4a0b4e87153c0b787cc40283fc204b556e | diff --git a/src/components/VSelect/index.js b/src/components/VSelect/index.js
index <HASH>..<HASH> 100644
--- a/src/components/VSelect/index.js
+++ b/src/components/VSelect/index.js
@@ -28,6 +28,8 @@ const wrapper = {
}
if (props.autocomplete || props.combobox || props.tags) {
+ data.attrs.combobox = ... | fix(VAutocomplete): pass correct props in through the VSelect wrapper | vuetifyjs_vuetify | train | js |
2f2904af6cd859faabb07ee19792e2790de41da4 | diff --git a/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/actor/runtime/js/websocket/WebSocketConnection.java b/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/actor/runtime/js/websocket/WebSocketConnection.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/ac... | fix(js): Fixing web socket initialization | actorapp_actor-platform | train | java |
90c46e896de13064d3c8d5b36e0cbf1a68cccd9b | diff --git a/pkg/chartutil/values.go b/pkg/chartutil/values.go
index <HASH>..<HASH> 100644
--- a/pkg/chartutil/values.go
+++ b/pkg/chartutil/values.go
@@ -94,12 +94,18 @@ func tableLookup(v Values, simple string) (Values, error) {
if !ok {
return v, ErrNoTable
}
- //vv, ok := v2.(map[string]interface{})
- vv, ok... | fix(chartutil): fix Table() method to test Values
This makes the Table() method more flexible than the original version.
It allows either a map[string]interface{} or a chartutil.Values to be
treated as a table. | helm_helm | train | go |
12665d1407a45899efbe4f9fd05005085aeb93c4 | diff --git a/censys/asm/assets/assets.py b/censys/asm/assets/assets.py
index <HASH>..<HASH> 100644
--- a/censys/asm/assets/assets.py
+++ b/censys/asm/assets/assets.py
@@ -29,6 +29,7 @@ class Assets(CensysAsmAPI):
tag: Optional[List[str]] = None,
tag_operator: Optional[str] = None,
source: Opt... | feat: Add API support for asset discovery trails
The Censys API offers a parameter that allows pulling back discovery
trails, but this parameter is not currently exposed via this library.
This commit adds support for this parameter. | censys_censys-python | train | py |
929a69128ad868d3b74a4da6b4d0b2ca145eff78 | diff --git a/tests/test_configmanager.py b/tests/test_configmanager.py
index <HASH>..<HASH> 100644
--- a/tests/test_configmanager.py
+++ b/tests/test_configmanager.py
@@ -25,6 +25,7 @@ from tests.engine_helpers import *
import autokey.model.folder
from autokey.configmanager.configmanager import ConfigManager
+impor... | test: Add tests for creating predefined_user_files | autokey_autokey | train | py |
f8a0f4a1657d19e6ba3655a3c9f322c9c7400e91 | diff --git a/benchmarks/bench.py b/benchmarks/bench.py
index <HASH>..<HASH> 100644
--- a/benchmarks/bench.py
+++ b/benchmarks/bench.py
@@ -123,10 +123,10 @@ def main(args):
else:
if args.use_green_threads:
- subprocess_args = ["dramatiq", "bench", "-p", "8"]
+ subpr... | fix: handle --use-green-threads properly in bench | Bogdanp_dramatiq | train | py |
d2611d42d37676514e24b3de9bbbb05731edb537 | diff --git a/core/node/libp2p.go b/core/node/libp2p.go
index <HASH>..<HASH> 100644
--- a/core/node/libp2p.go
+++ b/core/node/libp2p.go
@@ -198,7 +198,7 @@ func makeAddrsFactory(cfg config.Addresses) (p2pbhost.AddrsFactory, error) {
if err != nil {
return nil, err
}
- noAnnAddrs[maddr.String()] = true
+ noAn... | chore: avoid converting addresses to human readable strings
License: MIT | ipfs_go-ipfs | train | go |
8df3dd9797c8afda79dfa99d90aadee6b0d7a093 | diff --git a/git/remote.py b/git/remote.py
index <HASH>..<HASH> 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -50,8 +50,8 @@ def add_progress(kwargs, git, progress):
given, we do not request any progress
:return: possibly altered kwargs"""
if progress is not None:
- v = git.version_info
- ... | fix(remote): improve version check
Make version check much more readable, and fix it at
the same time. The previous implementation would assume
progress is supported just by looking at the patch-level
for instance.
A quick check of the git sources seems to indicate the
--progress flag exists in <I> of the git command... | gitpython-developers_GitPython | train | py |
868ad1ce2af961a9de300cfc0dcc0b0318ef716c | diff --git a/test/bulb/index.js b/test/bulb/index.js
index <HASH>..<HASH> 100644
--- a/test/bulb/index.js
+++ b/test/bulb/index.js
@@ -72,9 +72,9 @@ describe('Bulb', function () {
});
});
- describe('#getColorTemperatureRange get', function () {
+ describe('#colorTemperatureR... | test: fix getColorTemperatureRange test | plasticrake_tplink-smarthome-api | train | js |
44c5096860600d7558461b5998fcdfe2f08ca848 | diff --git a/lib/workers.js b/lib/workers.js
index <HASH>..<HASH> 100644
--- a/lib/workers.js
+++ b/lib/workers.js
@@ -12,6 +12,7 @@ var inherits = require('inherits');
var defaultOptions = {
+ pollingDelay: 0,
pollingInterval: 1500,
lockTimeMs: 4000
};
@@ -44,7 +45,7 @@ function Workers(baseUrl, options) ... | feat(workers): add pollingDelay | nikku_camunda-worker-node | train | js |
777e2eb0ed10689142a0ee715f4735c88320868f | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -54,7 +54,7 @@ module.exports.reporter = reporterType => {
})
}
- if (reporterType === 'fail' && foundIssues) {
+ if (isFailReporter && foundIssues) {
failedFiles.push(file.path)
... | refactor(src): use isFailReporter var | dustinspecker_gulp-alex | train | js |
cfa2cb96172cda7ab153244140912d3af3021122 | diff --git a/hrp/plugin.go b/hrp/plugin.go
index <HASH>..<HASH> 100644
--- a/hrp/plugin.go
+++ b/hrp/plugin.go
@@ -17,6 +17,7 @@ const (
goPluginFile = "debugtalk.so" // built from go plugin
hashicorpGoPluginFile = "debugtalk.bin" // built from hashicorp go plugin
hashicorpPyPluginFile = "debugtalk.py" ... | fix: failed to locate root dir even if proj.json exist | HttpRunner_HttpRunner | train | go |
097e30a29923667a0a37e6a6d26cf23699f4ad93 | diff --git a/registry/registry.go b/registry/registry.go
index <HASH>..<HASH> 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -94,9 +94,6 @@ func (r *Registry) GetMachineJobs(machine *machine.Machine) map[string]job.Job {
func (r *Registry) ScheduleJob(job *job.Job, machine *machine.Machine) {
key :=... | refactor(registry): Stop deleting globally-scheduled Jobs
The global schedule is the entrypoint for clients to ask the system
to run something. These entries cannot be deleted as the scheduler
will not be able to reschedule jobs that fail on any given Machine. | coreos_fleet | train | go |
4378963480f8c1322a64a203f3f982c33e365ca3 | diff --git a/test/specs/wrapper.spec.js b/test/specs/wrapper.spec.js
index <HASH>..<HASH> 100644
--- a/test/specs/wrapper.spec.js
+++ b/test/specs/wrapper.spec.js
@@ -1,5 +1,5 @@
import { describeWithShallowAndMount } from '~resources/utils'
-import { enableAutoDestroy, resetAutoDestroyState } from '~vue/test-utils'
+... | test: fix bad reference to vtu package | vuejs_vue-test-utils | train | js |
b0b87072c2c6b7b5a0bd3316f01f1f7de460d280 | diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js
index <HASH>..<HASH> 100644
--- a/src/components/VSelect/VSelect.js
+++ b/src/components/VSelect/VSelect.js
@@ -655,7 +655,6 @@ export default {
// and click doesn't target the input
setTimeout(() => {
... | fix(v-select): removed dev code | vuetifyjs_vuetify | train | js |
5d17b59d23b499c9c256f1b7fb02654026a98ddf | diff --git a/src/Logging/Drivers/Daily.php b/src/Logging/Drivers/Daily.php
index <HASH>..<HASH> 100755
--- a/src/Logging/Drivers/Daily.php
+++ b/src/Logging/Drivers/Daily.php
@@ -8,6 +8,16 @@ use Modulus\Hibernate\Logging\Driver;
class Daily extends Driver
{
/**
+ * Create log file if it doesn't already exists
+... | feat: Create log file if it doesn't already exists | modulusphp_hibernate | train | php |
ea4b9400ca5993d133c18a249c4654e5489640f2 | diff --git a/sample/src/about/about.js b/sample/src/about/about.js
index <HASH>..<HASH> 100644
--- a/sample/src/about/about.js
+++ b/sample/src/about/about.js
@@ -21,7 +21,7 @@ export class About {
attached() {
// let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge'));
// this.version ... | chore(sample): increase version | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
526456ab1cfdb828ffc0072197646fc7e3ef4758 | diff --git a/packages/docs/themes/cerebral-website/page/__head/page__head.bemhtml.js b/packages/docs/themes/cerebral-website/page/__head/page__head.bemhtml.js
index <HASH>..<HASH> 100644
--- a/packages/docs/themes/cerebral-website/page/__head/page__head.bemhtml.js
+++ b/packages/docs/themes/cerebral-website/page/__head... | feat(page): support redirect tag in meta | cerebral_cerebral | train | js |
cce4ace86de1784f1434f1ab0727775db6af6cd6 | diff --git a/lib/api-client/resources/group.js b/lib/api-client/resources/group.js
index <HASH>..<HASH> 100644
--- a/lib/api-client/resources/group.js
+++ b/lib/api-client/resources/group.js
@@ -130,6 +130,14 @@ Group.get = function (options, done) {
* @param {Function} done
*/
Group.list = function (options, don... | feat(group): allow list to be called w/o options
Related to #CAM-<I> | camunda_camunda-bpm-sdk-js | train | js |
c2614a9d6b378ac0580637fc27e60788177e9587 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -134,7 +134,7 @@ function Weight(i, t, m, n, s) {
}
/**
- *
+ * @private
* @param m Number of points
* @param n Polynomial grade
* @param s Derivative | chore: add private in fullWeights docs | mljs_savitzky-golay-generalized | train | js |
cd8f17ecf5b6e7aef14a54a9bec51fa8cd167f69 | diff --git a/src/components/Stats/Stats.js b/src/components/Stats/Stats.js
index <HASH>..<HASH> 100644
--- a/src/components/Stats/Stats.js
+++ b/src/components/Stats/Stats.js
@@ -6,13 +6,6 @@ import autoHideContainerHOC from '../../decorators/autoHideContainer.js';
import headerFooterHOC from '../../decorators/headerF... | fix(Stats): let the widget render on all values (#<I>)
This removes the implementation of shouldComponentUpdate. This can be seen as a regression but given that it's a pretty simple widget, the impact shouldn't be noticeable.
Fix #<I> | algolia_instantsearch.js | train | js |
3141d1a7b724e9432201c848a399be18f627bc8e | diff --git a/source/times.js b/source/times.js
index <HASH>..<HASH> 100644
--- a/source/times.js
+++ b/source/times.js
@@ -33,7 +33,7 @@ var times = _curry2(function times(fn, n) {
list = [];
for (var x = 0; x < len; x += 1) {
- list[x] = fn(x);
+ list.push(fn(x));
}
return list; | chore(times): using `push` method instead of direct assignment | ramda_ramda | train | js |
20a60c4f9c4fc150f90420e0e3f76a46c5f6d18e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -58,6 +58,7 @@ L.Control.SideBySide = L.Control.extend({
range.min = 0
range.max = 1
range.step = 'any'
+ range.value = 0.5
this._addEvents()
this._updateLayers()
this._updateClip() | fix: Make slider start in middle on Firefox | digidem_leaflet-side-by-side | train | js |
714c61837b1cc15df51cb0dcd24aea623a5555f7 | diff --git a/client/deis.py b/client/deis.py
index <HASH>..<HASH> 100755
--- a/client/deis.py
+++ b/client/deis.py
@@ -1495,8 +1495,8 @@ class DeisClient(object):
"""
Sets tags for an application.
- A tag is a key/value pair used to tag an application's containers.
- This is often used... | docs: clarify tags_set usage
Mention that tags are passed to the scheduler. | deis_deis | train | py |
13191395581cdc2f3f052c5564b528aad67a2bcc | diff --git a/src/radio/Radio.js b/src/radio/Radio.js
index <HASH>..<HASH> 100644
--- a/src/radio/Radio.js
+++ b/src/radio/Radio.js
@@ -30,10 +30,18 @@ export default class Radio extends Component {
'disabled': disabled, // 禁用状态
'checked': checked, // 选中
});
+ const inputProps = {
+ ref: (no... | fix(Radio): Radio checked can not be undefined. | uiwjs_uiw | train | js |
c5ffe0c2dac14b940b600acaccda3b387ca14a28 | diff --git a/airflow/providers/amazon/aws/hooks/logs.py b/airflow/providers/amazon/aws/hooks/logs.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/amazon/aws/hooks/logs.py
+++ b/airflow/providers/amazon/aws/hooks/logs.py
@@ -66,9 +66,7 @@ class AwsLogsHook(AwsBaseHook):
| 'ingestionTime' (int)... | fix: cloudwatch logs fetch logic (#<I>) | apache_airflow | train | py |
2ad7bd3664aba48a3536ca3409e9ce17c948f555 | diff --git a/tests/integration-all/http-api/tests.js b/tests/integration-all/http-api/tests.js
index <HASH>..<HASH> 100644
--- a/tests/integration-all/http-api/tests.js
+++ b/tests/integration-all/http-api/tests.js
@@ -211,7 +211,10 @@ describe('HTTP API Integration Test', function() {
return resolveEndpoint();
... | test: Temporary debug patch for randomly failing test | serverless_serverless | train | js |
a20d19217d136461b78d9a53c167aab47fc3adba | diff --git a/plinq.go b/plinq.go
index <HASH>..<HASH> 100644
--- a/plinq.go
+++ b/plinq.go
@@ -68,7 +68,7 @@ func (q ParallelQuery) AsOrdered() (p ParallelQuery) {
// See AsOrdered() for remarks.
func (q ParallelQuery) AsUnordered() (p ParallelQuery) {
p = q.copyMetaWithValues()
- p.ordered = true
+ p.ordered = fal... | fix: make AsUnordered really unordered | ahmetb_go-linq | train | go |
7d5b1137760084d647c7a7df02f97e50bb28b7a4 | diff --git a/app-vite/lib/quasar-config-file.js b/app-vite/lib/quasar-config-file.js
index <HASH>..<HASH> 100644
--- a/app-vite/lib/quasar-config-file.js
+++ b/app-vite/lib/quasar-config-file.js
@@ -307,7 +307,8 @@ class QuasarConfFile {
metaConf
}
- if (this.#ctx.dev) {
+ // if DEV and not BEX mode... | feat(app-vite): do not parse and configure devserver options when in BEX mode (not needed) | quasarframework_quasar | train | js |
b6bbb528e971912a6a4a1873214c9a0cb33c128e | diff --git a/src/Keboola/Syrup/Command/JobCommand.php b/src/Keboola/Syrup/Command/JobCommand.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Syrup/Command/JobCommand.php
+++ b/src/Keboola/Syrup/Command/JobCommand.php
@@ -226,7 +226,7 @@ class JobCommand extends ContainerAwareCommand
// Update job with result... | fix: waitSeconds in job | keboola_syrup | train | php |
b562d277f2e4d59f717bbd71e80c92c5c4c079c3 | diff --git a/test/unit/logger.spec.js b/test/unit/logger.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/logger.spec.js
+++ b/test/unit/logger.spec.js
@@ -43,6 +43,9 @@ test.group('Logger | File Driver', (group) => {
})
group.after((done) => {
+ if (process.platform === 'win32') {
+ return done()
+ ... | ci(logger): do not remove dir after test on win<I> | adonisjs_adonis-framework | train | js |
1fa090c656cbab55bdbfb101b503b53811b50dff | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -45,7 +45,7 @@ var config = {
*/
var merge = function(into, from) {
for (key in from) {
- if (into[key] instanceof Object) {
+ if (into[key] instanceof Object && !(into[key] instanceof Array)) {... | fix(runner): merge should override entire arrays, not just parts of them
Closes #<I> | angular_protractor | train | js |
4638adcedeb6a9e2c68a5dbead6135487c439fe5 | diff --git a/aurelia-bootstrap-datetimepicker/src/abp-datetime-picker.js b/aurelia-bootstrap-datetimepicker/src/abp-datetime-picker.js
index <HASH>..<HASH> 100644
--- a/aurelia-bootstrap-datetimepicker/src/abp-datetime-picker.js
+++ b/aurelia-bootstrap-datetimepicker/src/abp-datetime-picker.js
@@ -304,13 +304,11 @@ exp... | fix(edge): issue #<I> modelChanged fails in Edge browser | ghiscoding_Aurelia-Bootstrap-Plugins | train | js |
c7df773318708cbe94e56fadbef043b3e52df3e2 | diff --git a/tests/before_travis_test.js b/tests/before_travis_test.js
index <HASH>..<HASH> 100644
--- a/tests/before_travis_test.js
+++ b/tests/before_travis_test.js
@@ -136,7 +136,7 @@ function configureOrmModule() {
{ reg: /Database username/ , write: 'travis\n' , done: false },
{ reg: /Database ... | fix(travis): Before Travis Script debugging | CleverStack_clever-orm | train | js |
fcf1d4c3af3ce600b281bb2e19d645b1bedee72c | diff --git a/test/test-integration-openssh.js b/test/test-integration-openssh.js
index <HASH>..<HASH> 100644
--- a/test/test-integration-openssh.js
+++ b/test/test-integration-openssh.js
@@ -25,6 +25,12 @@ const debug = false;
const opensshPath = 'ssh';
let opensshVer;
+// TODO: figure out why this test is failing ... | test: skip OpenSSH integration tests on Windows | mscdex_ssh2 | train | js |
856f3c822d3053b57d2045da16a0d9d070e053d7 | diff --git a/sources/values.js b/sources/values.js
index <HASH>..<HASH> 100644
--- a/sources/values.js
+++ b/sources/values.js
@@ -15,7 +15,9 @@ module.exports = function values (array, onAbort) {
return function (abort, cb) {
if(abort)
return abortCb(cb, abort, onAbort)
- cb(i >= array.length || null... | perf: don't access array out of bounds | pull-stream_pull-stream | train | js |
79205f7db320a755224ed9e0fabc82261e1409b5 | diff --git a/packages/netlify-cms-core/src/components/App/App.js b/packages/netlify-cms-core/src/components/App/App.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-core/src/components/App/App.js
+++ b/packages/netlify-cms-core/src/components/App/App.js
@@ -67,7 +67,7 @@ class App extends React.Component {
... | fix: fix App configError method (#<I>) | netlify_netlify-cms | train | js |
af5bdce5d69fe9086cb1df484b2acdb85c4974ae | diff --git a/samples/test/tables.test.js b/samples/test/tables.test.js
index <HASH>..<HASH> 100644
--- a/samples/test/tables.test.js
+++ b/samples/test/tables.test.js
@@ -57,6 +57,9 @@ describe('Tables', () => {
]);
});
+ // to avoid getting rate limited
+ beforeEach(done => setTimeout(done, 500));
+
aft... | docs(samples): deflake sample tests (#<I>) | googleapis_nodejs-bigquery | train | js |
f2548a166989322f583dbd8001b516f3b5dc018c | diff --git a/website/test/e2e/navigation_spec.js b/website/test/e2e/navigation_spec.js
index <HASH>..<HASH> 100644
--- a/website/test/e2e/navigation_spec.js
+++ b/website/test/e2e/navigation_spec.js
@@ -35,7 +35,7 @@ describe('Navigation', function() {
'Tutorial'
]);
});
-
+
it('should hav... | chore(website): update e2e tests for navigation | angular_protractor | train | js |
a4f6e1dc807fddb9d148ec1191ae3b5cd2f26e6c | diff --git a/packages/@vue/cli-service/ui.js b/packages/@vue/cli-service/ui.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/ui.js
+++ b/packages/@vue/cli-service/ui.js
@@ -1,3 +1,5 @@
+/* eslint-disable vue-libs/no-async-functions */
+
module.exports = api => {
const { setSharedData, getSharedData } ... | fix(ui): eslint disaled rule | vuejs_vue-cli | train | js |
e09de09277f29fd7a604c574ee9cc222d3676e32 | diff --git a/views/cypress/tests/search-advanced.spec.js b/views/cypress/tests/search-advanced.spec.js
index <HASH>..<HASH> 100644
--- a/views/cypress/tests/search-advanced.spec.js
+++ b/views/cypress/tests/search-advanced.spec.js
@@ -122,4 +122,4 @@
cy.getSettled(selectorsTAO.search.modal.closeButton)
... | chore: add new line at eof | oat-sa_extension-tao-item | train | js |
2ebf341eedcd6fe461a075bee71b12ca920d0bb1 | diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Services.go
+++ b/test/k8sT/Services.go
@@ -1990,7 +1990,7 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp
deploymentManager.DeleteCilium()
})
- It("with the host firew... | test: quarantine failing NodePort tests on <I> | cilium_cilium | train | go |
9da0ac2d904f257c84a3174a3b1cf6b67bf8eafd | diff --git a/src/server/queue/index.js b/src/server/queue/index.js
index <HASH>..<HASH> 100644
--- a/src/server/queue/index.js
+++ b/src/server/queue/index.js
@@ -94,7 +94,7 @@ class Queues {
];
if (data.name) args.unshift(data.name)
- return queue.add.apply(queue, data);
+ return queue.add.ap... | fix: pass the expected arguments to BullQueue#add | bee-queue_arena | train | js |
dd94bd33650271c65d20a566466d9e122612410e | diff --git a/lib/polyfill/patchedmediakeys_apple.js b/lib/polyfill/patchedmediakeys_apple.js
index <HASH>..<HASH> 100644
--- a/lib/polyfill/patchedmediakeys_apple.js
+++ b/lib/polyfill/patchedmediakeys_apple.js
@@ -15,7 +15,6 @@ goog.require('shaka.util.EventManager');
goog.require('shaka.util.FakeEvent');
goog.requi... | fix: Disable unprefixed EME on Safari
@avelad reported that PR #<I> caused a regression. Rather than
revert the entire thing, we are disabling one part of that change to
make it easier to re-enable once the issue is fixed. We will also
reopen issue #<I> until this is resolved.
Change-Id: I<I>d<I>da<I>d<I>bb<I>e<I>e... | google_shaka-player | train | js |
e301e62eb2c68525f8fde776718723e2ece636a4 | diff --git a/src/Snackbar/Snackbar.js b/src/Snackbar/Snackbar.js
index <HASH>..<HASH> 100644
--- a/src/Snackbar/Snackbar.js
+++ b/src/Snackbar/Snackbar.js
@@ -25,6 +25,7 @@ const styles = theme => ({
lineHeight: 1.15,
color: theme.snackbar.colors.text,
fontSize: theme.snackbar.fontSize,
+ fontWeight: ... | feat: added font weight for snackbar | rambler-digital-solutions_rambler-ui | train | js,js |
300af6e6acabbffbda34ef1763f4b7f7a670f6c4 | diff --git a/docs/js/doc.js b/docs/js/doc.js
index <HASH>..<HASH> 100644
--- a/docs/js/doc.js
+++ b/docs/js/doc.js
@@ -150,9 +150,13 @@
function tocMenu(){
$('.toc-menu select').change(function(){
+ var $body = $('body');
var href = $(this).val();
+ var scroll0 = $body.scrollTop();
win... | docs(live-doc): in mobile view, makes menu moves consistent with pos | algolia_instantsearch.js | train | js |
32ce3940a66199ee815b196faad6a7a135561aa0 | diff --git a/source/rafcon/gui/mygaphas/utils/cache/image_cache.py b/source/rafcon/gui/mygaphas/utils/cache/image_cache.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/utils/cache/image_cache.py
+++ b/source/rafcon/gui/mygaphas/utils/cache/image_cache.py
@@ -155,7 +155,19 @@ class ImageCache(object):
... | fix(image_cache): Support ndarray and handle other types gracefully | DLR-RM_RAFCON | train | py |
af657f438e365950b7760eb24cedb0208bc4cd8e | diff --git a/src/Authentication/OAuth20Login.php b/src/Authentication/OAuth20Login.php
index <HASH>..<HASH> 100644
--- a/src/Authentication/OAuth20Login.php
+++ b/src/Authentication/OAuth20Login.php
@@ -44,6 +44,7 @@ class OAuth20Login extends Login
*/
public function __construct(array $configAttributes, arr... | fix: parent ctor call, parent ctor must not be called in getAuthRequest (produces invalid request) | keboola_generic-extractor | train | php |
fb25160fec8d50a5b243cb3523551495816a6817 | diff --git a/generator/index.js b/generator/index.js
index <HASH>..<HASH> 100644
--- a/generator/index.js
+++ b/generator/index.js
@@ -52,7 +52,7 @@ module.exports = (api, options = {}) => {
if (api.hasPlugin('router')) {
console.log('\n')
require('@vue/cli-shared-utils/lib/logger').warn(
- ... | fix(generator): router warning url not clickable | nklayman_vue-cli-plugin-electron-builder | train | js |
4ee2e7a067a98b160854d6bb743d9e8359f9b90a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -29,7 +29,7 @@ module.exports = function(options, cb) {
options.db = options.db || {}
var watcher_options = {
- ignored: /[\/\\]\.|node_modules/,
+ ignored: /[\/\\]\.|node_modules|incomplete/,
... | fix(watcher): Ignore incomplete directory, typo | ezseed_watcher | train | js |
1d4631568decaf6a3db54cbdc63a91079bd780bc | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -66,6 +66,9 @@ angular.module('material.components.select', [
* **Note:** A value of `undefined` ***is considered a valid value*** (... | docs(select): Add note about value/ng-value differences. (#<I>)
Some users expressed confusion about the fact that the `value`
attribute always evaluates to a string as opposed to the `ng-value`
attribute which allows any value.
Add a note to the docs to describe the differences and give an
example of how to pro... | angular_material | train | js |
77fb67d324f592a31e96a410535bc83f9a21c351 | diff --git a/system/Common.php b/system/Common.php
index <HASH>..<HASH> 100644
--- a/system/Common.php
+++ b/system/Common.php
@@ -1014,10 +1014,13 @@ if (! function_exists('slash_item')) {
function slash_item(string $item): ?string
{
$config = config(App::class);
- $configItem = $config->... | fix: object property which doesn't exist | codeigniter4_CodeIgniter4 | train | php |
b131f5d67076b97b3186c820760df839bf796ad5 | diff --git a/src/main/launch.js b/src/main/launch.js
index <HASH>..<HASH> 100644
--- a/src/main/launch.js
+++ b/src/main/launch.js
@@ -18,7 +18,7 @@ export function deferURL(event, url) {
}
}
-const iconPath = path.join(__dirname, '../../static/icon.png');
+const iconPath = path.join(__dirname, '..', '..', 'stati... | fix(icon): load icon on windows by fixing path join | nteract_nteract | train | js |
e67c819a2579abb0daf49436effd5633eda3554c | diff --git a/worker/task.go b/worker/task.go
index <HASH>..<HASH> 100644
--- a/worker/task.go
+++ b/worker/task.go
@@ -37,6 +37,9 @@ func NewTask(lifecycle Lifecycle, payload []byte) *Task {
// worked on.
func (t *Task) Bytes() []byte { return t.payload }
+// SetBytes sets the bytes that this task is holding.
+func... | feat(lifecycle): added ability to alter payload of a task (#<I>) | mixer_redutil | train | go |
c3ce525c6ce18556ed28625c4a8e9382badf3bb2 | diff --git a/src/diagrams/sequence/sequenceDb.js b/src/diagrams/sequence/sequenceDb.js
index <HASH>..<HASH> 100644
--- a/src/diagrams/sequence/sequenceDb.js
+++ b/src/diagrams/sequence/sequenceDb.js
@@ -1,6 +1,5 @@
import mermaidAPI from '../../mermaidAPI';
import * as configApi from '../../config';
-import common fr... | fix: exclude text with line breaks when parsing wrap setting | knsv_mermaid | train | js |
e20eac812a332004ab534d2cc004680b1ceb4a5e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,10 +1,17 @@
var _ = require('lodash');
var loaderUtils = require('loader-utils');
+function getOptions(context) {
+ if (context.options && context.options.ejsLoader) {
+ return context.options.ejsLoader;
+ }
+ ret... | refactor: make code more readable and remove ternary | difelice_ejs-loader | train | js |
31b53a7430ac99d30adbeba6e48c51bd2f38a296 | diff --git a/src/components/Site/SiteHeader.react.js b/src/components/Site/SiteHeader.react.js
index <HASH>..<HASH> 100644
--- a/src/components/Site/SiteHeader.react.js
+++ b/src/components/Site/SiteHeader.react.js
@@ -8,7 +8,11 @@ import type { Props as AccountDropdownProps } from "../AccountDropdown/AccountDr
export... | feat(SiteHeader): header optional alignment
Add an alignment tag for header component to put content on the center of the container | tabler_tabler-react | train | js |
1353f833ea2a808a9646278247bcb79faaee55eb | diff --git a/source/library/pattern/pattern/apply-transforms.js b/source/library/pattern/pattern/apply-transforms.js
index <HASH>..<HASH> 100644
--- a/source/library/pattern/pattern/apply-transforms.js
+++ b/source/library/pattern/pattern/apply-transforms.js
@@ -1,3 +1,5 @@
+import path from 'path';
+
export default a... | fix: do not print confusing undefined for transform errors | patternplate-archive_patternplate-server | train | js |
e96a47cdde95757a19efaec06093bf8d53b70627 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -23,6 +23,7 @@ if (args[0] === '-p') {
output = {
path: dirDist,
filename: 'all.min.js',
+ libraryTarget: 'umd',
};
plugins = [
new webpack.optimize.DedupePlugin()... | feat(lib): Export public API as UMD | jonathanweiss_sk-progress-circle | train | js |
2d44017f40ed95c0653d440b16fc58e0f3558226 | diff --git a/packages/express/lib/serve.js b/packages/express/lib/serve.js
index <HASH>..<HASH> 100644
--- a/packages/express/lib/serve.js
+++ b/packages/express/lib/serve.js
@@ -13,7 +13,7 @@ module.exports = (mode, { configureServer }) => {
{ phases }
);
const router = new Router();
- const app = configur... | fix(express): reinstate previous behaviour, broken in #<I> | untool_untool | train | js |
2374717c15fa402d689dd755ba0f933f9ee9b445 | diff --git a/kv/service.go b/kv/service.go
index <HASH>..<HASH> 100644
--- a/kv/service.go
+++ b/kv/service.go
@@ -77,7 +77,9 @@ func NewService(log *zap.Logger, kv Store, configs ...ServiceConfig) *Service {
if len(configs) > 0 {
s.Config = configs[0]
- } else {
+ }
+
+ if s.Config.SessionLength == 0 {
s.Con... | refactor(kv): when no session length is set, use the default
In the past, the default was only being set if a service config wasn't
provided. But if a service config was provided and gave a zero value, it
would not fill in the default value. This changes the code so that it
will always set the default value if the ses... | influxdata_influxdb | train | go |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.