code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/js/views/ConnectedPeersPage.js b/js/views/ConnectedPeersPage.js @@ -2,9 +2,6 @@ import baseVw from './baseVw';
import loadTemplate from '../utils/loadTemplate';
import userShort from './UserCard';
import $ from 'jquery';
-import 'selectize';
-import { getTranslatedCountries } from '../data/countries';
-imp... | 4 |
diff --git a/source/swap/contracts/Swap.sol b/source/swap/contracts/Swap.sol @@ -190,7 +190,7 @@ contract Swap is ISwap, Ownable {
order.nonce,
block.timestamp,
order.signer.wallet,
- order.sender.amount,
+ order.signer.amount,
order.signer.id,
order.signer.token,
finalSenderWallet,
| 3 |
diff --git a/src/patterns/components/links/angular/info/inline.hbs b/src/patterns/components/links/angular/info/inline.hbs +<p class="sprk-u-mbs">
+ For intra-page links to work in Angular you will need
+ to set anchorScrolling: 'enabled' in
+ your RouterModule configuration.
+</p>
+
+<div class="drizzle-c-Command sprk... | 3 |
diff --git a/test/jasmine/tests/polar_test.js b/test/jasmine/tests/polar_test.js @@ -1150,8 +1150,6 @@ describe('Test polar interactions:', function() {
it('should not respond to drag interactions on plot area when dragmode === false', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));... | 12 |
diff --git a/game.js b/game.js @@ -995,29 +995,6 @@ const _gameUpdate = (timestamp, timeDiff) => {
};
_updateEyes();
- const updateFov = () => {
- if (!renderer.xr.getSession()) {
- const fovInTime = 3;
- const fovOutTime = 0.3;
-
- const narutoRun = localPlayer.getAction('narutoRun');
- if (narutoRun) {
- if (ioManage... | 2 |
diff --git a/js/pages/trackers.es6.js b/js/pages/trackers.es6.js const Parent = window.DDG.base.Page;
+const backgroundPage = chrome.extension.getBackgroundPage();
+
const TrackerListView = require('./../views/trackerlist-truncated.es6.js');
const TrackerListModel = require('./../models/trackerlist-top-blocked.es6.js')... | 12 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -64,7 +64,7 @@ commands:
at: www
- run:
name: Tag build
- command: echo "<< parameters.target_branch >> $(date)" > www/version
+ command: echo "<< parameters.target_branch >> $(date -u +'%Y-%m-%dT%H:%M:%SZ')" > public/version
- run:
name: Install and configure... | 3 |
diff --git a/src/comments/Comments.js b/src/comments/Comments.js @@ -27,6 +27,7 @@ export default class Comments extends Component {
super(props);
this.state = {
sortOrder: 'trending',
+ isFetchedOnce: false,
};
}
@@ -48,6 +49,16 @@ export default class Comments extends Component {
}
}
+ componentWillReceiveProps() {
+... | 9 |
diff --git a/app/models/site.rb b/app/models/site.rb @@ -147,7 +147,7 @@ class Site < ActiveRecord::Base
preference :feedback_url, :string
preference :terms_url, :string, :default => "/pages/terms"
preference :privacy_url, :string, :default => "/pages/privacy"
- preference :developers_url, :string, :default => "pages/d... | 1 |
diff --git a/package.json b/package.json "test:web": "npm run link && react-app-rewired test",
"test:native": "npm run test:ios && npm run test:android",
"test:ios": "npm run animation:assets && ENVFILE=.env.test detox build -c ios.sim.debug && detox test -c ios.sim.debug",
- "test:android": "npm run animation:assets &... | 0 |
diff --git a/packages/fether-electron/src/main/utils/pino.js b/packages/fether-electron/src/main/utils/pino.js @@ -8,17 +8,26 @@ import fs from 'fs';
import { multistream } from 'pino-multi-stream';
import pino from 'pino';
+import { name } from '../../../package.json';
+
// Pino by default outputs JSON. We prettify th... | 1 |
diff --git a/src/electron.js b/src/electron.js @@ -103,6 +103,28 @@ try {
console.error(e)
}
});
+
+
+ // Handle edge cases where "blur" event doesn't properly fire
+ mouseEvents.on("mousedown", (e) => {
+ if(panelSize.visible || !canReposition) {
+
+ // Check if clicking outside of panel/overlay
+ const pBounds = main... | 9 |
diff --git a/src/vaadin-date-picker-mixin.html b/src/vaadin-date-picker-mixin.html @@ -477,7 +477,9 @@ This program is available under Apache License Version 2.0, available at https:/
}
this.__userInputOccurred = false;
this.__dispatchChange = false;
+ this._ignoreFocusedDateChange = true;
this._focusedDate = selectedD... | 8 |
diff --git a/frontend/lost/src/tools/pipeline/src/nodes/datasource/modals/DatasourceNodeStartModal.js b/frontend/lost/src/tools/pipeline/src/nodes/datasource/modals/DatasourceNodeStartModal.js -import { BaseModal } from 'pipRoot/l3pfrontend/index'
+import { BaseModal, mapTree } from 'pipRoot/l3pfrontend/index'
import '... | 4 |
diff --git a/assets/src/edit-story/components/canvas/multiSelectionMovable.js b/assets/src/edit-story/components/canvas/multiSelectionMovable.js @@ -44,8 +44,7 @@ function MultiSelectionMovable({ selectedElements }) {
});
const {
- actions: { updateElementsById, setSelectedElementsById },
- state: { currentPage },
+ ac... | 9 |
diff --git a/assets/js/app/core/services/ListConfigService.js b/assets/js/app/core/services/ListConfigService.js "Confirm", "Really want to delete the selected item?",
['No don\'t', 'Yes! delete it'],
function accept() {
+
model.delete(item.id || item.name)
.then(function (res) {
-
- model.scope.items.data.splice(model... | 9 |
diff --git a/ui/scss/component/_comments.scss b/ui/scss/component/_comments.scss @@ -18,7 +18,7 @@ $thumbnailWidthSmall: 2rem;
}
.comment__create--reply {
- margin-top: var(--spacing-m);
+ margin-top: var(--spacing-l);
margin-left: calc(#{$thumbnailWidth} + var(--spacing-m));
position: relative;
}
@@ -157,7 +157,7 @@ $... | 7 |
diff --git a/src/plots/frame_attributes.js b/src/plots/frame_attributes.js @@ -39,6 +39,7 @@ module.exports = {
},
data: {
valType: 'any',
+ role: 'object',
description: [
'A list of traces this frame modifies. The format is identical to the',
'normal trace definition.'
@@ -46,6 +47,7 @@ module.exports = {
},
layout: {... | 13 |
diff --git a/test/jasmine/tests/plot_api_test.js b/test/jasmine/tests/plot_api_test.js @@ -10,6 +10,7 @@ var subroutines = require('@src/plot_api/subroutines');
var helpers = require('@src/plot_api/helpers');
var d3 = require('d3');
+var customMatchers = require('../assets/custom_matchers');
var createGraphDiv = requir... | 0 |
diff --git a/lib/api/api-router.js b/lib/api/api-router.js @@ -86,7 +86,7 @@ module.exports = class ApiRouter {
const mapStore = new windshaft.storage.MapStore({
pool: redisPool,
expire_time: serverOptions.grainstore.default_layergroup_ttl,
- logger: global.logger
+ logger: global.log4js.getLogger('[windshaft]')
});
co... | 4 |
diff --git a/articles/protocols/saml/index.html b/articles/protocols/saml/index.html @@ -36,7 +36,7 @@ title: SAML
<i class="icon icon-budicon-695"></i><a href="/protocols/saml/saml-configuration/supported-options-and-bindings">Supported SAML Options and Bindings</a>
</li>
<li>
- <i class="icon icon-budicon-695"></i><a... | 1 |
diff --git a/contracts/IssuanceController.sol b/contracts/IssuanceController.sol @@ -71,8 +71,8 @@ contract IssuanceController is SafeDecimalMath, SelfDestructible, Pausable {
* @param _beneficiary The address which will receive any ether upon self destruct completion.
* @param _delay The timeframe from request of self... | 1 |
diff --git a/app/workers/certificates.php b/app/workers/certificates.php @@ -98,6 +98,23 @@ class CertificatesV1 extends Worker
&& isset($certificate['issueDate'])
&& (($certificate['issueDate'] + ($expiry)) > \time())
) { // Check last issue time
+
+ // Update document anyway, if needed
+ // This occurs when a cert is... | 11 |
diff --git a/src/user/UserProfile.js b/src/user/UserProfile.js @@ -204,10 +204,11 @@ class Profile extends Component {
route={this.props.route}
/>
- { (content.length === 0 && !isFetching) &&
- isOwnProfile ?
+ { (content.length === 0 && !isFetching && isOwnProfile) &&
<EmptyUserOwnProfile />
- :
+ }
+
+ { (content.len... | 1 |
diff --git a/src/app/Http/Controllers/Operations/ListOperation.php b/src/app/Http/Controllers/Operations/ListOperation.php @@ -114,7 +114,8 @@ trait ListOperation
// show newest items first, by default (if no order has been set for the primary column)
// if there was no order set, this will be the only one
// if there ... | 14 |
diff --git a/articles/tokens/id-token.md b/articles/tokens/id-token.md ---
-title: ID token
description: How to obtain, use and renew an id_token.
+toc: true
---
-
# ID Token
## Overview
@@ -14,7 +13,7 @@ You will need to decode this token to read the claims (or attributes) of the use
The `id_token` is consumed by the ... | 0 |
diff --git a/_projects/Metafluidics/Metafluidics.md b/_projects/Metafluidics/Metafluidics.md @@ -13,4 +13,5 @@ tags:
---
##About
-Metafluidics was built to provide a home for digital design files and all of the other information necessary to reproduce or remix a microfluidic device.
+<p>Metafluidics was built to provid... | 0 |
diff --git a/tools/make/lib/ls/markdown.mk b/tools/make/lib/ls/markdown.mk @@ -22,7 +22,8 @@ FIND_MARKDOWN_FLAGS ?= \
-not -path "$(BUILD_DIR)/*" \
-not -path "$(DEPS_DIR)/**/$(TMP_FOLDER)/*" \
-not -path "$(REPORTS_DIR)/*" \
- -not -path "$(ROOT_DIR)/**/$(BUILD_FOLDER)/*"
+ -not -path "$(ROOT_DIR)/**/$(BUILD_FOLDER)/*... | 8 |
diff --git a/website/riot/dict-edit-entry.riot b/website/riot/dict-edit-entry.riot // url contain linkable?
let match = window.location.hash.match(/.*\?link=(.*)/)
if (match != null && match[1] != null) {
- $('.linkable[name="'+match[1]+'"]').show();
- $('.linkable[name="'+match[1]+'"]')[0].scrollIntoView();
+ let link... | 1 |
diff --git a/tests/phpunit/integration/Core/Permissions/PermissionsTest.php b/tests/phpunit/integration/Core/Permissions/PermissionsTest.php @@ -52,7 +52,7 @@ class PermissionsTest extends TestCase {
/**
* @processIsolation
*/
- public function test_register_with_dynamic_capabilities_enabled() {
+ public function test_... | 10 |
diff --git a/lib/waterline/utils/query/private/normalize-where-clause.js b/lib/waterline/utils/query/private/normalize-where-clause.js @@ -600,7 +600,7 @@ module.exports = function normalizeWhereClause(whereClause, modelIdentity, orm,
// Recursive call
try {
- _recursiveStep(conjunctOrDisjunct, recursionDepth+1, conjun... | 2 |
diff --git a/src/menelaus_web.erl b/src/menelaus_web.erl @@ -671,7 +671,7 @@ get_action(Req, {AppRoot, IsSSL, Plugins}, Path, PathTokens) ->
{{[admin, memcached], write},
fun menelaus_web_mcd_settings:handle_node_post/2, [Node]};
["pools", "default", "checkPermissions"] ->
- {{[pools], read},
+ {no_check,
fun menelaus_... | 11 |
diff --git a/lib/WasmReader/WasmByteCodeGenerator.cpp b/lib/WasmReader/WasmByteCodeGenerator.cpp @@ -1606,7 +1606,7 @@ EmitInfo WasmBytecodeGenerator::PopEvalStack(WasmTypes::WasmType expectedType, c
{
if (!mismatchMessage)
{
- mismatchMessage = _u("Type mismatch");
+ throw WasmCompilationException(_u("Type mismatch. E... | 7 |
diff --git a/skeleton/my-great-widget.js b/skeleton/my-great-widget.js -/*
- widget area is 24 pixel high and 239 width : (0,0,239,23)
-*/
(() => {
- // const data, var or image
+ // add the width
+ var xpos = WIDGETPOS.tr-<the widget width>;
+ WIDGETPOS.tr-=<the widget width plus some extra pixel to keep distance to o... | 3 |
diff --git a/components/Article/graphql/getDocument.js b/components/Article/graphql/getDocument.js @@ -84,7 +84,7 @@ export const getDocument = gql`
color
kind
image
- shareImageLogo
+ shareLogo
shareBackgroundImage
shareBackgroundImageInverted
section {
| 10 |
diff --git a/components/ReplyItem.js b/components/ReplyItem.js @@ -176,7 +176,12 @@ const useStyles = makeStyles(theme => ({
padding: '10px 25px',
background: theme.palette.primary[500],
color: theme.palette.common.white,
+ cursor: 'pointer',
borderRadius: 30,
+ '&:disabled': {
+ opacity: 0.7,
+ cursor: 'not-allowed',
... | 7 |
diff --git a/README.md b/README.md @@ -42,7 +42,7 @@ Waiting...
3. Head on over to your browser and navigate to `127.0.0.1:9000`. This should display the Project Sidewalk webpage. Note that the first time compilation takes time.
### Additional Tools
-1. Importing SQL dump: The Postgres database schema has already been ... | 1 |
diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/create-a-custom-css-variable.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/create-a-custom-css-variable.english.md @@ -8,7 +8,7 @@ forumTopicId: 301086
## Description
<section id='description'>
-To create a CSS... | 14 |
diff --git a/app/src/index.js b/app/src/index.js @@ -46,7 +46,7 @@ const supportedBrowsers={
'samsung internet for android' : '>=11.1.1.52'
};
-const intl = createIntl();
+const intl = createIntl({ locale: 'en', defaultLocale: 'en' });
if (process.env.REACT_APP_DEBUG === '*' || process.env.NODE_ENV !== 'production')
{
... | 12 |
diff --git a/src/components/CardCollection/index.js b/src/components/CardCollection/index.js @@ -53,9 +53,9 @@ class CardCollection extends React.Component {
super(props);
this.state = {
currentYear: fiscalYearList[7],
- currentBureau: "",
data: null,
currentServiceArea: "PS",
+ currentBureau: "FR",
}
// this.getData =... | 12 |
diff --git a/packages/@uppy/dashboard/src/style.scss b/packages/@uppy/dashboard/src/style.scss .uppy-DashboardTabs {
- padding-top: 7px;
- padding-bottom: 7px;
+ padding: 7px;
+ padding-right: 28px;
border-bottom: 1px solid rgba($color-gray, 0.3);
}
list-style-type: none;
margin: 0;
padding: 0;
- display: flex;
- justi... | 1 |
diff --git a/run_tests.py b/run_tests.py @@ -16,10 +16,6 @@ if raised_exception:
if __name__ == '__main__':
test_suite = TestSuite()
- ver = str(subprocess.check_output(['npm', 'list', 'ganache-cli']))
- if ver.split("@")[-1].split(" ")[0] != "6.1.0-beta.0":
- raise Exception("Please install ganache-cli beta by running... | 2 |
diff --git a/token-metadata/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/metadata.json b/token-metadata/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/metadata.json "symbol": "CDT",
"address": "0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
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 this.iframe.head = this.iframe.doc.querySelector('head')
this.iframe.app = this.iframe.doc.querySelector('#peregrine-app'... | 7 |
diff --git a/modules/site/parent_templates/site/common/js/application.js b/modules/site/parent_templates/site/common/js/application.js @@ -3193,7 +3193,7 @@ var XBOOTSTRAP = (function ($, parent) { var self = parent.VARIABLES = {};
);
for (var k=0; k<variables.length; k++) {
- // if it's first attempt to replace vars o... | 11 |
diff --git a/website/site/content/docs/collection-types.md b/website/site/content/docs/collection-types.md @@ -7,7 +7,7 @@ position: 27
All editable content types are defined in the `collections` field of your `config.yml` file, and display in the left sidebar of the Content page of the editor UI.
-Collections come in ... | 2 |
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js @@ -432,7 +432,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
var lowtempimpact = (currenttemp.rate - basal) * ((30-minutes_running)/60) * sens;
var adjEventualBG = eventualBG + lowtempimp... | 11 |
diff --git a/token-metadata/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/metadata.json b/token-metadata/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/metadata.json "symbol": "CLOUT",
"address": "0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/app/src/scripts/admin/charts/admin.bar.jsx b/app/src/scripts/admin/charts/admin.bar.jsx @@ -75,6 +75,11 @@ const Bar = ({ year, logs, months }) => {
<VictoryBar data={total} />
</VictoryStack>
</VictoryChart>
+ <span>
+ <span className="failed">Failed</span>
+ <span className="succeed">Succeeded</span>
+ <... | 12 |
diff --git a/assets/js/components/notifications/module-settings-warning.js b/assets/js/components/notifications/module-settings-warning.js @@ -8,19 +8,9 @@ import ErrorIcon from '../../../svg/error.svg';
const { useSelect } = Data;
-/**
- * A single module. Keeps track of its own active state and settings.
- */
/*
-cla... | 2 |
diff --git a/modules/@apostrophecms/rich-text-widget/index.js b/modules/@apostrophecms/rich-text-widget/index.js @@ -165,7 +165,7 @@ module.exports = {
// Will be mixed in automatically for developers
tiptapTextCommands: {
setNode: [ 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre' ],
- setMark: [
+ toggleMark: [
'b', 's... | 4 |
diff --git a/assets/js/modules/analytics/common/anonymize-ip-switch.js b/assets/js/modules/analytics/common/anonymize-ip-switch.js @@ -40,7 +40,6 @@ export default function AnonymizeIPSwitch( { useSelect, useDispatch } ) {
<Switch
id="anonymizeIP"
label={ __( 'Anonymize IP addresses', 'google-site-kit' ) }
- // eslint-... | 2 |
diff --git a/shared/clients/test/__snapshots__/messages.test.js.snap b/shared/clients/test/__snapshots__/messages.test.js.snap @@ -9,12 +9,12 @@ Array [
"id": "robo",
},
},
- "id": 2016-12-31T23:00:00.000Z,
- "message": Object {
- "content": 2016-12-31T23:00:00.000Z,
- "type": "timestamp",
+ "content": Object {
+ "body... | 1 |
diff --git a/packages/openneuro-server/datalad/migration.js b/packages/openneuro-server/datalad/migration.js @@ -112,9 +112,17 @@ const migrate = (datasetId, uploader, label, created) => {
const migrateSnapshot = (datasetId, snapshotId) => {
console.log(`Snapshot migration of "${datasetId}-${snapshotId}"`)
return new P... | 9 |
diff --git a/src/items/alien-archives/xaxmellia.json b/src/items/alien-archives/xaxmellia.json "race": "",
"class": "",
"biography": {
- "value": "<h2>Description</h2>\n<h3>Description</h3>\n<p>Xaxmellias are kaiju native to Daimalko. The first rose from an acidic lake in the caldera of a quiescent volcano, and the vol... | 0 |
diff --git a/source/views/containers/TouchScrollView.js b/source/views/containers/TouchScrollView.js @@ -243,6 +243,9 @@ const touchIsOnSelectionHandle = (touch) => {
return false;
}
const rects = Array.from(selection.getRangeAt(0).getClientRects());
+ if (!rects.length) {
+ return false;
+ }
const touchX = touch.clien... | 9 |
diff --git a/unlock-app/src/services/storageService.js b/unlock-app/src/services/storageService.js @@ -63,17 +63,16 @@ export default class StorageService {
* Store the details of the provide Lock. In the case of failure a rejected promise is
* returned to the caller.
*
- * @param {*} lock
+ * @param {*} lockDetails
* ... | 10 |
diff --git a/src/pages/Component/resource.js b/src/pages/Component/resource.js @@ -103,6 +103,7 @@ export default class Index extends PureComponent {
} = this.props;
const { existFileList, event_id } = this.state
const teamName = globalUtil.getCurrTeamName()
+ const regionName = globalUtil.getCurrRegionName()
const ser... | 1 |
diff --git a/weapons-manager.js b/weapons-manager.js @@ -814,6 +814,10 @@ targetMesh.visible = false;
scene.add(targetMesh);
let highlightedObject = null;
+const deployMesh = _makeTargetMesh();
+deployMesh.visible = false;
+scene.add(deployMesh);
+
/* const _snapBuildPosition = p => {
p.x = Math.floor(p.x / BUILD_SNAP)... | 0 |
diff --git a/assets/js/modules/tagmanager/components/settings/SettingsView.js b/assets/js/modules/tagmanager/components/settings/SettingsView.js @@ -92,7 +92,7 @@ export default function SettingsView() {
<div className="googlesitekit-settings-module__meta-items">
<div className="googlesitekit-settings-module__meta-item... | 2 |
diff --git a/diorama.js b/diorama.js @@ -649,19 +649,6 @@ const _ensureSideSceneCompiled = () => {
const sideCamera = new THREE.PerspectiveCamera();
-const _makeCanvas = (w, h) => {
- const canvas = document.createElement('canvas');
- canvas.width = w;
- canvas.height = h;
- canvas.style.cssText = `\
- position: absolu... | 2 |
diff --git a/conf/cityparams.conf b/conf/cityparams.conf @@ -137,7 +137,7 @@ city-params {
seattle-wa = 47.615
columbus-oh = 40.000
cdmx = 19.490
- spgg = 25.663
+ spgg = 25.648
pittsburgh-pa = 40.438
}
city-center-lng {
@@ -200,7 +200,7 @@ city-params {
seattle-wa = 12.0
columbus-oh = 13.0
cdmx = 14.0
- spgg = 13.25
+... | 3 |
diff --git a/token-metadata/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/metadata.json b/token-metadata/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/metadata.json "symbol": "BASE",
"address": "0x07150e919B4De5fD6a63DE1F9384828396f25fDC",
"decimals": 9,
- "dharmaVerificationStatus": "UNVERIFIED"
+ "dharmaVerificationStatus"... | 3 |
diff --git a/lib/assets/javascripts/new-dashboard/components/ExternalMapsList.vue b/lib/assets/javascripts/new-dashboard/components/ExternalMapsList.vue <template slot="title">
<VisualizationsTitle
:defaultTitle="$t(`ExternalMapsPage.header.title['${appliedFilter}']`)"
- :selectedItems="selectedMaps.length"
- :vizQuota... | 2 |
diff --git a/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.js b/priv/public/ui/app/components/directives/mn_storage_mode/mn_storage_mode.js function mnFormatStorageModeError() {
return function (error) {
- switch (error) {
- case "storageMode must be one of forestdb, memory_optimized, plasma"... | 7 |
diff --git a/Source/Renderer/ShaderSource.js b/Source/Renderer/ShaderSource.js @@ -241,6 +241,7 @@ function combineShader(shaderSource, isFragmentShader, context) {
precision highp float;\n\
#else\n\
precision mediump float;\n\
+ #define highp mediump;\n\
#endif\n\n";
}
| 14 |
diff --git a/src/traces/violin/defaults.js b/src/traces/violin/defaults.js @@ -27,13 +27,11 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
coerce('bandwidth');
coerce('side');
-
var width = coerce('width');
if(!width) {
coerce('scalegroup', traceOut.name);
coerce('scalemode');
} els... | 1 |
diff --git a/packages/@snowpack/plugin-webpack/README.md b/packages/@snowpack/plugin-webpack/README.md @@ -21,10 +21,6 @@ npm install --save-dev @snowpack/plugin-webpack
}
```
-### Limitations
-
-Currently only works for Single Page Applications (SPA) with a single HTML entrypoint. See https://github.com/pikapkg/create... | 2 |
diff --git a/templates/customdashboard/customdashboard/visual_dashboard.html b/templates/customdashboard/customdashboard/visual_dashboard.html {% extends "base.html" %}
{% block content %}
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=de... | 0 |
diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js @@ -1004,8 +1004,7 @@ module.exports = {
].join(' ')
},
shift: {
- valType: 'number',
- extras: [true, false],
+ valType: 'any',
dflt: false,
editType: 'plot',
description: [
| 12 |
diff --git a/source/components/NumericInput.js b/source/components/NumericInput.js @@ -326,14 +326,13 @@ class NumericInputBase extends Component<NumericInputProps, State> {
return this.props.bigNumberFormat ?? BigNumber.config().FORMAT;
}
- bigNumberToFormattedString(number: ?BigNumber.Instance) {
+ bigNumberToFormatt... | 7 |
diff --git a/edit.js b/edit.js @@ -960,6 +960,7 @@ let crosshairMesh = null;
scene.add(grenadeMesh);
crosshairMesh = weaponsModels.children.find(c => c.name === 'SM_Wep_Crosshair_04');
+ crosshairMesh.scale.set(50, 50, 50);
crosshairMesh.traverse(o => {
if (o.isMesh) {
o.material = new THREE.MeshBasicMaterial({
@@ -970... | 0 |
diff --git a/src/API/getPlayer.js b/src/API/getPlayer.js @@ -9,11 +9,12 @@ module.exports = async function (query, options = { guild: false }) {
const res = await this._makeRequest(`/player?uuid=${query}`);
if (options.guild) {
+ const Guild = require('../structures/Guild/Guild');
const guildRes = await this._makeReque... | 4 |
diff --git a/css/preflight.css b/css/preflight.css @@ -508,6 +508,11 @@ fieldset {
padding: 0;
}
+ol,
+ul {
+ margin: 0;
+}
+
/**
* Suppress the focus outline on elements that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
| 12 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -289,7 +289,7 @@ module.exports = {
'flowtype/require-return-type': [ 'error', 'always', { 'annotateUndefined': 'never', 'excludeArrowFunctions': true } ],
'flowtype/require-valid-file-annotation': [ 'error', 'always', { 'annotationStyle': 'block' } ],
'flowtype/semi': [ 'err... | 11 |
diff --git a/Gruntfile.js b/Gruntfile.js @@ -3,7 +3,7 @@ module.exports = function (grunt) {
const version = packageFile.version
const electronVersion = packageFile.electronVersion
- const ignoredDirs = ['.DS_Store', 'dist/app', 'ext/readability-master/test', /\.map$/g] // directories that will be ignored when building... | 2 |
diff --git a/scenes/SceneEditAccount.js b/scenes/SceneEditAccount.js @@ -58,7 +58,7 @@ export default class SceneEditAccount extends React.Component {
};
_handleUpload = async (e) => {
- this.setState({ changingAvatar: true, changingBio: true });
+ this.setState({ changingAvatar: true });
let json = await UserBehaviors... | 2 |
diff --git a/src/components/CheckBox.js b/src/components/CheckBox.js // @flow
import React from "react";
-import {
- findNodeHandle,
- Platform,
- StyleSheet,
- Switch,
- UIManager
-} from "react-native";
+import { StyleSheet, Switch } from "react-native";
import type { ViewStyleProp } from "react-native/Libraries/Styl... | 2 |
diff --git a/src/apps.json b/src/apps.json "cats": [
56
],
+ "js": {
+ "Client.Anonymous": "\\;confidence:50%"
+ },
"script": "https?://www\\.hashing\\.win/scripts/min\\.js",
"icon": "coinimp.png",
"website": "https://www.coinimp.com"
| 7 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,15 @@ 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.39.3] -- 2018-07-25
+
+### Fixed
+- Fix overlaying subplot configuration relayouts [#2831]
+- Fix trace toggling from position-editab... | 3 |
diff --git a/token-metadata/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/metadata.json b/token-metadata/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/metadata.json "symbol": "MLN",
"address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/avatars/animationHelpers.js b/avatars/animationHelpers.js @@ -323,6 +323,7 @@ export const loadPromise = (async () => {
eat: animations.find(a => a.isEating),
drink: animations.find(a => a.isDrinking),
throw: animations.find(a => a.isThrow),
+ pickUpThrow: animations.find(a => a.isPickUpThrow),
bowDraw: an... | 0 |
diff --git a/checkfiles/checkfiles.py b/checkfiles/checkfiles.py @@ -656,7 +656,11 @@ def check_for_contentmd5sum_conflicts(item, result, output, errors, session, url
errors['lookup_for_content_md5sum'] = 'Network error occured, while looking for ' + \
'content md5sum conflict on the portal. ' + str(e)
else:
+ try:
r_g... | 0 |
diff --git a/package.json b/package.json "moment": "^2.29.1",
"morgan": "^1.10.0",
"multihashing-async": "^2.1.2",
- "next": "^11.1.0",
+ "next": "^10.0.7",
"next-offline": "^5.0.5",
"oauth": "^0.9.15",
"pg": "^8.5.1",
| 1 |
diff --git a/magda-gateway/src/Authenticator.ts b/magda-gateway/src/Authenticator.ts @@ -26,7 +26,9 @@ export interface AuthenticatorOptions {
export const DEFAULT_SESSION_COOKIE_NAME: string = "connect.sid";
export let DEFAULT_SESSION_COOKIE_OPTIONS: SessionCookieOptions = {
- maxAge: 7 * 60 * 60 * 1000
+ maxAge: 7 * ... | 12 |
diff --git a/packages/bitcore-client/src/wallet.ts b/packages/bitcore-client/src/wallet.ts import * as Bcrypt from 'bcrypt';
import { Deriver, Transactions } from 'crypto-wallet-core';
-import { sign } from 'secp256k1';
import 'source-map-support/register';
import { Client } from './client';
import { Encryption } from ... | 3 |
diff --git a/src/components/TableSelectCell.js b/src/components/TableSelectCell.js @@ -32,11 +32,7 @@ const defaultSelectCellStyles = theme => ({
zIndex: 110,
backgroundColor: theme.palette.background.paper,
},
- checkboxRoot: {
- '&$checked': {
- color: theme.palette.primary.main,
- },
- },
+ checkboxRoot: {},
checked... | 12 |
diff --git a/package.json b/package.json {
"name": "mermaid",
- "version": "8.7.0",
+ "version": "8.8.0",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [
| 12 |
diff --git a/src/components/Modeler.vue b/src/components/Modeler.vue @@ -233,6 +233,7 @@ export default {
this.$emit('parsed');
},
loadXML(xml) {
+ this.nodes = {};
this.moddle.fromXML(xml, (err, definitions) => {
if (!err) {
// Update definitions export to our own information
| 2 |
diff --git a/test/jasmine/tests/transform_aggregate_test.js b/test/jasmine/tests/transform_aggregate_test.js @@ -15,6 +15,7 @@ describe('aggregate', function() {
Plotly.newPlot(gd, [{
x: [1, 2, 3, 4, 'fail'],
y: [1.1, 2.2, 3.3, 'nope', 5.5],
+ customdata: [4, 'nope', 3, 2, 1],
marker: {
size: ['2001-01-01', 0.2, 0.1, 0... | 0 |
diff --git a/token-metadata/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/metadata.json b/token-metadata/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/metadata.json "symbol": "TNT",
"address": "0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/packages/vue-server-renderer/README.md b/packages/vue-server-renderer/README.md @@ -162,7 +162,7 @@ Provide a template for the entire page's HTML. The template should contain a com
In addition, when both a template and a render context is provided (e.g. when using the `bundleRenderer`), the renderer will a... | 13 |
diff --git a/packages/core/parcel-bundler/test/javascript.js b/packages/core/parcel-bundler/test/javascript.js @@ -679,12 +679,9 @@ describe('javascript', function() {
assert(devRegExp.test(file) === true);
assert(prodRegExp.test(file) === false);
// Prod build test
- await bundle(
- __dirname + '/integration/babel-bro... | 1 |
diff --git a/tests/generators/index.html b/tests/generators/index.html @@ -446,9 +446,6 @@ h1 {
<br><a target="_blank" href="https://dartpad.dartlang.org/">interpreter</a>
</div>
</p>
- <p>
- <input type="button" value="download" onclick="downloadOutputCode()">
- </p>
</td></tr><tr><td height="99%">
<textarea id="impor... | 2 |
diff --git a/core/block_render_svg.js b/core/block_render_svg.js @@ -341,7 +341,7 @@ Blockly.BlockSvg.prototype.render = function(opt_bubble) {
var inputRows = this.renderCompute_(cursorX);
this.renderDraw_(cursorX, inputRows);
this.renderMoveConnections_();
- this.renderExternalTypeVarHeightlights_();
+ this.renderExt... | 1 |
diff --git a/src/compiler/parsing/watf/tokenizer.js b/src/compiler/parsing/watf/tokenizer.js @@ -235,11 +235,11 @@ function tokenize(input: string) {
if (NUMBER_KEYWORDS.test(input.substring(current, current + 3))) {
let tokenLength = 3;
- if (input.substring(current, (current += 4)) === "nan:") {
+ if (input.substring... | 1 |
diff --git a/server/classes/headstart/preprocessing/Snapshot.php b/server/classes/headstart/preprocessing/Snapshot.php @@ -18,13 +18,14 @@ class Snapshot
$phantomjs = $ini_array["snapshot"]["phantomjs_path"];
$getsvg = $ini_array["snapshot"]["getsvg_path"];
- $host = $ini_array["general"]["host"];
+ $protocol = stripos... | 1 |
diff --git a/common/stores/organisation-store.js b/common/stores/organisation-store.js @@ -17,7 +17,7 @@ const controller = {
] : [])).then((res) => {
if (id === store.id) {
// eslint-disable-next-line prefer-const
- let [projects, users, invites, usage] = res;
+ let [projects, users, invites] = res;
// projects = proj... | 11 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -626,6 +626,7 @@ When writing docs you can use the following variables instead of hard-coding the
| `auth0js_url` | The url to the auth0.js CDN location. | |
| `lock_url` | The url to the Lock script CDN location. | |
| `lock_passwordless_url` | The url to the Passwordl... | 0 |
diff --git a/docs/.vuepress/theme/components/Sidebar.vue b/docs/.vuepress/theme/components/Sidebar.vue @@ -88,7 +88,7 @@ function resolveOpenGroupIndex(route, items) {
right 0
width $sidebarWidth
height 80vh
- overflow-y scroll
+ overflow-y auto
font-size $fsXSmall
padding-left 1em
padding-right 2em
| 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.