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 |
|---|---|---|---|---|---|
70bce90b7f1df2bbcbf9bfd4a638a20952b3bc33 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -28,8 +28,12 @@ var config = {
]
},
output: {
- library: 'ReactWebAnimation',
- libraryTarget: 'umd'
+ library: {
+ root: 'ReactWebAnimation'... | feat(repo): Include module name in AMD definition
RequireJS needs to know which name to register an AMD module under. The name was previously mixing; this PR fixes that. | bringking_react-web-animation | train | js |
5ab078bb7237d93a15de3d7f4c959146ee246a29 | diff --git a/anytemplate/tests/globals.py b/anytemplate/tests/globals.py
index <HASH>..<HASH> 100644
--- a/anytemplate/tests/globals.py
+++ b/anytemplate/tests/globals.py
@@ -12,6 +12,7 @@ class Test(unittest.TestCase):
def test_10_null_handler(self):
logger = TT.logging.getLogger(__name__)
logge... | refactor: add a (dummy) test case of logging handler's emitter | ssato_python-anytemplate | train | py |
5f81dbcb01e923f821de830efe015df2d9c4ba69 | diff --git a/tests/test_file.py b/tests/test_file.py
index <HASH>..<HASH> 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -131,7 +131,7 @@ def test_save_with_specified_key_but_without_master_key(): # type: () -> None
try:
f.save()
except LeanCloudError as e:
- if e.code == 1 and e... | test: python 2 & 3 compatibility issue | leancloud_python-sdk | train | py |
d4d9833224795b274a2f12f89d3af75faa1b33f4 | diff --git a/dev/test/cypress/integration/web-extend.spec.js b/dev/test/cypress/integration/web-extend.spec.js
index <HASH>..<HASH> 100644
--- a/dev/test/cypress/integration/web-extend.spec.js
+++ b/dev/test/cypress/integration/web-extend.spec.js
@@ -32,7 +32,10 @@ describe('Web extend scripts', function() {
});... | feat(cypress): logout after each test in web-extend cases CDPIP-OPS | emartech_magento2-extension | train | js |
cb50241e6fa7c95891925c8b18840c17df078620 | diff --git a/src/util/Constants.js b/src/util/Constants.js
index <HASH>..<HASH> 100644
--- a/src/util/Constants.js
+++ b/src/util/Constants.js
@@ -75,7 +75,7 @@ exports.DefaultOptions = {
/**
* HTTP options
* @typedef {Object} HTTPOptions
- * @property {number} [version=7] API version to use
+ * @propert... | fix(HTTPOptions): change default value in jsdoc to 8 (#<I>) | discordjs_discord.js | train | js |
cb40a72b5e5edcbe32532d75b1535df56ca1d456 | diff --git a/packages/site/pages/utils/icon.js b/packages/site/pages/utils/icon.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/utils/icon.js
+++ b/packages/site/pages/utils/icon.js
@@ -37,10 +37,10 @@ export default _ => (
<SectionHeading>Formating</SectionHeading>
<P>
- Icons must be m... | docs(site): document req to dash-case svg filename for cli | pluralsight_design-system | train | js |
0317954af8fea3fb6ca3021564eaa026e241e595 | diff --git a/tests/Keboola/Provisioning/Client/SnowflakeTest.php b/tests/Keboola/Provisioning/Client/SnowflakeTest.php
index <HASH>..<HASH> 100644
--- a/tests/Keboola/Provisioning/Client/SnowflakeTest.php
+++ b/tests/Keboola/Provisioning/Client/SnowflakeTest.php
@@ -156,7 +156,7 @@ class Keboola_ProvisioningClient_Snow... | fix(tests): adjust for temporary longer statement timeout | keboola_provisioning-client | train | php |
62b561bf32d0699271f417cd022982ea8fb63141 | diff --git a/helpers/helpers.go b/helpers/helpers.go
index <HASH>..<HASH> 100644
--- a/helpers/helpers.go
+++ b/helpers/helpers.go
@@ -123,8 +123,6 @@ func StartServer(
}
t.Helper()
args := []string{
- "-address",
- "localhost",
"-type",
svType,
"-port", | refactor(helpers): remove address flag | topfreegames_pitaya | train | go |
0fb90f3e5c77b5c9f988f89766a5b61077f72f43 | diff --git a/src/incoming-message-stream.js b/src/incoming-message-stream.js
index <HASH>..<HASH> 100644
--- a/src/incoming-message-stream.js
+++ b/src/incoming-message-stream.js
@@ -26,6 +26,22 @@ class IncomingMessageStream extends Transform {
this.bl = new BufferList();
}
+ pause() {
+ super.pause();
+... | fix: flow control in message-io.js | tediousjs_tedious | train | js |
e654e137b36191259a661b9d8afb6b9f0b9f43e5 | diff --git a/ext/microviewer/datacube.js b/ext/microviewer/datacube.js
index <HASH>..<HASH> 100644
--- a/ext/microviewer/datacube.js
+++ b/ext/microviewer/datacube.js
@@ -1061,12 +1061,7 @@ class FloatingPointDataCube extends DataCube {
const black = transparency ? 0x00000000 : alpha;
if (this.minval === th... | refactor(uViewer): remove redundant branch logic | seung-lab_cloud-volume | train | js |
4e6df54dc204a64fbcafc572a277feeea31c50f0 | diff --git a/lib/plugins/index.js b/lib/plugins/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/index.js
+++ b/lib/plugins/index.js
@@ -425,11 +425,13 @@ function addRuleHeaders(req, rules, headers, isPipe) {
if (req.fullUrl) {
headers[FULL_URL_HEADER] = encodeURIComponent(req.fullUrl);
}
- if (req.c... | refactor: make sure to get client ip & port | avwo_whistle | train | js |
93977c3dbf12513b419ab7300053447ecf14de26 | diff --git a/src/Http/Controllers/VoyagerBreadController.php b/src/Http/Controllers/VoyagerBreadController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/VoyagerBreadController.php
+++ b/src/Http/Controllers/VoyagerBreadController.php
@@ -56,7 +56,7 @@ class VoyagerBreadController extends Controller
... | fix: BREAD fails for custom created_at field. | the-control-group_voyager | train | php |
fe7ae37142038fea64a3125d297b7c91d449234b | diff --git a/@uportal/dashboard-carousel/vue.config.js b/@uportal/dashboard-carousel/vue.config.js
index <HASH>..<HASH> 100644
--- a/@uportal/dashboard-carousel/vue.config.js
+++ b/@uportal/dashboard-carousel/vue.config.js
@@ -1,6 +1,4 @@
module.exports = {
- // options...
- runtimeCompiler: true,
devServer: {
... | fix: removed unused config property | uPortal-contrib_uPortal-web-components | train | js |
4d2de22e0a987262b80bd05b56256015eab9ac15 | diff --git a/packages/transformers/react-refresh-wrap/src/ReactRefreshWrapTransformer.js b/packages/transformers/react-refresh-wrap/src/ReactRefreshWrapTransformer.js
index <HASH>..<HASH> 100644
--- a/packages/transformers/react-refresh-wrap/src/ReactRefreshWrapTransformer.js
+++ b/packages/transformers/react-refresh-w... | feat: support react refresh for @emotion/react (#<I>)
* feat: support react refresh for @emotion/react
while set "jsxImportSource": "@emotion/react" in tsconfig
* fix: missing new jsx runtime | parcel-bundler_parcel | train | js |
f54be4205dfffb8cfc1eb2d824076971c1c047b5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,13 +48,13 @@ def read_requirements(filename):
# Declare minimal set for installation
required_packages = [
"attrs==20.3.0",
- "boto3>=1.20.21",
+ "boto3>=1.20.21,<2.0",
"google-pasta",
- "numpy>=1.9.0"... | fix: pin protobuf to < <I> to fix breaking change (#<I>) | aws_sagemaker-python-sdk | train | py |
da6252b6335c2d43b98fd98e7de83dff11a29d90 | diff --git a/packages/__docs__/src/Properties/index.js b/packages/__docs__/src/Properties/index.js
index <HASH>..<HASH> 100644
--- a/packages/__docs__/src/Properties/index.js
+++ b/packages/__docs__/src/Properties/index.js
@@ -117,6 +117,7 @@ class Properties extends Component {
- custom
- boolean
... | chore: fix extra comma in prop value lists on docs page | instructure_instructure-ui | train | js |
14113707df2ccdc70a2a1beb97cf3548fe54275b | diff --git a/src/lib/purgeUnusedStyles.js b/src/lib/purgeUnusedStyles.js
index <HASH>..<HASH> 100644
--- a/src/lib/purgeUnusedStyles.js
+++ b/src/lib/purgeUnusedStyles.js
@@ -20,9 +20,7 @@ function removeTailwindComments(css) {
}
export default function purgeUnusedUtilities(config) {
- const purgeEnabled =
- _.... | fix: purgeEnabled evaluating to true when config.purge.enabled is false | tailwindcss_tailwindcss | train | js |
67da6225552e46266ed059c7f0d0128294cd08ed | diff --git a/src/store.js b/src/store.js
index <HASH>..<HASH> 100644
--- a/src/store.js
+++ b/src/store.js
@@ -373,14 +373,14 @@ function makeLocalGetters (store, namespace) {
function registerMutation (store, type, handler, local) {
const entry = store._mutations[type] || (store._mutations[type] = [])
entry.pus... | feat(store): bind mutation and action handlers to store (#<I>) | vuejs_vuex | train | js |
d06b9e6e3c74674f133818f719b1774fb7b0372b | diff --git a/intranet/apps/announcements/models.py b/intranet/apps/announcements/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/announcements/models.py
+++ b/intranet/apps/announcements/models.py
@@ -157,7 +157,7 @@ class Announcement(models.Model):
def is_visible_requester(self, user):
try:
... | perf(announcements): simplify Announcement.is_visible_requester query
WARNING: This does change behaviour slightly in the event that multiple
AnnouncementRequests exist for a given Announcement. However, I do not
see a problem for this as this is an edge case that should never
occur (and I have confirmed that this is ... | tjcsl_ion | train | py |
5e88c1e52d80f7b4c5976343b25469785bba14ed | diff --git a/src/diff-main.js b/src/diff-main.js
index <HASH>..<HASH> 100644
--- a/src/diff-main.js
+++ b/src/diff-main.js
@@ -53,7 +53,7 @@ export default function diff (opts) {
// Ensure the real node is carried over even if the destination isn't used.
// This is used in the render() function to keep tr... | refactor: Fix bad equality check. | skatejs_dom-diff | train | js |
befcdde6d6add5c00c8a63315f7ca6946eca7db9 | 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
@@ -170,7 +170,8 @@ class JobCommand extends ContainerAwareCommand
$status = self::STATU... | fix: return job status to waiting when maintenance occurs | keboola_syrup | train | php |
431ff3dc5cdbeb74b601fce6e44baff7238ac393 | diff --git a/lib/TaskProxy.js b/lib/TaskProxy.js
index <HASH>..<HASH> 100644
--- a/lib/TaskProxy.js
+++ b/lib/TaskProxy.js
@@ -42,10 +42,9 @@ objectAssign(TaskProxy.prototype, {
var self = this;
return this._getFileKey().then(function(cachedKey) {
- var removeCached = Bluebird.promisify(
- self.... | fix(TaskProxy): Bluebird usage
`promisify` was using the wrong argument syntax.
Fixing this also fixes the `cache.clear()` method - previously it
returned `undefined` errors.
:LINK: <URL> | jgable_gulp-cache | train | js |
06be027614eef46564a124a30cfcff809181c73c | diff --git a/website/src/components/components/ComponentTemplate.js b/website/src/components/components/ComponentTemplate.js
index <HASH>..<HASH> 100644
--- a/website/src/components/components/ComponentTemplate.js
+++ b/website/src/components/components/ComponentTemplate.js
@@ -61,7 +61,7 @@ const ComponentTemplate = (... | fix(website): fix invalid dependency for useMemo | plouc_nivo | train | js |
56eb976fa2eb0b2aef914efb80cec5ad214e6ca2 | diff --git a/src/test/java/net/emaze/dysfunctional/order/CompareToBuilderTest.java b/src/test/java/net/emaze/dysfunctional/order/CompareToBuilderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/emaze/dysfunctional/order/CompareToBuilderTest.java
+++ b/src/test/java/net/emaze/dysfunctional/order/CompareToBu... | fix: trailing comma | cybazeitalia_emaze-dysfunctional | train | java |
ce6c4b4a18b1dcae358bdf6c7e7047c85741a39b | diff --git a/ui/src/components/dialog/QDialog.js b/ui/src/components/dialog/QDialog.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/dialog/QDialog.js
+++ b/ui/src/components/dialog/QDialog.js
@@ -159,6 +159,7 @@ export default Vue.extend({
shake () {
this.focus()
+ this.$emit('shake')
... | fix(QDialog): emit @shake (was in docs) #<I> (#<I>)
* fix(QDialog): emit @shake (was in docs) #<I>
* Update QDialog.js | quasarframework_quasar | train | js |
2f90a85df1eea71321f1a2e0aee14ef7d22e910d | diff --git a/sanic/app.py b/sanic/app.py
index <HASH>..<HASH> 100644
--- a/sanic/app.py
+++ b/sanic/app.py
@@ -97,7 +97,7 @@ if TYPE_CHECKING: # no cov
from sanic_ext import Extend # type: ignore
from sanic_ext.extensions.base import Extension # type: ignore
except ImportError:
- Extend... | feat(type): extend (#<I>) | huge-success_sanic | train | py |
8d5df52eb7173f5803d961e0e9e53d271cb72561 | diff --git a/bootstrap/app.php b/bootstrap/app.php
index <HASH>..<HASH> 100644
--- a/bootstrap/app.php
+++ b/bootstrap/app.php
@@ -11,7 +11,7 @@
|
*/
-$app = new Roots\Acorn\Bootloader();
+\Roots\bootloader();
/*
|--------------------------------------------------------------------------
@@ -47,16 +47,3 @@ coll... | fix(bootstrap): use static bootloader to prevent rebooting | roots_sage | train | php |
7b2e004d06ac23b2908caef956a322d97463f12f | diff --git a/lfu_test.go b/lfu_test.go
index <HASH>..<HASH> 100644
--- a/lfu_test.go
+++ b/lfu_test.go
@@ -21,7 +21,12 @@ func TestLFUEviction(t *testing.T) {
cache := NewLFU(2)
testCacheGetSet(t, cache)
- err := cache.Set("test_key3", "test_data3")
+ _, err := cache.Get("test_key2")
+ if err != nil {
+ t.Fatal(... | test: check eviction of lfu cache algorithm with TS(threaded-safe) | koding_cache | train | go |
9051c354daf0b40cbddd8c2b457a000c6bb8287e | diff --git a/mapillary_tools/uploader.py b/mapillary_tools/uploader.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/uploader.py
+++ b/mapillary_tools/uploader.py
@@ -908,6 +908,8 @@ def upload_video_for_processing(video, video_start_time, max_attempts, credentia
try:
files = {"file": ... | feat: add basic logging to send_videos command | mapillary_mapillary_tools | train | py |
85171cf410a3e4db19701cb8ff68ba610a3131eb | diff --git a/gridsome/lib/app/PluginAPI.js b/gridsome/lib/app/PluginAPI.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/app/PluginAPI.js
+++ b/gridsome/lib/app/PluginAPI.js
@@ -1,6 +1,7 @@
const autoBind = require('auto-bind')
const { mapValues } = require('lodash')
const PluginStore = require('./PluginStore')
+co... | fix: update routes when source path changes | gridsome_gridsome | train | js |
d2da96ad360421205d7baa831192ac2fcfea498b | diff --git a/lib/https/ca.js b/lib/https/ca.js
index <HASH>..<HASH> 100644
--- a/lib/https/ca.js
+++ b/lib/https/ca.js
@@ -400,7 +400,6 @@ exports.getSNIServer = function(listener, callback, disableH2) {
setPort(false); // pending
SNI_OPTIONS.allowHTTP1 = enableH2; // 是否启用http2
getHttpsServer(SNI_OPTIONS, list... | refactor: cancel custom timeout | avwo_whistle | train | js |
1591d75d2ffccb338db96502297405d7f681835e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -22,9 +22,6 @@ import sys
from setuptools import find_packages, setup
-if sys.version_info < (3, 6):
- sys.exit("Sorry, Python < 3.6 is not supported")
-
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAG... | fix(setup): disallow python <I> for pip install (#<I>)
* fix(setup): disallow python <I> for pip install
* remove old py constraint | apache_incubator-superset | train | py |
eea70f1c007b808148b2c2ee0bee7d1878b08c72 | diff --git a/src/browser.js b/src/browser.js
index <HASH>..<HASH> 100644
--- a/src/browser.js
+++ b/src/browser.js
@@ -28,15 +28,17 @@ const DEFAULT_PUPPETEER_LAUNCH_ARGS = [
]
export async function launchBrowserIfNeeded ({ getBrowser, width, height }) {
- if (browser) {
- return
- }
const usingCustomGetBro... | fix(browser): call getBrowser each time
if using a custom browser, getBrowser is not called when "browser" is != null. As the behaviour of the browser instance is controlled outside, this leads to situation where a browser is closed, but penthouse believes the browser is still running. | pocketjoso_penthouse | train | js |
24f205d9f9b526c4db1204022d3ca2a41cbe4a24 | diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js
index <HASH>..<HASH> 100755
--- a/packages/simplebar/src/simplebar.js
+++ b/packages/simplebar/src/simplebar.js
@@ -422,11 +422,6 @@ export default class SimpleBar {
} ${this.elStyles.paddingBottom} ${this.elStyles.paddingLeft}`... | fix: try to fix infinite width recalculation | Grsmto_simplebar | train | js |
25426810f6f7b540b3e88c91e352f2252e645880 | diff --git a/src/lib/index.js b/src/lib/index.js
index <HASH>..<HASH> 100644
--- a/src/lib/index.js
+++ b/src/lib/index.js
@@ -92,7 +92,9 @@ async function generateFlowCoverageReport(opts: FlowCoverageReportOptions) {
}
if (reportTypes.indexOf('html') >= 0) {
- reportResults.push(reportHTML.generate(coverage... | feat: included URL to the generated HTML report in the console output. | rpl_flow-coverage-report | train | js |
e843b177ea2a781a69aa36792840e8828daf5804 | diff --git a/src/Leevel/Http/RedirectResponse.php b/src/Leevel/Http/RedirectResponse.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Http/RedirectResponse.php
+++ b/src/Leevel/Http/RedirectResponse.php
@@ -39,18 +39,18 @@ use Leevel\Session\ISession;
class RedirectResponse extends Response
{
/**
- * 目标 URL ... | fix(http): fix typed properties of http | hunzhiwange_framework | train | php,php |
5de0ec2a1654c51c90e3afacb52597695c921795 | diff --git a/actor-apps/app-web/src/app/components/DialogSection.react.js b/actor-apps/app-web/src/app/components/DialogSection.react.js
index <HASH>..<HASH> 100644
--- a/actor-apps/app-web/src/app/components/DialogSection.react.js
+++ b/actor-apps/app-web/src/app/components/DialogSection.react.js
@@ -63,7 +63,13 @@ cl... | fix(web): fixed DialogSection with null peer; call onConversationOpen on init | actorapp_actor-platform | train | js |
407242a37b2dc03bdea400bcc85fe6a36a0adff2 | diff --git a/ladybug/_datacollectionbase.py b/ladybug/_datacollectionbase.py
index <HASH>..<HASH> 100644
--- a/ladybug/_datacollectionbase.py
+++ b/ladybug/_datacollectionbase.py
@@ -629,9 +629,10 @@ class BaseCollection(object):
elif isinstance(dat_type, typ_clss._time_aggregated_type):
... | style(datacollection): Improve error message in the event of no type | ladybug-tools_ladybug | train | py |
3aa68b4c875756aa9dbc1ed75151b6949cf26322 | diff --git a/webapps/ui/tasklist/client/scripts/tasklist/plugins/cam-tasklist-search-plugin.js b/webapps/ui/tasklist/client/scripts/tasklist/plugins/cam-tasklist-search-plugin.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/tasklist/plugins/cam-tasklist-search-plugin.js
+++ b/webapps/ui/tasklist... | feat(cockpit): make like operator flexible to handle '_' and '%' wildcards in tasklist
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
93a1e42ef31ad1b864f6b3268bdfae8198d7f6c9 | diff --git a/src/switch/stats/stat.js b/src/switch/stats/stat.js
index <HASH>..<HASH> 100644
--- a/src/switch/stats/stat.js
+++ b/src/switch/stats/stat.js
@@ -139,10 +139,10 @@ class Stats extends EventEmitter {
this._timeout = null
if (this._queue.length) {
let last
- while (this._queue.length) {... | fix: performance bottleneck in stat.js (#<I>)
Array.shift seems to be very slow, perhaps linear, on some
engines, resulting in _update consuming a lot of CPU. | libp2p_js-libp2p | train | js |
4b2811a5ad3918b6051c0625acb4fa119753d117 | diff --git a/middlewares/events.js b/middlewares/events.js
index <HASH>..<HASH> 100644
--- a/middlewares/events.js
+++ b/middlewares/events.js
@@ -6,13 +6,12 @@ const secret = {
handlers: Symbol('event handlers')
}
-module.exports = function events (elem, state, next) {
+module.exports = function events (elem, st... | perf(events): do not compose the events middleware | nx-js_framework | train | js |
f697efffc6b46c23ecfb7bef2eff8a3b906f85d0 | diff --git a/lib/helpers.js b/lib/helpers.js
index <HASH>..<HASH> 100644
--- a/lib/helpers.js
+++ b/lib/helpers.js
@@ -25,7 +25,7 @@ const getFileType = (fileName, { transformExtensions }) => {
};
const reduceAssets = (files, asset, moduleAssets) => {
- const name = moduleAssets[asset.name];
+ const name = module... | feat: fallback to asset.info.sourceFilename (#<I>)
* feat: fallback to as populated in asset.info
* Compatibility tenary | danethurber_webpack-manifest-plugin | train | js |
488535118dfc01473e5f236f3d1d017dc3a40b6d | diff --git a/builder/osc/chroot/step_create_omi.go b/builder/osc/chroot/step_create_omi.go
index <HASH>..<HASH> 100644
--- a/builder/osc/chroot/step_create_omi.go
+++ b/builder/osc/chroot/step_create_omi.go
@@ -48,7 +48,7 @@ func (s *StepCreateOMI) Run(ctx context.Context, state multistep.StateBag) multi
newDevice.B... | refactor: change validation when bsu is set | hashicorp_packer | train | go |
ece328fa51f6ab16cfb2ce7d87bccf7a6846a87f | diff --git a/build/createTypeDeclarations.js b/build/createTypeDeclarations.js
index <HASH>..<HASH> 100644
--- a/build/createTypeDeclarations.js
+++ b/build/createTypeDeclarations.js
@@ -2,7 +2,8 @@ const fs = require('fs')
const path = require('path')
function dataFiles () {
- return fs.readdirSync(path.join(__di... | fix: use require.resolve in post-install script
... to find video-testdata if it is in a sibling node_modules directory | nknapp_video-testdata-loader | train | js |
65a0767e8024879e3a5c4557f376d8b6684530e8 | diff --git a/lib/preprocessor.js b/lib/preprocessor.js
index <HASH>..<HASH> 100644
--- a/lib/preprocessor.js
+++ b/lib/preprocessor.js
@@ -22,7 +22,7 @@ var isBinary = Object.create(null);
'sgi', 'tiff', 'psd', 'uvi', 'sub', 'djvu', 'dwg', 'dxf', 'fbs', 'fpx', 'fst', 'mmr',
'rlc', 'mdi', 'wdp', 'npx', 'wbmp', 'xi... | feat(preprocessor): add 'mp3' and 'ogg' as binary formats to avoid media corruption in the browser. | karma-runner_karma | train | js |
1acc55399b694f4120c5f16657dbe01a5359869f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -36,17 +36,9 @@ function Store (dbName, options) {
var storeApi = db.hoodieApi({emitter: emitter})
var state = {
- objectTypeById: {},
db: db
}
- // possible race condition...
- storeApi.findAll().then(f... | chore: remove unnecessary code (#<I> | hoodiehq_hoodie-store-client | train | js |
9004b007430f924cb876da4b932ce273d4688c22 | diff --git a/src/Image.js b/src/Image.js
index <HASH>..<HASH> 100644
--- a/src/Image.js
+++ b/src/Image.js
@@ -1,5 +1,5 @@
import classNames from 'classnames';
-import React, { useMemo } from 'react';
+import React from 'react';
import PropTypes from 'prop-types';
import { useBootstrapPrefix } from './ThemeProvide... | chore(image): revert changes to classnames implementation
There's really no point in memoizing this, since it's not an
expensive computation. | react-bootstrap_react-bootstrap | train | js |
14fe8ecb5820e11ebbcea15d0c2f92b7a1e6fc0b | diff --git a/cmd/data-usage.go b/cmd/data-usage.go
index <HASH>..<HASH> 100644
--- a/cmd/data-usage.go
+++ b/cmd/data-usage.go
@@ -84,7 +84,8 @@ func loadPrefixUsageFromBackend(ctx context.Context, objAPI ObjectLayer, bucket
}
for id, usageInfo := range cache.flattenChildrens(*root) {
- prefix := strin... | fix: decodeDirObject in prefix usage function (#<I>)
prefixes at top level create such as
```
~ mc mb alias/bucket/prefix
```
The prefix/ incorrect appears as prefix__XL_DIR__/
in the accountInfo output, make sure to trim '__XL_DIR__' | minio_minio | train | go |
18d09be3c43d0fc0745799133fba5f13f627cb9f | diff --git a/src/EloGank/Replay/Output/OutputInterface.php b/src/EloGank/Replay/Output/OutputInterface.php
index <HASH>..<HASH> 100644
--- a/src/EloGank/Replay/Output/OutputInterface.php
+++ b/src/EloGank/Replay/Output/OutputInterface.php
@@ -16,6 +16,12 @@ namespace EloGank\Replay\Output;
*/
interface OutputInterf... | fix: forget adding verbosity constants. | EloGank_lol-replay | train | php |
4dfafe953214ee60eedea7230c37922640486cb3 | diff --git a/bigquery/setup.py b/bigquery/setup.py
index <HASH>..<HASH> 100644
--- a/bigquery/setup.py
+++ b/bigquery/setup.py
@@ -33,6 +33,7 @@ dependencies = [
"google-cloud-core >= 1.0.3, < 2.0dev",
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.6.0dev",
"protobuf >= 3.6.0",
+ "six >=1.13.0,< 2.0.... | fix(bigquery): add six dependency in setup file (#<I>) | googleapis_google-cloud-python | train | py |
2c5bfdd2844041226a911cd4f5174387ba3c1405 | diff --git a/scripts/release.js b/scripts/release.js
index <HASH>..<HASH> 100755
--- a/scripts/release.js
+++ b/scripts/release.js
@@ -79,7 +79,7 @@ const strategy = currentBranch !== 'develop' || forceBeta ? 'beta' : 'stable';
function rollback(newVersion) {
if (strategy === 'stable') {
// reset master
- s... | chore(release): fix rollback command (#<I>) | algolia_instantsearch.js | train | js |
b8a4de9670654d9a19b4d6cacdc97a4348cd88e2 | diff --git a/src/Security/Guard/JwtGuardAuthenticator.php b/src/Security/Guard/JwtGuardAuthenticator.php
index <HASH>..<HASH> 100644
--- a/src/Security/Guard/JwtGuardAuthenticator.php
+++ b/src/Security/Guard/JwtGuardAuthenticator.php
@@ -49,7 +49,8 @@ class JwtGuardAuthenticator extends AbstractGuardAuthenticator
... | fix: Restore JwtGuardAuthenticator::supports behavior | auth0_jwt-auth-bundle | train | php |
b3604e74eddcf8ef25b8d25c4993d75bbf3671b8 | diff --git a/lib/env_pull_request/base.rb b/lib/env_pull_request/base.rb
index <HASH>..<HASH> 100644
--- a/lib/env_pull_request/base.rb
+++ b/lib/env_pull_request/base.rb
@@ -45,14 +45,14 @@ module EnvPullRequest
# Jenkins GitHub pull request builder plugin:
# ENV['ghprbPullId']
#
+ # @return [Integ... | docs(base): see also set buttom | packsaddle_ruby-env_pull_request | train | rb |
b52a61b4d5c74c586f032c761cd0f902df20fd4b | diff --git a/allauth/socialaccount/providers/nextcloud/views.py b/allauth/socialaccount/providers/nextcloud/views.py
index <HASH>..<HASH> 100644
--- a/allauth/socialaccount/providers/nextcloud/views.py
+++ b/allauth/socialaccount/providers/nextcloud/views.py
@@ -25,7 +25,7 @@ class NextCloudAdapter(OAuth2Adapter):
... | fix(nextcloud): Token/server accidentally swapped
How did this ever work? | pennersr_django-allauth | train | py |
9daa860bad14407f11f4b483a2639de24b847795 | diff --git a/pook/interceptors/__init__.py b/pook/interceptors/__init__.py
index <HASH>..<HASH> 100644
--- a/pook/interceptors/__init__.py
+++ b/pook/interceptors/__init__.py
@@ -20,8 +20,12 @@ interceptors = [
# Import aiohttp in modern Python runtimes
if sys.version_info >= (3, 5, 0):
- from .aiohttp import AI... | fix(aiohttp): compatible with non aiohttp projects (#<I>)
* fix(aiohttp): compatible with non aiohttp projects
* fix: ignore non-used line linting | h2non_pook | train | py |
6426bc9084a99fc0187673aaf4d9ca7f80398bd8 | diff --git a/tests/Protocol/Process/HotOverloadTest.php b/tests/Protocol/Process/HotOverloadTest.php
index <HASH>..<HASH> 100644
--- a/tests/Protocol/Process/HotOverloadTest.php
+++ b/tests/Protocol/Process/HotOverloadTest.php
@@ -42,6 +42,13 @@ use Tests\TestCase;
*/
class HotOverloadTest extends TestCase
{
+ p... | test(hotoverload): when xdebug installed and ignore the tests | hunzhiwange_framework | train | php |
138f519018518f79664dbcc55eab43826fc0a424 | diff --git a/src/cli/commands/files.js b/src/cli/commands/files.js
index <HASH>..<HASH> 100644
--- a/src/cli/commands/files.js
+++ b/src/cli/commands/files.js
@@ -3,13 +3,12 @@
module.exports = {
command: 'files',
- description: '',
+ description: 'Unixfs commands',
builder (yargs) {
return yargs
... | fix(cli): fix the files API commands | ipfs_js-ipfs | train | js,js |
8586719ee18598ff2aac47b05cba7fc15f7bc554 | diff --git a/lib/rules/index.js b/lib/rules/index.js
index <HASH>..<HASH> 100644
--- a/lib/rules/index.js
+++ b/lib/rules/index.js
@@ -251,7 +251,7 @@ function parseRule(rules, pattern, matcher, raw, root) {
isDomain: !isRegExp && util.removeProtocol(rawPattern, true).indexOf('/') == -1,
rawPattern: rawPattern
... | refactor: fix eslint errors | avwo_whistle | train | js |
ba6bd26a4efe72c1d57e064669641d0ec94235ec | diff --git a/views/js/uiForm.js b/views/js/uiForm.js
index <HASH>..<HASH> 100755
--- a/views/js/uiForm.js
+++ b/views/js/uiForm.js
@@ -110,12 +110,13 @@
const testedUrl = settings.url.indexOf('?') === -1
? settings.url
: settings.url.substr(0, settings.url.inde... | fix: skip TAO-resource form initialization only on `.*/authoring$` requests | oat-sa_tao-core | train | js |
17e60d2379f4a1a57aff1ab8c37716debd45c801 | diff --git a/mapillary_tools/exif_write.py b/mapillary_tools/exif_write.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/exif_write.py
+++ b/mapillary_tools/exif_write.py
@@ -69,7 +69,7 @@ class ExifEdit(object):
def add_altitude(self, altitude, precision=100):
"""Add altitude (pre is the precision)... | fix: fixed bug where gps reference was written wrong to EXIF | mapillary_mapillary_tools | train | py |
233be156193e1457e0cda46f816df9dac39a67c3 | diff --git a/dev/test/cypress/integration/web-extend.spec.js b/dev/test/cypress/integration/web-extend.spec.js
index <HASH>..<HASH> 100644
--- a/dev/test/cypress/integration/web-extend.spec.js
+++ b/dev/test/cypress/integration/web-extend.spec.js
@@ -227,7 +227,7 @@ describe('Web extend scripts', function() {
cy... | fix(test): try a different selector to determine if user is logged in CDPIP-OPS | emartech_magento2-extension | train | js |
c60fadfff32dc32d310b195e77c48c3e0dfcbcb6 | diff --git a/packages/core/polyfills/polyfill-loader.js b/packages/core/polyfills/polyfill-loader.js
index <HASH>..<HASH> 100644
--- a/packages/core/polyfills/polyfill-loader.js
+++ b/packages/core/polyfills/polyfill-loader.js
@@ -6,7 +6,6 @@ require('core-js/modules/es6.string.starts-with');
require('core-js/modules/... | refactor: remove es6 reflect polyfill -- no longer required for IE<I> | bolt-design-system_bolt | train | js |
aee6c603214a8b2e8a15462a92d831f1f2ed1e9c | diff --git a/base_konnector.js b/base_konnector.js
index <HASH>..<HASH> 100644
--- a/base_konnector.js
+++ b/base_konnector.js
@@ -62,7 +62,7 @@ module.exports = {
resolve(account)
})
.catch(err => {
- log('error', `error while getting the folder path from ID : "${c... | fix: better folder error log :loud_sound: | konnectors_libs | train | js |
c47e62fa3758622229941f3636acbd33136ad89e | diff --git a/lib/components/form/error-message.js b/lib/components/form/error-message.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/error-message.js
+++ b/lib/components/form/error-message.js
@@ -22,7 +22,11 @@ const ErrorMessage = ({ error, message, warning }) => {
<div className='error-message'>
... | refactor(error-message): set each intl string as seperate component | opentripplanner_otp-react-redux | train | js |
85b6c2292e04a9443e8cd4eaa014caf09f7838e7 | diff --git a/lib/utils/isset.js b/lib/utils/isset.js
index <HASH>..<HASH> 100644
--- a/lib/utils/isset.js
+++ b/lib/utils/isset.js
@@ -1,5 +1,5 @@
function isset(value) {
- return typeof value !== 'undefined' && value !== null;
+ return value != null;
}
module.exports = isset; | refactor: simplifies "isset" util | apiaryio_gavel.js | train | js |
dfb7f538b99942896d642ea6454546608271f275 | diff --git a/test/test-capture.js b/test/test-capture.js
index <HASH>..<HASH> 100644
--- a/test/test-capture.js
+++ b/test/test-capture.js
@@ -99,6 +99,9 @@ process.once('uncaughtException', function(err) {
http.get('http://google.com', function(res) {
localIP = res.socket.address().address;
console.log('localIP... | test: add node's interface list to output | mscdex_cap | train | js |
655be46dc95420df1f63a986ac7f69105e7a0d82 | diff --git a/core/poi/lib/plugins/config-html.js b/core/poi/lib/plugins/config-html.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/plugins/config-html.js
+++ b/core/poi/lib/plugins/config-html.js
@@ -95,7 +95,11 @@ exports.apply = api => {
filename: `${entryName}.html`,
chunks: ['chunk-... | fix: missing shortcut for setting entry in multi-page mode | egoist_poi | train | js |
c3db0c759697dac20dac3b15448e4b0f9f6d0c79 | diff --git a/lib/featuresLoader.js b/lib/featuresLoader.js
index <HASH>..<HASH> 100644
--- a/lib/featuresLoader.js
+++ b/lib/featuresLoader.js
@@ -33,7 +33,7 @@ const createCucumber = (
.find(fileSteps => fileSteps[filePath])
[filePath].join("\n")}
- createTestsFromFeature... | fix(featuresloader): send only the basename of the feature file - match the original loader behavior | TheBrainFamily_cypress-cucumber-preprocessor | train | js,js |
1099bf2101091759357f565ad712edefef071ccc | diff --git a/packages/date/src/DateRangeField.js b/packages/date/src/DateRangeField.js
index <HASH>..<HASH> 100644
--- a/packages/date/src/DateRangeField.js
+++ b/packages/date/src/DateRangeField.js
@@ -4,11 +4,11 @@ import { Label } from 'reactstrap';
import { FormGroup, Feedback } from '@availity/form';
import Date... | fix(DateRangeField): make label target start field
Previously, the label was not targeting any visible input.
With this change the label will target the start field, enabling the user to click the label to focus on the first field. | Availity_availity-react | train | js |
57a83eae1dfb998cafbd5cc4bc50cc100556b44e | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -888,7 +888,7 @@ module.exports = function(socket, hostname, next, isWebPort) {
if(useSNI) {
checkTimeout();
- getSNIServer(h2Handlers, handleConnect, util... | refactor: refine disable http2 | avwo_whistle | train | js,js |
7a094af5b0fb3a278ff968e3a71ad130e6fb1282 | diff --git a/src/plugins/closed_captions/closed_captions.js b/src/plugins/closed_captions/closed_captions.js
index <HASH>..<HASH> 100644
--- a/src/plugins/closed_captions/closed_captions.js
+++ b/src/plugins/closed_captions/closed_captions.js
@@ -43,9 +43,14 @@ export default class ClosedCaptions extends UICorePlugin {... | feat(closed_captions): hide CC button on container stop | clappr_clappr | train | js |
c491292c23a7788395b36a0f653af3f3cf00881e | diff --git a/flask_graphql_auth/__init__.py b/flask_graphql_auth/__init__.py
index <HASH>..<HASH> 100644
--- a/flask_graphql_auth/__init__.py
+++ b/flask_graphql_auth/__init__.py
@@ -3,4 +3,4 @@ from .main import *
from .util import *
from .fields import AuthInfoField
-__version__ = "1.3.2"
+__version__ = "1.3.3" | chore: Bump package version to <I> | callsign-viper_Flask-GraphQL-Auth | train | py |
47e963ac5500671963c9b6e994d684d48e0fc92f | diff --git a/packages/line/src/Lines.js b/packages/line/src/Lines.js
index <HASH>..<HASH> 100644
--- a/packages/line/src/Lines.js
+++ b/packages/line/src/Lines.js
@@ -12,6 +12,7 @@ import LinesItem from './LinesItem'
const Lines = ({ lines, lineGenerator, lineWidth }) => {
return lines
+ .slice(0)
... | fix(line): make copy of lines data before reversing (#<I>) | plouc_nivo | train | js |
5b1106e74571b050fc58f6901a22bfe197a8568a | diff --git a/packages/components/bolt-tabs/src/tabs.js b/packages/components/bolt-tabs/src/tabs.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-tabs/src/tabs.js
+++ b/packages/components/bolt-tabs/src/tabs.js
@@ -290,7 +290,7 @@ class BoltTabs extends withContext(withLitHtml()) {
aria-selecte... | fix: flip tabindex so that active tab gets focus, other are skipped; use arrows to navigate | bolt-design-system_bolt | train | js |
c28642642b982122fed57632564b02676ff6f883 | diff --git a/provision/pool/pool.go b/provision/pool/pool.go
index <HASH>..<HASH> 100644
--- a/provision/pool/pool.go
+++ b/provision/pool/pool.go
@@ -241,7 +241,7 @@ func volumePlanNames(ctx context.Context, poolName string) ([]string, error) {
return nil, err
}
- var vplans map[string]struct{}
+ vplans := make... | fix: intializing map before using it | tsuru_tsuru | train | go |
5e26da9115cb7d0b1ae2efc8c09ebb478275b52c | diff --git a/source/rafcon/utils/gui_functions.py b/source/rafcon/utils/gui_functions.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/utils/gui_functions.py
+++ b/source/rafcon/utils/gui_functions.py
@@ -34,6 +34,7 @@ def call_gui_callback(callback, *args, **kwargs):
from threading import Condition
import ... | fix(gui_functions): add wait_for_gui in call_gui_callback
this makes sure that all GUI-changes initiated by the function called via call_gui_callback
are finished before returning | DLR-RM_RAFCON | train | py |
d41b9f53a46ff8c97b780d4c24f6f64e16017b89 | diff --git a/src/ocLazyLoad.js b/src/ocLazyLoad.js
index <HASH>..<HASH> 100644
--- a/src/ocLazyLoad.js
+++ b/src/ocLazyLoad.js
@@ -748,8 +748,8 @@
}
var onInvoke = function(invokeName) {
newInvoke = true;
- broadcast('ocLazyLoad.componentLoaded', invokeName);
regInvokes[moduleName][type].push(invokeName... | feat: broadcast for componentLoaded event provides more info (module name and type) | ocombe_ocLazyLoad | train | js |
c2dda3c7e2393107b960294df92e9dae855e8d3d | diff --git a/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js b/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js
+++ b/pack... | fix(canary): add recipient on community fetch | nossas_bonde-client | train | js |
cb4f08ad7dd8eed3da69d61d51c6d5379a486bd0 | diff --git a/lib/classes/PluginManager.js b/lib/classes/PluginManager.js
index <HASH>..<HASH> 100644
--- a/lib/classes/PluginManager.js
+++ b/lib/classes/PluginManager.js
@@ -660,6 +660,13 @@ class PluginManager {
}
}
+ try {
+ for (const { hook } of this.getHooks(['finalize'])) await hook();
+ ... | feat: Support `finalize` hook, triggered on command finalization | serverless_serverless | train | js |
61caf513073e157fb9022d1ac1694d13f2bf80ed | diff --git a/test/test_scheduler.go b/test/test_scheduler.go
index <HASH>..<HASH> 100644
--- a/test/test_scheduler.go
+++ b/test/test_scheduler.go
@@ -350,10 +350,6 @@ func (s *SchedulerSuite) TestTCPApp(t *c.C) {
}
func (s *SchedulerSuite) TestDeployController(t *c.C) {
- if testCluster == nil {
- t.Skip("cannot ... | test: Don't require testCluster in TestDeployController | flynn_flynn | train | go |
b4ce82ab3ee1f607240aa7c9b34433390102d0e9 | diff --git a/intranet/utils/locking.py b/intranet/utils/locking.py
index <HASH>..<HASH> 100644
--- a/intranet/utils/locking.py
+++ b/intranet/utils/locking.py
@@ -75,4 +75,4 @@ def lock_on(items: Iterable[Union[Model, Manager, QuerySet]]) -> None:
combined_qs = combined_qs.union(*qs_list, all=False)
... | fix(locking): force query evaluation
It is now believed that the locking errors mentioned in
0dd<I>b0c<I>ca<I>cb<I>c<I>fabef<I>cd are caused by a failure to
evaluate the query that is being locked on. This commit should finally
fix those issues. | tjcsl_ion | train | py |
f14f3e9b2d6b075d1c426d270e4ef45316cb04cd | diff --git a/test/spec/id-support.js b/test/spec/id-support.js
index <HASH>..<HASH> 100644
--- a/test/spec/id-support.js
+++ b/test/spec/id-support.js
@@ -76,14 +76,15 @@ describe('bpmn-moddle - id-support', function() {
var moddle = Helper.createModdle();
IdSupport.extend(moddle, new Ids());
- // ... | chore(tests): add additional comment | bpmn-io_bpmn-moddle | train | js |
e79ed5222dce4bc4ead83f58333600a8dced7d23 | diff --git a/test/test-bad-connection-string.js b/test/test-bad-connection-string.js
index <HASH>..<HASH> 100644
--- a/test/test-bad-connection-string.js
+++ b/test/test-bad-connection-string.js
@@ -17,6 +17,10 @@ db.open("this is wrong", function(err) {
error: '[node-odbc] SQL_ERROR',
message: '[unixODBC][Dr... | test: fix test-bad-connection-string.js for use with newer error objects | ratanakvlun_node-odbc | train | js |
99dc48bed988b275e607105ec20a893195cfaf8f | diff --git a/src/Adapter.php b/src/Adapter.php
index <HASH>..<HASH> 100644
--- a/src/Adapter.php
+++ b/src/Adapter.php
@@ -314,8 +314,9 @@ class Adapter extends AbstractAdapter
public function listContents($directory = '', $recursive = false)
{
return $this->client->listObjects([
- 'Bucket... | fix: listContents recursive | freyo_flysystem-qcloud-cos-v5 | train | php |
e9a8796326e6f4620eb84ce0e60dbfc149dbef57 | diff --git a/workflow/common/common.go b/workflow/common/common.go
index <HASH>..<HASH> 100644
--- a/workflow/common/common.go
+++ b/workflow/common/common.go
@@ -96,7 +96,7 @@ const (
ExecutorStagingEmptyDir = "/argo/staging"
// ExecutorScriptSourcePath is the path which init will write the script source file to f... | chore: typo (#<I>) | argoproj_argo | train | go |
6582ecc3485099d6a98b9d9ca0ac5c66bc8be750 | diff --git a/examples/with-mongodb-mongoose/models/Pet.js b/examples/with-mongodb-mongoose/models/Pet.js
index <HASH>..<HASH> 100644
--- a/examples/with-mongodb-mongoose/models/Pet.js
+++ b/examples/with-mongodb-mongoose/models/Pet.js
@@ -7,21 +7,21 @@ const PetSchema = new mongoose.Schema({
type: String,
r... | fix(examples): maxlength was inconsistent (#<I>)
the value and help-text were irritating
the value of the help-text is now used as value
## Documentation / Examples
- [x] Make sure the linting passes by running `yarn lint` | zeit_next.js | train | js |
b260e4ebff7a0a2a97f0a021a4b2b653b749f2f1 | diff --git a/build/cherry-pick.js b/build/cherry-pick.js
index <HASH>..<HASH> 100644
--- a/build/cherry-pick.js
+++ b/build/cherry-pick.js
@@ -93,7 +93,7 @@ function getCommits(branch) {
// filter merge commits and any types that don't match the release type
if (
!merge &&
- !subject.startsWith('m... | chore: fix cherry-pick script (#<I>) | dequelabs_axe-core | train | js |
eb648f297eafd3f19d2f0a73f71206618ea4a34e | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -718,6 +718,10 @@ exports['Blocks'] = function(test) {
'<p id="id1">A _test_</p>',
'id attribute and block option');
test_document(
+ '.-spans -macros +specials\n_A {macro}_',
+ '<p>_A {m... | test: Block Attributes: Multiple block options | srackham_rimu | train | js |
0436ee0121d3a44c7a814a6219d975d08255d6e2 | diff --git a/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js b/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
+++ b/packages/mdc-top-app-bar/addon/components/mdc-top-app-bar.js
@@ -85,6 +85,18 @@ ex... | feat: Can set the scroll target for the top app bar | onehilltech_ember-cli-mdc | train | js |
bb9415e4491b4b27a3d29b67a952acd94a16a49c | diff --git a/packages/xod-client-electron/src/app/remoteActions.js b/packages/xod-client-electron/src/app/remoteActions.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-electron/src/app/remoteActions.js
+++ b/packages/xod-client-electron/src/app/remoteActions.js
@@ -1,5 +1,5 @@
import R from 'ramda';
-import {... | feat(xod-client-electron): replace load exactly xod/core lib with loadAllLibs function | xodio_xod | train | js |
41aaf745ad8a4d4be7129fd4f8ea2cdc5521c4e4 | diff --git a/fuse/readonly/readonly_unix.go b/fuse/readonly/readonly_unix.go
index <HASH>..<HASH> 100644
--- a/fuse/readonly/readonly_unix.go
+++ b/fuse/readonly/readonly_unix.go
@@ -257,13 +257,15 @@ func (s *Node) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadR
if err != nil {
return err
}
-
... | fix: fix a potential out of bounds issue in fuse
We likely encountered a file that misreported its size. That or there was no bug
here and we hit an issue somewhere else. Regardless, there's no reason not to
simplify this code and this should fix the issue. | ipfs_go-ipfs | train | go |
39258cacafa5c770fb40d99075a97b8e6427adba | diff --git a/lib/googleauth/service_account.rb b/lib/googleauth/service_account.rb
index <HASH>..<HASH> 100644
--- a/lib/googleauth/service_account.rb
+++ b/lib/googleauth/service_account.rb
@@ -123,8 +123,10 @@ module Google
def apply_self_signed_jwt! a_hash
# Use the ServiceAccountJwtHeaderCredentials... | fix: Stop attempting to get the project from gcloud when applying self-signed JWTs (#<I>) | googleapis_google-auth-library-ruby | train | rb |
86b84db9b7e751d22e7d5930f228c7817003e25e | diff --git a/scripts/orm/nosql/common/doc.js b/scripts/orm/nosql/common/doc.js
index <HASH>..<HASH> 100644
--- a/scripts/orm/nosql/common/doc.js
+++ b/scripts/orm/nosql/common/doc.js
@@ -84,16 +84,16 @@ Doc.prototype.set = function (data) {
return self.save();
};
-// TODO: remove
-// Doc.prototype.unset = functio... | test(node): restored some broken node tests | delta-db_deltadb-server | train | js |
4ed8c3e5d93f0d686de3d1764270563e15c6e199 | diff --git a/blocks/blockstore/arc_cache_test.go b/blocks/blockstore/arc_cache_test.go
index <HASH>..<HASH> 100644
--- a/blocks/blockstore/arc_cache_test.go
+++ b/blocks/blockstore/arc_cache_test.go
@@ -1,9 +1,10 @@
package blockstore
import (
+ "testing"
+
"github.com/ipfs/go-ipfs/blocks"
"github.com/ipfs/go-i... | test: fix typo in blockstore test
Also format imports
License: MIT | ipfs_go-ipfs | train | go |
aba5cc8369b9ac644b64ac48c2818a6afe352b30 | diff --git a/lib/boot/refs/find-component.js b/lib/boot/refs/find-component.js
index <HASH>..<HASH> 100644
--- a/lib/boot/refs/find-component.js
+++ b/lib/boot/refs/find-component.js
@@ -8,7 +8,7 @@ function findComponent (ref, components, jsonPath) {
} // findObject
function applyPath (obj, jsonPath) {
- if (!jso... | fix(tymlyRef): Don't apply path to a null object. | wmfs_tymly-core | train | js |
72e8fb82a604d08589aa65accbd2685e8027c24a | diff --git a/packages/halo/src/css/index.js b/packages/halo/src/css/index.js
index <HASH>..<HASH> 100644
--- a/packages/halo/src/css/index.js
+++ b/packages/halo/src/css/index.js
@@ -1,4 +1,4 @@
-import { colorsStatus } from '@pluralsight/ps-design-system-core'
+import { colorsBlue, colorsStatus } from '@pluralsight/ps... | refactor(halo): use base blue for focus indicator color | pluralsight_design-system | train | js |
a3b6c0360cf36a6cc6159c52daf7334a322e5d29 | diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/Messenger.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/Messenger.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/Messenger.java
+++ b/actor-sdk/sdk-core/core/core... | fix(android): mentions detect | actorapp_actor-platform | train | java |
655d0ccc06e04cf532741c78245578ec448ed45f | diff --git a/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js b/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Dashboard/graphql/allUserCommunities.graphql.js
+++ b/pack... | fix(canary): add recipient on user community data | nossas_bonde-client | train | js |
f6c455bdbbe34e87ebdaebf357f074f0e9a352a9 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -125,11 +125,6 @@ class Parser extends HTTPParser {
socket.resume()
client[kQueue][client[kComplete]++] = null
- if (client[kComplete] > 256) {
- client[kQueue].splice(0, client[kComplet... | refactor: closed, drain & overlfow | mcollina_undici | train | js |
ae498628dab8789231828c167ef453b6dc26d49b | diff --git a/website/gulpfile.js b/website/gulpfile.js
index <HASH>..<HASH> 100644
--- a/website/gulpfile.js
+++ b/website/gulpfile.js
@@ -35,6 +35,10 @@ gulp.task('dgeni', function() {
dgeni.generate().then(function(docs) {
console.log(docs.length, 'docs generated');
+ }).then(function() {
+ // Copy file... | fix(docs): you no longer have to run gulp twice
Closes issue #<I> | angular_protractor | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.