code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/web/RecipeWaiter.js b/src/web/RecipeWaiter.js @@ -26,7 +26,6 @@ var RecipeWaiter = function(app, manager) {
RecipeWaiter.prototype.initialiseOperationDragNDrop = function() {
var recList = document.getElementById("rec-list");
-
// Recipe list
Sortable.create(recList, {
group: "recipe",
@@ -45,7 +44,9 @... | 2 |
diff --git a/packages/gatsby-image/src/index.js b/packages/gatsby-image/src/index.js @@ -89,7 +89,7 @@ const isWebpSupported = () => {
const noscriptImg = props => {
const {
- opacity = ``,
+ opacity = `1`,
src,
srcSet,
sizes = ``,
@@ -97,9 +97,9 @@ const noscriptImg = props => {
alt = ``,
width = ``,
height = ``,
- tr... | 12 |
diff --git a/src/encoded/commands/generate_ontology.py b/src/encoded/commands/generate_ontology.py @@ -364,7 +364,25 @@ slim_shims = {
'EFO:0007601': 'spinal cord',
'EFO:0005480': 'spleen',
'EFO:0005912': 'uterus',
- 'EFO:0005718': 'uterus'
+ 'EFO:0005718': 'uterus',
+ 'EFO:0005284': 'blood',
+ 'EFO:0002869': 'bone ele... | 0 |
diff --git a/pagerenderer/vue/ui.apps/src/main/content/jcr_root/apps/pagerender/vue/components/placeholder/template.vue b/pagerenderer/vue/ui.apps/src/main/content/jcr_root/apps/pagerender/vue/components/placeholder/template.vue #L%
-->
<template>
- <div v-if="isEditMode" style="border: 1px solid #c0c0c0; clear: both; ... | 7 |
diff --git a/packages/app/src/styles/_on-edit.scss b/packages/app/src/styles/_on-edit.scss @@ -181,6 +181,12 @@ body.on-edit {
}
}
+ .grw-copy-dropdown {
+ .btn-copy {
+ padding: 3px !important; // overwrite padding
+ }
+ }
+
&.builtin-editor {
/*****************
* Editor styles
| 12 |
diff --git a/test/context/directory/pages.test.js b/test/context/directory/pages.test.js @@ -33,36 +33,45 @@ const pagesTarget = [
];
describe('#directory context pages', () => {
- it('should process pages even without error_page HTML file', async () => {
- const repoDir = path.join(testDataDir, 'directory', 'pages4');... | 10 |
diff --git a/app/collections/create-form.cjsx b/app/collections/create-form.cjsx @@ -32,12 +32,12 @@ module.exports = React.createClass
}
apiClient.type('collections').create(collection).save()
- .catch (e) =>
- @setState error: e
.then (collection) =>
@refs.name.value = ''
@refs.private.value = true
@props.onSubmit co... | 5 |
diff --git a/packages/stockflux-launcher/public/app.dev.json b/packages/stockflux-launcher/public/app.dev.json "devtools_port": 9091,
"runtime": {
"arguments": "--enable-aggressive-domstorage-flushing",
- "version": "13.76.43.31"
+ "version": "12.69.43.22"
},
"startup_app": {
"name": "stockflux-launcher",
| 3 |
diff --git a/modules/proxistoreBidAdapter.js b/modules/proxistoreBidAdapter.js @@ -9,7 +9,7 @@ function _mapSizes(sizes) {
function _createServerRequest(bidRequests, bidderRequest) {
const payload = {
- bidId: bidRequests.map(req => req.bidId)[0],
+ bidId: bidRequests.map(req => req.bidId),
auctionId: bidRequests[0].au... | 4 |
diff --git a/validators/tsv/validate.js b/validators/tsv/validate.js @@ -13,8 +13,10 @@ const validate = (
let issues = []
// validate tsv
const tsvPromises = files.map(function(file) {
- return new Promise(resolve => {
- utils.files.readFile(file).then(contents => {
+ return new Promise((resolve, reject) => {
+ utils.... | 9 |
diff --git a/packages/app/src/server/service/page.ts b/packages/app/src/server/service/page.ts @@ -3091,13 +3091,12 @@ class PageService {
const pageOperations = await PageOperation.find({ actionType: PageActionType.Rename });
- for (const pageOp of pageOperations) {
+ const operatingPageIds = pageOperations.map(pageOp... | 4 |
diff --git a/packages/magda-web/src/SearchFilters/DragBar.js b/packages/magda-web/src/SearchFilters/DragBar.js @@ -73,18 +73,18 @@ class DragBar extends Component {
let y = null;
let data = that.props.dragBarData;
if(i === 0){
- if (d3Event.y >=0 && d3Event.y <= data[1]){
+ if (d3Event.y >=0 && d3Event.y< data[1]){
y =... | 7 |
diff --git a/lib/messages/deployment-status.js b/lib/messages/deployment-status.js @@ -34,12 +34,12 @@ class DeploymentStatus extends Message {
fallback: `[${this.repository.full_name}] Deploying ${center}`,
text: `Deploying ${centerWithLink}`,
};
- } else if (this.deploymentStatus.state == 'in_progress') {
+ } else if... | 1 |
diff --git a/src/containers/NavBar/Modals/ExportFileModal.jsx b/src/containers/NavBar/Modals/ExportFileModal.jsx @@ -509,19 +509,16 @@ const ExportFileModal = ({ isExportModalOpen, closeExportModal }) => {
const createPathToServer = statement => {
let filePath = path.relative(projectFilePath, statement.serverFilePath);... | 3 |
diff --git a/docs/grid/sizes.html b/docs/grid/sizes.html @@ -37,31 +37,31 @@ prev: "grid-tutorial"
<div class="siimple-table-row">
<div class="siimple-table-cell"><b>Extra small</b></div>
<div class="siimple-table-cell" align="center"><b>xs</b></div>
- <div class="siimple-table-cell"><code class="siimple-code">siimple-... | 1 |
diff --git a/configs/cockroachlabs.json b/configs/cockroachlabs.json "sitemap_urls": [
"https://www.cockroachlabs.com/sitemap.xml"
],
- "stop_urls": [],
+ "stop_urls": [
+ "#see-also"
+ ],
"selectors": {
"lvl0": "#main-content .post-header h1",
"lvl1": "#main-content .post-content h2",
| 8 |
diff --git a/package.json b/package.json "dependencies": {
"backbone": "1.2.3",
"cartocolor": "4.0.0",
- "cartodb.js": "CartoDB/cartodb.js#12477-histogram-nulls",
+ "cartodb.js": "CartoDB/cartodb.js#v4",
"d3": "3.5.17",
"d3-interpolate": "1.1.2",
"jquery": "2.1.4",
| 12 |
diff --git a/src/components/select/Select.js b/src/components/select/Select.js @@ -533,7 +533,8 @@ export default class SelectComponent extends Field {
get selectData() {
const selectData = _.get(this.root, 'submission.metadata.selectData', {});
- return selectData[this.path];
+ const bsonSerializedPath = _.replace(thi... | 14 |
diff --git a/tests/backstop/scenarios.js b/tests/backstop/scenarios.js @@ -41,8 +41,6 @@ const storybookHost = require( './detect-storybook-host' );
const rootURL = `${ storybookHost }iframe.html?id=`;
-const newBackstopTests = [];
-
const storybookDir = path.resolve( __dirname, '../../.storybook' );
const storyFiles =... | 10 |
diff --git a/token-metadata/0xCec2387e04F9815BF12670dBf6cf03bba26DF25F/metadata.json b/token-metadata/0xCec2387e04F9815BF12670dBf6cf03bba26DF25F/metadata.json "symbol": "YFILD",
"address": "0xCec2387e04F9815BF12670dBf6cf03bba26DF25F",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/src/components/FeedbackWidget.tsx b/src/components/FeedbackWidget.tsx @@ -39,13 +39,6 @@ const FixedDot = styled(NakedButton)<{
@media (min-width: ${({ theme }) => theme.breakpoints.l}) {
width: ${({ isExpanded }) => (isExpanded ? "15rem" : "3rem")};
border-radius: ${({ isExpanded }) => (isExpanded ? "50px... | 14 |
diff --git a/test/builders/v3/launch-query.test.js b/test/builders/v3/launch-query.test.js @@ -227,7 +227,7 @@ test('It should return launches with Bulgaria nationality', async () => {
});
test('It should return launches with an SSL manufacturer', async () => {
- const response = await request(app.callback()).get('/v3/... | 1 |
diff --git a/packages/app/src/components/PageCreateModal.jsx b/packages/app/src/components/PageCreateModal.jsx @@ -237,7 +237,7 @@ const PageCreateModal = (props) => {
data-testid="btn-create-page-under-below"
className="grw-btn-create-page btn btn-outline-primary rounded-pill text-nowrap ml-3"
onClick={createInputPage... | 12 |
diff --git a/generators/openshift/templates/db/_mongodb.yml b/generators/openshift/templates/db/_mongodb.yml @@ -216,7 +216,7 @@ objects:
port: 27017
targetPort: 27017
-
- name: mongodb-bc
+ name: mongodb
protocol: TCP
port: 80
targetPort: 27017
| 10 |
diff --git a/src/react/src/routes/SprkDividerDocs/SprkDividerDocs.js b/src/react/src/routes/SprkDividerDocs/SprkDividerDocs.js import React from 'react';
-import CentralColumnLayout from '../../container/CentralColumnLayout/CentralColumnLayout';
+import CentralColumnLayout from '../../containers/CentralColumnLayout/Cen... | 3 |
diff --git a/src/containers/views/DataFileEdit.js b/src/containers/views/DataFileEdit.js @@ -64,7 +64,9 @@ export class DataFileEdit extends Component {
}
handleClickSave(e) {
- const { datafileChanged, putDataFile, params } = this.props;
+ const { datafile, datafileChanged, putDataFile, params } = this.props;
+ const ... | 4 |
diff --git a/books/test/test_views.py b/books/test/test_views.py import json
from django.contrib.auth.models import User
-from django.test import TestCase
+from django.test import TestCase, Client
from django.utils import timezone
from books.models import Book, Library, BookCopy
# VIEWS
+
+class BookCopyAutocompleteVie... | 0 |
diff --git a/src/js/easymde.js b/src/js/easymde.js @@ -844,13 +844,11 @@ function drawLink(editor) {
var options = editor.options;
var url = 'https://';
if (options.promptURLs) {
- url = prompt(options.promptTexts.link, 'https://');
+ url = prompt(options.promptTexts.link, url);
if (!url) {
return false;
}
-
- url = en... | 7 |
diff --git a/src/libs/actions/Session/index.js b/src/libs/actions/Session/index.js @@ -30,7 +30,7 @@ Onyx.connect({
* AuthScreens unmounts when the app is closed with the back button so we manage the
* push subscription when the session changes here.
*/
-let previousAccountID = '';
+let previousAccountID;
Onyx.connect(... | 4 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 11.0.0
- Changed: `--report-needless-disables` CLI flag now reports needless disables and runs linting ([#4151](https://github.com/stylelint/stylelint/pull/4151)).
- Changed: display a violation at 1:1... | 6 |
diff --git a/tests/e2e/specs/dashboard/notifications.test.js b/tests/e2e/specs/dashboard/notifications.test.js @@ -52,7 +52,6 @@ describe( 'core site notifications', () => {
// Go to the main dashboard and wait for notifications to be requested.
await Promise.all( [
- // page.waitForResponse( ( res ) => res.url().match... | 2 |
diff --git a/README.md b/README.md @@ -119,7 +119,7 @@ If you like, you can also use a pre-built bundle, for example from [unpkg CDN](h
<img src="https://saucelabs.com/browser-matrix/transloadit-uppy.svg" alt="Sauce Test Status"/>
</a>
-Note: we aim to support IE10+ and recent versions of Safari, Edge, Chrome, Firefox ... | 2 |
diff --git a/src/transformers/replaceStrings.js b/src/transformers/replaceStrings.js -module.exports = async (html, config) => {
- const regexes = config.replaceStrings || false
- if (typeof regexes === 'object') {
- Object.entries(regexes).map(([k, v]) => {
+const { isObject, isEmptyObject } = require('../utils/helper... | 1 |
diff --git a/src/utils/wallet.js b/src/utils/wallet.js @@ -30,12 +30,14 @@ export const NODE_URL = process.env.REACT_APP_NODE_URL || 'https://rpc.nearproto
const KEY_UNIQUE_PREFIX = '_4:'
const KEY_WALLET_ACCOUNTS = KEY_UNIQUE_PREFIX + 'wallet:accounts_v2'
const KEY_ACTIVE_ACCOUNT_ID = KEY_UNIQUE_PREFIX + 'wallet:activ... | 3 |
diff --git a/src/components/explorer/UrlBasedQueryContainer.js b/src/components/explorer/UrlBasedQueryContainer.js @@ -10,8 +10,7 @@ import { LEVEL_ERROR } from '../common/Notice';
import { addNotice } from '../../actions/appActions';
import { selectBySearchParams, fetchSampleSearches, updateQuerySourceLookupInfo, upda... | 9 |
diff --git a/articles/tokens/refresh-token/current/index.md b/articles/tokens/refresh-token/current/index.md @@ -10,21 +10,21 @@ Usually, a user will need a new access token only after the previous one expires
Refresh tokens are subject to strict storage requirements to ensure that they are not leaked. Also, [Refresh t... | 14 |
diff --git a/assets/src/edit-story/components/form/dateTime/dateTime.js b/assets/src/edit-story/components/form/dateTime/dateTime.js import styled from 'styled-components';
import PropTypes from 'prop-types';
import { rgba } from 'polished';
-import { useCallback, useRef, useState } from 'react';
+import { useCallback,... | 12 |
diff --git a/Source/Core/AxisAlignedBoundingBox.js b/Source/Core/AxisAlignedBoundingBox.js /*global define*/
define([
'./Cartesian3',
+ './Check',
'./defaultValue',
'./defined',
'./DeveloperError',
'./Intersect'
], function(
Cartesian3,
+ Check,
defaultValue,
defined,
DeveloperError,
@@ -170,12 +172,9 @@ define([
*/
Ax... | 14 |
diff --git a/packages/app/src/components/Admin/ImportData/GrowiArchive/UploadForm.jsx b/packages/app/src/components/Admin/ImportData/GrowiArchive/UploadForm.jsx import React from 'react';
import PropTypes from 'prop-types';
-import { withTranslation } from 'react-i18next';
+import { useTranslation } from 'react-i18next... | 14 |
diff --git a/articles/quickstart/spa/vanillajs/_includes/_centralized_login.md b/articles/quickstart/spa/vanillajs/_includes/_centralized_login.md @@ -380,7 +380,7 @@ const updateUI = async () => {
"ipt-access-token"
).innerHTML = await auth0.getTokenSilently();
- document.getElementById("ipt-user-profile").innerHTML =... | 14 |
diff --git a/src/components/table-ajax/__spec__.js b/src/components/table-ajax/__spec__.js @@ -143,7 +143,7 @@ describe('TableAjax', () => {
beforeEach(() => {
jasmine.Ajax.install();
- jasmine.clock().install();
+ jest.useFakeTimers();
options = { currentPage: '1',
pageSize: '10',
@@ -154,7 +154,6 @@ describe('TableAj... | 14 |
diff --git a/public/javascripts/Gallery/src/cards/CardContainer.js b/public/javascripts/Gallery/src/cards/CardContainer.js @@ -93,9 +93,9 @@ function CardContainer(uiCardContainer) {
// the cardId from the card-tags DOM element (as well as perform an additional prepend to put the ID in
// the correct form).
// TODO(mic... | 4 |
diff --git a/contracts/delegate/contracts/Delegate.sol b/contracts/delegate/contracts/Delegate.sol @@ -111,7 +111,6 @@ contract Delegate is IDelegate, Ownable {
/**
* @notice Get a Buy Quote from the Delegate
- *
* @param delegateAmount uint256 The amount the Delegate would send
* @param delegateToken address The token... | 2 |
diff --git a/diorama.js b/diorama.js @@ -24,9 +24,6 @@ const localVector2D2 = new THREE.Vector2();
const localVector4D = new THREE.Vector4();
const localMatrix = new THREE.Matrix4();
-// I like... macaroni and cheese, is that ok?
-// we all want unlimited power, don't we?
-
// this function maps the speed histogram to ... | 2 |
diff --git a/assets/js/components/common/Downlink.jsx b/assets/js/components/common/Downlink.jsx @@ -118,7 +118,7 @@ class Downlink extends Component {
<InputNumber
style={{ width: "100%" }}
defaultValue={1}
- min={1}
+ min={0}
max={223}
onChange={(port) => this.setState({ port })}
/>
| 11 |
diff --git a/includes/Core/Authentication/Verification_Meta.php b/includes/Core/Authentication/Verification_Meta.php @@ -14,9 +14,9 @@ use Google\Site_Kit\Core\Storage\User_Options;
use Google\Site_Kit\Core\Storage\Transients;
/**
- * Class representing the site verification tag for a user.
+ * Class representing the s... | 3 |
diff --git a/install/install.sh b/install/install.sh @@ -156,7 +156,7 @@ echo 2
# copy over cli tool
echo 3
-printf "%s" "Copying CLI tool from $INSTALL_PATH/install/rctf.py to ${RCTF_CLI_INSTALL_PATH}..."
+#printf "%s" "Copying CLI tool from $INSTALL_PATH/install/rctf.py to ${RCTF_CLI_INSTALL_PATH}..."
echo 4
if [ ! -... | 1 |
diff --git a/README.md b/README.md <h1 align="center">
- <img align="center" src="https://raw.githubusercontent.com/sullof/tron-web/add-logo/assets/TronWeb-logo.png" width="400"/>
+ <img align="center" src="https://raw.githubusercontent.com/tronprotocol/tron-web/master/assets/TronWeb-logo.png" width="400"/>
</h1>
<p al... | 4 |
diff --git a/src/traces/table/attributes.js b/src/traces/table/attributes.js @@ -110,7 +110,7 @@ var attrs = module.exports = overrideAll({
role: 'style',
description: [
'Sets the cell fill color. It accepts either a specific color',
- ' or an array of colors.'
+ ' or an array of colors or a 2D array of colors.'
].join... | 0 |
diff --git a/src/components/Toolbar/LandmarkTool.js b/src/components/Toolbar/LandmarkTool.js @@ -86,6 +86,9 @@ class LandmarkOptions {
}
render() {
let properties = this.features.map(feature => feature.properties);
+ if (this.features.length && !this.selectFeature) {
+ this.selectFeature = 0;
+ }
return html`
<div clas... | 9 |
diff --git a/articles/tokens/jwt.md b/articles/tokens/jwt.md @@ -190,5 +190,5 @@ _Comparison of the length of an encoded JWT and an encoded SAML_
::: next-steps
* [JWT Handbook](https://auth0.com/resources/ebooks/jwt-handbook)
* [10 Things You Should Know About Tokens](https://auth0.com/blog/ten-things-you-should-know-... | 1 |
diff --git a/gulpfile.js b/gulpfile.js @@ -475,16 +475,23 @@ gulp.task('tools', function(done) {
runSequence('webpack','css',nexttool);
});
-gulp.task('build', function(callback) {
+gulp.task('buildint', function(callback) {
runSequence('commonfiles',
'tools',
+ 'buildtest',
+ callback);
+});
+
+gulp.task('build', func... | 2 |
diff --git a/packages/inferno-component/src/index.ts b/packages/inferno-component/src/index.ts @@ -283,12 +283,12 @@ export default class Component<P, S> implements ComponentLifecycle<P, S> {
}
}
+ const shouldUpdate = this.shouldComponentUpdate(nextProps, nextState, context);
+
this.props = nextProps;
this.state = nex... | 12 |
diff --git a/src/ApiGateway.js b/src/ApiGateway.js @@ -28,6 +28,7 @@ module.exports = class ApiGateway {
this.exitCode = 0;
this.requests = {};
+ this.lastRequestOptions = null;
this.velocityContextOptions = velocityContextOptions;
}
@@ -177,8 +178,20 @@ module.exports = class ApiGateway {
process.exit(1);
}
+ const pr... | 0 |
diff --git a/userscript.user.js b/userscript.user.js @@ -7413,6 +7413,17 @@ var $$IMU_EXPORT$$;
});
};
+ common_functions.snap_norm_obj = function(obj) {
+ // ids are not very human-readable, maybe add an option?
+ match = obj.url.match(/:\/\/[^/]+\/+[0-9a-f]{2}\/+([^/]{10,})\//);
+ if (match) {
+ // = causes issues wi... | 7 |
diff --git a/tools/middleware/liveReloadMiddleware.js b/tools/middleware/liveReloadMiddleware.js -/**
- * Copyright 2017-present, Callstack.
- * All rights reserved.
- *
- * MIT License
- *
- * Copyright (c) 2017 Mike Grabowski
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of ... | 4 |
diff --git a/_CodingChallenges/145-2d-ray-casting.md b/_CodingChallenges/145-2d-ray-casting.md @@ -136,7 +136,7 @@ videos:
video_id: "uSzGdfdOoG8"
- title: "Coding Challenge: Rendering Ray Casting"
author: "Coding Train"
- video_id: "/CodingChallenges/146-rendering-ray-casting"
+ url: "/CodingChallenges/146-rendering-r... | 1 |
diff --git a/src/core/Game.js b/src/core/Game.js @@ -890,6 +890,7 @@ Phaser.Game.prototype = {
}
catch (webGLRendererError)
{
+ PIXI.defaultRenderer = null;
this.renderer = null;
this.multiTexture = false;
PIXI._enableMultiTextureToggle = false;
| 12 |
diff --git a/server/app/app.py b/server/app/app.py @@ -84,7 +84,7 @@ def favicon():
@webbp.route("/health", methods=["GET"])
-@cache_control_always(no_cache=True)
+@cache_control_always(no_store=True)
def health():
config = current_app.app_config
return health_check(config)
@@ -184,7 +184,7 @@ class AnnotationsObsAPI(R... | 4 |
diff --git a/articles/api/management/v2/tokens.md b/articles/api/management/v2/tokens.md @@ -10,10 +10,6 @@ toc: true
In order to call the endpoints of [Auth0 Management API v2](/api/management/v2), you need a token, what we refer to as Auth0 Management APIv2 Token. This token is a [JWT](/jwt), contains specific grante... | 5 |
diff --git a/token-metadata/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/metadata.json b/token-metadata/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/metadata.json "symbol": "DISTX",
"address": "0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/lib/tedious.js b/lib/tedious.js @@ -246,9 +246,9 @@ class ConnectionPool extends base.ConnectionPool {
setTimeout(() => {
if (!emittedConnectEvent) {
- reject(new base.ConnectionError('Tedious connection timed out after 10 seconds'))
+ reject(new base.ConnectionError('Tedious connection timed out after opt... | 11 |
diff --git a/assets/src/edit-story/components/library/test/_utils/index.js b/assets/src/edit-story/components/library/test/_utils/index.js @@ -37,6 +37,9 @@ export async function arrange({ mediaResponse = [] }) {
video: ['video/mp4'],
},
allowedFileTypes: ['png', 'jpeg', 'jpg', 'gif', 'mp4'],
+ capabilities: {
+ hasUpl... | 7 |
diff --git a/src/dots.js b/src/dots.js 'use strict';
import React from 'react';
-import createReactClass from 'create-react-class';
import classnames from 'classnames';
var getDotCount = function (spec) {
@@ -11,15 +10,14 @@ var getDotCount = function (spec) {
};
-export var Dots = createReactClass({
-
- clickHandler: ... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,14 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.47.2] -- 2019-04-15
+
+### Fixed
+- Fix bar `'auto'` and `'inside'` `textposition` rendering on log size axes [#3762, #3773]
+- Fix m... | 3 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -138,7 +138,19 @@ Three additional helpers exist that are refreshed every second:
There is also a search bar in the top right of the dashboard. This fuzzy-searches
image mocks based on their file name and trace type.
-#### Other npm scripts
+#### Step 5: Regenerate plot... | 3 |
diff --git a/CommentFlagsHelper.user.js b/CommentFlagsHelper.user.js (function() {
'use strict';
-
- // Solution from https://stackoverflow.com/a/24719409/584192
- function jQueryXhrOverride() {
- var xhr = jQuery.ajaxSettings.xhr();
- var setRequestHeader = xhr.setRequestHeader;
- xhr.setRequestHeader = function(name,... | 2 |
diff --git a/src/models/Service.js b/src/models/Service.js @@ -59,6 +59,7 @@ export default class Service {
autorun(() => {
if (!this.isEnabled) {
this.webview = null;
+ this.isAttached = false;
this.unreadDirectMessageCount = 0;
this.unreadIndirectMessageCount = 0;
}
| 11 |
diff --git a/server/views/topics/apicache.py b/server/views/topics/apicache.py @@ -235,7 +235,7 @@ def topic_tag_counts(user_mc_key, topics_id, tag_sets_id, sample_size):
'''
snapshots_id, timespans_id, foci_id, q = filters_from_args(request.args)
timespan_query = "timespans_id:{}".format(timespans_id)
- if q is None:
... | 9 |
diff --git a/grunt/dataPacksJobTask.js b/grunt/dataPacksJobTask.js @@ -77,8 +77,6 @@ module.exports = function (grunt) {
vlocity.datapacksjob.runJob(dataPacksJobsData, jobName, action,
function(result) {
- grunt.log.ok('DataPacks Job Success - ' + action + ' - ' + jobName);
-
notifier.notify({
title: 'Vlocity deploymen... | 7 |
diff --git a/src/components/VaccinationsMap/InfoCard/InfoCard.js b/src/components/VaccinationsMap/InfoCard/InfoCard.js @@ -100,14 +100,14 @@ export const InfoCard = ({ data, areaName, date, postcode, areaType,
<h3 className={ "govuk-heading-s" }>1st dose</h3>
<div className={ "number-row" }>
<ColourReference colour={ c... | 9 |
diff --git a/server/game/cards/13.4-BtRK/CityOfSpiders.js b/server/game/cards/13.4-BtRK/CityOfSpiders.js @@ -37,6 +37,8 @@ class CityOfSpiders extends PlotCard {
this.game.resolveAbility(whenRevealed, context);
}
+ this.resolving = false;
+
return true;
}
}
| 1 |
diff --git a/source/drag-drop/Drag.js b/source/drag-drop/Drag.js @@ -397,6 +397,38 @@ const Drag = Class({
return files;
},
+ /**
+ Method: O.Drag#getFileSystemEntries
+
+ Returns:
+ {FileSystemEntry[]|null} An array of all file system entries represented by the drag.
+ */
+ getFileSystemEntries () {
+ const items = th... | 0 |
diff --git a/src/samples_loader_tasks.erl b/src/samples_loader_tasks.erl @@ -125,7 +125,7 @@ perform_loading_task(Name, Quota) ->
BinDir = path_config:component_path(bin),
Cmd = BinDir ++ "/cbdocloader",
- Args = ["-n", Host ++ ":" ++ integer_to_list(Port),
+ Args = ["-n", misc:maybe_add_brackets(Host) ++ ":" ++ intege... | 9 |
diff --git a/src/controllers/contacts.ts b/src/controllers/contacts.ts @@ -512,9 +512,9 @@ export const getLatestContacts = async (req, res) => {
const local = moment.utc(dateToReturn).local().toDate()
const where: { [k: string]: any } = { updatedAt: { [Op.gte]: local }, deleted: false, tenant };
const contacts = await... | 14 |
diff --git a/.drone.star b/.drone.star @@ -70,6 +70,7 @@ def setupServerAndApp():
"commands": [
"cd /var/www/owncloud/server/",
"php occ config:system:set trusted_domains 1 --value=owncloud",
+ "php occ config:system:set dav.propfind.depth_infinity --value=true",
],
}]
| 11 |
diff --git a/assets/js/modules/analytics/common/account-create/create-account-field.js b/assets/js/modules/analytics/common/account-create/create-account-field.js @@ -54,6 +54,7 @@ export default function CreateAccountField( {
<Input
name={ name }
value={ value }
+ id={ `googlesitekit_analytics_account_create_${ name }... | 12 |
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md - [ ] This PR has **no** breaking changes.
- [ ] I have added my changes to the [CHANGELOG](https://github.com/radiantearth/stac-spec/blob/dev/CHANGELOG.md) **or** a CHANGELOG entry is not required.
+- [ ] This PR affects the [STAC API spe... | 0 |
diff --git a/assets/js/modules/subscribe-with-google/datastore/base.js b/assets/js/modules/subscribe-with-google/datastore/base.js @@ -38,26 +38,16 @@ let baseModuleStore = Modules.createModuleStore( 'subscribe-with-google', {
// Rename generated pieces to adhere to our convention.
baseModuleStore = ( ( { actions, sele... | 2 |
diff --git a/gameplay/avalon/phases/assassination.js b/gameplay/avalon/phases/assassination.js @@ -273,12 +273,12 @@ Assassination.prototype.getStatusMessage = function(indexOfPlayer){
}
if(indexOfPlayer === indexOfAssassin){
- return "Shoot Merlin."
+ return "Choose someone to assassinate."
}
// If it is any other pla... | 10 |
diff --git a/package.json b/package.json "es6-promise": "3.2.1",
"lodash.throttle": "4.1.1",
"namespace-emitter": "1.0.0",
- "pretty-bytes": "3.0.1",
+ "prettier-bytes": "1.0.3",
"tus-js-client": "1.4.1",
"whatwg-fetch": "1.0.0",
"yo-yo": "1.3.1"
| 0 |
diff --git a/site/themes/embark/layout/partial/footer.swig b/site/themes/embark/layout/partial/footer.swig <li class="o-list-bare__item"><a class="u-link-ghost" href="https://status.im/" target="_blank">Status</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://keycard.tech/" target="_blank">Ke... | 3 |
diff --git a/package.json b/package.json "karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-spec-tags": "^1.0.1",
+ "karma-verbose-reporter": "0.0.6",
"madge": "^1.6.0",
"node-sass": "^4.5.0",
"npm-link-check": "^1.2.0",
| 0 |
diff --git a/lib/node_modules/@stdlib/_tools/benchmarks/bundle/test/test.cli.js b/lib/node_modules/@stdlib/_tools/benchmarks/bundle/test/test.cli.js @@ -143,13 +143,19 @@ tape( 'when invoked with a `-V` flag, the command-line interface prints the vers
});
tape( 'the command-line interface generates a bundle', opts, fun... | 12 |
diff --git a/src/components/draft-js-plugins-editor/index.js b/src/components/draft-js-plugins-editor/index.js import React from 'react';
import DraftEditor from 'draft-js-plugins-editor';
import debounce from 'debounce';
+import Textarea from 'react-textarea-autosize';
import { isAndroid, toPlainText, fromPlainText } ... | 1 |
diff --git a/test/functional/fixtures/api/es-next/take-screenshot/test.js b/test/functional/fixtures/api/es-next/take-screenshot/test.js @@ -5,7 +5,7 @@ var assertionHelper = require('../../../../assertion-helper.js');
var SCREENSHOT_PATH_MESSAGE_RE = /^___test-screenshots___[\\/]\d{4,4}-\d{2,2}-\d{2,2}_\d{2,2}-\d{2,2}... | 1 |
diff --git a/src/components/Drawer.js b/src/components/Drawer.js @@ -12,7 +12,7 @@ const { StyleRoot } = require('radium');
import { withTheme } from './Theme';
const Button = require('../components/Button');
-const MXFocusTrap = require('../components/MXFocusTrap');
+const RestrictFocusToChildren = require('../compone... | 14 |
diff --git a/public/javascripts/SVValidate/src/panorama/Panorama.js b/public/javascripts/SVValidate/src/panorama/Panorama.js @@ -17,6 +17,7 @@ function Panorama (labelList) {
validationTimestamp: new Date().getTime()
};
var panorama = undefined;
+
// Determined manually by matching appearance of labels on the audit pag... | 1 |
diff --git a/plugins/identity/app/views/identity/projects/_wizard_steps.html.haml b/plugins/identity/app/views/identity/projects/_wizard_steps.html.haml %tbody
%tr
%th{width:"30%"} Package
- %td= @quota_inquiry.payload["package"]
+ %td= quota_data["package"]
- else
- if quota_data
| 1 |
diff --git a/colors.js b/colors.js +let warned = false
+
module.exports = {
black: '#000',
white: '#fff',
@@ -85,7 +87,26 @@ module.exports = {
800: '#1e40af',
900: '#1e3a8a',
},
- lightBlue: {
+ get lightBlue() {
+ if (!warned) {
+ console.log('warn - As of Tailwind CSS v2.2, `lightBlue` has been renamed to `sky`.')
+... | 10 |
diff --git a/src/components/Widgets/ListControl.js b/src/components/Widgets/ListControl.js @@ -89,17 +89,21 @@ export default class ListControl extends Component {
handleChangeFor(index) {
return (newValue, newMetadata) => {
- const { value, onChange } = this.props;
+ const { value, metadata, onChange, forID } = this.p... | 9 |
diff --git a/tileschema.json.j2 b/tileschema.json.j2 "attribution": "Qwant Maps <a href=\"http://www.openmaptiles.org/\" target=\"_blank\">© OpenMapTiles</a> <a href=\"http://www.openstreetmap.org/about/\" target=\"_blank\">© OpenStreetMap contributors</a>",
"center": [-12.2168, 28.6135, 4],
"description": "U... | 12 |
diff --git a/lib/applydamage.js b/lib/applydamage.js @@ -346,9 +346,9 @@ export default class ApplyDamageDialog extends Application {
}
if (type === 'FP') {
- this.actor.update({ "data.FP.value": data.newvalue })
+ this.actor.update({ "data.FP.value": this._calculator.FP.value - injury })
} else {
- this.actor.update({... | 1 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -117,6 +117,7 @@ const _getLoaders = () => {
};
let currentAppRender = null;
+let recursion = 0;
metaversefile.setApi({
async import(s) {
return await import(s);
@@ -143,6 +144,24 @@ metaversefile.setApi({
throw new Error('useFrame cannot be called outside of ... | 0 |
diff --git a/Gruntfile.js b/Gruntfile.js @@ -426,7 +426,6 @@ module.exports = function (grunt) {
'bootstrap_webpack_builder_specs',
'webpack:builder_specs',
'jasmine:affected',
- 'js_dashboard',
'generate_dashboard_specs',
'bootstrap_webpack_builder_specs',
'webpack:builder_specs',
@@ -450,8 +449,6 @@ module.exports = ... | 2 |
diff --git a/lib/classes/PluginManager.js b/lib/classes/PluginManager.js @@ -106,13 +106,12 @@ class PluginManager {
try {
Plugin = require(pluginPath); // eslint-disable-line global-require
} catch (error) {
- if (isModuleNotFoundError(error, pluginPath)) {
- if (this.cliCommands[0] === 'plugin') return;
- // Plugin n... | 7 |
diff --git a/src/libs/actions/Session/index.js b/src/libs/actions/Session/index.js @@ -302,10 +302,41 @@ function signInWithShortLivedToken(email, shortLivedToken) {
* User forgot the password so let's send them the link to reset their password
*/
function resetPassword() {
- Onyx.merge(ONYXKEYS.ACCOUNT, {loading: true... | 14 |
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue v-bind:style = "`height: ${editViewHeight}`"
v-bind:src = "pagePath"
v-on:load = "editViewLoaded"
- frameborder = "0">
- ... | 4 |
diff --git a/src/components/ContactCard/contact.style.js b/src/components/ContactCard/contact.style.js @@ -74,7 +74,7 @@ const ContactWrapper = styled.section`
form{
padding: 50px;
input{
- width: 70%;
+ width: 100%;
}
}
| 7 |
diff --git a/guide/command-handling/README.md b/guide/command-handling/README.md -# File and folder structure
+# Command handling
As mentioned in a previous chapter, unless your bot project is a small one, it's not a very good idea to have a single file with a giant if/else if chain for commands. If you want to impleme... | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.