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 |
|---|---|---|---|---|---|
45cb46d5432f092500ee570bf52d5525031b2152 | diff --git a/platform/nativescript/renderer/utils.js b/platform/nativescript/renderer/utils.js
index <HASH>..<HASH> 100644
--- a/platform/nativescript/renderer/utils.js
+++ b/platform/nativescript/renderer/utils.js
@@ -15,11 +15,15 @@ export function isContentView(view) {
}
export function insertChild(parentNode, c... | fix: check for parentNode before calling .meta on it | nativescript-vue_nativescript-vue | train | js |
31899f0c93478acce4d550777ea5008371a47e03 | diff --git a/models/classes/AdvancedSearch/AdvancedSearchChecker.php b/models/classes/AdvancedSearch/AdvancedSearchChecker.php
index <HASH>..<HASH> 100644
--- a/models/classes/AdvancedSearch/AdvancedSearchChecker.php
+++ b/models/classes/AdvancedSearch/AdvancedSearchChecker.php
@@ -22,7 +22,6 @@ declare(strict_types=1)... | refactor: rollback to service locator | oat-sa_tao-core | train | php |
03a604a55a0adb9e5441e19ae55831d15c22d851 | diff --git a/packages/razzle/config/createConfigAsync.js b/packages/razzle/config/createConfigAsync.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/createConfigAsync.js
+++ b/packages/razzle/config/createConfigAsync.js
@@ -677,6 +677,7 @@ module.exports = (
// Supress errors to console (we use ou... | fix(razzle): silence startserverplugin | jaredpalmer_razzle | train | js |
784f6b4b1667da657d5e77dd3d4792732b08b177 | diff --git a/spec/fixture-helper.js b/spec/fixture-helper.js
index <HASH>..<HASH> 100644
--- a/spec/fixture-helper.js
+++ b/spec/fixture-helper.js
@@ -65,9 +65,7 @@ module.exports = function fixtureHelper (tmpDir) {
process.chdir(projectPath);
// Talk about a clunky interface :(
- ... | test(fixture-helper): install android platform by name again (#<I>)
This reverts an obsolete change from #<I> which probably should have
been part of #<I>. | apache_cordova-lib | train | js |
1f49e1971f451fd6a1736fa3621e281c0bae1de5 | diff --git a/dataformat-json-jackson/src/main/java/org/camunda/spin/impl/json/jackson/JacksonJsonLogger.java b/dataformat-json-jackson/src/main/java/org/camunda/spin/impl/json/jackson/JacksonJsonLogger.java
index <HASH>..<HASH> 100644
--- a/dataformat-json-jackson/src/main/java/org/camunda/spin/impl/json/jackson/Jackso... | chore(jackson): remove unused logger method
related to CAM-<I> | camunda_camunda-spin | train | java |
70ebe55d5265835b1d3dc14f0434088907f6e128 | diff --git a/src/geshi/css.php b/src/geshi/css.php
index <HASH>..<HASH> 100644
--- a/src/geshi/css.php
+++ b/src/geshi/css.php
@@ -191,9 +191,9 @@ $language_data = array (
//DOM Node ID
0 => '\#[a-zA-Z0-9\-_]+',
//CSS classname
- 1 => '\.(?!\d)[a-zA-Z0-9\-_]+\b(?=[\{\.#\s,:])',
+ ... | fix: properly highlight complex combinations of classes, id's and pseudo classes | GeSHi_geshi-1.0 | train | php |
4321edc1ce20fc06b16a007769e456e66b0f63af | diff --git a/src/cobra/util/context.py b/src/cobra/util/context.py
index <HASH>..<HASH> 100644
--- a/src/cobra/util/context.py
+++ b/src/cobra/util/context.py
@@ -56,7 +56,8 @@ def get_context(obj: "Object") -> Optional[HistoryManager]:
Returns
-------
- None
+ HistoryManager or None
+ HistoryM... | refactor: update docstring for get_context() | opencobra_cobrapy | train | py |
6f677029b3ebb5e5338e08a0ba8f4c9690595b90 | diff --git a/packages/docs/tailwind.config.js b/packages/docs/tailwind.config.js
index <HASH>..<HASH> 100644
--- a/packages/docs/tailwind.config.js
+++ b/packages/docs/tailwind.config.js
@@ -9,7 +9,14 @@ const plugin = require('tailwindcss/plugin');
*/
module.exports = {
purge: {
- content: ['components/**/*.v... | docs: added content path to tailwind purgecss extractor | baianat_vee-validate | train | js |
d9456a1a76e66bc2bfffa4a4b1dd228132056e9f | diff --git a/src/structures/ContextMenuInteraction.js b/src/structures/ContextMenuInteraction.js
index <HASH>..<HASH> 100644
--- a/src/structures/ContextMenuInteraction.js
+++ b/src/structures/ContextMenuInteraction.js
@@ -50,7 +50,7 @@ class ContextMenuInteraction extends BaseCommandInteraction {
name: 'messa... | fix(ContextMenuInteractin): store message as raw value (#<I>) | discordjs_discord.js | train | js |
72a9a168dce8c261e71354da5db9cf42f4d0825e | diff --git a/lib/actions/apiV2.js b/lib/actions/apiV2.js
index <HASH>..<HASH> 100644
--- a/lib/actions/apiV2.js
+++ b/lib/actions/apiV2.js
@@ -509,7 +509,7 @@ export const findRoute = (params) =>
routePatterns[pattern.id] = {
...pattern,
desc: pattern.name,
- ... | refactor: correcly handle flex zone duplicates | opentripplanner_otp-react-redux | train | js,js |
52e0bc75312d3c6dbb89eb76dd579b1f4ef76da6 | diff --git a/src/components/props/watchExpressions.js b/src/components/props/watchExpressions.js
index <HASH>..<HASH> 100644
--- a/src/components/props/watchExpressions.js
+++ b/src/components/props/watchExpressions.js
@@ -18,7 +18,7 @@ function watch (expressions, reactiveData) {
}
/**
- * @param setter Function a... | docs(watch-expressions): fix typo | ngVue_ngVue | train | js |
183d5c1512f87671e2c56308e8b7a204732f566b | diff --git a/lib/default-config.js b/lib/default-config.js
index <HASH>..<HASH> 100644
--- a/lib/default-config.js
+++ b/lib/default-config.js
@@ -117,7 +117,7 @@ module.exports = {
logSnippet: true,
/**
- * You can control how the snippet is injected
+ * SINCE 1.7.0! You can control how the snippet... | docs(snippet): Added docblock for snippetOptions | BrowserSync_browser-sync | train | js |
6d6451377b895adae01150d586bf68269ff306c2 | diff --git a/scripts/generate-l10n-data.js b/scripts/generate-l10n-data.js
index <HASH>..<HASH> 100644
--- a/scripts/generate-l10n-data.js
+++ b/scripts/generate-l10n-data.js
@@ -10,7 +10,7 @@ const L10N_KEYS = {
COUNTRY: 'country',
CURRENCY: 'currency',
TIMEZONE: 'timezone',
- LANGUAGE: 'languaje',
+ LANGUA... | refactor(script): address latest comments
address latest comments | commercetools_merchant-center-application-kit | train | js |
aadfbda586d57a7b775ad26c201f0dc34618180b | diff --git a/packages/discord.js/src/index.js b/packages/discord.js/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/index.js
+++ b/packages/discord.js/src/index.js
@@ -191,7 +191,7 @@ exports.ActionRow = require('@discordjs/builders').ActionRow;
exports.ButtonComponent = require('@discordjs/buil... | fix: correctly export UnsafeSelectMenuComponent from builders (#<I>) | discordjs_discord.js | train | js |
eae0f42945c1ac151e8bd32c47fa204069f37e4d | diff --git a/views/js/controller/viewResult.js b/views/js/controller/viewResult.js
index <HASH>..<HASH> 100644
--- a/views/js/controller/viewResult.js
+++ b/views/js/controller/viewResult.js
@@ -169,7 +169,7 @@ define([
});
// bind the file download button
- $('#fileDownload', $co... | fix: script for file upload will now reference to class instead of id | oat-sa_extension-tao-outcomeui | train | js |
bba6e18ecfc80d12a4aaaa34195257c8395bfe28 | diff --git a/src/Leevel/Log/File.php b/src/Leevel/Log/File.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Log/File.php
+++ b/src/Leevel/Log/File.php
@@ -44,7 +44,7 @@ class File extends Log implements ILog
*/
protected function addHandlers(string $level, string $category): void
{
- if (isset($t... | refactor(log): Optimize isset | hunzhiwange_framework | train | php |
a24dd05ea513025972c7dc2834453814ff2359e3 | diff --git a/config/webpack.common.js b/config/webpack.common.js
index <HASH>..<HASH> 100644
--- a/config/webpack.common.js
+++ b/config/webpack.common.js
@@ -10,7 +10,7 @@ const helpers = require('./helpers');
*/
// problem with copy-webpack-plugin
const CopyWebpackPlugin = require('copy-webpack-plugin');
-const H... | fix(webpack): correct import | inchingorg_xdata-web | train | js |
2a29a9bb952bb1361cda8bdbaefa44fdb89f6586 | diff --git a/packages/components/bolt-typeahead/typeahead.js b/packages/components/bolt-typeahead/typeahead.js
index <HASH>..<HASH> 100755
--- a/packages/components/bolt-typeahead/typeahead.js
+++ b/packages/components/bolt-typeahead/typeahead.js
@@ -64,28 +64,27 @@ class BoltTypeahead extends withEvents(withLitHtml())... | fix: IE KeyboardEvent error on submit | bolt-design-system_bolt | train | js |
ed6bde25de8213a373aa20d130d4da27734752c6 | diff --git a/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js b/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js
index <HASH>..<HASH> 100644
--- a/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js
+++ b/packages/with-without/wwo-self-drawing-circle/self-drawing... | fix: fix linting issues | bolt-design-system_bolt | train | js |
2c2317354af9dff44e49a9ca42039c8aae8430c2 | diff --git a/gridsome/lib/graphql/createSchema.js b/gridsome/lib/graphql/createSchema.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/graphql/createSchema.js
+++ b/gridsome/lib/graphql/createSchema.js
@@ -267,7 +267,8 @@ function processTypes (schemaComposer, extensions) {
const seen = new Set()
for (const ty... | refactor(graphql): ensure processed type is a composer | gridsome_gridsome | train | js |
1e22e49d1ddf44cfcde027abd1b2f00dcd74e78d | diff --git a/parsers.js b/parsers.js
index <HASH>..<HASH> 100644
--- a/parsers.js
+++ b/parsers.js
@@ -3,7 +3,7 @@
const _ = require("lodash")
const assert = require("assert")
-module.exports = parserify({int, number, array, object, merged, tuple})
+module.exports = parserify({int, array, object, merged, tuple})
... | refactor: removed unused number parser | hgwood_jolicitron | train | js |
8423a6af05d1d25d41e44b84f7c8409661a1a5c2 | diff --git a/test/foreign_function.js b/test/foreign_function.js
index <HASH>..<HASH> 100644
--- a/test/foreign_function.js
+++ b/test/foreign_function.js
@@ -50,6 +50,15 @@ describe('ForeignFunction', function () {
assert.equal(100, rtn)
})
+ it('should call the static "area_box_ptr" bindings', function () ... | test: add a test around the native "area_box_ptr" test function | node-ffi-napi_node-ffi-napi | train | js |
4b2825c7f56e19fc12cefef117653c2bd6d86cf2 | diff --git a/src/Session/CookieManager.js b/src/Session/CookieManager.js
index <HASH>..<HASH> 100644
--- a/src/Session/CookieManager.js
+++ b/src/Session/CookieManager.js
@@ -27,7 +27,9 @@ class CookieManager {
this.options = {
domain: Config.get('session.domain'),
path: Config.get('session.path', '/... | feat(session): make use of additional cookie options
httpOnly and sameSite option is set on session cookie now | adonisjs_adonis-framework | train | js |
212f78459562a73ed8bed639fb3130d4bd685d99 | diff --git a/test/integration/proxy-test.js b/test/integration/proxy-test.js
index <HASH>..<HASH> 100644
--- a/test/integration/proxy-test.js
+++ b/test/integration/proxy-test.js
@@ -62,7 +62,7 @@ function createProxyServer(protocol, proxyRequestInfo) {
proxyRequestInfo.method = req.method;
socket.write... | test: prevent keep-alive socket connections to hang tests | apiaryio_dredd | train | js |
6321e755e5d4c05a317b154cf1d8aae74802f74c | diff --git a/src/js/core/offcanvas.js b/src/js/core/offcanvas.js
index <HASH>..<HASH> 100644
--- a/src/js/core/offcanvas.js
+++ b/src/js/core/offcanvas.js
@@ -86,8 +86,8 @@ export default {
return 'a[href^="#"]';
},
- handler({ current: { hash }, defaultPrevented }) {
- ... | fix: let uk-scroll close offcanvas | uikit_uikit | train | js |
b8ad67eafae576491749ecd087bb3ba3f9321c4d | diff --git a/src/InfoViz/Native/HistogramSelector/index.js b/src/InfoViz/Native/HistogramSelector/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/HistogramSelector/index.js
+++ b/src/InfoViz/Native/HistogramSelector/index.js
@@ -870,6 +870,8 @@ function histogramSelector(publicAPI, model) {
// Expose... | fix(HistogramSelector): Provide access to annotations by field name | Kitware_paraviewweb | train | js |
847bf592d95879448081ea10fb61c3b262b15628 | diff --git a/src/IconButton.js b/src/IconButton.js
index <HASH>..<HASH> 100644
--- a/src/IconButton.js
+++ b/src/IconButton.js
@@ -15,9 +15,9 @@ const TransparentButton = styled(Button)`
}
`
-const IconButton = ({ name, size, color, ...props }) => (
+const IconButton = ({ name, size, legacy, color, ...props }) =>... | fix(iconButton): Pass legacy to icon component of the iconButton properly | jrs-innovation-center_design-system | train | js |
e2617d6923a58b09188c743505f3a8adfc9ba889 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -42,15 +42,14 @@ function JasmineDiffReporter(baseReporterDecorator, config) {
}
};
- // When using console.log from specs, Karma displays them through a method
- // "onBrowserLog". In case, when multiple reporters... | fix: Suppress all posible logs when using with another reporters | mradionov_karma-jasmine-diff-reporter | train | js |
0c61cf71deba5fd55b9f15ad7dc8764974a39a54 | diff --git a/src/chart/generateCategoricalChart.js b/src/chart/generateCategoricalChart.js
index <HASH>..<HASH> 100644
--- a/src/chart/generateCategoricalChart.js
+++ b/src/chart/generateCategoricalChart.js
@@ -1351,7 +1351,7 @@ const generateCategoricalChart = (chartName, GraphicalChild, eventType = 'axis')
con... | fix: fix active dots when sync event | recharts_recharts | train | js |
2d058a2dd4ebba67c9dffa3471f284abbd84d1d5 | diff --git a/packages/blueprint-mongodb/lib/resource-controller.js b/packages/blueprint-mongodb/lib/resource-controller.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-mongodb/lib/resource-controller.js
+++ b/packages/blueprint-mongodb/lib/resource-controller.js
@@ -191,8 +191,9 @@ exports = module.exports = Re... | fix: methods failed if resource did not support last_modified | onehilltech_blueprint | train | js |
12218448c9857273167c5a3285ad0073d4335714 | diff --git a/actions/validate.js b/actions/validate.js
index <HASH>..<HASH> 100644
--- a/actions/validate.js
+++ b/actions/validate.js
@@ -23,6 +23,10 @@ function validate(arg) {
if (Array.isArray(field.dependents) && field.dependents.length) {
field.dependents.forEach(function(dependent) {
+ if (! Array... | fix: check provided dependents to be Array | cerebral-legacy_cerebral-module-forms | train | js |
93cbed9517a28aab03aa735b70ac5c0a0b365143 | diff --git a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
+++ b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
@@ -22,7 +22,7 @@ const errors = require('./e... | fix: do not log a warning when no folder_to_save
This is a normal case for many connectors not related to files | konnectors_libs | train | js |
e4cc7e47f248a3a5026e6902d7d0c9efb60446ae | diff --git a/test/integration/ports_and_connections_test.rb b/test/integration/ports_and_connections_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/ports_and_connections_test.rb
+++ b/test/integration/ports_and_connections_test.rb
@@ -70,7 +70,9 @@ class PortsAndConnectionsIntegrationTest < Minitest::Test
... | fix: the Errno:ECONNRESET is only given OS specific. Rewritten test for any platform | 4commerce-technologies-AG_midi-smtp-server | train | rb |
f006006a33d7f99abf081e4c6e94a6d19528ada6 | diff --git a/bin/ctp-tlscheck.php b/bin/ctp-tlscheck.php
index <HASH>..<HASH> 100755
--- a/bin/ctp-tlscheck.php
+++ b/bin/ctp-tlscheck.php
@@ -3,15 +3,14 @@
class Tls12Checker
{
- const API_URI = 'api-tls12.commercetools.com';
+ const API_URI = 'api.commercetools.com';
const URIS = [
- 'auth-tls... | fix(tls-check): update urls for TLS <I> check | commercetools_commercetools-php-sdk | train | php |
31fd8d6ba893e4c39b91ba30d429e37f3da30b24 | diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js
index <HASH>..<HASH> 100644
--- a/src/jquery.gridster.js
+++ b/src/jquery.gridster.js
@@ -1734,10 +1734,14 @@
* @return {Class} Returns the instance of the Gridster Class.
*/
fn.move_widget_down = function($widget, y_units) {
- var el_gr... | fix(gridster): overlapping widget problem | ducksboard_gridster.js | train | js |
bb4b270af31c685888e7fce6ecab81bc377846e3 | diff --git a/modules/plugins/browser/index.js b/modules/plugins/browser/index.js
index <HASH>..<HASH> 100644
--- a/modules/plugins/browser/index.js
+++ b/modules/plugins/browser/index.js
@@ -48,7 +48,7 @@ function browserPluginFactory(opts = {}, browser = safeBrowser) {
const routerState = router.getState(... | fix(browserPlugin): pass right options to getLocation on popstate | router5_router5 | train | js |
4431c4799e47a664f03a2774171764a9147e262e | diff --git a/src/lib/crypto-utils.js b/src/lib/crypto-utils.js
index <HASH>..<HASH> 100644
--- a/src/lib/crypto-utils.js
+++ b/src/lib/crypto-utils.js
@@ -61,7 +61,7 @@ export async function signPayload(
options: JWTSignOptions): Promise<string> {
return new Promise(function(resolve, reject) {
return jwt.sig... | fix: load package list undefined (#<I>) | verdaccio_verdaccio | train | js,js |
126bb6a24b56bc344f893c119079f3dc61aee7fa | diff --git a/src/Cursor.js b/src/Cursor.js
index <HASH>..<HASH> 100644
--- a/src/Cursor.js
+++ b/src/Cursor.js
@@ -25,7 +25,8 @@ export default class Cursor {
*/
constructor(stream = process.stdout, columns = stream.columns, rows = stream.rows) {
this._buffer = '';
- this._streams = Array.isArray(stream)... | refactor(cursor): Replace streams array with Set | kittikjs_cursor | train | js |
05c395df4731536364fcb0ee0363f728f4df921d | diff --git a/docs/js/theme/bootstrap-3.js b/docs/js/theme/bootstrap-3.js
index <HASH>..<HASH> 100644
--- a/docs/js/theme/bootstrap-3.js
+++ b/docs/js/theme/bootstrap-3.js
@@ -539,14 +539,16 @@ const bootstrap3Theme = {
},
focusStyle: {
- outline: '5px auto -webkit-focus-ring-color',
- outl... | docs(Select): adding active style to bootstrap-theme | nikgraf_belle | train | js |
a1f7b735ed08b9ff42f14c5d9abb73ad11db71ef | diff --git a/library/styleguideComponents/SectionHeading/GithubStarsWrapper/fetchStars.js b/library/styleguideComponents/SectionHeading/GithubStarsWrapper/fetchStars.js
index <HASH>..<HASH> 100644
--- a/library/styleguideComponents/SectionHeading/GithubStarsWrapper/fetchStars.js
+++ b/library/styleguideComponents/Secti... | fix: fetchGithubStars (#<I>) | 90milesbridge_react-rainbow | train | js |
ccf51be0effe74c123a08bce685ff0de30bf0b1e | diff --git a/lib/Gitlab/Model/Wiki.php b/lib/Gitlab/Model/Wiki.php
index <HASH>..<HASH> 100644
--- a/lib/Gitlab/Model/Wiki.php
+++ b/lib/Gitlab/Model/Wiki.php
@@ -33,21 +33,21 @@ class Wiki extends AbstractModel
*/
public static function fromArray(Client $client, Project $project, array $data)
{
- ... | fix(ci): Fix some small typo with the wiki ID and the doc comment. | m4tthumphrey_php-gitlab-api | train | php |
1d95021f55a64a519d71c301ceb810196abfdd34 | diff --git a/src/services/search-builder.js b/src/services/search-builder.js
index <HASH>..<HASH> 100644
--- a/src/services/search-builder.js
+++ b/src/services/search-builder.js
@@ -148,12 +148,15 @@ function SearchBuilder(model, opts, params, fieldNamesRequested) {
pushCondition(condition, columnName);
... | fix(search): revert changes when numbers are below MAX_SAFE_INTEGER | ForestAdmin_forest-express-sequelize | train | js |
04aebfaf2f7f1e15e134463e120d5d49f4ef9cb9 | diff --git a/packages/auth/index.js b/packages/auth/index.js
index <HASH>..<HASH> 100644
--- a/packages/auth/index.js
+++ b/packages/auth/index.js
@@ -65,7 +65,7 @@ class Auth {
const key = randtoken.uid(32)
const secret = randtoken.uid(32)
api.systemUser = {
- user_id: key,
+ user_key: key,
... | fix(auth): Fix wrong user_key key for systemUser | cubic-js_cubic | train | js |
3094e43f9fb75e502a3b5c1dde85670c8dd94790 | diff --git a/bonobo/structs/graphs.py b/bonobo/structs/graphs.py
index <HASH>..<HASH> 100644
--- a/bonobo/structs/graphs.py
+++ b/bonobo/structs/graphs.py
@@ -11,6 +11,16 @@ from bonobo.util import get_name
GraphRange = namedtuple('GraphRange', ['graph', 'input', 'output'])
+class GraphCursor:
+ def __init__(se... | feat: implements right shift operator to provide an interface similar to airflow. | python-bonobo_bonobo | train | py |
76090598cb55c80f9f4d4caad87344a8ac9d8e11 | diff --git a/tests/test_remote.py b/tests/test_remote.py
index <HASH>..<HASH> 100644
--- a/tests/test_remote.py
+++ b/tests/test_remote.py
@@ -4,9 +4,12 @@ from supplement.remote import Environment
from .helpers import cleantabs
+def get_env():
+ return Environment(env={'PYTHONPATH':'.'})
+
@pytest.mark.xfail
... | fix: test_remote does not work without installed supplement | baverman_supplement | train | py |
40bf5affa506dc90ae8e1b7c286533b2b3fa836d | diff --git a/packages/website/src/elements/Logo.js b/packages/website/src/elements/Logo.js
index <HASH>..<HASH> 100644
--- a/packages/website/src/elements/Logo.js
+++ b/packages/website/src/elements/Logo.js
@@ -7,7 +7,7 @@ const Component = props => (
);
const Logo = styled(Component)`
- .cls-3 {
+ .cls-2 {
... | fix(website): Logo color | reakit_reakit | train | js |
3763914609ab735c63e74645a36e987092eae3a9 | diff --git a/tests/gui/test_complex_actions.py b/tests/gui/test_complex_actions.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_complex_actions.py
+++ b/tests/gui/test_complex_actions.py
@@ -143,7 +143,7 @@ def trigger_repetitive_group_ungroup(*args):
def test_repetitive_ungroup_state_and_group_states(caplog):
... | fix(test_complex_actions): Set HISTORY_ENABLED to True
The test_repetitive_ungroup_state_and_group_states requires the history | DLR-RM_RAFCON | train | py |
e42e5ad0f667f8a8d059f9fdf8608815a1b5cfb5 | diff --git a/packages/webiny-app-cms/src/editor/components/ColorPicker/index.js b/packages/webiny-app-cms/src/editor/components/ColorPicker/index.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-app-cms/src/editor/components/ColorPicker/index.js
+++ b/packages/webiny-app-cms/src/editor/components/ColorPicker/index.... | fix: Colorpicker changes must create history records. (#<I>) | Webiny_webiny-js | train | js |
d2957d259d946f328e8d9dadbd8d23b80d251213 | diff --git a/paxtools-core/src/main/java/org/biopax/paxtools/io/SimpleIOHandler.java b/paxtools-core/src/main/java/org/biopax/paxtools/io/SimpleIOHandler.java
index <HASH>..<HASH> 100644
--- a/paxtools-core/src/main/java/org/biopax/paxtools/io/SimpleIOHandler.java
+++ b/paxtools-core/src/main/java/org/biopax/paxtools/i... | fix: in fact, the method does not throw IOException anymore | BioPAX_Paxtools | train | java |
383f855276d2b7da968e886ef7ebe66248b4e9ef | diff --git a/src/includes/classes/Core/Response.php b/src/includes/classes/Core/Response.php
index <HASH>..<HASH> 100644
--- a/src/includes/classes/Core/Response.php
+++ b/src/includes/classes/Core/Response.php
@@ -192,7 +192,7 @@ class Response extends \Slim\Http\Response
$Body = $this->getBody();
$B... | fix: `eof()` not `feof()` for whatever reason. | wpsharks_core | train | php |
6917c5eb6295ab13ec86e6c145a73a11d8fc1154 | diff --git a/src/Ufo/Core/App.php b/src/Ufo/Core/App.php
index <HASH>..<HASH> 100644
--- a/src/Ufo/Core/App.php
+++ b/src/Ufo/Core/App.php
@@ -13,8 +13,8 @@ use PhpStrict\Container\Container;
use PhpStrict\Container\ContainerInterface;
use PhpStrict\Config\ConfigInterface;
use PhpStrict\StorableCache\StorableCache;
... | refactor: rename exceptions | enikeishik_ufoframework | train | php |
17cdc140cb17f11745a2725b91082dca6c0f12c5 | diff --git a/packages/plugin-credentials/src/token.js b/packages/plugin-credentials/src/token.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-credentials/src/token.js
+++ b/packages/plugin-credentials/src/token.js
@@ -287,6 +287,10 @@ const Token = SparkPlugin.extend({
return this.string;
},
+ toJSON() ... | fix(plugin-credentials): add Token#toJSON() to ensure tokens always get turned into Auth headers when passed to request/xhr | webex_spark-js-sdk | train | js |
91ff82d67d9945a52d308d4048386ccbff8b58b8 | diff --git a/packages/posts/test/01_setup.js b/packages/posts/test/01_setup.js
index <HASH>..<HASH> 100644
--- a/packages/posts/test/01_setup.js
+++ b/packages/posts/test/01_setup.js
@@ -33,6 +33,6 @@ process.env.INSTAGRAM_USER_NAME = "INSTAGRAM_USER_NAME";
process.env.SENTRY_DSN = "https://meow@sentry.io/woof";
proc... | chore(posts): Don't log to Sentry or double log to stdout on test runs. | randytarampi_me | train | js |
ba42fa4ecb19ebeb389ceb0f6a28bd145bcdb323 | diff --git a/packages/table/src/SelectionBar.test.js b/packages/table/src/SelectionBar.test.js
index <HASH>..<HASH> 100644
--- a/packages/table/src/SelectionBar.test.js
+++ b/packages/table/src/SelectionBar.test.js
@@ -16,21 +16,4 @@ describe("Table/SelectionBar", function() {
clearButton.simulate("click");
e... | test(table): update tests for SelectionBar refactor
affects: @crave/farmblocks-table | CraveFood_farmblocks | train | js |
faa37ba72d6ff706ab74405a5de763ef5d6539ae | diff --git a/src/_filter/collection/contains.js b/src/_filter/collection/contains.js
index <HASH>..<HASH> 100644
--- a/src/_filter/collection/contains.js
+++ b/src/_filter/collection/contains.js
@@ -19,15 +19,13 @@ function containsFilter( $parse ) {
collection = (isObject(collection)) ? toArray(collection) : co... | fix(contains): issue #<I> | a8m_angular-filter | train | js |
89a14983eb54b5defb44e51e0901bd90501b14b8 | diff --git a/docs/referenceConf.js b/docs/referenceConf.js
index <HASH>..<HASH> 100644
--- a/docs/referenceConf.js
+++ b/docs/referenceConf.js
@@ -123,6 +123,12 @@ exports.config = {
// 'outputdir/', true, true));
},
+ // A callback function called once tests are finished.
+ onComplete: function() {... | docs(configuration): fix documentation for onComplete
onComplete works for all frameworks and is not a subset of jasmindeNodeOpts.
Closes #<I>. | angular_protractor | train | js |
b4ef3024a52908020216e78071c31150c8872fe9 | diff --git a/src/components/virtualRepeat/virtual-repeater.js b/src/components/virtualRepeat/virtual-repeater.js
index <HASH>..<HASH> 100644
--- a/src/components/virtualRepeat/virtual-repeater.js
+++ b/src/components/virtualRepeat/virtual-repeater.js
@@ -3,7 +3,8 @@
* @name material.components.virtualRepeat
*/
ang... | fix(virtualRepeat): update deps to include showHide. Fixes #<I>. | angular_material | train | js |
52e89994cf454130819ac144dd2811080b5e23a1 | diff --git a/src/traverse.js b/src/traverse.js
index <HASH>..<HASH> 100644
--- a/src/traverse.js
+++ b/src/traverse.js
@@ -52,11 +52,11 @@ export function traverse(schema, options, spec) {
if (schema.anyOf) {
console.warn('oneOf and anyOf are not supported on the same level. Skipping anyOf');
}
- re... | fix: loosing params on anyOf and oneOf | APIs-guru_openapi-sampler | train | js |
2d6b992e1b85bb8c078a9cace067a37af3e0b7ac | diff --git a/src/scripts/npm/nodeDependencies.js b/src/scripts/npm/nodeDependencies.js
index <HASH>..<HASH> 100644
--- a/src/scripts/npm/nodeDependencies.js
+++ b/src/scripts/npm/nodeDependencies.js
@@ -5,7 +5,7 @@
var fs = require('fs')
var path = require('path')
var exec = require('child_process').exec
- va... | style: renamed var to constant | BranchMetrics_cordova-ionic-phonegap-branch-deep-linking | train | js |
bbfbcbcd9f5176c364272e2dd39ce988473b857f | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -64,7 +64,7 @@ export function normalizeProps(vNode) {
Array.isArray(tmp.type) && tmp.type.indexOf(Boolean) > -1
)
) &&
- value ===... | fix: treat a="a" as true when type is Boolean | Javey_intact-vue | train | js,js |
d66db6d84e238eb6d16f1c02944ee3191621e590 | diff --git a/lib/components/admin/mailables-window.js b/lib/components/admin/mailables-window.js
index <HASH>..<HASH> 100644
--- a/lib/components/admin/mailables-window.js
+++ b/lib/components/admin/mailables-window.js
@@ -75,7 +75,7 @@ class MailablesWindow extends Component {
}
onClickClose={toggleM... | refactor(mailables): tweak window height | opentripplanner_otp-react-redux | train | js |
f97fb83be2e0a9fc8d3b760e789d2ecadd6aa0c2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,6 +4,7 @@ var path = require('path');
var isglob = require('is-glob');
module.exports = function globParent(str) {
- while (isglob(str)) str = path.dirname(str);
+ str += 'a'; // preserves full path in case of trailing ... | feat: move up to dirname regardless of glob characters | gulpjs_glob-parent | train | js |
c526c8fc7e536399b08777ed41eaab89356b8082 | diff --git a/lib/endpoint/add-code-samples.js b/lib/endpoint/add-code-samples.js
index <HASH>..<HASH> 100644
--- a/lib/endpoint/add-code-samples.js
+++ b/lib/endpoint/add-code-samples.js
@@ -119,5 +119,5 @@ function getExampleParamValue (name, schema) {
case 'array':
return [getExampleParamValue(name, schem... | fix: throw error for unknown data type #<I> | octokit_routes | train | js |
575d8772e2ccf05da235c596dd3405ae74194e1b | diff --git a/lib/handlebars/internal/proto-access.js b/lib/handlebars/internal/proto-access.js
index <HASH>..<HASH> 100644
--- a/lib/handlebars/internal/proto-access.js
+++ b/lib/handlebars/internal/proto-access.js
@@ -1,4 +1,5 @@
import { createNewLookupObject } from './create-new-lookup-object';
+import * as logger ... | fix: use "logger" instead of console.error
... to be graceful with older browser without "console" | wycats_handlebars.js | train | js |
6a5e2fb4364d8e4d1be02f9599f41d198013466d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -258,6 +258,7 @@ module.exports = (api, options) => {
// Function to bundle main process and start Electron
const startElectron = () => {
+ queuedBuilds++
if (bundleMainProcess) {
// ... | fix(serve): process not exiting after killing electron | nklayman_vue-cli-plugin-electron-builder | train | js |
9ed140deaafea30f496dce0fd719cbf19ef56bd5 | diff --git a/server/application/application.go b/server/application/application.go
index <HASH>..<HASH> 100644
--- a/server/application/application.go
+++ b/server/application/application.go
@@ -748,12 +748,12 @@ func (s *Server) validateAndNormalizeApp(ctx context.Context, app *appv1.Applica
return err
}
+ if e... | fix: validate empty server address for destination cluster (#<I>) (#<I>)
* Always set inferred destination server | argoproj_argo-cd | train | go |
b78e1cc97a568f874227f6447091a69f8d2fbd3e | diff --git a/src/transports/file/packageJson.js b/src/transports/file/packageJson.js
index <HASH>..<HASH> 100644
--- a/src/transports/file/packageJson.js
+++ b/src/transports/file/packageJson.js
@@ -16,6 +16,7 @@ module.exports = {
function readPackageJson() {
return tryReadJsonAt(require.main && require.main.filen... | fix: Failed to locate package.json when asar is disabled (#<I>) | megahertz_electron-log | train | js |
4e2cd8457a6af9fa2f8a7342c26f475e1aa34a84 | diff --git a/src/Leevel/Database/MysqlPool.php b/src/Leevel/Database/MysqlPool.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/MysqlPool.php
+++ b/src/Leevel/Database/MysqlPool.php
@@ -405,7 +405,6 @@ class MysqlPool implements IDatabase
* 代理.
*
* @return \Leevel\Database\IDatabase
- * @... | refactor(database): remove @ codeCoverageIgnore | hunzhiwange_framework | train | php |
a8deb42835767765d76897d839e9fc2534314c8f | diff --git a/lib/stack.js b/lib/stack.js
index <HASH>..<HASH> 100644
--- a/lib/stack.js
+++ b/lib/stack.js
@@ -362,6 +362,12 @@ Stack.prototype.run = function(name, region, revision, user, finalCallback) {
seconds: seconds,
err: _err.toString()
});
+ } else {
... | fix(stack): log success in finally block
stack.js: fixed finally block | racker_dreadnot | train | js |
2cd388507448fbbe681b5f44a896c520a4a0656a | diff --git a/packages/theme-context/src/ThemeContext/ThemeContext.test.js b/packages/theme-context/src/ThemeContext/ThemeContext.test.js
index <HASH>..<HASH> 100644
--- a/packages/theme-context/src/ThemeContext/ThemeContext.test.js
+++ b/packages/theme-context/src/ThemeContext/ThemeContext.test.js
@@ -1,7 +1,7 @@
impo... | test: update test to check for light gray theme | Autodesk_hig | train | js |
d7b54d0edaadc0047bb12a6b863ce8ac41f03afc | diff --git a/date-picker/date-picker.js b/date-picker/date-picker.js
index <HASH>..<HASH> 100644
--- a/date-picker/date-picker.js
+++ b/date-picker/date-picker.js
@@ -1,3 +1,10 @@
+/*
+ TECHDEBT:
+ - Split it up into TimePicker, DatePicker and DateTimePicker.
+ Maybe leave Datepicker as a facade to delegate job to... | docs(ui-kit): documented TECHDEBT of Datepicker | commercetools_ui-kit | train | js |
89fe88ea71e153c5c77ca722555c16066a598a79 | diff --git a/lib/inspectors/index.js b/lib/inspectors/index.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/index.js
+++ b/lib/inspectors/index.js
@@ -1,6 +1,5 @@
module.exports = ['./https',
'./rules',
-'./whistle',
'./weinre',
'./log',
'./req', | refactor: Migrate Users to whistle.nohost | avwo_whistle | train | js |
f4f7c3ce8990676f5027b915eeddad5e8c631486 | diff --git a/easywatch/__init__.py b/easywatch/__init__.py
index <HASH>..<HASH> 100644
--- a/easywatch/__init__.py
+++ b/easywatch/__init__.py
@@ -1 +1 @@
-from easywatch import watch
+from .easywatch import watch | fix: import path conflict in Python 3 | Ceasar_easywatch | train | py |
9bd441f6da299f6df89798d2f7edf97db7d9e6a5 | diff --git a/chore/gulp/tasks/project.js b/chore/gulp/tasks/project.js
index <HASH>..<HASH> 100644
--- a/chore/gulp/tasks/project.js
+++ b/chore/gulp/tasks/project.js
@@ -17,7 +17,7 @@ var gulp = require('gulp'),
helper = require('../helper'),
merge = require('merge-stream');
-var autogeneratedFolders = ['dist'... | chore(gulp): updated project:clean task | BioPhoton_angular1-star-rating | train | js |
c28e3d46989558701a908c863ef5d85e0fd40198 | diff --git a/nupic/frameworks/opf/clamodel.py b/nupic/frameworks/opf/clamodel.py
index <HASH>..<HASH> 100644
--- a/nupic/frameworks/opf/clamodel.py
+++ b/nupic/frameworks/opf/clamodel.py
@@ -110,9 +110,9 @@ class CLAModel(Model):
#############################################################################
def ... | fix: CLAModel init() always needs sensorParams set | numenta_nupic | train | py |
6c147e3d3759b54243c8d221b38ad33ea0048af7 | diff --git a/lib/broker-agent.js b/lib/broker-agent.js
index <HASH>..<HASH> 100755
--- a/lib/broker-agent.js
+++ b/lib/broker-agent.js
@@ -119,7 +119,7 @@ function convertBuffersToStrings(data) {
data[key] = data[key].toString('utf8');
// @todo: fix conversion to dates
- if (key in ['_create_ts']... | feat(broker-info): add accessor for broker info | mbroadst_node-qmf2 | train | js |
fc1afe8d367082b95b9cacc375b820f07cb304e9 | diff --git a/packages/ra-ui-materialui/src/detail/Create.js b/packages/ra-ui-materialui/src/detail/Create.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/detail/Create.js
+++ b/packages/ra-ui-materialui/src/detail/Create.js
@@ -72,6 +72,7 @@ export const CreateView = ({
baseP... | fix(Create): allow overriding of props basePath | marmelab_react-admin | train | js |
d1a08cfc8e1a106ba457ae1b8bbf1a7bb6052782 | diff --git a/stellar_sdk/exceptions.py b/stellar_sdk/exceptions.py
index <HASH>..<HASH> 100644
--- a/stellar_sdk/exceptions.py
+++ b/stellar_sdk/exceptions.py
@@ -131,7 +131,7 @@ class BaseHorizonError(BaseRequestError):
self.status: Optional[int] = message.get("status")
self.detail: Optional[str] = m... | fix: BaseHorizonError.result_xdr is populated incorrectly in __init__.py (#<I>) | StellarCN_py-stellar-base | train | py |
8a3079a343700d6b25773fd8c854269527d83a75 | diff --git a/src/components/tabs/__tests__/CdrTabs.spec.js b/src/components/tabs/__tests__/CdrTabs.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/__tests__/CdrTabs.spec.js
+++ b/src/components/tabs/__tests__/CdrTabs.spec.js
@@ -198,11 +198,13 @@ describe('CdrTabs', () => {
wrapper.setData({ activeTa... | test(tabs): update test | rei_rei-cedar | train | js |
f8d395e78684979251676506e8e23c9bada6f95b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -89,6 +89,7 @@ class VueModalDialogs {
this.Vue.prototype[`$${name}`] = func
}
+ if (!this[name]) this[name] = func
return func
} | feat: add dialog function into modal dialogs it self | hjkcai_vue-modal-dialogs | train | js |
acd52dddb5466e03b01d7296f8f6a966000b8ebc | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100755
--- a/src/index.js
+++ b/src/index.js
@@ -148,10 +148,10 @@ const installPlugins = function(){
console.log(
clc.green(
'Yeahhh! Your Abe site ' +
- answers.name +
+ websiteName +
' is ready to launch! ... | fix: blog name after the init was completed was undefined | abecms_abecms | train | js |
4ac033fd05e79a83c81c08abe6af28942a9a6896 | diff --git a/src/Model.php b/src/Model.php
index <HASH>..<HASH> 100644
--- a/src/Model.php
+++ b/src/Model.php
@@ -220,9 +220,24 @@ abstract class Model extends PhalconModel
* @inheritdoc
* @codeCoverageIgnore
*/
- protected function hasManyToMany($fields, $intermediateModel, $intermediateFields, $... | style: obey psr-2 code style
<I> | WARNING | Line exceeds <I> characters; contains <I> characters (Generic.Files.LineLength.TooLong)
<I> | WARNING | Line exceeds <I> characters; contains <I> characters (Generic.Files.LineLength.TooLong) | phwoolcon_phwoolcon | train | php |
219be96cff146951ca98970bb326577ea1cff835 | diff --git a/test/test.main.js b/test/test.main.js
index <HASH>..<HASH> 100644
--- a/test/test.main.js
+++ b/test/test.main.js
@@ -1191,21 +1191,21 @@ describe('advanced test suite - actual DB', function () {
it('handles errors and callback correctly 6', function () {
var called = [];
- return new Promise(... | test: fix lint (#<I>) | nolanlawson_node-websql | train | js |
c5090ba7e7206901566ae06e234afed292735eb4 | diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Entity.php
+++ b/src/Leevel/Database/Ddd/Entity.php
@@ -1493,8 +1493,9 @@ abstract class Entity implements IArray, IJson, JsonSerializable, ArrayAccess
}
/**
- *... | style(ddd): code poem | hunzhiwange_framework | train | php |
3318998b5b7e01bd5b45e85339fef2496335de29 | diff --git a/apps/bolt-site/.boltrc.js b/apps/bolt-site/.boltrc.js
index <HASH>..<HASH> 100644
--- a/apps/bolt-site/.boltrc.js
+++ b/apps/bolt-site/.boltrc.js
@@ -1,8 +1,5 @@
module.exports = {
// Environmental variable / preset to use
- lang: [
- 'en',
- ],
env: 'static',
buildDir: '../../www/build/',
... | fix: add a more helpful warning message to @bolt/themify's when it encounters a missing JSON config; remove lang-specific configs for the Bolt docs site as they aren't currently used or necessary + the templates aren't currently wired up to change the filename suffix accordingly when compiling the docs site in --prod m... | bolt-design-system_bolt | train | js,js |
17c467cce7662beb45d5ce0c08c22581a426aa39 | diff --git a/packages/cozy-scripts/scripts/start.js b/packages/cozy-scripts/scripts/start.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-scripts/scripts/start.js
+++ b/packages/cozy-scripts/scripts/start.js
@@ -107,12 +107,14 @@ module.exports = buildOptions => {
let dockerProcess = null
compiler.hooks.done... | fix: :bug: better start messages and update handling | CPatchane_create-cozy-app | train | js |
ec1dc4b2f7f9534302b4062359044f4ff2830bf3 | diff --git a/src/dependencies.js b/src/dependencies.js
index <HASH>..<HASH> 100644
--- a/src/dependencies.js
+++ b/src/dependencies.js
@@ -3,7 +3,7 @@
const common = require('electron-installer-common')
const dependencyMap = {
- gconf: 'libgconf2-4',
+ gconf: 'libgconf-2-4 | libgconf2-4',
glib2: 'libglib2.0-bi... | fix(dependencies): add support for newer gconf library name (#<I>) | electron-userland_electron-installer-debian | train | js |
efddc0096afc258ffb7020a573395ba0d89cc474 | diff --git a/redis/reply.go b/redis/reply.go
index <HASH>..<HASH> 100644
--- a/redis/reply.go
+++ b/redis/reply.go
@@ -118,7 +118,7 @@ func Uint64(reply interface{}, err error) (uint64, error) {
// Float64 is a helper that converts a command reply to 64 bit float. If err is
// not equal to nil, then Float64 returns... | fix: typo in Float<I> documentation (#<I>)
Correct a cut and past error in the Float<I> documentation which listed the return type as int instead of float<I> | gomodule_redigo | train | go |
349b050fd25b1d3ccfd2a86f565edc8777d42d18 | diff --git a/lib/instrumentation/http-shared.js b/lib/instrumentation/http-shared.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/http-shared.js
+++ b/lib/instrumentation/http-shared.js
@@ -14,7 +14,7 @@ exports.instrumentRequest = function (agent, moduleName) {
return function (orig) {
return function... | fix: improve debug output when detecting incoming http request (#<I>) | elastic_apm-agent-nodejs | train | js |
d894c13718e115412422fb2b8dbaa99386a69d67 | diff --git a/public/app/plugins/panel/graph/graph_tooltip.js b/public/app/plugins/panel/graph/graph_tooltip.js
index <HASH>..<HASH> 100644
--- a/public/app/plugins/panel/graph/graph_tooltip.js
+++ b/public/app/plugins/panel/graph/graph_tooltip.js
@@ -83,7 +83,6 @@ function ($, _) {
// Stacked series can incr... | fix(graph): fixed issue with tooltip introduced in recent commit | grafana_grafana | train | js |
012dd1f72a3cc2218218741feb93ca681cd2644c | diff --git a/lib/lint-messages.js b/lib/lint-messages.js
index <HASH>..<HASH> 100644
--- a/lib/lint-messages.js
+++ b/lib/lint-messages.js
@@ -1,6 +1,6 @@
/** Lint messages, find missing messages and those that are unused */
-const { readFileSync, statSync } = require('fs')
+const { readFileSync, statSync, existsSyn... | feat(messages): check that paths exist, add warning if they do not. | conveyal_mastarm | train | js |
d521f19e49caadb375a260776d518b44a9a24dd9 | diff --git a/benchmarks/server.js b/benchmarks/server.js
index <HASH>..<HASH> 100644
--- a/benchmarks/server.js
+++ b/benchmarks/server.js
@@ -8,17 +8,17 @@ const cluster = require('cluster')
const socketPath = path.join(os.tmpdir(), 'undici.sock')
-try {
- unlinkSync(socketPath)
-} catch (_) {
- // Do not nothi... | fix: only unlink socket on primary bench process | mcollina_undici | train | js |
a51607b276d8959580a9e2dee142180841fe7a2f | diff --git a/synth.py b/synth.py
index <HASH>..<HASH> 100644
--- a/synth.py
+++ b/synth.py
@@ -33,7 +33,7 @@ for version in versions:
"README.rst",
"docs/index.rst",
"docs/conf.py",
- "nox.py",
+ "noxfile.py",
],
)
s.move(library / f"google... | chore: add synth.py to list of ignores (#<I>) | googleapis_dialogflow-python-client-v2 | train | py |
fe0a9f49c5e229c6ab39d0561616260fe05433a3 | diff --git a/anyconfig/backend/properties.py b/anyconfig/backend/properties.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/properties.py
+++ b/anyconfig/backend/properties.py
@@ -147,7 +147,7 @@ def load(stream, to_container=dict, comment_markers=_COMMENT_MARKERS):
>>> load(to_strm("! " + s0))
{}
... | fix: correct a doc test case of empty value in properties backend | ssato_python-anyconfig | train | py |
61e1a1ea1a7c484fa007038ae3267d88c8dfe1e0 | diff --git a/src/addons/dragAndDrop/withDragAndDrop.js b/src/addons/dragAndDrop/withDragAndDrop.js
index <HASH>..<HASH> 100644
--- a/src/addons/dragAndDrop/withDragAndDrop.js
+++ b/src/addons/dragAndDrop/withDragAndDrop.js
@@ -101,8 +101,8 @@ export default function withDragAndDrop(Calendar) {
onStart: PropTyp... | fix: invalid prop-types. (#<I>) | intljusticemission_react-big-calendar | train | js |
b63543996051da65fd97594d7297cfaf5576f1a0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -9,14 +9,22 @@ module.exports = function(options) {
return function posthtmlInclude(tree) {
tree.match({ tag: 'include' }, function(node) {
- var src = node.attrs.src || false,
- conte... | feat: multi includes, close #<I> | posthtml_posthtml-include | train | js |
fe38d6bb59a778cb0e5f2738d4f1ecc43ce70728 | diff --git a/mapillary_tools/process_import_meta_properties.py b/mapillary_tools/process_import_meta_properties.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/process_import_meta_properties.py
+++ b/mapillary_tools/process_import_meta_properties.py
@@ -7,6 +7,7 @@ from tqdm import tqdm
from . import processing
... | fix: version metadata (#<I>) | mapillary_mapillary_tools | train | py |
9bb008f2dcf32fa26b9ac2659a017c841558f756 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -117,7 +117,6 @@ exports.operation = function operation (method, service, defaults = {}) {
operation.consumes = operation.consumes || defaults.consumes || [];
operation.produces = operation.produces || de... | fix: Remove invalid securityDefinitions key from operations
The secirutyDefinitions key should only be persent at the top level, not
for each operation.
<URL> | feathersjs-ecosystem_feathers-swagger | train | js |
c9698f806748e6bfc8a270c688a54f62ae8edd64 | diff --git a/apps/react-redux/components/Link.js b/apps/react-redux/components/Link.js
index <HASH>..<HASH> 100644
--- a/apps/react-redux/components/Link.js
+++ b/apps/react-redux/components/Link.js
@@ -3,7 +3,7 @@ import React, { PropTypes } from 'react';
function Link(props) {
const { name, params, options, rou... | fix: react-redux example, `components/link.js`.
`router.buildUrl()` requires both the name and params to function properly. | router5_router5 | train | js |
92b5ee75145294d62899cfec24e4f4cd81a9387d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -46,13 +46,17 @@ function customize (customOptions) {
};
var poweredAssert = applyEmpower(baseAssert);
poweredAssert.customize = customize;
- var strict = applyEmpower(baseAssert);
- poweredAssert.strict =... | refactor: prefer native `strict` implementation | power-assert-js_power-assert | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.