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 |
|---|---|---|---|---|---|
50c4b560b6efa3f3d4b11c094972426407422e7a | diff --git a/src/swarm.js b/src/swarm.js
index <HASH>..<HASH> 100644
--- a/src/swarm.js
+++ b/src/swarm.js
@@ -20,7 +20,7 @@ module.exports = (common) => {
// CI takes longer to instantiate the daemon,
// so we need to increase the timeout for the
// before step
- this.timeout(20 * 1000)
+ ... | test(swarm): crypto is slow now | ipfs_interface-js-ipfs-core | train | js |
ab4672884fd84ea33626aca452fc0c20c5b081bb | diff --git a/src/cookies-eu-banner.js b/src/cookies-eu-banner.js
index <HASH>..<HASH> 100644
--- a/src/cookies-eu-banner.js
+++ b/src/cookies-eu-banner.js
@@ -169,8 +169,9 @@
* to specify their own transition effects
*/
removeBanner: function (wait) {
+ var banner = document.getElementById('cookie... | feat: Add 'before-remove' class in removeBanner
Allows developer to create hiding-animation before the banner is removed.
Fixes #<I> | Alex-D_Cookies-EU-banner | train | js |
2274878b70bb4d318756a56422d6937b64f9dc04 | diff --git a/src/decorator/data.js b/src/decorator/data.js
index <HASH>..<HASH> 100644
--- a/src/decorator/data.js
+++ b/src/decorator/data.js
@@ -18,7 +18,10 @@ export function data(metaData) {
* @returns {OrmMetadata}
*/
return function(target, propertyName) {
- typeof metaData !== 'object' && logger.er... | fix(decorators): no return | SpoonX_aurelia-orm | train | js |
59a0dd2a932083c155d1022413989d0bf0bcd4bc | diff --git a/src/places.js b/src/places.js
index <HASH>..<HASH> 100644
--- a/src/places.js
+++ b/src/places.js
@@ -71,8 +71,8 @@ export default function places({
autocompleteOptions, {
// https://github.com/algolia/autocomplete.js#sources
source: (query, cb) => client
- .search({query, languag... | chore(hitsPerPage): hitsPerPage is now taken into account | algolia_places | train | js |
65a1f3875cda7f06d3ab47f21362a630d7d0415f | diff --git a/lib/Serverless.js b/lib/Serverless.js
index <HASH>..<HASH> 100644
--- a/lib/Serverless.js
+++ b/lib/Serverless.js
@@ -270,9 +270,8 @@ class Serverless {
}
async run() {
- if (!this.hasResolvedCommandsExternally) {
- // Invoked by older global version. Ensure to have command schema saturated... | fix(CLI): Ensure resolved CLI params are correct in local fallback | serverless_serverless | train | js |
121fd609b7c36a8c8b5dd270bff7fb377d65b18c | diff --git a/src/Charcoal/Admin/Widget/SecondaryMenuWidget.php b/src/Charcoal/Admin/Widget/SecondaryMenuWidget.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Admin/Widget/SecondaryMenuWidget.php
+++ b/src/Charcoal/Admin/Widget/SecondaryMenuWidget.php
@@ -548,7 +548,7 @@ class SecondaryMenuWidget extends AdminWidget... | fix(secondary-menu): fix an issue with display options merging | locomotivemtl_charcoal-admin | train | php |
2c01fd088b45e0ae68531b01cbd9bf4583c08a4f | diff --git a/src/lib/routes/controller.js b/src/lib/routes/controller.js
index <HASH>..<HASH> 100644
--- a/src/lib/routes/controller.js
+++ b/src/lib/routes/controller.js
@@ -9,7 +9,7 @@ const checkPermission = permission => {
if (!permission) {
return next();
}
- if (await req.che... | fix: should only do checkRbac if it exists | Unleash_unleash | train | js |
036ce575fb4504b2772d2fbad20e89bcaee78038 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -126,7 +126,7 @@ function fork(options, callback) {
function keepAlive() {
timeout = setTimeout(function() {
try {
- child.send(MESSAGE);
+ child.send(MESSAGE, util.noop);
... | refactor: handle ipc error | avwo_pfork | train | js,js |
7af51790c3cf21cad378785ae88bbe2b5bb4891e | diff --git a/tests/spec/amd.spec.js b/tests/spec/amd.spec.js
index <HASH>..<HASH> 100644
--- a/tests/spec/amd.spec.js
+++ b/tests/spec/amd.spec.js
@@ -452,5 +452,33 @@ define([
});
req.url.should.eql('http://example.tld/user/john.doe.json?content=post&since=19700101');
});
+
+ // this test is disa... | test(sugar): add test around sugar call
disabled for now due to Sinon issue with AMD. | stephanebachelier_superapi | train | js |
6a99bcc2b11526c38e659cb7905198027d759009 | diff --git a/sphinx_revealjs/builders.py b/sphinx_revealjs/builders.py
index <HASH>..<HASH> 100644
--- a/sphinx_revealjs/builders.py
+++ b/sphinx_revealjs/builders.py
@@ -3,10 +3,12 @@ import copy
import logging
from typing import Any, Dict, List, Tuple
+from sphinx import version_info as sphinx_versoin
from sphin... | fix: Custom-builder accept BuilderEnvironment object | attakei_sphinx-revealjs | train | py |
19a36d4d31c805ab948504e6c1fff345741f5b06 | diff --git a/packages/cozy-pouch-link/src/CozyPouchLink.js b/packages/cozy-pouch-link/src/CozyPouchLink.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-pouch-link/src/CozyPouchLink.js
+++ b/packages/cozy-pouch-link/src/CozyPouchLink.js
@@ -93,6 +93,7 @@ export default class PouchLink extends CozyLink {
async rese... | fix(pouch): Set sync to false on reset | cozy_cozy-client | train | js,js |
97a0ae1eabb78427a0cb5f73dfa4190b1f2d183a | diff --git a/src/webui/app.js b/src/webui/app.js
index <HASH>..<HASH> 100644
--- a/src/webui/app.js
+++ b/src/webui/app.js
@@ -29,26 +29,18 @@ export default class App extends Component {
}
componentDidMount() {
- this.loadLogo();
this.isUserAlreadyLoggedIn();
- this.loadPackages();
+ this.loadOnH... | chore: performance improvement
two await calls, same method, we save one render. | verdaccio_verdaccio | train | js |
e08391660d4fe09e33587ca2a302cc0ee6f1f704 | diff --git a/src/anyconfig/cli.py b/src/anyconfig/cli.py
index <HASH>..<HASH> 100644
--- a/src/anyconfig/cli.py
+++ b/src/anyconfig/cli.py
@@ -177,7 +177,7 @@ def _show_psrs():
_exit_with_output(sep.join([types, exts, cids]))
-def _parse_args(argv):
+def try_parse_args(argv):
"""
Show supported confi... | refactor: rename .cli._parse_args to try_parse_args
Rename .cli._parse_args to try_parse_args to make its purpose and
behavior clearer. | ssato_python-anyconfig | train | py |
45a45739d35f2063c4f49bb907bd9d9f6e5dcb9a | diff --git a/tools/convert.js b/tools/convert.js
index <HASH>..<HASH> 100644
--- a/tools/convert.js
+++ b/tools/convert.js
@@ -92,7 +92,7 @@ function createFolderStructure() {
function createThumbnail(file, filePath) {
gm(filePath)
- .resize(450)
+ .resize(null, 350)
.write(assetBasePath + 'thumbnail/'... | feat(script): improved thumbnails quality for gallery. | BenjaminBrandmeier_angular2-image-gallery | train | js |
d4daf2ced6744bbff5ce6ddd3ff13419783edaa4 | diff --git a/packages/core/src/components/dots/DotsItem.js b/packages/core/src/components/dots/DotsItem.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/components/dots/DotsItem.js
+++ b/packages/core/src/components/dots/DotsItem.js
@@ -59,7 +59,7 @@ DotsItem.propTypes = {
label: PropTypes.oneOfType([PropT... | fix: remove required for labelYOffset in DotsItem
Currently this is causing error when `labelYOffset` is not provided. But since `labelYOffset` has a default value of `-<I>`, we should remove `required`. | plouc_nivo | train | js |
09fc433c0a57219a5e3facceccab535eb4605b8c | diff --git a/__tests__/feed-forward/end-to-end.js b/__tests__/feed-forward/end-to-end.js
index <HASH>..<HASH> 100644
--- a/__tests__/feed-forward/end-to-end.js
+++ b/__tests__/feed-forward/end-to-end.js
@@ -301,7 +301,7 @@ describe('FeedForward Class: End to End', () => {
testCanLearnXOR();
});
});... | fix: End to end GPU test, only run it where it is supported | BrainJS_brain.js | train | js |
a00775e4fd47564e7a403c2e1aea2b25cd5e890b | diff --git a/src/React/Widgets/TextInputWidget/index.js b/src/React/Widgets/TextInputWidget/index.js
index <HASH>..<HASH> 100644
--- a/src/React/Widgets/TextInputWidget/index.js
+++ b/src/React/Widgets/TextInputWidget/index.js
@@ -16,6 +16,7 @@ export default React.createClass({
editing: React.PropTypes.bool,
... | fix(TextInputWidget): Allow input to grab focus when rendered.
Useful for editing a values one-at-a-time in a series. | Kitware_paraviewweb | train | js |
7f8975f99474c8173e38dc53158ed820f7669885 | diff --git a/src/main/menu.js b/src/main/menu.js
index <HASH>..<HASH> 100644
--- a/src/main/menu.js
+++ b/src/main/menu.js
@@ -22,8 +22,8 @@ function createSender(eventName, obj) {
export function authAndPublish(item, focusedWindow) {
const win = new BrowserWindow({ show: false,
w... | fix(GithubAuth): Satisfy the linter. | nteract_nteract | train | js |
c24feb0fcc8153f90ee12c4436115ff3a0f2b1bf | diff --git a/src/requirejs-i18njs.js b/src/requirejs-i18njs.js
index <HASH>..<HASH> 100644
--- a/src/requirejs-i18njs.js
+++ b/src/requirejs-i18njs.js
@@ -1,9 +1,14 @@
define({
version: '0.0.1',
+ // Target our builder for the optimizer.
pluginBuilder: './i18njs-builder',
load: function (name, req, o... | feat: add the raw plugin for development | yoannmoinet_requirejs-i18njs | train | js |
313de8694160c20a952b942400a7cf417e669473 | diff --git a/util/helm/helm.go b/util/helm/helm.go
index <HASH>..<HASH> 100644
--- a/util/helm/helm.go
+++ b/util/helm/helm.go
@@ -37,11 +37,11 @@ type Helm interface {
// NewHelmApp create a new wrapper to run commands on the `helm` command-line tool.
func NewHelmApp(workDir string, repos []HelmRepository, isLocal b... | fix: Prevent possible nil pointer dereference when getting Helm client (#<I>) | argoproj_argo-cd | train | go |
5df55e1e6a7ea13da3b28237e453adae062f97ec | diff --git a/src/lib/CollectStore.js b/src/lib/CollectStore.js
index <HASH>..<HASH> 100644
--- a/src/lib/CollectStore.js
+++ b/src/lib/CollectStore.js
@@ -298,9 +298,12 @@ export default class CollectStore {
const folderId = folder ? folder._id : null
connection.folderId = folderId
if (isOAut... | fix: conditional folderId when creating an account :ambulance: | cozy_cozy-home | train | js |
5ab746a37b6155730c82e9323c719180ea90f54d | diff --git a/src/AlgoliaSearch/Index.php b/src/AlgoliaSearch/Index.php
index <HASH>..<HASH> 100644
--- a/src/AlgoliaSearch/Index.php
+++ b/src/AlgoliaSearch/Index.php
@@ -1414,9 +1414,9 @@ class Index
*
* @return IndexBrowser
*/
- private function doBrowse($query, $params = null)
+ private funct... | feat: Add requestHeaders to Index::browse (fix #<I>) | algolia_algoliasearch-client-php | train | php |
d708b8c57a80edb5d84597574eff65825b8ce424 | diff --git a/tests/dummy/app/components/press-and-hold-button/component.js b/tests/dummy/app/components/press-and-hold-button/component.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/app/components/press-and-hold-button/component.js
+++ b/tests/dummy/app/components/press-and-hold-button/component.js
@@ -1,22 +1,22 @@... | docs: clean up press-and-hold exapmle | machty_ember-concurrency | train | js |
ec15e53439d228ec64cb260e02aeae5cc05c5b2b | diff --git a/git/test/test_git.py b/git/test/test_git.py
index <HASH>..<HASH> 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -65,7 +65,7 @@ class TestGit(TestBase):
def test_it_transforms_kwargs_into_git_command_arguments(self):
assert_equal(["-s"], self.git.transform_kwargs(**{'s': Tru... | fix(test): update to changes. | gitpython-developers_GitPython | train | py |
a515bafa1c5c0e528ea8bf1749b0d2e514917ba8 | diff --git a/packages/cli/src/api/extractors/typescript.js b/packages/cli/src/api/extractors/typescript.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/api/extractors/typescript.js
+++ b/packages/cli/src/api/extractors/typescript.js
@@ -51,7 +51,7 @@ const extractor: ExtractorType = {
]
if (isTsx) {
-... | fix: resolve babel-plugin-syntax-jsx relative to the @lingui/cli package (#<I>)
This fixes an issue where 'babel-plugin-syntax-jsx' cannot be resolved
when using strict package managers such as pnpm or yarn pnp. | lingui_js-lingui | train | js |
3c55de401e83e24a441579b73b7a873794cc26ee | diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb b/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb
index <HASH>..<HASH> 100644
--- a/samcli/local/init/templates/cookiecutter-aws-sam-hell... | fix: Fix context doc URL of Ruby runtime (#<I>) | awslabs_aws-sam-cli | train | rb |
6ba5b055b0b8fdaea37995b6876d3c5bb38a7a56 | diff --git a/lib/gateway/Shard.js b/lib/gateway/Shard.js
index <HASH>..<HASH> 100644
--- a/lib/gateway/Shard.js
+++ b/lib/gateway/Shard.js
@@ -2245,7 +2245,9 @@ class Shard extends EventEmitter {
m.member.id = m.member.user.id;
const guild = this.client.guilds.get(packe... | fix(threads): nullable m.presence in THREAD_MEMBERS_UPDATE (#<I>) | abalabahaha_eris | train | js |
0a8b1c53827869dd854c116f1c593241a384c7be | diff --git a/src/main/index.js b/src/main/index.js
index <HASH>..<HASH> 100644
--- a/src/main/index.js
+++ b/src/main/index.js
@@ -69,8 +69,17 @@ openFile$
log.info('launching an empty notebook by default');
kernelSpecsPromise.then(specs => {
const defaultKernel = 'python3';
- const specLi... | fix(defaultKernel): default to py3, py2, then 1st lexicographically | nteract_nteract | train | js |
dc774eea07b27373ed73810933214117e8bdded0 | diff --git a/modules/TypeDefinitions.js b/modules/TypeDefinitions.js
index <HASH>..<HASH> 100644
--- a/modules/TypeDefinitions.js
+++ b/modules/TypeDefinitions.js
@@ -21,10 +21,7 @@ export type RouteProps = {
path: string,
exact?: boolean,
strict?: boolean,
- state?: NavigationState<{
- path?: string,
- ... | fix(TypeDefinitions): correct RouteProps' state type | winoteam_react-router-navigation | train | js |
a1842033337f9924d37bbeb90a67b9e8a5a3b7b4 | diff --git a/test/functional/mongo_client_tests.js b/test/functional/mongo_client_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/mongo_client_tests.js
+++ b/test/functional/mongo_client_tests.js
@@ -345,7 +345,7 @@ describe('MongoClient', function() {
secondClient.connect(function(err) {
... | test(mongo-client): ensure we are testing the correct client | mongodb_node-mongodb-native | train | js |
b10d51f58d3f9c0cb47df59360a66f700f7d003a | diff --git a/packages/xod-client-electron/src/app/settings.js b/packages/xod-client-electron/src/app/settings.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-electron/src/app/settings.js
+++ b/packages/xod-client-electron/src/app/settings.js
@@ -19,8 +19,11 @@ export const DEFAULT_SETTINGS = {
//
// ========... | chore(xod-client-electron): left some todos about settings validation and error handling | xodio_xod | train | js |
57d02172bf1cd23c10a29023285804c88fb3e3ce | diff --git a/internal/pipe/publish/publish.go b/internal/pipe/publish/publish.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/publish/publish.go
+++ b/internal/pipe/publish/publish.go
@@ -38,13 +38,13 @@ var publishers = []Publisher{
s3.Pipe{},
put.Pipe{},
artifactory.Pipe{},
- brew.Pipe{},
- scoop.Pipe{},
d... | fix: brew and scoop should be last to publish
refs #<I> | goreleaser_goreleaser | train | go |
cadaad3096a599080c031d396b9ca4122e2f48f2 | diff --git a/features/controller/controller.js b/features/controller/controller.js
index <HASH>..<HASH> 100644
--- a/features/controller/controller.js
+++ b/features/controller/controller.js
@@ -22,15 +22,13 @@
}
}
- window.Ractive.fireController = function(name, component, data, el, config, callback, tries)... | fix(contoller): never stop retry calling controller | CodeCorico_ractive-require | train | js |
6f64d4098ed4a890838c6cf43d7a679e6be4ac6c | diff --git a/gitlab/v4/objects/environments.py b/gitlab/v4/objects/environments.py
index <HASH>..<HASH> 100644
--- a/gitlab/v4/objects/environments.py
+++ b/gitlab/v4/objects/environments.py
@@ -48,6 +48,7 @@ class ProjectEnvironmentManager(
_from_parent_attrs = {"project_id": "id"}
_create_attrs = RequiredOp... | fix(cli): add missing list filters for environments | python-gitlab_python-gitlab | train | py |
c639ce5f7b356b60b46a6b5366c31ee5641df41e | diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -130,6 +130,12 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
+ algolia: {
+ appId: 'CYSR91W7SU'... | docs(search): enable search 🚀 (#<I>) | react-native-kit_react-native-track-player | train | js |
b1b94b8f5e7422d6fc9e15098ab06bdc135560ac | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
from shortuuid import __version__
-assert sys.version >= "3.5", "Requires Python v3.5 or above."
+assert sys.version_info >= (3, 5), "Requires Python v3.5 or above."
classifier... | fix: Use sys.version_info since sys.version returns string that interprets <I> as <I> in comparison. (#<I>) | skorokithakis_shortuuid | train | py |
c158d9c3f3930b205b7af2e49658b0680dbebdd7 | diff --git a/test/integration.test.js b/test/integration.test.js
index <HASH>..<HASH> 100644
--- a/test/integration.test.js
+++ b/test/integration.test.js
@@ -71,8 +71,10 @@ test('it retries upon timeout', (done) => {
endpoint: `http://localhost:${socketServer.address().port}`,
sourceMap: `${__dirname}/fi... | test: Ensure all sockets are closed so test process terminates | bugsnag_bugsnag-sourcemaps | train | js |
b1df91c06ea800a55f1fbcb127c73e267672fadd | diff --git a/interpreter/index.js b/interpreter/index.js
index <HASH>..<HASH> 100644
--- a/interpreter/index.js
+++ b/interpreter/index.js
@@ -122,6 +122,18 @@ Interpreter.prototype.state = function() {
};
};
+/**
+ * Return a snapshot of any outputs that may have been logged
+ * to the interpreter.
+ *
+ * @me... | feat: Add getter for the console output | matthewtoast_runiq | train | js |
adedb801d28aa3f9972262353ea0ebd309f84884 | diff --git a/providers/AllyProvider.js b/providers/AllyProvider.js
index <HASH>..<HASH> 100644
--- a/providers/AllyProvider.js
+++ b/providers/AllyProvider.js
@@ -33,7 +33,7 @@ class AllyProvider extends ServiceProvider {
* @return {void}
*/
_registerManager () {
- this.app.manager('Adonis/Addons/Ally', (... | fix(provider): bind manager to ioc.manager | adonisjs_adonis-ally | train | js |
210d5584732e90b192a488133e23e3769257f13a | diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/DatapathConfiguration.go
+++ b/test/k8sT/DatapathConfiguration.go
@@ -550,7 +550,8 @@ var _ = Describe("K8sDatapathConfig", func() {
})
Context("Etcd", func() {
- It("Check connectivit... | test: Disable flaky etcd test
Disable on all pipelines except for K8s <I>/Linux net-next, since the
test never flaked on that one so far. | cilium_cilium | train | go |
4e15e8ba350db256b39417a307e0db3a8a8c1c13 | diff --git a/lib/RpcConnector.php b/lib/RpcConnector.php
index <HASH>..<HASH> 100644
--- a/lib/RpcConnector.php
+++ b/lib/RpcConnector.php
@@ -130,7 +130,7 @@ class RpcConnector
if ($json === false) {
throw new Exception(
- 'Can\'t get response from Perun. Call: ' . $uri . ', Para... | fix: typo in RpcConnector | CESNET_perun-simplesamlphp-module | train | php |
6d84287c5db1e305eaa13632159cc73a740a4e42 | diff --git a/squad/ci/backend/null.py b/squad/ci/backend/null.py
index <HASH>..<HASH> 100644
--- a/squad/ci/backend/null.py
+++ b/squad/ci/backend/null.py
@@ -55,8 +55,18 @@ class Backend(object):
assumed that the job has been properly submited before, i.e. it has a
proper id.
- The return va... | ci: document exceptions that can be raised when fetchings | Linaro_squad | train | py |
d85bfedbd06c2a2a5dd11ebcbbcf9ca9256f59af | diff --git a/src/mink.js b/src/mink.js
index <HASH>..<HASH> 100644
--- a/src/mink.js
+++ b/src/mink.js
@@ -165,17 +165,15 @@ class Mink {
registerHooks(cucumber, driver) {
cucumber.registerHandler('BeforeFeatures', (event, done) =>
driver.init()
- .then(() => (
- driver.setViewportSize(dr... | fix(mink): print error and exit inside before and after handlers | Adezandee_cucumber-mink | train | js |
723465fc0e920935ae4b6c7005c9680f96e7a211 | diff --git a/bingo/models.py b/bingo/models.py
index <HASH>..<HASH> 100644
--- a/bingo/models.py
+++ b/bingo/models.py
@@ -40,7 +40,7 @@ class Word(models.Model):
"""
word = models.CharField(max_length=255, unique=True)
is_middle = models.BooleanField(default=False)
- site = models.ManyToManyField(Sit... | fix: allow Word.site to be empty, so a Word can be disabled | allo-_django-bingo | train | py |
f1def0865de237f5acca4f6be6afca96ff9521f2 | diff --git a/packages/tpl-service/src/app.js b/packages/tpl-service/src/app.js
index <HASH>..<HASH> 100644
--- a/packages/tpl-service/src/app.js
+++ b/packages/tpl-service/src/app.js
@@ -23,7 +23,7 @@ import { someMid } from "./middlewares";
const app = new Koa2();
const router = new Router({ prefix: BASE });
const ... | fix(tpl-service): openapi.yml | 36node_sketch | train | js |
1b1ccabaeb06d235f9702cf1312296e76bf5f994 | diff --git a/test/runner/config.js b/test/runner/config.js
index <HASH>..<HASH> 100644
--- a/test/runner/config.js
+++ b/test/runner/config.js
@@ -123,7 +123,7 @@ class NativeConfiguration {
return new core.Mongos([{ host, port }], options);
}
- return core.Server(host, port, options);
+ return new ... | test: ensure `newTopology` creates new topoliges for single servers | mongodb_node-mongodb-native | train | js |
752b3cf90e5c4f3f84ebdbfdf1350d27f0d86a1b | diff --git a/webapps/client/scripts/filter/directives/cam-tasklist-filters.js b/webapps/client/scripts/filter/directives/cam-tasklist-filters.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/filter/directives/cam-tasklist-filters.js
+++ b/webapps/client/scripts/filter/directives/cam-tasklist-filters.js
@@ -5... | fix(filter): keep the focus when filters are reloaded
Related to: CAM-<I> | camunda_camunda-bpm-platform | train | js |
6de37ef6e9ff1355322e2beec0779363ef6dbbf3 | diff --git a/views/cypress/support/resourceTree.js b/views/cypress/support/resourceTree.js
index <HASH>..<HASH> 100644
--- a/views/cypress/support/resourceTree.js
+++ b/views/cypress/support/resourceTree.js
@@ -97,6 +97,7 @@ Cypress.Commands.add('moveClassFromRoot', (
.get(`${rootSelector} a`)
.first(... | feat: add wait for editClassLabel in moveClassToRoot | oat-sa_tao-core | train | js |
7684ec2e216da42f16daa1afad3ddcdc8a291ab3 | diff --git a/packages/react-enty/src/util/Hash.js b/packages/react-enty/src/util/Hash.js
index <HASH>..<HASH> 100644
--- a/packages/react-enty/src/util/Hash.js
+++ b/packages/react-enty/src/util/Hash.js
@@ -12,8 +12,7 @@ function hashCode(str: string, max?: number): number {
return Math.abs(max ? hash % max : hash... | fix: reqestionActionName should be defined when creating hocks | blueflag_enty | train | js,js |
6a464770ddc4c6a024e00b9544b192391e2427c5 | diff --git a/packages/cozy-stack-client/src/KonnectorCollection.js b/packages/cozy-stack-client/src/KonnectorCollection.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-stack-client/src/KonnectorCollection.js
+++ b/packages/cozy-stack-client/src/KonnectorCollection.js
@@ -13,10 +13,6 @@ class KonnectorCollection exte... | fix: Find method was used for KonnectorCollection | cozy_cozy-client | train | js |
2691a4b89729a88c06601ecc70a659b40e37b582 | diff --git a/src/Leevel/Cache/Redis/PhpRedis.php b/src/Leevel/Cache/Redis/PhpRedis.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Cache/Redis/PhpRedis.php
+++ b/src/Leevel/Cache/Redis/PhpRedis.php
@@ -136,7 +136,7 @@ class PhpRedis implements IRedis
*/
public function delete(string $name): void
{
- ... | fix(test): try to fix `Function Redis::delete() is deprecated` | hunzhiwange_framework | train | php |
8c9ff3d106a8ed127dc2927f9c21c5ee3d88009b | diff --git a/client/subscriptions/forms/credit-card-form.js b/client/subscriptions/forms/credit-card-form.js
index <HASH>..<HASH> 100644
--- a/client/subscriptions/forms/credit-card-form.js
+++ b/client/subscriptions/forms/credit-card-form.js
@@ -39,11 +39,12 @@ const CreditCardForm = ({
<b className='block ... | fix(subscriptions): card's data keys to snake case fix #<I> | nossas_bonde-client | train | js |
4f8a371a3068434733380bed41e1069977d3bd51 | diff --git a/rules/end-event-required.js b/rules/end-event-required.js
index <HASH>..<HASH> 100644
--- a/rules/end-event-required.js
+++ b/rules/end-event-required.js
@@ -15,7 +15,7 @@ module.exports = utils => {
}
function check(node, reporter) {
- if (is(node, 'Process')) {
+ if (is(node, 'bpmn:Process'... | chore(rules): assert for full name | bpmn-io_bpmnlint | train | js |
dc149493c36564b8892f09167134fd31c7e155e9 | diff --git a/glooey/drawing/color.py b/glooey/drawing/color.py
index <HASH>..<HASH> 100644
--- a/glooey/drawing/color.py
+++ b/glooey/drawing/color.py
@@ -32,9 +32,9 @@ class Color:
def from_str(str):
# If the given string is to the name of a known color, return that
# color. Otherwise, treat t... | fix: correct how named colors are looked up | kxgames_glooey | train | py |
a09be7cb30400c8d6a6a4aa815de47d35693c1a3 | diff --git a/src/Services/ViewableService.php b/src/Services/ViewableService.php
index <HASH>..<HASH> 100644
--- a/src/Services/ViewableService.php
+++ b/src/Services/ViewableService.php
@@ -281,7 +281,7 @@ class ViewableService implements ViewableServiceContract
}
/**
- * Fetch records sorted by views ... | refactor: rename method name and update DocBlocks | cyrildewit_eloquent-viewable | train | php,php |
aa5b60f70b3ee9d3c5ca30342e3b55dc76d1ab74 | diff --git a/react/ReadMore/ReadMore.js b/react/ReadMore/ReadMore.js
index <HASH>..<HASH> 100644
--- a/react/ReadMore/ReadMore.js
+++ b/react/ReadMore/ReadMore.js
@@ -29,7 +29,8 @@ type Props = {|
maxRows?: number,
moreLabel: string,
lessLabel: string,
- backgroundComponentName?: 'card' | 'body'
+ background... | feat(ReadMore): Add 'onShowMore' event handler prop (#<I>)
* feat(ReadMore): Adds onShowMore event prop
* feat(ReadMore): Makes onShowMore part of async setState callback | seek-oss_seek-style-guide | train | js |
c092ec41a5ca48db27bce769ebc8c4138922fad8 | diff --git a/src/View/Helper/BreadcrumbsHelper.php b/src/View/Helper/BreadcrumbsHelper.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/BreadcrumbsHelper.php
+++ b/src/View/Helper/BreadcrumbsHelper.php
@@ -34,7 +34,7 @@ class BreadcrumbsHelper extends CoreBreadcrumbsHelper
*/
public function render(arra... | refactor: simplify adding of attributes array | FriendsOfCake_bootstrap-ui | train | php |
145bcdaf71752f504cb74ae830c9cbd11b7893c6 | diff --git a/test/globals.js b/test/globals.js
index <HASH>..<HASH> 100644
--- a/test/globals.js
+++ b/test/globals.js
@@ -5,7 +5,7 @@ module.exports = {
abortOnAssertionFailure: false,
before (done) {
- server.start(driver.start)
+ server.start(() => driver.start())
console.log('✔ servers started'... | test(selenium): explicit callback to ensure selenium is always started | ahmadnassri_nightwatch-accessibility | train | js |
1abae825e7307aaa76d3cf396aa2b2db8389c855 | diff --git a/lib/manager.js b/lib/manager.js
index <HASH>..<HASH> 100755
--- a/lib/manager.js
+++ b/lib/manager.js
@@ -29,10 +29,25 @@ exports.manager = function (manager, options) {
kronosService.update(1000);
});
- manager.consul = {
- services: {},
- nodes: {}
- };
+ const protoShutd... | fix: do not overwrite shutdown() of original manager use Object.create() properties instead | Kronos-Integration_kronos-service-consul | train | js |
9cc3e0d827a85b7e86b6fa5ec0a9c5a2deef8286 | diff --git a/src/itk-js-cli.js b/src/itk-js-cli.js
index <HASH>..<HASH> 100755
--- a/src/itk-js-cli.js
+++ b/src/itk-js-cli.js
@@ -126,11 +126,13 @@ program
.action(build)
.option('-i, --image <image>', 'build environment Docker image, defaults to insighttoolkit/itk-js')
-program
- .command('test <sourceDir>')... | fix(itk-js-cli): Disable test command -- more work is needed to work with inputs | InsightSoftwareConsortium_itk-js | train | js |
87bced577568f8ce027f5094ac48e7c6557a5399 | diff --git a/src/sagemaker/model_monitor/model_monitoring.py b/src/sagemaker/model_monitor/model_monitoring.py
index <HASH>..<HASH> 100644
--- a/src/sagemaker/model_monitor/model_monitoring.py
+++ b/src/sagemaker/model_monitor/model_monitoring.py
@@ -49,7 +49,6 @@ _DEFAULT_MONITOR_IMAGE_REGION_ACCOUNT_MAPPING = {
... | fix: correct Model Monitor eu-west-3 image name. (#<I>) | aws_sagemaker-python-sdk | train | py |
d5fecc34bd521cbaa7080b697d7745f4fabb4119 | diff --git a/tests/utils/httpd.py b/tests/utils/httpd.py
index <HASH>..<HASH> 100644
--- a/tests/utils/httpd.py
+++ b/tests/utils/httpd.py
@@ -17,8 +17,11 @@ class ETagHandler(SimpleHTTPRequestHandler):
SimpleHTTPRequestHandler.end_headers(self)
-class StaticFileServer():
+class StaticFileServer:
+ __se... | test: httpd: add lock for server | iterative_dvc | train | py |
80d0756cfd4257d8696510b3eb6fb5e9efe24a23 | diff --git a/src/Button/Button.js b/src/Button/Button.js
index <HASH>..<HASH> 100644
--- a/src/Button/Button.js
+++ b/src/Button/Button.js
@@ -157,6 +157,9 @@ const styles = theme => ({
const setThemeForSelector = (colors, outlineOffset) => ({
background: colors.background,
+ ...(colors.textDec... | feat(Button): added text-decoration support | rambler-digital-solutions_rambler-ui | train | js |
80078d9526528c0ee7ed745b75595c7274a907f4 | diff --git a/lib/Connection.js b/lib/Connection.js
index <HASH>..<HASH> 100644
--- a/lib/Connection.js
+++ b/lib/Connection.js
@@ -132,6 +132,8 @@ class Connection extends EventEmitter {
this._closeCallback = null;
}
this._transport.removeAllListeners();
+ // If transport throws any error at this po... | fix(Connection): swallow all the ws errors after connection's closed (#<I>)
Since ws is closing asynchronously and can yield errors while closing,
we should keep swallowing ws errors after the `ws.close()` method
is called. | GoogleChrome_puppeteer | train | js |
64d68f3cda1ee4d5efb627791f61250107bc765b | diff --git a/packages/bonde-admin-canary/src/services/auth/session.js b/packages/bonde-admin-canary/src/services/auth/session.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/services/auth/session.js
+++ b/packages/bonde-admin-canary/src/services/auth/session.js
@@ -3,9 +3,12 @@ import { CrossStorag... | chore(session): adds a longer timeout for slowers network | nossas_bonde-client | train | js |
5dee0bc1232c33750e86061c7fbbe74e9f5cfb8d | diff --git a/src/Leevel/Database/Database.php b/src/Leevel/Database/Database.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Database.php
+++ b/src/Leevel/Database/Database.php
@@ -5,7 +5,6 @@ declare(strict_types=1);
namespace Leevel\Database;
use Closure;
-use Exception;
use Generator;
use Leevel\Cach... | refactor(database): Code poem | hunzhiwange_framework | train | php |
22b15fff2351bb55677f63ec1c05f243a2d5872d | diff --git a/app/src/sessions/calibration-check/constants.js b/app/src/sessions/calibration-check/constants.js
index <HASH>..<HASH> 100644
--- a/app/src/sessions/calibration-check/constants.js
+++ b/app/src/sessions/calibration-check/constants.js
@@ -66,7 +66,7 @@ export const checkCommands = {
export const CHECK_TR... | fix(app): calcheck: fix display of bad deck transform (#<I>)
Looks like 2bb<I>a<I>d<I>da<I>c<I>bcf<I>a3 accidentally changed
the value for a bad deck transform value from the api, might have been
an overzealous find and replace. This value should match the value in
opentrons.calibration.helper_classes | Opentrons_opentrons | train | js |
789cc037a38cf5c55e738cb885873ebc973326c0 | diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -93,7 +93,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateAuthor: true,
show... | docs: Changes explanation text to match example (#<I>)
* Changes explanation text to match example
* Updates edit url to match repo main branch name | htmlhint_HTMLHint | train | js |
32de90c68f2b0cf378730696094b5c00617f2b3d | diff --git a/packages/site/pages/components/badge.js b/packages/site/pages/components/badge.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/badge.js
+++ b/packages/site/pages/components/badge.js
@@ -39,7 +39,9 @@ export default withServerProps(_ => (
PropTypes.union(Badge.appearances),
... | refactor(site): add mention of badge.appearances to proptypes table | pluralsight_design-system | train | js |
cdc5fe2e715335d5c15d60891900f8a477a30bcb | diff --git a/agent/state.go b/agent/state.go
index <HASH>..<HASH> 100644
--- a/agent/state.go
+++ b/agent/state.go
@@ -81,11 +81,6 @@ func (self *AgentState) DropPeersJob(jobName string) {
}
func (self *AgentState) TrackOffer(offer job.JobOffer) {
- if _, ok := self.GetOffer(offer.Job.Name); ok {
- log.V(2).Infof(... | fix(agent): Allow AgentState to overwrite tracked JobOffer | coreos_fleet | train | go |
5303c16e9791b4982d68047279b91aebe2a434c5 | diff --git a/lib/cangrejo/support/launcher.rb b/lib/cangrejo/support/launcher.rb
index <HASH>..<HASH> 100644
--- a/lib/cangrejo/support/launcher.rb
+++ b/lib/cangrejo/support/launcher.rb
@@ -14,7 +14,7 @@ module Cangrejo
def launch
gem_path = File.join(@path, 'Gemfile')
# TODO: for some reason,... | feat(launcher): makes crawler server run in no-reload mode | platanus_cangrejo-gem | train | rb |
330d688ddf4b3a67ba7afd76ff879832d6c87832 | diff --git a/examples/Basic/src/index.js b/examples/Basic/src/index.js
index <HASH>..<HASH> 100644
--- a/examples/Basic/src/index.js
+++ b/examples/Basic/src/index.js
@@ -32,7 +32,7 @@ export default () => (
component={() => (
<View style={styles.container}>
<Text>Yolo</Text>
- ... | fix(Basic): :boom: | winoteam_react-router-navigation | train | js |
dd4eccf61823903b5d25a6a9e1d852aa35e534cb | diff --git a/lib/config/presets.js b/lib/config/presets.js
index <HASH>..<HASH> 100644
--- a/lib/config/presets.js
+++ b/lib/config/presets.js
@@ -47,6 +47,13 @@ async function resolveConfigPresets(
try {
fetchedPreset = await getPreset(preset);
} catch (err) {
+ // istanbul ignore... | fix(presets): pass platform-failure up | renovatebot_renovate | train | js |
8d188536ee6571e391224946069c63b090566efa | diff --git a/lib/compiler.js b/lib/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compiler.js
+++ b/lib/compiler.js
@@ -173,7 +173,9 @@ function logSnapshotWarningMessage($logger) {
function stopWebpackForPlatform(platform) {
const webpackProcess = webpackProcesses[platform];
- webpackProcess.kill("SIGINT... | fix: fix "Cannot read property 'kill' of undefined" error (#<I>)
`Cannot read property 'kill' of undefined` is thrown when `ctrl+c` is clicked too early when webpack process is started but still not persisted | NativeScript_nativescript-dev-webpack | train | js |
c7a4421715fc8d86c2a4a67366459e421f4b54d9 | diff --git a/bash_completions.go b/bash_completions.go
index <HASH>..<HASH> 100644
--- a/bash_completions.go
+++ b/bash_completions.go
@@ -134,7 +134,7 @@ __%[1]s_handle_go_custom_completion()
$filteringCmd
elif [ $((directive & shellCompDirectiveFilterDirs)) -ne 0 ]; then
# File completion for d... | fix: typo in {bash,zsh}_completions.go (#<I>)
* Fix typo in bash_completions.go
* Fix the same typo in zsh_completions.go | spf13_cobra | train | go,go |
3f6068634cd6c4102fc463dc2d879980f14e0ecb | diff --git a/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js b/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/webex-core/src/lib/services/service-catalog.js
+++ b/packages/node_modules/@webex/webex-co... | feat(webex-core): create catalog cleaning method
Create a method that cleans the current collected
service host and url data. | webex_spark-js-sdk | train | js |
0911996b08c181adb9da416142b62ad0a5ff96d8 | diff --git a/views/js/qtiCreator/widgets/component/minMax/minMax.js b/views/js/qtiCreator/widgets/component/minMax/minMax.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/widgets/component/minMax/minMax.js
+++ b/views/js/qtiCreator/widgets/component/minMax/minMax.js
@@ -348,7 +348,7 @@ define([
... | fix: Proposal to fix regresion | oat-sa_extension-tao-itemqti | train | js |
ec66adf00936420808844a80fa1e1e06837c58d0 | diff --git a/test/k8sT/Updates.go b/test/k8sT/Updates.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Updates.go
+++ b/test/k8sT/Updates.go
@@ -2,6 +2,7 @@ package k8sTest
import (
"fmt"
+ "os"
"path/filepath"
"strconv"
"strings"
@@ -89,12 +90,15 @@ var _ = Describe("K8sUpdates", func() {
ExpectAllPodsTerm... | test: Skip update test when running w/ third-host and w/o kube-proxy
The test fetches old vsn of cilium DS from GH which does not have
affinity which prevents cilium-agent from being scheduled on the third
host.
Also, <I> (=stable) doesn't implement the kube-proxy functionality. | cilium_cilium | train | go |
feece27b809438b471a903df2f6b2f8fb3ea9309 | diff --git a/apps/actor-web/src/app/index.js b/apps/actor-web/src/app/index.js
index <HASH>..<HASH> 100644
--- a/apps/actor-web/src/app/index.js
+++ b/apps/actor-web/src/app/index.js
@@ -17,14 +17,16 @@ const RouteHandler = Router.RouteHandler;
const ActorInitEvent = 'concurrentActorInit';
-crosstab.on(ActorInitEv... | fix(web): don't crosstab if not supported | actorapp_actor-platform | train | js |
3df06b3ef1ba54388285468f530598908e789f3d | diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100755
--- a/cli.js
+++ b/cli.js
@@ -121,7 +121,7 @@ function retrieveCache() {
if (!cache) {
cache = new Cache({
cacheName: "ntl-rerun-cache",
- cwd: rerunCache || process.env.NTL_RERUN_CACHE,
+ cwd: rerunCache || process.env.NTL_RERUN_CACHE_DIR,
max: ... | chore: renamed NTL_RERUN_CACHE -> NTL_RERUN_CACHE_DIR | ruyadorno_ntl | train | js,js |
330669bba3045ce6f4d3fc2e18cc0482e8ade554 | diff --git a/src/pandas_profiling/config.py b/src/pandas_profiling/config.py
index <HASH>..<HASH> 100644
--- a/src/pandas_profiling/config.py
+++ b/src/pandas_profiling/config.py
@@ -2,11 +2,8 @@
from enum import Enum
from typing import Any, Dict, List, Optional
-import matplotlib
from pydantic import BaseModel, B... | fix: omit setting of mpl backend | pandas-profiling_pandas-profiling | train | py |
19510e350cb7a8e0cf70b749ee8c0b3c5def2d7f | diff --git a/lib/client/template_engine.js b/lib/client/template_engine.js
index <HASH>..<HASH> 100644
--- a/lib/client/template_engine.js
+++ b/lib/client/template_engine.js
@@ -92,7 +92,7 @@ module.exports = function(ss,options) {
if (typeof mod === 'function') {
engine = mod(ss, config, options);
... | fix(templates): bug with old template engines getting passed root rather than socketstream api | socketstream_socketstream | train | js,js |
b5ce88fe87038c65d2263582671e20531c6386ae | diff --git a/docs/ex2rst.py b/docs/ex2rst.py
index <HASH>..<HASH> 100644
--- a/docs/ex2rst.py
+++ b/docs/ex2rst.py
@@ -99,8 +99,8 @@ for i,line in enumerate(lines):
# code
else:
if not incode:
- output.append('')
- output.append(' >>> %s' % line)
+ output.extend(('', '... | docs: minor change to example syntax [ci skip] | gwpy_gwpy | train | py |
13c5372ae3a6e76594ef77bc34e77bfa3275c51d | diff --git a/packages/dna-idom/test/observer.spec.js b/packages/dna-idom/test/observer.spec.js
index <HASH>..<HASH> 100644
--- a/packages/dna-idom/test/observer.spec.js
+++ b/packages/dna-idom/test/observer.spec.js
@@ -31,9 +31,9 @@ describe('Unit: IDOM observer', () => {
IDOM.patch(WRAPPER, render, { show... | test: fix IDOM observer test for not observed attribute | chialab_dna | train | js |
0966b266e01ab27dc03e6c198a70200e33558d16 | diff --git a/balance.go b/balance.go
index <HASH>..<HASH> 100644
--- a/balance.go
+++ b/balance.go
@@ -18,7 +18,7 @@ type MultiBalanceResponse struct {
} `json:"balances"`
}
-// GetECBalance returns the balance in factoshi (factoid * 1e8) of a given Entry
+// GetECBalance returns the Entry Credit balance of a give... | fix: GetECBalance method documentation (#<I>) | FactomProject_factom | train | go |
f9f0141abf2af5b42364b5b7fef5d2c7aa56f4c4 | diff --git a/lib/create-espower-visitor.js b/lib/create-espower-visitor.js
index <HASH>..<HASH> 100644
--- a/lib/create-espower-visitor.js
+++ b/lib/create-espower-visitor.js
@@ -76,7 +76,6 @@ function exitNodePath (nodePath, pluginPass, esTreePath, options, babel) {
}
if (isTreeModified) {
nodePath.... | chore(babel-plugin-espower): does not have to skip since generated parent node will be skipped on revisit | power-assert-js_babel-plugin-espower | train | js |
6dac4c2bd339467663d772d698e6be27a3965022 | diff --git a/BigQuery/tests/System/ManageDatasetsTest.php b/BigQuery/tests/System/ManageDatasetsTest.php
index <HASH>..<HASH> 100644
--- a/BigQuery/tests/System/ManageDatasetsTest.php
+++ b/BigQuery/tests/System/ManageDatasetsTest.php
@@ -120,6 +120,7 @@ class ManageDatasetsTest extends BigQueryTestCase
$encry... | test: set correct location for KeyManager (#<I>) | googleapis_google-cloud-php | train | php,php |
166db0755b1a38ddc62b295ca1b22ef68745c154 | diff --git a/id.go b/id.go
index <HASH>..<HASH> 100644
--- a/id.go
+++ b/id.go
@@ -10,11 +10,11 @@ import (
// IDLength is the exact length a string (or a byte slice representing it) must have in order to be decoded into a valid ID.
const IDLength = 16
-// ErrInvalidID is the error thrown to notify invalid IDs.
+//... | chore(id): update error comments for ids | influxdata_influxdb | train | go |
df3411a46c600b8374827f2ad30a973ed2996728 | diff --git a/packages/website/builder/builder/extractMarkdownFiles.js b/packages/website/builder/builder/extractMarkdownFiles.js
index <HASH>..<HASH> 100644
--- a/packages/website/builder/builder/extractMarkdownFiles.js
+++ b/packages/website/builder/builder/extractMarkdownFiles.js
@@ -52,7 +52,7 @@ module.exports = fu... | docs(website): point to next on edit instead of master | cerebral_cerebral | train | js |
4458d143139363e49e9dfb9440374b12661a2710 | diff --git a/src/View.php b/src/View.php
index <HASH>..<HASH> 100644
--- a/src/View.php
+++ b/src/View.php
@@ -233,6 +233,7 @@ class View extends PhalconView implements ServiceAwareInterface
$resourcePath = '/' . $assetsOptions['assets_dir'] . '/';
$compiledPath = '/' . $assetsOptions['compiled_dir'] ... | feat(assets): sort resources by index [ci skip] | phwoolcon_phwoolcon | train | php |
f8ae58169231333100f291153d1ed32c8888be3a | diff --git a/tests/test_create_app.py b/tests/test_create_app.py
index <HASH>..<HASH> 100644
--- a/tests/test_create_app.py
+++ b/tests/test_create_app.py
@@ -31,7 +31,7 @@ def test_create_app_to_file(mocker):
(fd, filename) = tempfile.mkstemp(text=True)
test_create_app(mocker, to_file=filename)
- with o... | fix: os.open cannot handle file descriptors on python 2.x | halcy_Mastodon.py | train | py |
651144752533ffde5d651cd19663fb4b9983b77a | diff --git a/bin/bundle-globals.js b/bin/bundle-globals.js
index <HASH>..<HASH> 100644
--- a/bin/bundle-globals.js
+++ b/bin/bundle-globals.js
@@ -6,7 +6,7 @@
* to the `global-bundle.js`.
*/
-const { rollup: _rollup }= require('rollup')
+const { rollup } = require('rollup')
const { nodeResolve: resolve } = requ... | refactor(bundle): rename _rollup to rollup | SoftwareBrothers_admin-bro | train | js |
c9c22ed08002207fbe665348ab48d1807085feb4 | diff --git a/src/api/web/api.js b/src/api/web/api.js
index <HASH>..<HASH> 100644
--- a/src/api/web/api.js
+++ b/src/api/web/api.js
@@ -127,9 +127,6 @@ module.exports = function(config, auth, storage) {
} else {
next(HTTPError[err.message ? 401 : 500](err.message));
}
-
- let base = Utils.com... | fix: :bug: remove wrong code added in merge cause app crash | verdaccio_verdaccio | train | js |
d553a250ee58bf232019fc75cd2b56b1649c8c00 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -65,6 +65,7 @@ module.exports = function(config) {
browsers: browsers,
customLaunchers: customLaunchers,
singleRun: true,
+ concurrency: 3,
webpack: {
devtool: 'inline-source... | fix(karma): set concurrency | pine_arraybuffer-loader | train | js |
bd273eccb673c6d950db114d32aec776a8708769 | diff --git a/domains/domains.go b/domains/domains.go
index <HASH>..<HASH> 100644
--- a/domains/domains.go
+++ b/domains/domains.go
@@ -1,3 +1,4 @@
+// Package domains provides methods for managing an app's domains.
package domains
import ( | docs(domains): Add godoc for domains package (#<I>) | deis_controller-sdk-go | train | go |
7b69eb20b268280dcd535e92067c5a11b402c0b4 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -100,6 +100,7 @@ var requestAction = function (options, params, callback) {
data = JSON.parse(data);
} catch (err) {
callback(err);
+ return;
}... | fix: request.js
fix: Cannot read property 'length' of undefined | yeezon_yhsd-api-node | train | js |
db15bbbb14b6ce9c362a3bcd2bc396f7bee39409 | diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb
index <HASH>..<HASH> 100644
--- a/config/initializers/assets.rb
+++ b/config/initializers/assets.rb
@@ -3,7 +3,7 @@
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
... | feat: compile tinymce assets rather than copy | owen2345_camaleon-cms | train | rb |
3bf883d39f8262001a6b5f926f72ad5252b7f4d1 | diff --git a/src/backend/vuex.js b/src/backend/vuex.js
index <HASH>..<HASH> 100644
--- a/src/backend/vuex.js
+++ b/src/backend/vuex.js
@@ -117,7 +117,8 @@ export function initVuexBackend (hook, bridge) {
// Get most recent snapshot for target index
// for faster replay
let snapshot
- for (const s of s... | fix: time-trabel to base state | vuejs_vue-devtools | train | js |
27e8fcda389a3cd4c3de142731dadc85126e2226 | diff --git a/history/package.json b/history/package.json
index <HASH>..<HASH> 100644
--- a/history/package.json
+++ b/history/package.json
@@ -25,6 +25,7 @@
"@cycle/xstream-adapter": "^3.0.3",
"@cycle/xstream-run": "^3.1.0",
"assert": "^1.4.1",
+ "es6-promise": "^3.2.1",
"most": "^1.0.1",
"r... | test(history): use ES6 Promise polyfill for most.js tests | cyclejs_cyclejs | train | json,js,js |
d78ed6b967291a2fe317afdda07ef2fea901b55d | diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration_spec.rb
+++ b/spec/integration_spec.rb
@@ -399,7 +399,7 @@ class WithSlave < ActiveRecord::Base
end
# Ensure the index is indeed using slaves
- algolia_index.set_settings({slaves: ['WithSlave_sla... | test(WithSlave): use old symbol hash syntax for compatibility | algolia_algoliasearch-rails | train | rb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.