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 |
|---|---|---|---|---|---|
f4d5f257f79b68d9a7492bcf486ad4a2c8cea82c | diff --git a/src/utils/read-file.js b/src/utils/read-file.js
index <HASH>..<HASH> 100644
--- a/src/utils/read-file.js
+++ b/src/utils/read-file.js
@@ -4,7 +4,9 @@ import {CHARSET} from '../constants'
function readFile(file) {
try {
return readFileSync(file, CHARSET)
- } catch {}
+ // TODO: use following in... | chore: fix build on node<<I> | fisker_serve-directory | train | js |
d7114b9feb8b7700700cabc541ede491c5a79fd2 | diff --git a/scripts/client/collection.js b/scripts/client/collection.js
index <HASH>..<HASH> 100644
--- a/scripts/client/collection.js
+++ b/scripts/client/collection.js
@@ -35,10 +35,8 @@ Collection.prototype._createMissingStores = function () {
if (!this._store) { // store was imported?
this._createStore();
... | refactor(collection): remove unneeded code | delta-db_deltadb-server | train | js |
f056ae2bf53577743a13cae768146cc6ea6b2c31 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,5 @@
+export const PORTALS_CONTAINER_ID = 'portals-container';
+
export const __GLOBAL = 'GLOBAL';
// NOTIFICATIONS | refactor: move portals container id to constants | commercetools_merchant-center-application-kit | train | js |
4f0472ee5fc1d1fea3d87b2b96d9dc6b59e6f2ea | diff --git a/src/Leevel/View/Console/Cache.php b/src/Leevel/View/Console/Cache.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/View/Console/Cache.php
+++ b/src/Leevel/View/Console/Cache.php
@@ -22,7 +22,6 @@ namespace Leevel\View\Console;
use Leevel\Console\Command;
use Leevel\Kernel\IApp;
-use Leevel\Option\IOpti... | refactor(view): php<I> changes for view | hunzhiwange_framework | train | php |
6e6aed6c5a24dca4617a96d5f24c5e20b66c1410 | diff --git a/samcli/__init__.py b/samcli/__init__.py
index <HASH>..<HASH> 100644
--- a/samcli/__init__.py
+++ b/samcli/__init__.py
@@ -2,4 +2,4 @@
SAM CLI version
"""
-__version__ = "1.27.2"
+__version__ = "1.28.0" | chore: bump SAM CLI version to <I> (#<I>) | awslabs_aws-sam-cli | train | py |
c3fcd0d84e375ba8d77d6bf532904769eb433601 | diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/js/autocompleteController.js
+++ b/src/components/autocomplete/js/autocompleteController.js
@@ -70,6 +70,9 @@
? $mdUti... | fix(autocomplete): accepts pre-selected values
Closes #<I> | angular_material | train | js |
02e97b417ad77fa913b9009cd7f8772c9a4d89d3 | diff --git a/jawn-core/src/main/java/net/javapla/jawn/core/templates/stringtemplate/Template.java b/jawn-core/src/main/java/net/javapla/jawn/core/templates/stringtemplate/Template.java
index <HASH>..<HASH> 100644
--- a/jawn-core/src/main/java/net/javapla/jawn/core/templates/stringtemplate/Template.java
+++ b/jawn-core/... | fix(templates): removed TODO in stringtemplate | MTDdk_jawn | train | java |
8843bb6fb179fb4068de2bbb412ca2fbeb79b288 | diff --git a/styleguide/docs/react/expander.js b/styleguide/docs/react/expander.js
index <HASH>..<HASH> 100644
--- a/styleguide/docs/react/expander.js
+++ b/styleguide/docs/react/expander.js
@@ -38,22 +38,13 @@ const MoreInfo = React.createClass({
this.setState({expanded: !this.state.expanded});
},
- onSomet... | chore(Expander): Clean up docs for Expander
[#<I>] | pivotal-cf_pivotal-ui | train | js |
fd821d6aedd5936628658f897f13ddfd679c66b3 | diff --git a/nyamuk/nyamuk_net.py b/nyamuk/nyamuk_net.py
index <HASH>..<HASH> 100644
--- a/nyamuk/nyamuk_net.py
+++ b/nyamuk/nyamuk_net.py
@@ -35,18 +35,20 @@ def read(sock, count):
"""Read from socket and return it's byte array representation.
count = number of bytes to read
"""
+ data = None
+
... | fix: data not initialized when error triggered on sock.recv(), correct errors priority | iwanbk_nyamuk | train | py |
90fc2ff09ccb48768c4595dfd8a0704748ac1b1c | diff --git a/src/sidenav/sidenav-collapse.js b/src/sidenav/sidenav-collapse.js
index <HASH>..<HASH> 100644
--- a/src/sidenav/sidenav-collapse.js
+++ b/src/sidenav/sidenav-collapse.js
@@ -21,7 +21,7 @@ export class MdSidenavCollapse {
this.element.setAttribute('data-activates', this.ref.controlId);
let sid... | fix(md-sidenav): prevent closeOnClick when sidenav is fixed | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
29d6420ecc2187db951f08dd47289277a11f4db5 | diff --git a/superset/views/core.py b/superset/views/core.py
index <HASH>..<HASH> 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -1178,7 +1178,10 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
# the dashboard was open. it was use to avoid mid-air collision.... | fix: exception when saving dash (#<I>)
* fix: project None value
* fix: pre-commit | apache_incubator-superset | train | py |
981988479cb596674ae004e0fa4a69e484aa18d5 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -52,6 +52,7 @@ export const sessionStore = {
dispatch('readCookie')
},
keepalive({state, dispatch}) {
+ if (!state.user) return
const httpLib = state.httpLib || this.$axios
i... | fix: only use keepalive if user is authenticaed | koumoul-dev_sd-vue | train | js |
e63def837c2d1b76f358eec0c027087236f5feb9 | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/OkDownloadProvider.java b/okdownload/src/main/java/com/liulishuo/okdownload/OkDownloadProvider.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/OkDownloadProvider.java
+++ b/okdownload/src/main/java/com/liulishuo/okdo... | feat: public access for OkDownloadProvider#context because non-main process can't init | lingochamp_okdownload | train | java |
eaff8496dca3d63de2f5e54eaaa1b6d92caadaa1 | diff --git a/libs/log-filters.js b/libs/log-filters.js
index <HASH>..<HASH> 100644
--- a/libs/log-filters.js
+++ b/libs/log-filters.js
@@ -12,7 +12,6 @@ const Secret = require('./Secret')
const filterSecrets = function (level, type, message, label, namespace) {
if (type !== 'secret' && message instanceof Secret) ... | refactor: Remove unnecessary code 🔥 | konnectors_libs | train | js |
2feecdfeb09d2a8a2e3d6fe4556ccb2b91fd39e3 | diff --git a/packages/spark-core/src/lib/storage/decorators.js b/packages/spark-core/src/lib/storage/decorators.js
index <HASH>..<HASH> 100644
--- a/packages/spark-core/src/lib/storage/decorators.js
+++ b/packages/spark-core/src/lib/storage/decorators.js
@@ -61,7 +61,6 @@ export function persist(...args) {
};
}
-... | fix(spark-core): fix double-loading (and therefore double-saving) of array-like data when classes have namespace collisions
This fix has been verified manually. After several hours of effort, it appears the only way to actually provoke this condition in a test is to rewrite the storage layer | webex_spark-js-sdk | train | js |
4eeb0f8550720f8defc1f54b46965f778f654ef0 | diff --git a/src/webpack/presets/eslint.js b/src/webpack/presets/eslint.js
index <HASH>..<HASH> 100644
--- a/src/webpack/presets/eslint.js
+++ b/src/webpack/presets/eslint.js
@@ -3,6 +3,8 @@ import path from 'path'
export default {
name: 'eslint',
configure ({ projectPath, enableCoverage }) {
+ // We need to ... | feat(coverage): Documentation for linting disable | saguijs_sagui | train | js |
83e9a9ff04b98bc8989834e13e90830267614742 | diff --git a/packages/form/src/react/button-row.js b/packages/form/src/react/button-row.js
index <HASH>..<HASH> 100644
--- a/packages/form/src/react/button-row.js
+++ b/packages/form/src/react/button-row.js
@@ -24,10 +24,7 @@ const ButtonRow = (props, context) => (
ButtonRow.displayName = 'ButtonRow'
ButtonRow.propTy... | refactor(form): simplify button row proptype | pluralsight_design-system | train | js |
0c2b55de49311ef07541b3b40758fd430fb99f90 | diff --git a/pptx/enum/shapes.py b/pptx/enum/shapes.py
index <HASH>..<HASH> 100644
--- a/pptx/enum/shapes.py
+++ b/pptx/enum/shapes.py
@@ -330,7 +330,7 @@ class MSO_AUTO_SHAPE_TYPE(XmlEnumeration):
'Terminator flowchart symbol'
),
XmlMappedEnumMember(
- 'FOLDED_CORNER', 16, 'fo... | fix: typo in MSO_AUTO_SHAPE_TYPE enumeration
Shape type key 'foldedCorner' was misspelled as 'folderCorner'. | scanny_python-pptx | train | py |
b75b40b7feacc725fbed182658d347cde01e997f | diff --git a/helpers/form/elements/xhtml/AbstractXhtmlSearchElement.php b/helpers/form/elements/xhtml/AbstractXhtmlSearchElement.php
index <HASH>..<HASH> 100644
--- a/helpers/form/elements/xhtml/AbstractXhtmlSearchElement.php
+++ b/helpers/form/elements/xhtml/AbstractXhtmlSearchElement.php
@@ -119,7 +119,7 @@ require([... | refactor: fix indent, use addClass instead of css | oat-sa_tao-core | train | php |
67809e558a1a2272450930b4cc9a8d566767af5d | diff --git a/docs/styleguide.config.js b/docs/styleguide.config.js
index <HASH>..<HASH> 100644
--- a/docs/styleguide.config.js
+++ b/docs/styleguide.config.js
@@ -105,6 +105,7 @@ module.exports = {
styleguideDir: path.resolve(__dirname, '../build/react'),
require: [
path.join(__dirname, './style.styl'),
+ ... | fix: Add css to styleguidist | cozy_cozy-ui | train | js |
da82a20b7a73a7e83d4d69ba3da650d03ce2882b | diff --git a/src/Cursor.js b/src/Cursor.js
index <HASH>..<HASH> 100644
--- a/src/Cursor.js
+++ b/src/Cursor.js
@@ -28,7 +28,7 @@ export default class Cursor {
this._display = false;
this._buffer = Array.from({length: this._width * this._height}).fill(' ');
- this._renderedBuffer = [].concat(this._buffer)... | refactor(cursor): Refactor flush() method | kittikjs_cursor | train | js |
3257f22564722dd4a91c94d25be44f9aacb51890 | diff --git a/test/unit/Slide.test.js b/test/unit/Slide.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/Slide.test.js
+++ b/test/unit/Slide.test.js
@@ -31,11 +31,11 @@ const SERIALIZED_SLIDE_DECLARATION = {
type: 'Text',
options: {
align: 'center',
- background: false,
+ background: 'none'... | fix(slide): Fix issue with True Color support
I've reverted True Color to <I>-color palette | ghaiklor_kittik | train | js |
f69c8ff37a12ad78cbdca523d494208a29796a71 | diff --git a/src/Menu/MenuItem.js b/src/Menu/MenuItem.js
index <HASH>..<HASH> 100644
--- a/src/Menu/MenuItem.js
+++ b/src/Menu/MenuItem.js
@@ -52,7 +52,8 @@ const styles = theme => ({
}
},
isSelected: {
- color: theme.menu.colors.selected.text
+ color: theme.menu.colors.selected.text,
+ fontWeight: ... | feat: added font weight for selected menu item | rambler-digital-solutions_rambler-ui | train | js,js |
ed636badc849c4893a00a8eb2b108081c1536372 | diff --git a/commitizen/changelog.py b/commitizen/changelog.py
index <HASH>..<HASH> 100644
--- a/commitizen/changelog.py
+++ b/commitizen/changelog.py
@@ -38,29 +38,6 @@ from commitizen.bump import normalize_tag
from commitizen.exceptions import InvalidConfigurationError
from commitizen.git import GitCommit, GitTag
... | refactor(changelog): removes unused code. duplicates are found in changelog_parser | Woile_commitizen | train | py |
3dfc2907e2d8d8cd4b71135d66b12eca16eace47 | diff --git a/lib/babel-hook.js b/lib/babel-hook.js
index <HASH>..<HASH> 100644
--- a/lib/babel-hook.js
+++ b/lib/babel-hook.js
@@ -3,8 +3,6 @@
// Require this module to use code in the /src dir prior to transpilation.
const plugins = (...items) => items.concat([
- 'syntax-flow',
- 'syntax-trailing-function-commas... | fix: remove unused plugins in lib/babel-hook (#<I>) | postlight_lux | train | js |
242b49b4065cfa333a1aa439b68db096f5857f38 | diff --git a/src/Service/DataExport.php b/src/Service/DataExport.php
index <HASH>..<HASH> 100644
--- a/src/Service/DataExport.php
+++ b/src/Service/DataExport.php
@@ -41,8 +41,16 @@ class DataExport
$sPath = $oComponent->path;
$sNamespace = $oComponent->namespace;
- ... | fix: Checking for existence of DataExport source/format directories before mapping them | nails_module-admin | train | php |
d672f6d0c3b371515ffb86729d09cbd6158ccdbe | diff --git a/test/test_blobstore.go b/test/test_blobstore.go
index <HASH>..<HASH> 100644
--- a/test/test_blobstore.go
+++ b/test/test_blobstore.go
@@ -12,7 +12,7 @@ import (
type BlobstoreSuite struct{}
-var _ = c.Suite(&BlobstoreSuite{})
+var _ = c.ConcurrentSuite(&BlobstoreSuite{})
// Transfer >512MB data to ... | test: Run BlobstoreSuite concurrently | flynn_flynn | train | go |
710c8f71c46f4d1d3c54cc554c7479d16c6c0a76 | diff --git a/context_test.go b/context_test.go
index <HASH>..<HASH> 100644
--- a/context_test.go
+++ b/context_test.go
@@ -534,6 +534,14 @@ func TestCheckRequiredFlags(t *testing.T) {
},
parseInput: []string{"-n", "asd", "-n", "qwe"},
},
+ {
+ testCase: "required_flag_with_short_alias_not_printed_on_error... | test(context): Added regression test for requiredFlagsError
This adds a test verifying that the requiredFlagsError does contain the long
option of the missing flag, instead of the short option and a space, which was
the old behaviour. | urfave_cli | train | go |
a9c42006079398228d6fb666ee9fe5f3e9149499 | diff --git a/examples/validator.go b/examples/validator.go
index <HASH>..<HASH> 100644
--- a/examples/validator.go
+++ b/examples/validator.go
@@ -1,6 +1,7 @@
package validation
import (
+ "fmt"
"io/ioutil"
"os"
"path/filepath"
@@ -64,7 +65,7 @@ func ValidateArgoYamlRecursively(fromPath string, skipFileNames ... | fix: Specify where in YAML validation error occurred (#<I>) | argoproj_argo | train | go |
7724a9aa602999fc4c426c566836b8d656b74bcf | diff --git a/lib/types/object.js b/lib/types/object.js
index <HASH>..<HASH> 100644
--- a/lib/types/object.js
+++ b/lib/types/object.js
@@ -83,6 +83,13 @@ const ObjectExample = {
key = chance.pickone(dep.peers);
this.addChildToResult(key);
break;... | feat: support for new oxor | yonjah_juzz | train | js |
a4cecc12fec8a4ddd9ba40db07d03df11755174f | diff --git a/taskqueue/aws_queue_api.py b/taskqueue/aws_queue_api.py
index <HASH>..<HASH> 100644
--- a/taskqueue/aws_queue_api.py
+++ b/taskqueue/aws_queue_api.py
@@ -5,7 +5,7 @@ import types
import boto3
import botocore.errorfactory
-from .lib import toiter, sip
+from .lib import toiter, sip, jsonify
from .secret... | fix: accept numpy arrays for JSON conversion on SQS | seung-lab_python-task-queue | train | py |
ec96c6fc426cb5236ae424c08d54a9d821a08b45 | diff --git a/lib/tools/system-calls.js b/lib/tools/system-calls.js
index <HASH>..<HASH> 100644
--- a/lib/tools/system-calls.js
+++ b/lib/tools/system-calls.js
@@ -619,6 +619,9 @@ systemCallMethods.setDevice = function setDevice (deviceObj) {
/**
* Get the object for the currently running emulator.
+ * !!! This met... | fix: Set device id and port on emulator startup (#<I>) | appium_appium-adb | train | js |
205afd721213499d2ee9f1fc559cf1b0a0c4d6c3 | diff --git a/pkg/services/alerting/dashboard_parser.go b/pkg/services/alerting/dashboard_parser.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/dashboard_parser.go
+++ b/pkg/services/alerting/dashboard_parser.go
@@ -3,7 +3,6 @@ package alerting
import (
"github.com/grafana/grafana/pkg/bus"
"github.com/g... | style(alerting): remove some logging | grafana_grafana | train | go |
52455a7119f7e167eeea52a45af9e43bf13cfd48 | diff --git a/test/runner/runner.go b/test/runner/runner.go
index <HASH>..<HASH> 100644
--- a/test/runner/runner.go
+++ b/test/runner/runner.go
@@ -366,7 +366,7 @@ func (r *Runner) build(b *Build) (err error) {
} else {
log.Printf("build %s failed: %s\n", b.ID, err)
r.updateStatus(b, "failure")
- r.ircMsgs ... | test: Added failure count to IRC failure notice | flynn_flynn | train | go |
dae391a37e979849f5f45428fb1188eb2b2cd8b2 | diff --git a/lib/fetchers/file.js b/lib/fetchers/file.js
index <HASH>..<HASH> 100644
--- a/lib/fetchers/file.js
+++ b/lib/fetchers/file.js
@@ -2,6 +2,7 @@
const BB = require('bluebird')
+const cacache = require('cacache')
const Fetcher = require('../fetch')
const fs = require('fs')
const pipe = require('mississ... | fix(file): make sure file tarballs are written to cache and have integrity data | zkat_pacote | train | js |
603bac5dc8aa63ae707bf98c11f6c0fc825da9d0 | diff --git a/topologies/shared.js b/topologies/shared.js
index <HASH>..<HASH> 100644
--- a/topologies/shared.js
+++ b/topologies/shared.js
@@ -4,6 +4,7 @@ const os = require('os');
const f = require('util').format;
const ReadPreference = require('./read_preference');
const Buffer = require('safe-buffer').Buffer;
+co... | fix(retryable-writes): don't add `txnNumber` for standalone servers | mongodb_node-mongodb-native | train | js |
f01dada53c99d6b2be26ddad92b9ac5ce0630930 | diff --git a/packages/form-upload/tests/filesDelivery.test.js b/packages/form-upload/tests/filesDelivery.test.js
index <HASH>..<HASH> 100644
--- a/packages/form-upload/tests/filesDelivery.test.js
+++ b/packages/form-upload/tests/filesDelivery.test.js
@@ -178,7 +178,7 @@ describe('filesDelivery upload', () => {
);
... | test(form-upload): add missing testExtendingUpload to avoid false positive | Availity_availity-react | train | js |
5066e68b398039beb5e1966ba1ed7684d97a8f74 | 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
@@ -4644,10 +4644,6 @@ class TodoManager(ListMixin, DeleteMixin, RESTManager):
int: The number of todos maked done
"""
result = self.gitlab.http_post(... | fix(todo): mark_all_as_done doesn't return anything | python-gitlab_python-gitlab | train | py |
a44cbe12b7d7854f090910d00067fc924879bf58 | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -392,7 +392,7 @@ class GeSHi {
* The style for the actual code
* @var string
*/
- var $code_style = 'font-family: monospace; font-weight: normal; font-style: normal; margin:0;';
+ v... | fix: better defaults for the code style | GeSHi_geshi-1.0 | train | php |
986cb925fa32dcd1035e80f063147b7993fbf71c | diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster.go
+++ b/test/cluster/cluster.go
@@ -442,6 +442,12 @@ git merge origin/master
{{ end }}
test/scripts/wait-for-docker
+
+# pull flynn/busybox before building to avoid the following Docker error when
... | test: Pull flynn/busybox image before building | flynn_flynn | train | go |
34cca82dd35c41ed10fb7de824361ca43f565a3b | diff --git a/packages/cozy-jobs-cli/src/konnector-standalone.js b/packages/cozy-jobs-cli/src/konnector-standalone.js
index <HASH>..<HASH> 100755
--- a/packages/cozy-jobs-cli/src/konnector-standalone.js
+++ b/packages/cozy-jobs-cli/src/konnector-standalone.js
@@ -27,7 +27,9 @@ process.env.COZY_FIELDS = JSON.stringify({
... | fix: (cozy-jobs-cli): correct behavior when no COZY_PARAMETERS is defined | konnectors_libs | train | js |
b26751b8458fb3c538f3938787dd2da05be9226d | diff --git a/src/DropboxAdapter.php b/src/DropboxAdapter.php
index <HASH>..<HASH> 100644
--- a/src/DropboxAdapter.php
+++ b/src/DropboxAdapter.php
@@ -13,7 +13,7 @@ class DropboxAdapter extends AbstractAdapter
{
use NotSupportingVisibilityTrait;
- /** @var \Spatie\FlysystemDropbox\DropboxClient */
+ /** @... | fix: normalize size key like in official adapters | spatie_flysystem-dropbox | train | php |
f7928cfcc646cd95556549b64e61228892314682 | diff --git a/lib/client/websocket-tracker.js b/lib/client/websocket-tracker.js
index <HASH>..<HASH> 100644
--- a/lib/client/websocket-tracker.js
+++ b/lib/client/websocket-tracker.js
@@ -301,6 +301,7 @@ class WebSocketTracker extends Tracker {
clearTimeout(peer.trackerTimeout)
peer.trackerTimeout = nu... | fix: connection leaks (#<I>) | webtorrent_bittorrent-tracker | train | js |
4e7c9935c6749a6be26110a95dd60a8d681044da | diff --git a/src/dashboard/elements/ncg-workspace.js b/src/dashboard/elements/ncg-workspace.js
index <HASH>..<HASH> 100644
--- a/src/dashboard/elements/ncg-workspace.js
+++ b/src/dashboard/elements/ncg-workspace.js
@@ -232,9 +232,7 @@
}
_fixPackery() {
- if (this.route.path === '') {
- this.applyPackery();... | fix(dashboard): fix packery not getting fixed up when it should
Closes #<I> | nodecg_nodecg | train | js |
b9d4cee25c4dd8266968a1dc27a6bd5cd5b4c7ab | diff --git a/MANIFEST.in b/MANIFEST.in
index <HASH>..<HASH> 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
include *.rst
+include *.txt
include *.md
include examples/*.md
recursive-include docs *.rst
diff --git a/auto_changelog/__init__.py b/auto_changelog/__init__.py
index <HASH>..<HASH> 100644
--- a/a... | chore: Bumping version numbers to make pypi install properly | Michael-F-Bryan_auto-changelog | train | in,py,py |
82e0f9ecc73cedaad879f3e7cfa49a4b8d44e977 | diff --git a/packages/cz-changelog-peakfijn/get-scopes.js b/packages/cz-changelog-peakfijn/get-scopes.js
index <HASH>..<HASH> 100644
--- a/packages/cz-changelog-peakfijn/get-scopes.js
+++ b/packages/cz-changelog-peakfijn/get-scopes.js
@@ -5,7 +5,7 @@ module.exports = function getScopes(commitlint = {}) {
let scopes =... | fix(commitizen): update allowed scopes type properly | Peakfijn_Conventions | train | js |
bcebc235868acb1030a0e7099db5572edb8b8808 | diff --git a/src/cobra/test/test_util/test_solver.py b/src/cobra/test/test_util/test_solver.py
index <HASH>..<HASH> 100644
--- a/src/cobra/test/test_util/test_solver.py
+++ b/src/cobra/test/test_util/test_solver.py
@@ -54,23 +54,18 @@ def test_linear_reaction_coefficients(model: "Model") -> None:
assert coefficien... | refactor: update test to use GLPK for failure of linear coefficient identification | opencobra_cobrapy | train | py |
156f4b5d90fc23a33b310970904ebf46a2902274 | diff --git a/packages/node/test/manual/express-scope-separation/start.js b/packages/node/test/manual/express-scope-separation/start.js
index <HASH>..<HASH> 100644
--- a/packages/node/test/manual/express-scope-separation/start.js
+++ b/packages/node/test/manual/express-scope-separation/start.js
@@ -32,22 +32,27 @@ Sentr... | fix(tests): Fix Express scope separation tests. (#<I>) | getsentry_sentry-javascript | train | js |
2eab8aa63f15a425a2901b7f4c59b0744e78db88 | diff --git a/lib/core/topologies/replset.js b/lib/core/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/lib/core/topologies/replset.js
+++ b/lib/core/topologies/replset.js
@@ -415,10 +415,10 @@ var pingServer = function(self, server, cb) {
// Calculate latency
var latencyMS = new Date().getTime()... | fix(replset): correct legacy max staleness calculation
We were calculating lastUpdateTime using nanoseconds instead of
milliseconds, despite calculating maxStaleness with a millisecond
lastWriteDate | mongodb_node-mongodb-native | train | js |
59092cfb6a9732221a999615787a4739646fc617 | diff --git a/packages/mdc-textfield/addon/components/mdc-password-textfield-with-helper-text.js b/packages/mdc-textfield/addon/components/mdc-password-textfield-with-helper-text.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-textfield/addon/components/mdc-password-textfield-with-helper-text.js
+++ b/packages/mdc-tex... | fix: the validity notifications did not pass a boolean | onehilltech_ember-cli-mdc | train | js |
7878efa1dfbd70c9185fa5ae70760dbbcba5a5ea | diff --git a/src/js/core/drop.js b/src/js/core/drop.js
index <HASH>..<HASH> 100644
--- a/src/js/core/drop.js
+++ b/src/js/core/drop.js
@@ -385,7 +385,7 @@ export default {
position() {
removeClass(this.$el, `${this.clsDrop}-stack`);
- css(this.$el, 'maxWidth', '');
+ css(th... | fix: reset width, height and maxWidth before positioning | uikit_uikit | train | js |
483c36770467f33b644e6906f55c42ac90b66c9f | diff --git a/framework/db/Command.php b/framework/db/Command.php
index <HASH>..<HASH> 100644
--- a/framework/db/Command.php
+++ b/framework/db/Command.php
@@ -1148,7 +1148,6 @@ class Command extends Component
}
}
}
- $rawSql = $rawSql ?: $this->getRawSql();
$this... | feat: rawsql is only used for log, if profile it will be setted | yiisoft_yii2 | train | php |
9a0f7d19ee8901933fb8f981ec027086116f913a | diff --git a/src/immer.js b/src/immer.js
index <HASH>..<HASH> 100644
--- a/src/immer.js
+++ b/src/immer.js
@@ -21,10 +21,7 @@ export function produce(baseState, producer, patchListener) {
if (arguments.length < 1 || arguments.length > 3) throw new Error("produce expects 1 to 3 arguments, got " + arguments.length)
... | fix(produce): never curry when 2nd argument is a function | immerjs_immer | train | js |
c380b7bf48d950e716114fce3a1afcb350a9edad | diff --git a/src/Flag.js b/src/Flag.js
index <HASH>..<HASH> 100644
--- a/src/Flag.js
+++ b/src/Flag.js
@@ -10,17 +10,13 @@ const capitalize = str => str.charAt(0).toUpperCase() + str.slice(1)
const shadowColor = props => {
const darkColor = theme(`colors.dark${capitalize(props.color)}`)(props)
- if (!darkColor) ... | refactor(Flag): change return to ternary | jrs-innovation-center_design-system | train | js |
0dbd9cbf932c190e38889bc3c721a93ad225b490 | diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
+++ b/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
@@ -148,7... | refactor(sql): capitalize this statement to see if it runs on travis | conveyal_gtfs-lib | train | java |
aa2b71d6d9c622638bbfa7a402086adf5ca07e5e | diff --git a/lib/js/app/components/explorer/SavedQuery.js b/lib/js/app/components/explorer/SavedQuery.js
index <HASH>..<HASH> 100644
--- a/lib/js/app/components/explorer/SavedQuery.js
+++ b/lib/js/app/components/explorer/SavedQuery.js
@@ -12,6 +12,9 @@ import {
slugify,
} from '../../utils/text';
+
+import { conv... | fix: 🐛 Filters issue with "in" operator | keen_explorer | train | js |
b7c41cc7195918600085e46c5bc5a24391e4f469 | diff --git a/test/k8sT/Updates.go b/test/k8sT/Updates.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Updates.go
+++ b/test/k8sT/Updates.go
@@ -132,6 +132,11 @@ func InstallAndValidateCiliumUpgrades(kubectl *helpers.Kubectl, oldVersion, newV
// from master instead of create the new ones.
_ = kubectl.Delete(helpers... | test: delete etcd pods on update test
The new cilium-etcd-operator version does not clean up etcd pods when is
shutdown. To avoid etcd pods laying around while the bpf programs for
those pods are cleaned up we also need to clean the etcd pods manually
otherwise those pods will not have any network connectivity. | cilium_cilium | train | go |
b20a0a708f1a3fb03a85106cdb5bf3571d1976d2 | diff --git a/test/functional/test_name.py b/test/functional/test_name.py
index <HASH>..<HASH> 100644
--- a/test/functional/test_name.py
+++ b/test/functional/test_name.py
@@ -3,7 +3,7 @@
import pytest
-TIMEOUT = 240
+TIMEOUT = 300
def get_key(client, key_name):
@@ -131,6 +131,6 @@ def test_resolve_recursive(c... | test: name: increase timeouts further | ipfs_py-ipfs-api | train | py |
6a6414196229de6ba7a0d10887bf87d338694c40 | diff --git a/server/v1/tests/get_handler_test.go b/server/v1/tests/get_handler_test.go
index <HASH>..<HASH> 100644
--- a/server/v1/tests/get_handler_test.go
+++ b/server/v1/tests/get_handler_test.go
@@ -85,6 +85,13 @@ func TestV1GetKeyDir(t *testing.T) {
//
func TestV1WatchKey(t *testing.T) {
tests.RunServer(func(s... | fix(TestV1Watch): ensure server has started | etcd-io_etcd | train | go |
3edab4de8848b9641ca7b02f014a44966f8ca855 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -71,7 +71,7 @@ SplitByPathPlugin.prototype.apply = function (compiler) {
var ignoreChunks = this.ignoreChunks;
var manifestName = this.manifest;
- compiler.plugin('compilation', function (compilation) {
+ compiler.pl... | fix: avoid child compilation listen parent's plugin
As Html-webpack-plugin runs a child compiler, which initiated
with part of parent compiler's plugins by webpack. If we listen
on `compilation`, handlers in `webpack-split-by-path` will be
copy to the child compilation instance, which cases some unwanted
extraction.
... | BohdanTkachenko_webpack-split-by-path | train | js |
e614061ee307449b3d539fc33d2431b6afe5fb6c | diff --git a/in-viewport.js b/in-viewport.js
index <HASH>..<HASH> 100644
--- a/in-viewport.js
+++ b/in-viewport.js
@@ -177,11 +177,9 @@ function createWatches() {
var watches = [];
function add(elt, offset, cb) {
- setTimeout(function () {
- if (!isWatched(elt)) {
- watches.push([elt, offset, cb]... | fix(setTimeout): no need to add nodes in a setTimeout it seems
waiting for a failure and test then
fixes #<I> | vvo_in-viewport | train | js,js |
db0ded7b16e26ad0ae6c1b8e93f8e39fae87888c | diff --git a/src/Plugins/Timestamps/TimestampsPlugin.php b/src/Plugins/Timestamps/TimestampsPlugin.php
index <HASH>..<HASH> 100755
--- a/src/Plugins/Timestamps/TimestampsPlugin.php
+++ b/src/Plugins/Timestamps/TimestampsPlugin.php
@@ -13,11 +13,7 @@ use Carbon\Carbon;
class TimestampsPlugin extends AnaloguePlugin
{
... | chore(TimestampsPlugin): invert the logic in getMappable() and replace duplicate PHPdocs with @inheritdoc | analogueorm_analogue | train | php |
6559a047c83ac363e497a7660eb0f2d61ba0422c | diff --git a/app/lib/webpack/create-chain.js b/app/lib/webpack/create-chain.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/create-chain.js
+++ b/app/lib/webpack/create-chain.js
@@ -48,7 +48,7 @@ module.exports = function (cfg, configName) {
chain.resolve.symlinks(false)
chain.resolve.extensions
- .merg... | feat(app): out of the box support for .mjs files #<I> | quasarframework_quasar | train | js |
d6eb227f932ea6b511fd2b9c249bd9351c84feca | diff --git a/src/lambda/handler-runner/go-runner/GoRunner.js b/src/lambda/handler-runner/go-runner/GoRunner.js
index <HASH>..<HASH> 100644
--- a/src/lambda/handler-runner/go-runner/GoRunner.js
+++ b/src/lambda/handler-runner/go-runner/GoRunner.js
@@ -54,7 +54,7 @@ export default class GoRunner {
if (item.include... | refactor: use PAYLOAD_IDENTIFIER | dherault_serverless-offline | train | js |
8a56a25b6228dbca478885987c28b336ac4997e5 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,9 @@
+0.9.18dev
+=========
+
+* [Fix] missing pipeable support for ``oneof``.
+
+
0.9.17
======
diff --git a/covador/types.py b/covador/types.py
index <HASH>..<HASH> 100644
--- a/covador/types.p... | fix: missing pipeable support for oneof | baverman_covador | train | rst,py,py |
19ede4e5cf274d6bb5015a10615881c5a9b58d24 | diff --git a/lib/partsEvaluate.js b/lib/partsEvaluate.js
index <HASH>..<HASH> 100644
--- a/lib/partsEvaluate.js
+++ b/lib/partsEvaluate.js
@@ -4,7 +4,7 @@ module.exports = function(allParts, originalInterpolation, scope) {
var suggestion, partToSend, found = false;
allParts.forEach(function(part) {
- if(!sco... | fix(partsEvaluate): handle case when part starts with `.` due to incorrect parsing | caguillen214_interpolating-interpolator | train | js |
7050045dea34dc80d73f2870a9e2b36d28749cfa | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -837,10 +837,12 @@ describe('struct', function () {
return this.area() * this.l;
};
- (func.is(Rectangle.prototype.area));
- (Nil.is(Rectangle.prototype.volum... | test: fixed typo and added test for prototype.constructor | gcanti_tcomb | train | js |
81836461d361875629bfd70e0b71c682a30d76e0 | diff --git a/src/authService.js b/src/authService.js
index <HASH>..<HASH> 100644
--- a/src/authService.js
+++ b/src/authService.js
@@ -288,7 +288,7 @@ export class AuthService {
let authenticated = this.authentication.isAuthenticated();
- // auto-update token?
+ // auto-update token?
if (!authentic... | chore(authService): better comments | SpoonX_aurelia-authentication | train | js |
e4204baa4ed162a701311345b2832adb0a5ea234 | diff --git a/packages/xod-client/src/utils/normalizeByte.js b/packages/xod-client/src/utils/normalizeByte.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client/src/utils/normalizeByte.js
+++ b/packages/xod-client/src/utils/normalizeByte.js
@@ -58,7 +58,7 @@ const escapeSpecialChars = R.cond([
export default R.cond(... | fix(xod-client): prevent `0bh` byte literal from being converted to `<I>b`
Closes #<I> | xodio_xod | train | js |
6e494d11aae73127746df8ab10e2aac0e2811ba2 | diff --git a/lib/platform/github/gh-got-wrapper.js b/lib/platform/github/gh-got-wrapper.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/gh-got-wrapper.js
+++ b/lib/platform/github/gh-got-wrapper.js
@@ -75,13 +75,17 @@ async function get(path, options, retries = 5) {
res.body = res.body.concat(
... | fix: try/catch all cache attempts | renovatebot_renovate | train | js |
0e8e195a5f7d5e1a8f7ff0c6fe4c796ecd48452b | diff --git a/emiz/weather/mission_weather.py b/emiz/weather/mission_weather.py
index <HASH>..<HASH> 100644
--- a/emiz/weather/mission_weather.py
+++ b/emiz/weather/mission_weather.py
@@ -326,6 +326,8 @@ class MissionWeather: # pylint: disable=too-many-instance-attributes
if self.fog_vis:
miz.miss... | fix: fix bug where fog would not be disabled from a mission | etcher-be_emiz | train | py |
77990d6b39fda76d0a75c5510e695b1502f5326d | diff --git a/modules/BaseLink.js b/modules/BaseLink.js
index <HASH>..<HASH> 100644
--- a/modules/BaseLink.js
+++ b/modules/BaseLink.js
@@ -23,7 +23,7 @@ class BaseLink extends Component {
}
}
- let comboKey = event.metaKey || event.altKey || event.ctrlKey || event.shiftKey;
+ let c... | fix: wrong name of event variable in clickHandler | router5_router5 | train | js |
fc77b3e9e6afe730fcf555d75517ba9e590e35f0 | diff --git a/tests/functional/simple_snapshot_test.go b/tests/functional/simple_snapshot_test.go
index <HASH>..<HASH> 100644
--- a/tests/functional/simple_snapshot_test.go
+++ b/tests/functional/simple_snapshot_test.go
@@ -56,7 +56,7 @@ func TestSnapshot(t *testing.T) {
index, _ := strconv.Atoi(snapshots[0].Name()[... | fix(simple_snapshot_test): enlarge reasonable index range | etcd-io_etcd | train | go |
92cf188eab30231110973515d1667c2f82a0f920 | diff --git a/packages/bonde-admin-canary/src/components/Tutorial/Dialog/index.js b/packages/bonde-admin-canary/src/components/Tutorial/Dialog/index.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/components/Tutorial/Dialog/index.js
+++ b/packages/bonde-admin-canary/src/components/Tutorial/Dialog/in... | fix(admin-canary): Dialog propTypes | nossas_bonde-client | train | js |
0699ab4c82980201664dff4b5d3b7a0b38d7f4e8 | diff --git a/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php b/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
+++ b/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
@@ -140,6 +140,9 @@ EOF;
... | fix(logger): leave exceptionId in PT for too long logs | keboola_syrup | train | php |
1a8733483c24333f0879bcaaf154cdd97b7f11a0 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
package swag
// Version of swag.
-const Version = "v1.7.7"
+const Version = "v1.7.8" | chore: mod tidy && new release (#<I>) | swaggo_swag | train | go |
27721c0efa9c67dc0cd7b8200aacb2e984f8617c | diff --git a/lib/evenly.js b/lib/evenly.js
index <HASH>..<HASH> 100644
--- a/lib/evenly.js
+++ b/lib/evenly.js
@@ -2,7 +2,7 @@
const unspread = require('spread-args').unspread;
-const takeIterator = require('./take-iterator');
+const createIterator = require('./create-iterator');
const done = require('./done');
... | fix(evenly): should be like `concat` | blond_ho-iter | train | js |
8a4ff4a90a12807aef098f278c8af668459a0eb8 | diff --git a/src/ui/progress.js b/src/ui/progress.js
index <HASH>..<HASH> 100644
--- a/src/ui/progress.js
+++ b/src/ui/progress.js
@@ -90,8 +90,11 @@ class CanvasRenderer extends BaseRenderer {
}
update() {
- window.requestAnimationFrame(() => {
- const half = Math.floor(Math.min(this.element.width(), t... | fix: cancel previous raf before calling new one | uploadcare_uploadcare-widget | train | js |
63c6b6fe57575a288d44b2584fc7b1e64a8eb5c0 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1296,7 +1296,10 @@ export default class ReactJkMusicPlayer extends PureComponent {
updateIntervalEndVolume,
isAutoPlayWhenUserClicked: true,
},
- this.loadAndPlayA... | fix: set audio volume to pre-fade volume before fading in | lijinke666_react-music-player | train | js |
bae826b35dfa4396649b862e3bdf2fa9f7df7e99 | diff --git a/lib/web/handlers/api.js b/lib/web/handlers/api.js
index <HASH>..<HASH> 100644
--- a/lib/web/handlers/api.js
+++ b/lib/web/handlers/api.js
@@ -103,6 +103,23 @@ exports.getAPIHandlers = function(dreadnot, authdb) {
}
}
+ function getWarning(req, res) {
+ res.respond(null, {message: dreadnot.war... | fix(api): Readd missing functions | racker_dreadnot | train | js |
e5535734f83d2719597be57c90e4315e4d437e74 | diff --git a/src/client/index.js b/src/client/index.js
index <HASH>..<HASH> 100644
--- a/src/client/index.js
+++ b/src/client/index.js
@@ -130,9 +130,9 @@ function _useSessionHook (session) {
__NEXTAUTH._clientSession = newClientSessionData
setData(newClientSessionData)
+ setLoading(false)
... | fix(client): set useSession loading state correctly (#<I>)
This is fixing #<I>.
The issue was due to doing the `setLoading(false)` in the finally: as we can do an early return [here](<URL>), we would still go to the finally and mark the session as being loaded.
I simply removed the `finally` block to only set t... | iaincollins_next-auth | train | js |
a4e17c2a3c90adaef31e69369c9c1fec5f2b1451 | diff --git a/dclab/rtdc_dataset/util.py b/dclab/rtdc_dataset/util.py
index <HASH>..<HASH> 100644
--- a/dclab/rtdc_dataset/util.py
+++ b/dclab/rtdc_dataset/util.py
@@ -61,7 +61,7 @@ def obj2str(obj):
elif isinstance(obj, list):
return b"".join(obj2str(o) for o in obj)
elif isinstance(obj, dict):
- ... | fix: sort dictionaries before hashing | ZELLMECHANIK-DRESDEN_dclab | train | py |
7182375a8efb6f398f755de36a75f41162349b2d | diff --git a/src/js/Luminous.js b/src/js/Luminous.js
index <HASH>..<HASH> 100644
--- a/src/js/Luminous.js
+++ b/src/js/Luminous.js
@@ -12,7 +12,7 @@ export default class Luminous {
* @param {Object=} options Luminous options
*/
constructor(trigger, options = {}) {
- this.VERSION = "2.3.3";
+ this.VERSI... | fix: bring version number back in sync
This commit fixes an issue where the lib verison and the package json
version were mismatched. | imgix_luminous | train | js |
a211eb32377c1c16d20aeea413a2f711eeee12ed | diff --git a/gruntFile.js b/gruntFile.js
index <HASH>..<HASH> 100644
--- a/gruntFile.js
+++ b/gruntFile.js
@@ -42,7 +42,7 @@ module.exports = function (grunt) {
memo[moduleName]= {
expand: true,
cwd: 'modules/' + moduleName,
- src: [moduleName + '.js'],
+ src: ['*.js'],
dest: 'dist/... | chore(publisher): support all js files from module
Support all js files from module folder subfolders except | angular-ui_ui-scrollpoint | train | js |
56f4e79e840342b5877aa7b8b158f4496a66c9da | diff --git a/plugin.js b/plugin.js
index <HASH>..<HASH> 100644
--- a/plugin.js
+++ b/plugin.js
@@ -13,7 +13,7 @@ export default ({ app }, inject) => {
<% if (options.nuxti18n) { %>
const nuxti18n = <%= JSON.stringify(options.nuxti18n) %>
- if (nuxti18n.locale && app.i18n && !app.i18n.beforeLanguageSwitch) {
+ ... | fix: call `beforeLanguageSwitch` | lewyuburi_nuxt-validate | train | js |
ec7b9633f44549ee0629cdd9e0b2b61ad201318e | diff --git a/test/xccdf/session_test.rb b/test/xccdf/session_test.rb
index <HASH>..<HASH> 100644
--- a/test/xccdf/session_test.rb
+++ b/test/xccdf/session_test.rb
@@ -26,31 +26,28 @@ class TestSession < Test::Unit::TestCase
end
def test_session_load
- s = OpenSCAP::Xccdf::Session.new("test/data/sds-complex.x... | test: Leverage setup/cleanup methods from Test::Unit::TestCase. | OpenSCAP_ruby-openscap | train | rb |
2723b7a8de9d7744534230a6d4c7fd1dd93c2e72 | diff --git a/example/server-pg.js b/example/server-pg.js
index <HASH>..<HASH> 100644
--- a/example/server-pg.js
+++ b/example/server-pg.js
@@ -5,7 +5,7 @@ const UDPSender = require('jaeger-client/dist/src/reporters/udp_sender').default
// eslint-disable-next-line
const Instrument = require('../src')
-const sampler ... | refactor(example): use constant sampler | RisingStack_opentracing-auto | train | js |
370c27e1a467e35039516261702eba1b548ba555 | diff --git a/runtime/base-style.js b/runtime/base-style.js
index <HASH>..<HASH> 100644
--- a/runtime/base-style.js
+++ b/runtime/base-style.js
@@ -26,7 +26,6 @@ export default props => (
flex-shrink: 0;
margin: 0;
padding: 0;
- outline: 0;
}
button,a {
background-color: tr... | fix: remove focus reset (#<I>) | UXtemple_panels | train | js |
4d45c8a23fba8c03a2d2f24d39ded3dc41308bc1 | diff --git a/lib/core/wireprotocol/get_more.js b/lib/core/wireprotocol/get_more.js
index <HASH>..<HASH> 100644
--- a/lib/core/wireprotocol/get_more.js
+++ b/lib/core/wireprotocol/get_more.js
@@ -80,6 +80,10 @@ function getMore(server, ns, cursorState, batchSize, options, callback) {
options
);
+ if (cursorSt... | fix(read-operations): send sessions on all read operations
Somewhere during the wire protocol refactor we lost support for
sending `lsid` on read operations. This commit reintroduces support
for sessions in all of these code paths. | mongodb_node-mongodb-native | train | js,js |
5609767748f33a15f5f4ff78b7dd12493a6eb7e1 | diff --git a/lib/workers/pr/release-notes.js b/lib/workers/pr/release-notes.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/release-notes.js
+++ b/lib/workers/pr/release-notes.js
@@ -105,7 +105,7 @@ async function getReleaseNotesMd(repository, version) {
title[i] === `[${version}]` ||
titl... | chore: downgrade release note logs to trace | renovatebot_renovate | train | js |
5a97452e7b995f2c362b1077903f915069dec281 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ class PyTest(TestCommand):
if sys.version_info < (2, 7):
# pip will detect latest compatible version
tests_require = ['pytest', 'virtualenv']
-elif (3,) < sys.version_info < (3, 7):
+elif sys.version_... | ci: better defaults for preserve compatibility (pytest version) | JetBrains_teamcity-messages | train | py |
ddd5a30048b27f750f1aae50a58e278c1fb548f3 | diff --git a/test/dsl_test.go b/test/dsl_test.go
index <HASH>..<HASH> 100644
--- a/test/dsl_test.go
+++ b/test/dsl_test.go
@@ -60,7 +60,7 @@ func (o *opt) runInitOnce() {
if o.initDone {
return
}
- o.clock = &libkbfs.TestClock{T: time.Time{}}
+ o.clock = &libkbfs.TestClock{T: time.Unix(0, 0)}
o.users = o.engin... | test: time.Time{} is not the same thing as time.Unix(0, 0)
Issue: KBFS-<I> | keybase_client | train | go |
7deebc4df471140854fd07684d98b09ed1b723d2 | diff --git a/components/global/theme.js b/components/global/theme.js
index <HASH>..<HASH> 100644
--- a/components/global/theme.js
+++ b/components/global/theme.js
@@ -1,6 +1,7 @@
const Theme = {
LIGHT: 'light',
- DARK: 'dark'
+ DARK: 'dark',
+ DARCULA: 'darcula'
};
function applyTheme(params) { | chore(theme): introduce Darcula | JetBrains_ring-ui | train | js |
dc2b08f1b737a89777ba1150ddc07b104c530de6 | diff --git a/model/Export/AbstractQTIItemExporter.php b/model/Export/AbstractQTIItemExporter.php
index <HASH>..<HASH> 100755
--- a/model/Export/AbstractQTIItemExporter.php
+++ b/model/Export/AbstractQTIItemExporter.php
@@ -188,7 +188,7 @@ abstract class AbstractQTIItemExporter extends taoItems_models_classes_ItemExpor
... | fix: correct export assets with & in the title | oat-sa_extension-tao-itemqti | train | php |
56dc3fd9de5b153f27b453ef7eb18900fb52eb1a | diff --git a/lib/processes.js b/lib/processes.js
index <HASH>..<HASH> 100644
--- a/lib/processes.js
+++ b/lib/processes.js
@@ -56,10 +56,7 @@ function isChromeInDocker(browserName) {
var fileName = '/.dockerenv';
return new Bluebird(function promoise(resolve, reject) {
fs.stat(fileName, function fsCb(err, st... | chore: use ternary for err check | testiumjs_testium-core | train | js |
97cd4ad9bc050a00f058a0ba8e6b1f5775256207 | diff --git a/packages/website/.eslintrc.js b/packages/website/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/packages/website/.eslintrc.js
+++ b/packages/website/.eslintrc.js
@@ -1,5 +1,3 @@
// required by babel-preset-gatsby
// https://github.com/gatsbyjs/gatsby/blob/2a566a9e6b04963ba5797226d6da1cffc53f827d/packages... | chore(website): Update .eslintrc.js | reakit_reakit | train | js |
c4e01fc4bcb5e0c38735befb6adfec6fa2871fc9 | diff --git a/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js b/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js
index <HASH>..<HASH> 100644
--- a/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js
+++ b/detox/src/devices/common/drivers/ios/tools/AppleSimUtils.js
@@ -246,7 +246,9 @@ class... | fix(ios): ignore "nothing to terminate" simctl error | wix_Detox | train | js |
00346b67637dc7aa22ea6b3625e9d9861c1ec9a2 | diff --git a/src/image-storage/component-image.js b/src/image-storage/component-image.js
index <HASH>..<HASH> 100644
--- a/src/image-storage/component-image.js
+++ b/src/image-storage/component-image.js
@@ -28,7 +28,7 @@ class ComponentImage {
async saveImage(localImage, myRandomstring = randomstring) {
this.... | fix: write PNG (#<I>) | lynn-mercier_routine-design | train | js |
93a6b2f6852a45ac6310ccf59d8785e4a29fd4bf | diff --git a/core/Pimf/Util/Uploaded.php b/core/Pimf/Util/Uploaded.php
index <HASH>..<HASH> 100644
--- a/core/Pimf/Util/Uploaded.php
+++ b/core/Pimf/Util/Uploaded.php
@@ -148,7 +148,7 @@ class Uploaded extends File
*/
public function getError()
{
- return $this->error;
+ return (int)$this-... | fix: A non well formed numeric value encountered | gjerokrsteski_pimf-framework | train | php |
641bc1d6bdf2cf75a06a8393dd7a1746b73e147f | diff --git a/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php b/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php
index <HASH>..<HASH> 100644
--- a/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php
+++ b/src/PhpPact/Standalone/Installer/Service/Installe... | fix: deprecation of null being passed to "trim()" | pact-foundation_pact-php | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.