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 |
|---|---|---|---|---|---|
13b442bc38000a7374dceab9dcc8c8572dfad2a2 | diff --git a/piazza_api/__init__.py b/piazza_api/__init__.py
index <HASH>..<HASH> 100644
--- a/piazza_api/__init__.py
+++ b/piazza_api/__init__.py
@@ -1,3 +1,3 @@
from piazza_api.piazza import Piazza
-__version__ = "0.4.1"
+__version__ = "0.4.2" | feat(user): Update version number for create_followup. | hfaran_piazza-api | train | py |
fdef80a668b24c0b6404ea91b52f717603ed000c | diff --git a/src/Cursor.js b/src/Cursor.js
index <HASH>..<HASH> 100644
--- a/src/Cursor.js
+++ b/src/Cursor.js
@@ -240,6 +240,7 @@ export class Cursor {
* @returns {Cursor}
*/
erase(region) {
+ if (Object.keys(ERASE_REGIONS).every(key => region !== ERASE_REGIONS[key])) return this;
return this.saveCu... | fix(cursor): Fix issue when calling erase() with wrong argument writes to stream | kittikjs_cursor | train | js |
6a5a6a77a3c8eaa88a9ca234ab5f10e5e8b82da4 | diff --git a/src/core/util/util.js b/src/core/util/util.js
index <HASH>..<HASH> 100644
--- a/src/core/util/util.js
+++ b/src/core/util/util.js
@@ -159,7 +159,7 @@ angular.module('material.core')
}
return function restoreScroll() {
- disableTarget.append(virtualScroller.children());
+ disab... | fix(mdUtil): move comment nodes as well when reenabling scroll
Closes #<I>.
The comment nodes were being moved to the virtual scroll container,
but they were not moved back to the disabled target when the scroll
was reenabled. | angular_material | train | js |
1fe87ee44d1aaae711ae1b0c16952f43900963c2 | diff --git a/topologies/replset.js b/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/topologies/replset.js
+++ b/topologies/replset.js
@@ -1413,7 +1413,7 @@ ReplSet.prototype.auth = function(mechanism, db) {
// Topology is not connected, save the call in the provided store to be
// Executed at some poin... | fix(auth): prevent stalling on authentication when connected
ReplicaSet was storing the authentication call in the disconnectHandler
when it didn't need to, leading to auth stalling. From now on, will
only store handlers if ReplSet is not actually connected.
NODE-<I> | mongodb_node-mongodb-native | train | js |
df3b14e5487dbbe3a331d49f55effeff36c8fe61 | diff --git a/components/table/index.js b/components/table/index.js
index <HASH>..<HASH> 100644
--- a/components/table/index.js
+++ b/components/table/index.js
@@ -251,7 +251,7 @@ export default class Table extends Intact {
let instance = this;
if (data) {
instance = new Table({...this.get... | fix(Table): can not export custom data in react, close #<I> | ksc-fe_kpc | train | js |
7b718f94c90f14341144661b93842d33a7ba6edf | diff --git a/library/src/main/java/cn/dreamtobe/kpswitch/widget/CustomRootLayout.java b/library/src/main/java/cn/dreamtobe/kpswitch/widget/CustomRootLayout.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/cn/dreamtobe/kpswitch/widget/CustomRootLayout.java
+++ b/library/src/main/java/cn/dreamtobe/kpswitch/wi... | fix: optimize keyboardlistener callback invocation | Jacksgong_JKeyboardPanelSwitch | train | java |
141fc469b37809d1ce73856b49dd17f2a817b040 | diff --git a/pychimera/core.py b/pychimera/core.py
index <HASH>..<HASH> 100644
--- a/pychimera/core.py
+++ b/pychimera/core.py
@@ -129,7 +129,6 @@ def patch_environ(nogui=True):
except StopIteration:
pass
- CHIMERA_BASE = os.path.expanduser(CHIMERA_BASE)
if not os.path.isdir(CHIMERA_BASE... | fix: better way to handle expanduser in search_chimera_path instead of patch_environ | insilichem_pychimera | train | py |
c1dbcadbd56e22455d3f1e0c638ce3f03bae89be | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -33,6 +33,7 @@ MOCK_MODULES = ['twisted', 'twisted.internet',
'magic',
'gpgme',
'configobj',
+ 'validate',
... | docs: fix rtfd.org build | pazz_alot | train | py |
1a8acd027101e37eadaebe02dcee2ea812e9cad2 | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -173,13 +173,11 @@ function SelectDirective($mdSelect, $mdUtil, $mdTheming, $mdAria, $interpolate,
}
- ngModelCtrl.$p... | fix(select): mdInputContainer not realizing select had value | angular_material | train | js |
56cc107fe4ca741434c1ba04d141e26f91116e84 | diff --git a/tests/rpc/test_inspection.py b/tests/rpc/test_inspection.py
index <HASH>..<HASH> 100644
--- a/tests/rpc/test_inspection.py
+++ b/tests/rpc/test_inspection.py
@@ -78,6 +78,7 @@ class InspectionTestCase(AioTestCase):
inspect = magic_normalize(func, converters=[StringValueConverter()])
+ @... | chore: disable NewType resolution for now | biosustain_venom | train | py |
bac27657678fa3330912a86be9e1f62bf8627b78 | diff --git a/Exscript/util/crypt.py b/Exscript/util/crypt.py
index <HASH>..<HASH> 100644
--- a/Exscript/util/crypt.py
+++ b/Exscript/util/crypt.py
@@ -369,6 +369,9 @@ def otp(password, seed, sequence):
raise ValueError('seed composition')
if sequence < 0:
raise ValueError('sequence')
+ if ... | fix: pycryptodome only supports byte strings | knipknap_exscript | train | py |
c6a9f1df850dca2aced2dd34aa5cde14445956b3 | diff --git a/restclients/models/grad.py b/restclients/models/grad.py
index <HASH>..<HASH> 100644
--- a/restclients/models/grad.py
+++ b/restclients/models/grad.py
@@ -1,10 +1,10 @@
from django.db import models
-def get_datetime_str(dt):
- if dt is None:
+def get_datetime_str(datetime_obj):
+ if datetime_obj ... | refactor: use descriptive var name. | uw-it-aca_uw-restclients | train | py |
c0d3376f4e3527bd761bd325873366ed74f5736b | diff --git a/src/util/push-state.js b/src/util/push-state.js
index <HASH>..<HASH> 100644
--- a/src/util/push-state.js
+++ b/src/util/push-state.js
@@ -3,6 +3,7 @@
import { inBrowser } from './dom'
import { saveScrollPosition } from './scroll'
import { genStateKey, setStateKey, getStateKey } from './state-key'
+impor... | feat(history): preserve existing history.state
Closes #<I> | vuejs_vue-router | train | js |
724fbf7a2431e7914ddf3b7ff17d854fab231d9f | diff --git a/cli/drivers/DrupalValetDriver.php b/cli/drivers/DrupalValetDriver.php
index <HASH>..<HASH> 100644
--- a/cli/drivers/DrupalValetDriver.php
+++ b/cli/drivers/DrupalValetDriver.php
@@ -57,8 +57,8 @@ class DrupalValetDriver extends ValetDriver
{
$sitePath = $this->addSubdirectory($sitePath);
- ... | fix: Drupal JSON:API support | laravel_valet | train | php |
a2290a46d758027ea1c9cc22dce053e0f8806346 | diff --git a/lib/msgServer/msgStream/transports/http-polling/index.js b/lib/msgServer/msgStream/transports/http-polling/index.js
index <HASH>..<HASH> 100644
--- a/lib/msgServer/msgStream/transports/http-polling/index.js
+++ b/lib/msgServer/msgStream/transports/http-polling/index.js
@@ -157,8 +157,6 @@ HttpPollingHost.p... | fix: long-polling response timeout
Missing response timeout on long-polling would result in
the connection being interrupted, and the client to
think that a network error occured. | mage_mage | train | js |
7a9e27bfc9acf826160e063355f8455d83017dea | diff --git a/.storybook/config.js b/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/.storybook/config.js
+++ b/.storybook/config.js
@@ -5,7 +5,6 @@ import IntlDecorator from './decorators/intl';
// setAddon(infoAddon);
-import '../materials/internals/reset.mod.css';
import './main.mod.css';
setOptions({... | feat: self contain styles first step (#<I>) | commercetools_ui-kit | train | js,js |
12847c6a88b243e29c9e3099e9d53348ef46c2e1 | diff --git a/packages/browser/src/loader.js b/packages/browser/src/loader.js
index <HASH>..<HASH> 100644
--- a/packages/browser/src/loader.js
+++ b/packages/browser/src/loader.js
@@ -61,7 +61,7 @@
var _currentScriptTag = _document.getElementsByTagName(_script)[0];
var _newScriptTag = _document.createElement(_... | fix: Apply crossorigin attribute with setAttribute tag (#<I>)
The crossorigin attribute is not being applied to the script tag when the assignment `_newScriptTag.crossorigin = 'anonymous'` but using `setAttribute()` applies the attribute correctly. | getsentry_sentry-javascript | train | js |
dd0976917b1f2094bd78f55369403e1173833de0 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
package filetype
// Version exposes the current package version.
-const Version = "1.0.0"
+const Version = "1.0.1" | feat(version): bump to <I> | h2non_filetype | train | go |
f2e19420e9a639b1523958cb406d7bd178571248 | diff --git a/lib/plugins/aws/package/compile/functions/index.js b/lib/plugins/aws/package/compile/functions/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/package/compile/functions/index.js
+++ b/lib/plugins/aws/package/compile/functions/index.js
@@ -398,7 +398,7 @@ class AwsCompileFunctions {
if (... | refactor: Replace `_.parseInt` with `Number` (#<I>) | serverless_serverless | train | js |
fdba266955421df40a2d48444464bfa1c2405f32 | diff --git a/src/CornerstoneViewport/CornerstoneViewport.js b/src/CornerstoneViewport/CornerstoneViewport.js
index <HASH>..<HASH> 100644
--- a/src/CornerstoneViewport/CornerstoneViewport.js
+++ b/src/CornerstoneViewport/CornerstoneViewport.js
@@ -71,8 +71,11 @@ class CornerstoneViewport extends Component {
PropT... | feat: improved resize refresh properties
BREAKING CHANGE: change to how resize/refresh behaves and the props to configure it | cornerstonejs_react-cornerstone-viewport | train | js |
c0572d7517c4f6fb6a217f5aa6b4d64b42c43833 | diff --git a/lib/jekyll-timeago/filter.rb b/lib/jekyll-timeago/filter.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll-timeago/filter.rb
+++ b/lib/jekyll-timeago/filter.rb
@@ -110,7 +110,8 @@ module Jekyll
time_range = days_to_time_range(days_passed)
days = DAYS_PER[time_range]
- num_ele... | fix: variable needs to be an integer | markets_jekyll-timeago | train | rb |
2520d011986f2a512abd4ad66cdd0da3620829b9 | diff --git a/spec/cwrcgit.js b/spec/cwrcgit.js
index <HASH>..<HASH> 100644
--- a/spec/cwrcgit.js
+++ b/spec/cwrcgit.js
@@ -1,7 +1,7 @@
var cwrcGit = require("../src/index.js");
var nock = require('nock');
var expect = require('chai').expect;
-var config = require('../config');
+var config = require('../config.js');
... | test(testing): changed path to config module import | cwrc_CWRC-Git | train | js |
8ced3bbd1011b049fb58ea4928830d34ad224c30 | diff --git a/controller/scheduler/mesos_marathon.py b/controller/scheduler/mesos_marathon.py
index <HASH>..<HASH> 100644
--- a/controller/scheduler/mesos_marathon.py
+++ b/controller/scheduler/mesos_marathon.py
@@ -51,8 +51,7 @@ class MarathonHTTPClient(AbstractSchedulerClient):
if cpu:
c = cpu
... | fix(mesos-marathon): change instances to zero instead of scale to zero | deis_deis | train | py |
40b127ee1eef80e52a12d5cd5f390db259000824 | diff --git a/src/structures/Guild.js b/src/structures/Guild.js
index <HASH>..<HASH> 100644
--- a/src/structures/Guild.js
+++ b/src/structures/Guild.js
@@ -1199,7 +1199,7 @@ class Guild extends AnonymousGuild {
/**
* The data needed for updating a guild role's position
* @typedef {Object} GuildRolePosition
- ... | docs(Guild): Correct `GuildRolePosition` typo (#<I>) | discordjs_discord.js | train | js |
665e4004dfea9de8af3b50fe1fb6cc821caa4c90 | diff --git a/src/textlint-engine.js b/src/textlint-engine.js
index <HASH>..<HASH> 100644
--- a/src/textlint-engine.js
+++ b/src/textlint-engine.js
@@ -32,7 +32,6 @@ class TextLintEngine {
*/
setupRules(config = this.config) {
debug('config %O', config);
- const that = this;
// --rule... | refactor(es6): use ArrowFunction and this | textlint_textlint | train | js |
ca73ac55bed3176c356633a51aa66081b7a4c301 | diff --git a/test/util/config/packages.js b/test/util/config/packages.js
index <HASH>..<HASH> 100644
--- a/test/util/config/packages.js
+++ b/test/util/config/packages.js
@@ -3,7 +3,7 @@ import assert from 'power-assert'
import { resolvePackages } from '../../../src/util/config/packages'
-describe('util.config.plu... | test(northbrook): fix description name | northbrookjs_northbrook | train | js |
7f4291e460b074845093ead631d9aa6b907f0cb2 | diff --git a/scripts/data.js b/scripts/data.js
index <HASH>..<HASH> 100644
--- a/scripts/data.js
+++ b/scripts/data.js
@@ -49,8 +49,6 @@ fs.writeFileSync(DST_JSON, jsonContent);
const jsContent = `
-if (require && require.context) {
- require.context('!!file-loader?name=[name].[ext]&outputPath=svg!./', false, /\.... | fix(webpack): fix warning | ionic-team_ionicons | train | js |
a456d6913ec1c3b1021603bf90ba116b97b0bd52 | diff --git a/src/js/utilities.js b/src/js/utilities.js
index <HASH>..<HASH> 100644
--- a/src/js/utilities.js
+++ b/src/js/utilities.js
@@ -308,11 +308,21 @@ export function removeData(element, name) {
const REGEXP_SPACES = /\s\s*/;
const onceSupported = (() => {
let supported = false;
+ let once = false;
const... | fix: avoid a `TypeError` in strict mode | fengyuanchen_cropperjs | train | js |
175f69cca5bcc144f46db4a0357a768312189e9d | diff --git a/packages/workflow-plugin-react/test.js b/packages/workflow-plugin-react/test.js
index <HASH>..<HASH> 100644
--- a/packages/workflow-plugin-react/test.js
+++ b/packages/workflow-plugin-react/test.js
@@ -37,7 +37,7 @@ function create(settings) {
setupFiles: [require.resolve('raf/polyfill'), ...setupFile... | fix(workflow-plugin-react): removed @testing-library/react/cleanup-after-each as per warnings from the lib | Availity_availity-workflow | train | js |
f0a9c47cd5f57ec66c5745783bb22124a78d46bd | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/RuntimeServiceTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/RuntimeServiceTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/RuntimeServiceTest.java
+++ b/engine/src... | fix(upgrade-qa): remove business key test because fails in upgrade db qa | camunda_camunda-bpm-platform | train | java |
a1d2ac3900a2a3864b11e67e54c73950067b11ec | diff --git a/stories/utils.js b/stories/utils.js
index <HASH>..<HASH> 100644
--- a/stories/utils.js
+++ b/stories/utils.js
@@ -18,7 +18,7 @@ export const previewWrapper = ({
/>
<div class="playground-hits-desc">
<p>
- <ais-highlight attribute="name" :item="item">
+ <ai... | fix(stories): update Highlight usage | algolia_vue-instantsearch | train | js |
5c14e9fd86ee124a46a22b810a5122fd80d7ed6a | diff --git a/src/notebook/epics/saving.js b/src/notebook/epics/saving.js
index <HASH>..<HASH> 100644
--- a/src/notebook/epics/saving.js
+++ b/src/notebook/epics/saving.js
@@ -37,7 +37,7 @@ export function saveEpic(action$) {
// since SAVE effectively acts as the same as START_SAVING
// you could just ... | chore(EpicsTesting): Satisfy linter. | nteract_nteract | train | js |
af30ea514583f39c1fa358c4384988e7d88edbcc | diff --git a/src/cli/commands/block/rm.js b/src/cli/commands/block/rm.js
index <HASH>..<HASH> 100644
--- a/src/cli/commands/block/rm.js
+++ b/src/cli/commands/block/rm.js
@@ -17,7 +17,7 @@ module.exports = {
throw new Error('rm block with daemon running is not yet implemented')
}
- argv.ipfs.block.del(... | fix: fix `block rm` command (#<I>)
On the command line `block rm` failed. | ipfs_js-ipfs | train | js |
b09a7aa1745946d2030d4ba2bea3fb9a6bc4f31c | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -78,7 +78,8 @@ module.exports.fromURL = function (url, path, options, callback) {
switches: { 'ignore-certificate-errors': true, 'force-device-scale-factor': options.scale ? options.scale.toString() : '1' },
show: ty... | fix: disable window frame for the requested sizes to be accurate
Fixes #<I> | legraphista_node-server-screenshot | train | js |
7817ab07471be4d6b90ddbb189d7b9e913f18f11 | diff --git a/packages/docs/src/store/modules/documentation.js b/packages/docs/src/store/modules/documentation.js
index <HASH>..<HASH> 100644
--- a/packages/docs/src/store/modules/documentation.js
+++ b/packages/docs/src/store/modules/documentation.js
@@ -19,9 +19,11 @@ export default {
getters: {
namespace (s... | docs(documentation-store): fix race condition | vuetifyjs_vuetify | train | js |
fcc3229e405508cd31c7dec11d0095271f1b8933 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -122,7 +122,13 @@ exports.handlers = {
html += '<h3 style="margin:0;">Children</h3>' + makeChildrenList( d.children.slice() );
}
- if ( showList ) {
+ if (
+ showList &&
+ (
+ ( d.children && d.... | fix: really stop showing an empty gray box | prtksxna_jsdoc-class-hierarchy | train | js |
1de70bd13050e6ea323a32791382a97cf50766df | diff --git a/examples/server.js b/examples/server.js
index <HASH>..<HASH> 100644
--- a/examples/server.js
+++ b/examples/server.js
@@ -135,6 +135,6 @@ server = http.createServer(function (req, res) {
const PORT = argv.p || 3000;
-server.listen(PORT);
-
-console.log("Examples running on " + PORT);
+server.listen(PO... | refactor: added listen callback function (#<I>) | axios_axios | train | js |
a74fbdf3ecf7c4becb6a513a1dc5ad39bea35026 | diff --git a/packages/cerebral/src/Model.js b/packages/cerebral/src/Model.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral/src/Model.js
+++ b/packages/cerebral/src/Model.js
@@ -170,8 +170,6 @@ class Model {
})
}
merge (path, ...values) {
- this.verifyValues(values, path)
-
const value = Object.... | fix(Model): don't need to verifyValue two times (#<I>) | cerebral_cerebral | train | js |
cc8901e1897d826424ac53a3aebf4c051bf009f3 | diff --git a/test_comtrade.py b/test_comtrade.py
index <HASH>..<HASH> 100644
--- a/test_comtrade.py
+++ b/test_comtrade.py
@@ -21,6 +21,13 @@ IA_G4;IB_G4;IC_G4;VA_G4;VB_G4;VC_G4;VA_B69;VB_B69;\
VC_B69;IN_TF7;IA_TF7;IB_TF7;IC_TF7"
self.assertEqual(self.comtradeObj.get_analog_ids(), result)
+ def test_digi... | test: Check digital ids | miguelmoreto_pycomtrade | train | py |
8a6f0944ef049dd9c060c0714eacaa45dba1a368 | diff --git a/src/providers/okta.js b/src/providers/okta.js
index <HASH>..<HASH> 100644
--- a/src/providers/okta.js
+++ b/src/providers/okta.js
@@ -11,9 +11,9 @@ export default (options) => {
client_secret: options.clientSecret
},
// These will be different depending on the Org.
- accessTokenUrl: `ht... | fix: update Okta routes (#<I>)
the current routing for the Okta provider does not follow the standard
set by Okta, and as such doesn't allow for custom subdomains. this
update amends the routes to allow for customer subdomains, and also
aligns next-auth with Okta's documentation. | iaincollins_next-auth | train | js |
6c3683c9a4ac4d2f8f758af6bef02e247b4227d2 | diff --git a/dbus.go b/dbus.go
index <HASH>..<HASH> 100644
--- a/dbus.go
+++ b/dbus.go
@@ -124,7 +124,7 @@ func isConvertibleTo(dest, src reflect.Type) bool {
isConvertibleTo(dest.Elem(), src.Elem())
case dest.Kind() == reflect.Ptr:
dest = dest.Elem()
- fallthrough
+ return isConvertibleTo(dest, src)
case ... | fix: fix isConvertibleTo case bug
switch case fallthrough key word not exec next case condition
it always exec next case exp, so use isConvertibleTo call replace | godbus_dbus | train | go |
d78f8b728014662a795260c4dd948980aa2ed74c | diff --git a/src/Ioc/index.js b/src/Ioc/index.js
index <HASH>..<HASH> 100644
--- a/src/Ioc/index.js
+++ b/src/Ioc/index.js
@@ -749,7 +749,7 @@ class Ioc {
if (!instance[method]) {
throw CE.RuntimeException.missingMethod(normalizedNamespace, method)
}
- return {instance, method: instance[method]}
+ ... | refactor(ioc): bind instance to the class method | adonisjs_adonis-framework | train | js |
573589ea35f84bfb932915f8f67cce72caf5d8e9 | diff --git a/packages/core/polyfills/index.js b/packages/core/polyfills/index.js
index <HASH>..<HASH> 100644
--- a/packages/core/polyfills/index.js
+++ b/packages/core/polyfills/index.js
@@ -34,7 +34,9 @@ if (!window.customElements || window.customElements.forcePolyfill) {
// NOTE: any browser that does not have tem... | test: test extra logic to opt IE <I> out of extra WC polyfills | bolt-design-system_bolt | train | js |
67ca54d2bfd936436a8ba28fb63bb19eef357c30 | diff --git a/src/Commands/Serve/index.js b/src/Commands/Serve/index.js
index <HASH>..<HASH> 100644
--- a/src/Commands/Serve/index.js
+++ b/src/Commands/Serve/index.js
@@ -150,7 +150,7 @@ Debbuger: ${debug ? 'Visit ' + this.chalk.yellow('chrome://inspect') + ' to open
js: debug ? 'node --inspect' : 'node'
... | fix(watch): ignore public directory
Added `/public` folder to ignored in `nodemon`.
There is a filter by extension in code, so each time a '.js' file in /public is changed, the server restarts. I don't think that it should in that case, as soon as in /public folder files are being server only for client. | adonisjs_adonis-cli | train | js |
82c29a9448ce31b247a24fb2c678f101bfb04cd0 | diff --git a/src/js/form-builder.js b/src/js/form-builder.js
index <HASH>..<HASH> 100755
--- a/src/js/form-builder.js
+++ b/src/js/form-builder.js
@@ -1006,6 +1006,7 @@ const FormBuilder = function(opts, element, $) {
}
const cloneItem = function cloneItem(currentItem) {
+ data.lastID = h.incrementId(data.la... | fix: clone id bug
cloned field id needs to be incremented at the beginning of the clone function | kevinchappell_formBuilder | train | js |
6429c7aee060ee8185d77820a6adba15cc66941e | diff --git a/run.go b/run.go
index <HASH>..<HASH> 100644
--- a/run.go
+++ b/run.go
@@ -244,7 +244,7 @@ func (i *imageDumperGameWithDraw) Draw(screen *Image) {
// Game's Draw function is optional, but it is recommended to implement Draw to seperate updating the logic and
// rendering.
//
-// RunGame is a more flexibi... | docs: Fix wrong comments about RunGame | hajimehoshi_ebiten | train | go |
ac0271a6ea21d4cefa51605e4bcba375053b7e8c | diff --git a/examples/photobooth/main.js b/examples/photobooth/main.js
index <HASH>..<HASH> 100644
--- a/examples/photobooth/main.js
+++ b/examples/photobooth/main.js
@@ -42,6 +42,6 @@ function saveImage(base64) {
var buffer = Buffer.from(base64, 'base64')
if (!fs.existsSync('pictures'))
fs.mkdirSync('pictur... | fix(example): win-friendly photobooth | GoogleChromeLabs_carlo | train | js |
16afbff1cfd7a477df96ad2903a8af880b4d5715 | diff --git a/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelInstanceImpl.java b/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelInstanceImpl.java
index <HASH>..<HASH> 100644
--- a/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelInstanceImpl.java
+++ b/m... | chore(xml-model): make fields in ModelInstanceImpl protected
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
aa474dbb0734f91ce8f91f433e48b7832782537a | diff --git a/intranet/apps/announcements/notifications.py b/intranet/apps/announcements/notifications.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/announcements/notifications.py
+++ b/intranet/apps/announcements/notifications.py
@@ -127,9 +127,7 @@ def announcement_posted_email(request, obj, send_all=False):
... | refactor(announcements): User.notification_email is always set | tjcsl_ion | train | py |
fbad159c339867af8dcbaedc207d1fcb1cbe323c | diff --git a/test/functional/collection_tests.js b/test/functional/collection_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/collection_tests.js
+++ b/test/functional/collection_tests.js
@@ -341,7 +341,7 @@ describe('Collection', function() {
/**
* @ignore
*/
- it('should fail to insert due to i... | test(collection): disable test related to invalid keys | mongodb_node-mongodb-native | train | js |
324902046636f22350f8f03b2bfd678c0c4c9c69 | diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js
index <HASH>..<HASH> 100644
--- a/tools/material-ci/angular_material_test_blocklist.js
+++ b/tools/material-ci/angular_material_test_blocklist.js
@@ -23,7 +23,7 @@ window.testBlocklist = {
},
"... | test(ivy): update root cause of failures in MatBadge (#<I>)
PR Close #<I> | angular_angular | train | js |
72e55008590c3010a87951c97042825e613a5459 | diff --git a/balebot/bot.py b/balebot/bot.py
index <HASH>..<HASH> 100644
--- a/balebot/bot.py
+++ b/balebot/bot.py
@@ -1,5 +1,7 @@
import functools
import asyncio
+import os
+
import aiohttp
import io
import sys
@@ -250,7 +252,7 @@ class Bot:
def send_document(self, update, doc_file, mime_type, caption_text... | fix(bd): fix file size problem of bot.send_document | balemessenger_bale-bot-python | train | py |
76dccbf81994b46c64edee8b961a7506179a8091 | diff --git a/system/Database/BaseBuilder.php b/system/Database/BaseBuilder.php
index <HASH>..<HASH> 100644
--- a/system/Database/BaseBuilder.php
+++ b/system/Database/BaseBuilder.php
@@ -1083,11 +1083,7 @@ class BaseBuilder
return $this;
}
- if (! is_array($field)) {
- $keyValu... | refactor: vendor/bin/rector | codeigniter4_CodeIgniter4 | train | php |
0627934fd3f876b50eb6179fdd5ba50ce00645c2 | diff --git a/lib/donedone-api.js b/lib/donedone-api.js
index <HASH>..<HASH> 100644
--- a/lib/donedone-api.js
+++ b/lib/donedone-api.js
@@ -36,7 +36,8 @@ var apiCall = function(subdomain, username, passwordOrAPIToken, methodURL, reque
headers: {
Authorization: 'Basic ' + auth
}
- };
+ ... | refactor: Handle chunked responses with multiple data events
Closes #2 | evsheffield_node-donedone-api | train | js |
244625fbed4714c3a5d90756eb314edd5ed2fd20 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -37,11 +37,17 @@ function getLabel (script) {
}
function isPreScript (name, scripts) {
- return Boolean(name.match(/^pre/) && scripts[name.slice(3)]);
+ return isLifeCycleScript("pre", name, scripts);
}
function isPo... | fix: lifeCycleScripts now check BUILTINS | byteclubfr_npm-scripts-tree | train | js |
1d41e9871a7fe3685567f34a630fc76d224f2896 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -34,7 +34,11 @@ function cache (config = {}) {
// We should exclude HEAD
const method = req.method.toLowerCase()
- if (method !== 'get' && method !== 'head') {
+ if (method === 'head') {
+ ... | fix(cache): do not process HEAD requests | RasCarlito_axios-cache-adapter | train | js |
d04b5646c7b98ad6bb0fd3c978bfe667f2f4cc4e | diff --git a/lib/components/narrative/line-itin/line-itinerary.js b/lib/components/narrative/line-itin/line-itinerary.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/line-itin/line-itinerary.js
+++ b/lib/components/narrative/line-itin/line-itinerary.js
@@ -50,9 +50,9 @@ export default class LineItinerary ... | refactor(LineItinerary): Alphabetize | opentripplanner_otp-react-redux | train | js |
f56aea33ac7824e828579013e48907eed837a700 | diff --git a/src/lock.js b/src/lock.js
index <HASH>..<HASH> 100644
--- a/src/lock.js
+++ b/src/lock.js
@@ -38,6 +38,8 @@ exports.lock = (dir, callback) => {
.catch(err => cb(err))
}
})
+ }, callback)
+ .catch(err => {
+ log(err)
})
- .catch(err => callback(err))
} | fix: fix repo lock and buffer api (#<I>)
* fix: log the error
* fix: add catch again | ipfs_js-ipfs-repo | train | js |
755bb961381a53569f6826cbc230bbc99e02a03a | diff --git a/zarr/storage.py b/zarr/storage.py
index <HASH>..<HASH> 100644
--- a/zarr/storage.py
+++ b/zarr/storage.py
@@ -1442,6 +1442,10 @@ class ZipStore(MutableMapping):
Alternatively, use a :class:`DirectoryStore` when writing the data, then
manually Zip the directory and use the Zip file for subsequen... | docs: Clarify how to manually convert a DirectoryStore to a ZipStore (#<I>)
Fixes #<I> | zarr-developers_zarr | train | py |
61c0aa6cce451e809f56f6dea057d4afbf5a36ed | diff --git a/src/InfoViz/Core/Histogram2DProvider/index.js b/src/InfoViz/Core/Histogram2DProvider/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Core/Histogram2DProvider/index.js
+++ b/src/InfoViz/Core/Histogram2DProvider/index.js
@@ -95,7 +95,7 @@ export function extend(publicAPI, model, initialValues = {}) {
... | fix(Histogram2DProvider): Fix bin storage issue | Kitware_paraviewweb | train | js |
ef0bf9ea37756c4272e21fea90b9fdab1013bd41 | diff --git a/test/cli/bitswap.js b/test/cli/bitswap.js
index <HASH>..<HASH> 100644
--- a/test/cli/bitswap.js
+++ b/test/cli/bitswap.js
@@ -13,7 +13,7 @@ describe('bitswap', () => runOn((thing) => {
ipfs('block get ' + key)
.then(() => {})
.catch(() => {})
- setTimeout(done, 100)
+ setTimeout(do... | test(cli): increase timeout to avoid failing tests | ipfs_js-ipfs | train | js |
efcda3ffbb0429252fea8a86e89e787135c6b58f | diff --git a/DrdPlus/Person/Skills/Physical/PersonPhysicalSkills.php b/DrdPlus/Person/Skills/Physical/PersonPhysicalSkills.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/Person/Skills/Physical/PersonPhysicalSkills.php
+++ b/DrdPlus/Person/Skills/Physical/PersonPhysicalSkills.php
@@ -672,9 +672,7 @@ class PersonPhysicalS... | fix: Higher rank from one of melee or throwing weapon skill is used | drdplusinfo_drdplus-skills | train | php |
b4c579785803374cd5c08046c927d713c7324b78 | diff --git a/LICENSE b/LICENSE
index <HASH>..<HASH> 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2015 José Padilla
+Copyright (c) 2015-2022 José Padilla
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated document... | fix: Update copyright information (#<I>)
Fix: #<I> | jpadilla_pyjwt | train | LICENSE,py,py |
d9e24286d2e8254cc9e96cdd5ee2aba549a3dd00 | diff --git a/src/swipe/index.js b/src/swipe/index.js
index <HASH>..<HASH> 100644
--- a/src/swipe/index.js
+++ b/src/swipe/index.js
@@ -167,8 +167,8 @@ export default createComponent({
this.rect = rect;
this.swiping = true;
this.active = active;
- this.computedWidth = Math.round(+this.width || ... | fix(Swipe): can't disable loop in some cases (#<I>) | youzan_vant | train | js |
1195e82b3cd38ede3c1212a100f4bf7c0f630a01 | diff --git a/packages/auth/lib/provider/default.js b/packages/auth/lib/provider/default.js
index <HASH>..<HASH> 100755
--- a/packages/auth/lib/provider/default.js
+++ b/packages/auth/lib/provider/default.js
@@ -88,7 +88,7 @@ class AuthDefaultProvider extends AuthBaseProvider {
await user.save()
// Notify us... | fix(auth): await on afterLogin and afterLogout | bakjs_bak | train | js |
f2ad1aeedafb154043d70bb9195b10986d311d26 | diff --git a/lib/node-inspect.js b/lib/node-inspect.js
index <HASH>..<HASH> 100644
--- a/lib/node-inspect.js
+++ b/lib/node-inspect.js
@@ -515,6 +515,10 @@ function createCommandContext(inspector) {
return new Proxy(new RemoteObject(result), createRemoteObjectProxyHandler(inspector.client));
}
+ function han... | fix: Display breakpoints set into the future | nodejs_node-inspect | train | js |
483a32d790d9354a7de059991ec9a5d8d88c32da | diff --git a/packages/mjml-core/src/MJMLElementsCollection.js b/packages/mjml-core/src/MJMLElementsCollection.js
index <HASH>..<HASH> 100644
--- a/packages/mjml-core/src/MJMLElementsCollection.js
+++ b/packages/mjml-core/src/MJMLElementsCollection.js
@@ -10,7 +10,7 @@ export const registerMJElement = Component => {
... | fix(MJMLElementsCollection): prevent same ending tag to be stored multiple times | mjmlio_mjml | train | js |
056edb856b665ddc509d230211e894785bdf43c4 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -176,10 +176,6 @@ module.exports = class Server {
}
}
- if (!registration.options) {
- registration.options = {}
- }
-
// Resolve plugin
if (typeof registration.plugin ===... | fix(server): support array as options for plugin registration | bakjs_bak | train | js |
ecf8d8cd29c33807696b96766d2353eeaa837c92 | diff --git a/src/Session.php b/src/Session.php
index <HASH>..<HASH> 100644
--- a/src/Session.php
+++ b/src/Session.php
@@ -80,4 +80,15 @@ class Session
{
(new SessionBase)->session()->push($key, $value);
}
+
+ /**
+ * Remove one or many items from the session
+ *
+ * @param array $keys
+ * @return v... | feat: Remove one or many items from the session | modulusphp_hibernate | train | php |
1ff9c2357f1813170aff4aea3a8dae145da4b02a | diff --git a/packages/messages/src/messages.js b/packages/messages/src/messages.js
index <HASH>..<HASH> 100644
--- a/packages/messages/src/messages.js
+++ b/packages/messages/src/messages.js
@@ -8,8 +8,6 @@
* @module messageformat-messages
*/
-module.exports = Messages;
-
/**
* @alias module:messageformat-mess... | fix(messages): Clarified constructor, removed double export (#<I>)
The default locale was not set using the appropiate getter (this was also the case with the js version of this file). I've also removed the double export, as that resulted in a "Cannot access 'Messages' before initialization", which seems logical. | messageformat_messageformat | train | js |
a1ab9b27b3199f70ea7d52d2aceb7ed576ebd5c3 | diff --git a/leancloud/engine/__init__.py b/leancloud/engine/__init__.py
index <HASH>..<HASH> 100644
--- a/leancloud/engine/__init__.py
+++ b/leancloud/engine/__init__.py
@@ -2,6 +2,7 @@
import sys
import json
+import warnings
from werkzeug.wrappers import Request
from werkzeug.wrappers import Response
@@ -53,6... | feat: rename leancloud.Engine#on_bigquery to leancloud.Engine#on_insight | leancloud_python-sdk | train | py |
3ee942cb7c6879439e950e2fe5cff41fd2bc6561 | diff --git a/src/OoGlee/Framework/Http/Controllers/Application/UsersController.php b/src/OoGlee/Framework/Http/Controllers/Application/UsersController.php
index <HASH>..<HASH> 100644
--- a/src/OoGlee/Framework/Http/Controllers/Application/UsersController.php
+++ b/src/OoGlee/Framework/Http/Controllers/Application/Users... | fix: rename show() to getShow() for clarity and consistency in naming | RowlandOti_ooglee-usersmodule | train | php |
40533c0b71a4e6b458e5386dc8b239882394a703 | diff --git a/tartiflette_aiohttp/_reponse_headers.py b/tartiflette_aiohttp/_reponse_headers.py
index <HASH>..<HASH> 100644
--- a/tartiflette_aiohttp/_reponse_headers.py
+++ b/tartiflette_aiohttp/_reponse_headers.py
@@ -10,7 +10,7 @@ except ImportError:
def set_response_headers(headers=None):
- if _RESPONSE_HEAD... | fix(check): Fix potential error cases with ifs | dailymotion_tartiflette-aiohttp | train | py |
b218b56063a965dceeda2835b020f8672ba7e27a | diff --git a/plugin/kubernetes/kubernetes.go b/plugin/kubernetes/kubernetes.go
index <HASH>..<HASH> 100644
--- a/plugin/kubernetes/kubernetes.go
+++ b/plugin/kubernetes/kubernetes.go
@@ -593,7 +593,7 @@ func match(a, b string) bool {
return strings.EqualFold(a, b)
}
-// matchPortAndProtocol matches port and protoc... | chore: remove duplicate word in comments (#<I>)
* chore: remove duplicate word in comments | coredns_coredns | train | go |
a41c9c1bbc52c002acabee03581f96eef4a18359 | diff --git a/lib/assertion-visitor.js b/lib/assertion-visitor.js
index <HASH>..<HASH> 100644
--- a/lib/assertion-visitor.js
+++ b/lib/assertion-visitor.js
@@ -3,6 +3,7 @@
var estraverse = require('estraverse'),
escodegen = require('escodegen'),
espurify = require('espurify'),
+ espurifyWithRaw = espurify.... | refactor(espower): preserve `raw` property to generate canonical code | power-assert-js_espower | train | js |
bd4d1d66c2ea0b358b7c5a3f9c1cb8024b11f020 | diff --git a/utils/replace-html-placeholders.js b/utils/replace-html-placeholders.js
index <HASH>..<HASH> 100644
--- a/utils/replace-html-placeholders.js
+++ b/utils/replace-html-placeholders.js
@@ -17,10 +17,7 @@ const replaceHtmlPlaceholders = (indexHtmlContent, config) =>
// Ensure there is a trailing slash
... | refactor: simplify preconnect url sanitization | commercetools_merchant-center-application-kit | train | js |
d4776e7661565613e877b5201c39dd33fc0737f2 | diff --git a/packages/yargs/index.js b/packages/yargs/index.js
index <HASH>..<HASH> 100644
--- a/packages/yargs/index.js
+++ b/packages/yargs/index.js
@@ -4,7 +4,7 @@ const createYargs = require('yargs');
const { bootstrap } = require('@untool/core');
-exports.configure = (overrides) => ({
+const configure = (conf... | refactor(yargs): pass options to bootstrap | untool_untool | train | js |
11687598fb229b57a9bc3280a654cb8dd2286e68 | diff --git a/core/elements/ons-page.spec.js b/core/elements/ons-page.spec.js
index <HASH>..<HASH> 100644
--- a/core/elements/ons-page.spec.js
+++ b/core/elements/ons-page.spec.js
@@ -27,25 +27,5 @@ describe('ons-page', function() {
expect(element.parentNode).to.not.be.ok;
expect(spy).to.have.been.called.once;... | test(ons-page): deleted assertions for 'hide' and 'show' events | OnsenUI_OnsenUI | train | js |
f3f43398a753eb24dde26fabd6875e1b46563c34 | diff --git a/src/Zephyrus/Database/Core/Database.php b/src/Zephyrus/Database/Core/Database.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Database/Core/Database.php
+++ b/src/Zephyrus/Database/Core/Database.php
@@ -14,12 +14,12 @@ class Database
/**
* Instantiates the database facade instance which will ... | refactor: configurations is now given in array form | dadajuice_zephyrus | train | php |
5b36f7ff35ad1fedeca4c5ad5eeb663382c9c764 | diff --git a/lib/util/data-server.js b/lib/util/data-server.js
index <HASH>..<HASH> 100644
--- a/lib/util/data-server.js
+++ b/lib/util/data-server.js
@@ -256,7 +256,10 @@ module.exports = function init(_proxy) {
}
var value = item.req.headers[filter.name];
if (!value || typeof value !== 'string') {
- ... | feat: Filter data by hash query of url | avwo_whistle | train | js |
4a16501f69efcd815074d25653ebc5403e4388db | diff --git a/services/datalad/tests/test_history.py b/services/datalad/tests/test_history.py
index <HASH>..<HASH> 100644
--- a/services/datalad/tests/test_history.py
+++ b/services/datalad/tests/test_history.py
@@ -1,5 +1,6 @@
import falcon
import json
+import pygit2
from .dataset_fixtures import *
from datalad_s... | test: Add coverage for history API format | OpenNeuroOrg_openneuro | train | py |
09f868bd682c386dbd36f9de4d4e00da5472ce96 | diff --git a/src/Glpi/Api/Rest/EndPointHandler.php b/src/Glpi/Api/Rest/EndPointHandler.php
index <HASH>..<HASH> 100644
--- a/src/Glpi/Api/Rest/EndPointHandler.php
+++ b/src/Glpi/Api/Rest/EndPointHandler.php
@@ -68,7 +68,7 @@ class EndPointHandler
* Change active profile to the profiles_id one.
* @see getMyPro... | docs(endpoint): added missing type param for changeActiveProfile | glpi-project_php-library-glpi | train | php |
fda59a674467aaa0b6756fd2a8e1d473f925b27c | diff --git a/webapps/camunda-commons-ui/lib/widgets/search/cam-widget-search.js b/webapps/camunda-commons-ui/lib/widgets/search/cam-widget-search.js
index <HASH>..<HASH> 100644
--- a/webapps/camunda-commons-ui/lib/widgets/search/cam-widget-search.js
+++ b/webapps/camunda-commons-ui/lib/widgets/search/cam-widget-search.... | fix(webapp): fix bug with search widget translations
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
d8f3e74f2e15150575101ffcb586700614295375 | diff --git a/dclab/definitions.py b/dclab/definitions.py
index <HASH>..<HASH> 100644
--- a/dclab/definitions.py
+++ b/dclab/definitions.py
@@ -395,14 +395,6 @@ def check_feature_shape(name, data):
------
ValueError
If the data's shape does not match its scalar description
-
- Notes
- -----
- ... | docs: remove comment that was resolved in <I>abc (#<I>) | ZELLMECHANIK-DRESDEN_dclab | train | py |
252e44b4a95e2272d405be3f865767811adbf06f | diff --git a/src/Observe.js b/src/Observe.js
index <HASH>..<HASH> 100755
--- a/src/Observe.js
+++ b/src/Observe.js
@@ -11,7 +11,6 @@ export default (Socket, { store, ...otherOptions } = {}) => {
function passToStore(event, payload) {
if (!store) return;
- const unwrappedPayload = unwrapIfSingle(payload);
... | refactor(Observe): move variable closer to usage | probil_vue-socket.io-extended | train | js |
e63ff1c7626fb06d42f216ef7a9edf751bcd0dcd | diff --git a/pkg/api/dataproxy.go b/pkg/api/dataproxy.go
index <HASH>..<HASH> 100644
--- a/pkg/api/dataproxy.go
+++ b/pkg/api/dataproxy.go
@@ -61,7 +61,7 @@ func NewReverseProxy(ds *m.DataSource, proxyPath string, targetUrl *url.URL) *ht
req.Header.Del("Set-Cookie")
}
- return &httputil.ReverseProxy{Director: di... | feat(dataproxy): set flush interval, need a setting for this | grafana_grafana | train | go |
be5e845a39230c65013948763b00443e85d89385 | 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
@@ -466,7 +466,7 @@ func (c *Cluster) bootstrapLayer1(instances []*Instance) error {
var cmdErr error
go func() {
command := fmt.Sprintf(
- "CLUSTER_DOMAIN=%s C... | test: Use non-default flannel network to avoid clashes | flynn_flynn | train | go |
e3a5d183269744f6b590c1a9916ef151de09bf64 | diff --git a/lib/ini.js b/lib/ini.js
index <HASH>..<HASH> 100644
--- a/lib/ini.js
+++ b/lib/ini.js
@@ -182,9 +182,8 @@ const unsafe = (val, doUnesc) => {
if (isQuoted(val)) {
// remove the single quotes before calling JSON.parse
if (val.charAt(0) === "'") {
- val = val.substr(1, val.length - 2)
+ ... | fix: replace deprecated String.prototype.substr() (#<I>)
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated | npm_ini | train | js |
2e4512dd516a2456feb6743c1e7ea4707d9eb6cc | diff --git a/safe-to-string.js b/safe-to-string.js
index <HASH>..<HASH> 100644
--- a/safe-to-string.js
+++ b/safe-to-string.js
@@ -7,6 +7,6 @@ module.exports = function (value) {
if (value && isCallable(value.toString)) return value.toString();
return String(value);
} catch (e) {
- return "<non-stringifiable v... | feat: improve non-stringifiable string representation | medikoo_es5-ext | train | js |
88813280416f7e62cfb686fa5713a141edfe46fa | diff --git a/internal/client/github.go b/internal/client/github.go
index <HASH>..<HASH> 100644
--- a/internal/client/github.go
+++ b/internal/client/github.go
@@ -100,7 +100,7 @@ func (c *githubClient) CreateFile(
path,
&github.RepositoryContentGetOptions{},
)
- if err != nil && res.StatusCode != 404 {
+ if err... | fix: regression on nil pointer check (#<I>) | goreleaser_goreleaser | train | go |
ef5be4123b0297818f9dd28dd87b7a179cc3464c | diff --git a/ui/src/utils/touch.js b/ui/src/utils/touch.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/touch.js
+++ b/ui/src/utils/touch.js
@@ -82,14 +82,10 @@ export function cleanEvt (ctx, target) {
}
}
-const isDesktopIos = isSSR === false
- ? client.is.mac === true && client.has.touch === true
- : false
... | refactor(touch): Improve getTouchTarget helper | quasarframework_quasar | train | js |
41a83f1b1fe98884eddcdf364f921a7cdda64257 | diff --git a/scripts/inject-npm-version.js b/scripts/inject-npm-version.js
index <HASH>..<HASH> 100644
--- a/scripts/inject-npm-version.js
+++ b/scripts/inject-npm-version.js
@@ -2,8 +2,8 @@ const execa = require('execa')
const fs = require('fs')
const path = require('path')
const { groupBy } = require('lodash')
-co... | chore: better debug logs for semrel (#<I>) | cypress-io_cypress | train | js |
b600e7a752810a6b4e3f8be2860f196af8363530 | diff --git a/webapps/ui/cockpit/src/modules/HOC/withUser.js b/webapps/ui/cockpit/src/modules/HOC/withUser.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/src/modules/HOC/withUser.js
+++ b/webapps/ui/cockpit/src/modules/HOC/withUser.js
@@ -52,6 +52,9 @@ export function UserProvider({ children }) {
setUser... | fix(cockpit): fix login redirect when switching engines
Closes #<I>
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
01142df691e4fdce5ab965d3004bf7bce621c762 | diff --git a/lib/prepare.js b/lib/prepare.js
index <HASH>..<HASH> 100644
--- a/lib/prepare.js
+++ b/lib/prepare.js
@@ -136,7 +136,12 @@ async function resolveOptions (sourceDir) {
if (siteConfig.theme) {
// use external theme
try {
- themeLayoutPath = require.resolve(`vuepress-theme-${siteConf... | fix: resolve custom theme from global cli (close: #<I>) (#<I>) | vuejs_vuepress | train | js |
4f4eabfb851baf971243e0f16d3297b56345f76a | diff --git a/packages/types/src/core/kernelspecs.js b/packages/types/src/core/kernelspecs.js
index <HASH>..<HASH> 100644
--- a/packages/types/src/core/kernelspecs.js
+++ b/packages/types/src/core/kernelspecs.js
@@ -1,11 +1,6 @@
// @flow
import type { RecordFactory, RecordOf } from "immutable";
import { List, Map, Re... | fix: remove types that weren't being used.
We moved ref defs into `refs.js`. | nteract_nteract | train | js |
d948f0df71d8c3075b399a34d19b6e489bbae281 | diff --git a/test/list-imports.js b/test/list-imports.js
index <HASH>..<HASH> 100644
--- a/test/list-imports.js
+++ b/test/list-imports.js
@@ -2,7 +2,6 @@
var chai = require('chai');
var File = require('vinyl');
-var q = require('q');
var fs = require('fs');
var path = require('path');
var process = require('pro... | test: fix strange old usage of q; using bluebird instead. | bingnz_gulp-less-changed | train | js |
d409c1173511becdc4607cf4628d73bd0fa9ba5b | diff --git a/test/test_onnx.py b/test/test_onnx.py
index <HASH>..<HASH> 100644
--- a/test/test_onnx.py
+++ b/test/test_onnx.py
@@ -67,9 +67,9 @@ class ONNXExporterTester(unittest.TestCase):
torch.testing.assert_allclose(outputs[i], ort_outs[i], rtol=1e-03, atol=1e-05)
except AssertionError... | test: Updated asserts in test_onnx (#<I>)
* test: Updated asserts in test_onnx
Updated all raw asserts to corresponding unittest.TestCase.assert. See #<I>
* test: Refactored AssertionError
Opted for cleaner raise to avoid error type casting and string conversion | pytorch_vision | train | py |
ac5afd16167efab56672904ddc18797291b86f4b | diff --git a/packages/webpack-titanium-angular/src/PlatformAwareFileSystem.js b/packages/webpack-titanium-angular/src/PlatformAwareFileSystem.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-titanium-angular/src/PlatformAwareFileSystem.js
+++ b/packages/webpack-titanium-angular/src/PlatformAwareFileSystem.js
@@ -1... | fix(angular): expose missing getters from vfs (#<I>) | appcelerator_titanium-webpack-devkit | train | js |
3398ef56a97933149eaea02cea58949cadfc61b2 | diff --git a/packages/pob/lib/generators/core/package/CorePackageGenerator.js b/packages/pob/lib/generators/core/package/CorePackageGenerator.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/core/package/CorePackageGenerator.js
+++ b/packages/pob/lib/generators/core/package/CorePackageGenerator.js
@@ -1... | fix: dont create and delete check-package script in workspace packages | christophehurpeau_pob-lerna | train | js |
581d5c35d253ff35b54a350a70faeb1647dc77bc | diff --git a/code/model/OrderItemList.php b/code/model/OrderItemList.php
index <HASH>..<HASH> 100644
--- a/code/model/OrderItemList.php
+++ b/code/model/OrderItemList.php
@@ -5,7 +5,7 @@
class OrderItemList extends Extension{
function Quantity(){
- return $this->owner->Sum('Quantity');
+ return $this->owner->or... | fix: quantiy function to use new method name | silvershop_silvershop-core | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.