code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/package.json b/package.json }, "private": true, "scripts": { - "preinstall:node": "node --version | grep -q 8.6.0", - "preinstall:npm": "npm --version | grep -q 5.4.2", - "preinstall": "npm run preinstall:node && npm run preinstall:npm", + "preinstall": "node ./scripts/npm/check-versions.js", "postinstall:...
7
diff --git a/lib/slack/renderer/index.js b/lib/slack/renderer/index.js @@ -16,6 +16,10 @@ const constants = { STATUS_FAILURE: '#cb2431', BASE_ATTACHMENT_COLOR: '#24292f', ATTACHMENT_FIELD_LIMIT: 2, + MAJOR_MESSAGES: { + 'pull_request.opened': true, + 'issues.opened': true, + }, }; class Status { @@ -75,9 +79,9 @@ class...
7
diff --git a/test/jasmine/tests/geo_test.js b/test/jasmine/tests/geo_test.js @@ -1353,46 +1353,6 @@ describe('Test geo interactions', function() { .then(done, done.fail); }); - it('should clear hover label when cursor slips off subplot', function(done) { - var gd = createGraphDiv(); - var fig = Lib.extendDeep({}, requi...
2
diff --git a/ts-scripts/meta.json b/ts-scripts/meta.json "coinomat": "https://test.coinomat.com", "datafeed": "https://marketdata.wavesplatform.com", "support": "https://support.wavesplatform.com", - "nodeList": "http://dev.pywaves.org/generators/", + "nodeList": "http://dev.pywaves.org/testnet/generators/", "assets": ...
1
diff --git a/token-metadata/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/metadata.json b/token-metadata/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/metadata.json "symbol": "SUSD", "address": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/lib/global-admin/addon/components/multi-cluster-app/template.hbs b/lib/global-admin/addon/components/multi-cluster-app/template.hbs <label for="" class="acc-label"> {{t "newMultiClusterApp.targets.label"}} </label> - <div class="col span-12 text-small"> + <div class="col span-12 text-small mb-20"> {{#each ...
2
diff --git a/src/templates/workshop.js b/src/templates/workshop.js @@ -237,7 +237,7 @@ export default ({ data }) => { position={2} /> <BreadcrumbDivider /> - <Breadcrumb to={url} name={name} position={3} bold={false} /> + <Breadcrumb to={slug} name={name} position={3} bold={false} /> </Breadcrumbs> <Name f={6} mb={2} c...
1
diff --git a/packages/cx/src/widgets/form/variables.scss b/packages/cx/src/widgets/form/variables.scss @@ -76,8 +76,6 @@ $cx-default-input-tool-size: 20px !default; $cx-default-input-left-tool-size: $cx-default-input-tool-size !default; // Left Icon -@debug ($cx-default-box-padding, $cx-default-box-line-height, $cx-def...
2
diff --git a/src/components/play-mode/hotbar/Hotbar.jsx b/src/components/play-mode/hotbar/Hotbar.jsx @@ -8,10 +8,9 @@ import {world} from '../../../../world.js'; import {hotbarSize} from '../../../../constants.js'; import {jsonParse, handleDrop} from '../../../../util.js'; -export const Hotbar = () => { - const itemsNu...
0
diff --git a/package.json b/package.json { + "name": "threejs-fast-raycast", + "version": "0.0.1", + "description": "A BVH implementation to speed up raycasting against three.js meshes.", "module": "src/index.js", "main": "umd/index.js", "scripts": { }, "repository": { "type": "git", - "url": "git+https://github.com/gk...
0
diff --git a/token-metadata/0xd03B6ae96CaE26b743A6207DceE7Cbe60a425c70/metadata.json b/token-metadata/0xd03B6ae96CaE26b743A6207DceE7Cbe60a425c70/metadata.json "symbol": "UNDB", "address": "0xd03B6ae96CaE26b743A6207DceE7Cbe60a425c70", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/components/Form.js b/src/components/Form.js @@ -59,7 +59,6 @@ const defaultProps = { formState: { isLoading: false, errors: null, - errorFields: null, }, draftValues: {}, enabledWhenOffline: false, @@ -94,6 +93,17 @@ class Form extends React.Component { return this.props.formState.error || (typeof late...
11
diff --git a/doc/build.md b/doc/build.md @@ -266,7 +266,7 @@ After your app has become valid, you are ready to execute the first build. Just * **SSH Private Key:** A SSH private key to access your repository. Only relevant for git repositories which are not hosted on GitHub. * **Branch:** The git branch to build from. ...
1
diff --git a/includes/Core/Util/Migration_1_8_1.php b/includes/Core/Util/Migration_1_8_1.php @@ -113,7 +113,7 @@ class Migration_1_8_1 { // Only run routine if using the authentication service, otherwise it // is irrelevant. - if ( ! $this->authentication->get_oauth_client()->using_proxy() ) { + if ( ! $this->authentic...
1
diff --git a/src/widgets/histogram/chart.js b/src/widgets/histogram/chart.js @@ -159,12 +159,18 @@ module.exports = cdb.core.View.extend({ var xLimit = className === 'right' ? this.chartWidth() : 0; var xDiff = Math.abs(xLimit - xPos); + var transform = d3.transform(triangle.attr('transform')); + if (xDiff <= (TRIANGLE...
2
diff --git a/semcore/ui/generate.js b/semcore/ui/generate.js @@ -37,7 +37,6 @@ async function installComponents(packages) { }); const node_modules = execSync('find ./node_modules/@semcore -name "node_modules" -type d', { - stdio: 'inherit', cwd: __dirname, }).toString(); if (node_modules) throw new Error(`DUPLICATES FO...
2
diff --git a/paywall/src/components/content/NewDemoContent.tsx b/paywall/src/components/content/NewDemoContent.tsx @@ -47,9 +47,12 @@ export default function NewDemoContent() { ) const locks: string[] = url.searchParams.getAll('lock') const names: string[] = url.searchParams.getAll('name') + const unlockUserAccounts: b...
11
diff --git a/framer/Color.coffee b/framer/Color.coffee @@ -303,10 +303,10 @@ class exports.Color extends BaseClass colorA = new Color(colorA) colorB = new Color(colorB) - return false if colorA.r isnt colorB.r - return false if colorA.g isnt colorB.g - return false if colorA.b isnt colorB.b - return false if colorA.a i...
7
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn "start_url": "https://webaverse.github.io/basiheart/", "dynamic": true }, - { - "position": [ - 4, - 0, - -2 - ], - "quaternion": [ - 0, - 0, - 0, - 1 - ], - "start_url": "https://webaverse.github.io/npc/" - }, { "position": [ -13,
2
diff --git a/src/core-tags/migrate/all-tags/control-flow-directives.js b/src/core-tags/migrate/all-tags/control-flow-directives.js @@ -15,7 +15,7 @@ module.exports = function migrate(el, context) { if ( CONTROL_FLOW_ATTRIBUTES.includes(name) && (name === "else" || attr.argument) && - (el.tagName !== "else" || name !== ...
7
diff --git a/common/lib/client/realtimechannel.ts b/common/lib/client/realtimechannel.ts @@ -216,11 +216,12 @@ class RealtimeChannel extends Channel { callback(new ErrorInfo('Maximum size of messages that can be published at once exceeded ( was ' + size + ' bytes; limit is ' + maxMessageSize + ' bytes)', 40009, 400)); ...
7
diff --git a/src/components/Editor/Editor.js b/src/components/Editor/Editor.js @@ -48,6 +48,7 @@ class Editor extends React.Component { componentDidMount() { this.input.addEventListener('input', throttle(e => this.renderMarkdown(e.target.value), 500)); + this.input.addEventListener('paste', this.handlePastedImage); } s...
9
diff --git a/src/server/routes/apiv3/staffs.js b/src/server/routes/apiv3/staffs.js @@ -3,16 +3,22 @@ const express = require('express'); const axios = require('axios'); const router = express.Router(); +const { isAfter, addMonths } = require('date-fns'); const contributors = require('../../../client/js/components/Staff...
12
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -295,6 +295,13 @@ articles: - title: "Anomaly Detection" url: "/anomaly-detection" + children: + + - title: "Overview" + url: "/anomaly-detection" + + - title: "Breached Passwords" + url: "/anomaly-detection/breached-passwords" - title: "Addons/Third-Party Applica...
0
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml @@ -14,14 +14,14 @@ jobs: uses: dependabot/fetch-metadata@v1.1.1 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Enable auto-merge for Stripe SDKs Dependabot PRs - if: ${{contains(steps.metadata.outputs.dependency-names, 'github....
0
diff --git a/imports/i18n/accounts.js b/imports/i18n/accounts.js // Load all useraccounts translations at once import { Tracker } from 'meteor/tracker'; -import { T9n } from 'meteor-accounts-t9n'; +import { T9n } from 'meteor/useraccounts:core'; import { TAPi18n } from './tap'; T9n.setTracker({ Tracker });
1
diff --git a/lib/project/results-view.js b/lib/project/results-view.js @@ -62,10 +62,10 @@ class ResultsView { const resizeObserver = new ResizeObserver(this.invalidateItemHeights.bind(this)); resizeObserver.observe(this.element); this.element.addEventListener('mousedown', this.handleClick.bind(this)); - this.element.a...
14
diff --git a/src/core/operations/Hash.js b/src/core/operations/Hash.js @@ -16,12 +16,18 @@ import Checksum from "./Checksum.js"; */ const Hash = { + /** Generic hash function + * + * @param {string} name + * @param {string} input + * @returns {string} + */ runHash: function(name, input) { - var hasher = CryptoApi.hashe...
1
diff --git a/index.js b/index.js @@ -29,6 +29,21 @@ const Hypixel = axios.create({ baseURL: 'https://api.hypixel.net/' }); +let api_index = 0; +let api_key = credentials.hypixel_api_key; + +if(!Array.isArray(api_key)) + api_key = [api_key]; + +function getApiKey(){ + api_index++; + + if(api_index >= api_key.length) + a...
11
diff --git a/src/editor/components/Editor.js b/src/editor/components/Editor.js @@ -19,6 +19,8 @@ export default class Editor extends AbstractWriter { this.editorSession.commandManager._updateCommandStates(this.editorSession) DefaultDOMElement.getBrowserWindow().on('resize', this._showHideTOC, this) + DefaultDOMElement....
9
diff --git a/fabfile/flat.py b/fabfile/flat.py #!/usr/bin/env python # _*_ coding:utf-8 _*_ import copy -from cStringIO import StringIO from fnmatch import fnmatch -import gzip import hashlib import mimetypes import os @@ -12,8 +10,6 @@ from boto.s3.key import Key import app_config import utils -GZIP_FILE_TYPES = ['.ht...
2
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog -## Unreleased +## 1.46.0 - Support a wider range of command names for identification of PID in parent PID namespace. - - Report uncaught exceptions as incidents and via span/trace. + - Report uncaught exceptions as incidents and via span/trace (disabled by default)....
6
diff --git a/source/swap/contracts/Swap.sol b/source/swap/contracts/Swap.sol @@ -518,9 +518,7 @@ contract Swap is ISwap, Ownable { * @param signer address Address of the signer for which to mark the nonce as used * @param nonce uint256 Nonce to be marked as used */ - function _markNonceAsUsed(address signer, uint256 no...
3
diff --git a/assets/js/modules/analytics/components/dashboard/index.js b/assets/js/modules/analytics/components/dashboard/index.js * limitations under the License. */ -export { default as AdSenseDashboardWidgetTopPagesTableSmall } from './AdSenseDashboardWidgetTopPagesTableSmall'; export { default as AnalyticsAdSenseDa...
10
diff --git a/.travis.yml b/.travis.yml @@ -3,12 +3,9 @@ language: node_js node_js: - stable -sudo: required before_install: - - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg - - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - - sudo apt-get upd...
3
diff --git a/token-metadata/0x6710c63432A2De02954fc0f851db07146a6c0312/metadata.json b/token-metadata/0x6710c63432A2De02954fc0f851db07146a6c0312/metadata.json "symbol": "MFG", "address": "0x6710c63432A2De02954fc0f851db07146a6c0312", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/articles/tutorials/generic-oauth2-connection-examples.md b/articles/tutorials/generic-oauth2-connection-examples.md @@ -152,20 +152,24 @@ After the call completes successfully, you will be able to login using these new * Set the `Redirect URI` to [https://${account.namespace}/login/callback](https://${acco...
0
diff --git a/src/StandaloneSass.js b/src/StandaloneSass.js @@ -115,7 +115,7 @@ class StandaloneSass { console.log("\n"); console.log(output); - if (Mix.isUsing('notifications')) { + if (Config.notifications.onSuccess) { notifier.notify({ title: 'Laravel Mix', message: 'Sass Compilation Successful',
1
diff --git a/app/views/examples/translated/index.njk b/app/views/examples/translated/index.njk +{% set htmlLang = 'cy-GB' %} + {% from "accordion/macro.njk" import govukAccordion %} {% from "back-link/macro.njk" import govukBackLink %} {% from "breadcrumbs/macro.njk" import govukBreadcrumbs %}
12
diff --git a/src/commands/functions/update/index.js b/src/commands/functions/update/index.js @@ -2,11 +2,11 @@ const { Command, flags } = require('@oclif/command') class SitesUpdateCommand extends Command { async run() { - this.log(`update a site`) + this.log(`update a function`) } } -SitesUpdateCommand.description = `...
3
diff --git a/api/models/KongNode.js b/api/models/KongNode.js @@ -117,27 +117,32 @@ var defaultModel = _.merge(_.cloneDeep(require('../base/Model')), { cb() }, seedData: defKongNodeSeedData.seedData.map(function (orig) { + var auth = (orig => { + switch (orig.type) { + case 'default': + return {} + case 'key_auth': + re...
7
diff --git a/packages/components/src/UnitInput/UnitInput.js b/packages/components/src/UnitInput/UnitInput.js @@ -20,17 +20,25 @@ const isNumber = (value) => !isNaN(Number(value)) && value !== null; function PresetPlaceholder({ onChange, value }) { const [isSelecting, setIsSelecting] = React.useState(false); const [isFo...
7
diff --git a/includes/loader.php b/includes/loader.php @@ -30,7 +30,7 @@ function autoload_classes() { spl_autoload_register( function ( $class ) use ( $class_map ) { - if ( isset( $class_map[ $class ] ) && file_exists( $class_map[ $class ] ) ) { + if ( isset( $class_map[ $class ] ) ) { require_once $class_map[ $class ...
2
diff --git a/.eslintrc.js b/.eslintrc.js @@ -44,7 +44,7 @@ module.exports = { "jsx-quotes": ["error", "prefer-double"], "keyword-spacing": "error", "key-spacing": ["error", { - "beforeColon" : true, + "beforeColon": false, "afterColon": true, }], "no-unused-vars": [
12
diff --git a/lib/processor.js b/lib/processor.js @@ -5,8 +5,8 @@ const uglify = require('uglify-es'); const getConfig = require('./config'); const config = getConfig(); -const MAX_LINE_COUNT_OF_SHORT_EXAMPLES = 10; -const MIN_LINE_COUNT_OF_TALL_EXAMPLES = 14; +const MAX_LINE_COUNT_OF_SHORT_JS_EXAMPLES = 10; +const MIN_...
10
diff --git a/ui/src/components/EntityTable/EntityTableRow.jsx b/ui/src/components/EntityTable/EntityTableRow.jsx @@ -14,10 +14,8 @@ class EntityTableRow extends Component { const { updateSelection, selection } = this.props; const selectedIds = _.map(selection || [], 'id'); const isSelected = selectedIds.indexOf(entity....
9
diff --git a/server/game/CardSelector.js b/server/game/CardSelector.js @@ -8,7 +8,6 @@ const defaultProperties = { numCards: 1, cardCondition: () => true, cardType: ['attachment', 'character', 'event', 'holding', 'stronghold', 'role', 'province'], - gameAction: 'target', multiSelect: false };
2
diff --git a/articles/extensions/authorization-extension.md b/articles/extensions/authorization-extension.md @@ -262,3 +262,9 @@ The extension uses the internal Webtask storage capabilities, which are limited - If you have 20 groups and 7000 users, where each user is member of 3 groups about 480 KB of data would be use...
0
diff --git a/includes/Core/Util/Debug_Data.php b/includes/Core/Util/Debug_Data.php @@ -130,8 +130,19 @@ class Debug_Data { 'user_status' => $this->get_user_status_field(), 'active_modules' => $this->get_active_modules_field(), ); + $none = __( 'None', 'google-site-kit' ); - return array_merge( $fields, $this->get_modul...
14
diff --git a/test/login.test.js b/test/login.test.js @@ -25,7 +25,7 @@ test('private key is valid', t => { test('public key is valid', t => { t.true(Device.isValidPubKey(pubkey)); - t.is(pubkey, ecdsa.publicKeyCreate(priv).toString('base64')); + t.is(pubkey, Buffer.from(ecdsa.publicKeyCreate(priv, true)).toString('base...
1
diff --git a/src/encoded/schemas/human_donor.json b/src/encoded/schemas/human_donor.json "linkTo": "HumanDonor" } }, - "children": { - "title": "Children", - "description": "Biological children of this donor.", - "comment": "Do not submit. This is calculated from the parents field.", - "type": "array", - "default": [],...
2
diff --git a/scripts/documentation/generate.js b/scripts/documentation/generate.js const fs = require("fs"); -const git = require("simple-git")(); -// const git = require("simple-git/promise")(); +const git = require("simple-git/promise")(); const pkg = require("../../package.json"); const moment = require("moment"); c...
7
diff --git a/packages/app/src/components/Common/ImageCropModal.tsx b/packages/app/src/components/Common/ImageCropModal.tsx @@ -51,12 +51,11 @@ const ImageCropModal: FC<Props> = (props: Props) => { if (imageRef) { // Some SVG files may not have width and height properties, causing the render size to be 0x0 // Force imag...
12
diff --git a/Source/DataSources/StaticGroundGeometryPerMaterialBatch.js b/Source/DataSources/StaticGroundGeometryPerMaterialBatch.js @@ -347,7 +347,7 @@ define([ } var isUpdated = true; - for (i = 0; i < length; i++) { + for (i = 0; i < items.length; i++) { isUpdated = items[i].update(time) && isUpdated; } return isUpd...
1
diff --git a/src/collections.ts b/src/collections.ts @@ -166,12 +166,12 @@ export class Collections<CollectionType extends UnknownRecord = UnknownRecord> { * @method add * @memberof Collections.prototype * @param {string} collection collection name - * @param {string} itemId entry id + * @param {string | null} itemId e...
1
diff --git a/lime/tools/platforms/TVOSPlatform.hx b/lime/tools/platforms/TVOSPlatform.hx @@ -232,8 +232,8 @@ class TVOSPlatform extends PlatformTarget { context.IOS_LINKER_FLAGS = ["-stdlib=libc++"].concat (project.config.getArrayString ("tvos.linker-flags")); - if (project.config.exists("ios.non_encryption")) { - cont...
14
diff --git a/js/livecoin.js b/js/livecoin.js @@ -418,7 +418,13 @@ module.exports = class livecoin extends Exchange { let response = await this.fetch2 (path, api, method, params, headers, body); if ('success' in response) if (!response['success']) { - let ex = this.safeInteger (response, 'exception'); + let ex = undefin...
9
diff --git a/src/lib/gundb/UserStorageClass.js b/src/lib/gundb/UserStorageClass.js @@ -1146,6 +1146,10 @@ export class UserStorage { async getProfile(): Promise<any> { const encryptedProfile = await this.loadGunField(this.profile) + if (encryptedProfile === undefined) { + logger.error('getProfile: profile node undefine...
0
diff --git a/karma.conf.js b/karma.conf.js @@ -14,6 +14,11 @@ module.exports = (config) => { "test/index.js": ["rollup"], "test/**/*.spec.js": ["babel"] }, + client: { + mocha: { + timeout: 10000 + } + }, rollupPreprocessor: { format: "iife", name: "VueGL",
12
diff --git a/packages/gatsby/cache-dir/production-app.js b/packages/gatsby/cache-dir/production-app.js @@ -8,6 +8,7 @@ import { Router, Route, withRouter, matchPath } from "react-router-dom" import { ScrollContext } from "gatsby-react-router-scroll" import domReady from "domready" import history from "./history" +windo...
12
diff --git a/internal/webpack/configFactory.js b/internal/webpack/configFactory.js @@ -487,6 +487,8 @@ export default function webpackConfigFactory(buildOptions) { mergeDeep( { test: /(\.scss|\.css)$/, + // Dont add css-modules to node_modules css files. + exclude: /node_modules.*\.css$/, }, // For development clients ...
11
diff --git a/web/kiri/index.html b/web/kiri/index.html <head lang="en"> <meta charset="UTF-8"> <meta name="author" content="Stewart Allen"> - <meta name="keywords" content="3d slicer,slicer,3d slicing,cnc,cam,toolpaths,toolpath generation,kiri,kirimoto,kiri:moto,gcode" /> + <meta name="keywords" content="3d slicer,slic...
3
diff --git a/src/physics/collision.js b/src/physics/collision.js // initializa the quadtree api.quadTree = new me.QuadTree(api.bounds, api.maxChildren, api.maxDepth); - // reset the collision detection engine if a TMX level is loaded + // reset the collision detection engine if a new level is loaded me.event.subscribe(...
4
diff --git a/app/front.js b/app/front.js @@ -80,6 +80,8 @@ let onClose = function() { $('.outerPlaceholder').html($math) $mathToolbar.hide() editorVisible = false + mathField.blur() + latexEditorFocus = false $answer.get(0).focus() } $('.math .close').mousedown(e => { @@ -133,6 +135,8 @@ function initSpecialCharacterSe...
1
diff --git a/tools/locCSVToLangFile.js b/tools/locCSVToLangFile.js @@ -4,7 +4,7 @@ const fs = require('fs'); const path = require('path'); const prettier = require('prettier'); -/* globals require, process */ +/* globals console, require, process */ const loadCSV = (pathToCsv) => fs @@ -30,10 +30,17 @@ const locCSVToJs...
7
diff --git a/src/og/control/TouchNavigation.js b/src/og/control/TouchNavigation.js @@ -195,6 +195,27 @@ class TouchNavigation extends Control { t1.x = e.sys.touches.item(1).clientX - e.sys.offsetLeft; t1.y = e.sys.touches.item(1).clientY - e.sys.offsetTop; + // distance = Math.sqrt((t0.prev_x-t1.prev_x)**2+(t0.prev_y-t...
0
diff --git a/token-metadata/0x9D54F8f50424B3b40055cf1261924E4c5A34E562/metadata.json b/token-metadata/0x9D54F8f50424B3b40055cf1261924E4c5A34E562/metadata.json "symbol": "HILK", "address": "0x9D54F8f50424B3b40055cf1261924E4c5A34E562", "decimals": 16, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/lib/iob/history.js b/lib/iob/history.js @@ -152,6 +152,13 @@ function calcTempTreatments (inputs) { temp.duration = duration; tempHistory.push(temp); } + // Add a temp basal cancel event to ignore future temps and reduce predBG oscillation + var temp = {}; + temp.rate = 0; + temp.started_at = new Date(); +...
8
diff --git a/src/components/ComponentPreview.js b/src/components/ComponentPreview.js @@ -13,6 +13,7 @@ const ComponentPreview = ({ maxHeight, maxWidth, allowScrolling, + title, }) => { const iframeURL = `https://html.sparkdesignsystem.com/iframe.html?id=${componentType}-${componentName}`; @@ -26,7 +27,7 @@ const Compon...
11
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,20 @@ 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.31.1] -- 2017-10-16 + +### Fixed +- Fix IE and Edge SVG `toImage` support [#2068] +- Return empty set during selections of `visible: ...
3
diff --git a/bin/definition-validator.js b/bin/definition-validator.js @@ -101,7 +101,11 @@ function normalize (data) { if (validator === true) { Object.keys(definition).forEach(key => { - Object.defineProperty(result, key, { value: definition[key] }); + Object.defineProperty(result, key, { + configurable: true, + enum...
11
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -38,8 +38,8 @@ articles: - title: SPA + API url: /architecture-scenarios/application/spa-api - # - title: Mobile + API - # url: /architecture-scenarios/application/mobile-api + - title: Mobile + API + url: /architecture-scenarios/application/mobile-api # - title: ...
0
diff --git a/server/services/searchTRIPLE.php b/server/services/searchTRIPLE.php @@ -16,7 +16,7 @@ if (isset($post_params["service"]) && $post_params["service"] === "triple_km") { $service_integration = $post_params["service"]; $post_params["vis_type"] = "overview"; $post_params["service"] = "triple"; - $param_types = ...
2
diff --git a/README.md b/README.md @@ -10,7 +10,8 @@ SimpleBar is meant to be as easy to use as possible and lightweight. If you want **- Via npm** `npm install simplebar --save` -Then don't forget to import both css and js in your project. +**- Via Yarn** +`yarn add simplebar` **- Via `<script>` tag** ``` @@ -22,20 +2...
7
diff --git a/Gruntfile.js b/Gruntfile.js @@ -100,8 +100,7 @@ module.exports = function(grunt) { browserify: { options: { browserifyOptions: { - debug: buildType === 'dev', - fullPaths: true + debug: buildType === 'dev' } }, ui: {
2
diff --git a/bin/definition/index.js b/bin/definition/index.js @@ -96,7 +96,8 @@ function normalize(data) { let result; try { - + // working on figuring out ambiguous type + const type = getValueType(value); if (validator.type && (message = checkType(data))) { exception('Value must be ' + message + '. Received: ' + uti...
1
diff --git a/light.js b/light.js @@ -212,11 +212,15 @@ function prepareHistory(historyRequest, callbacks){ if (rows.length > MAX_HISTORY_ITEMS) return callbacks.ifError("your history is too large, consider switching to a full client"); + mutex.lock(['prepareHistory'], function(unlock){ + var start_ts = Date.now(); witn...
6
diff --git a/src/bot/publicbot/commands/add-server.js b/src/bot/publicbot/commands/add-server.js if (message.member.permissions.has("ADMINISTRATOR")) { - Servers.findOne({ id: message.guild.id }).then((server) => { + Cache.Servers.findOne({ id: message.guild.id }).then((server) => { if (!server) { message.channel.send(...
3
diff --git a/jest.config.js b/jest.config.js @@ -9,7 +9,7 @@ module.exports = { functions: 80, lines: 80, }, - './src/components/**/!(ColumnHeaderRow|ColumnHeaderSelect|FilterHeaderRow|TableToolbar|RowActionsCell|RowActionsError|StatefulTable|StatefulTableDetailWizard|CatalogContent|FileDrop|HeaderMenu|Dashboard|CardRe...
1
diff --git a/.github/workflows/jdl.yml b/.github/workflows/jdl.yml @@ -66,7 +66,7 @@ jobs: - jdl: blog-store-microfrontend environment: prod # Use monorepository for diff - extra-args: --workspaces --monorepository --interactive + extra-args: --workspaces --monorepository new-extra-args: --microfrontend # Backend is fa...
2
diff --git a/src/manifest.json b/src/manifest.json { "manifest_version": 2, - "version": "0.1.7", + "version": "0.1.8", "name": "Liquality Wallet", "description": "Secure multi-crypto wallet with built-in Atomic Swaps!", "homepage_url": "https://liquality.io",
3
diff --git a/lib/WebpackOptionsValidationError.js b/lib/WebpackOptionsValidationError.js @@ -51,15 +51,16 @@ class WebpackOptionsValidationError extends Error { constructor(validationErrors) { super(); - if(Error.hasOwnProperty("captureStackTrace")) { - Error.captureStackTrace(this, this.constructor); - } this.name = "...
1
diff --git a/src/layouts/index.js b/src/layouts/index.js @@ -27,16 +27,18 @@ const TemplateWrapper = ({ children, }) => ( <Fragment> - <Helmet title={title} meta={[{ name: 'description', content: description }]}> + <Helmet> <link rel="shortcut icon" type="image/png" href="/icon-learnstorybook.png" sizes="16x16 32x32 64...
1
diff --git a/tools/super-publisher/package.json b/tools/super-publisher/package.json "changelog-parser": "^2.6.0", "commander": "^2.19.0", "execa": "^4.0.3", - "figlet": "^1.2.1", "fs-extra": "^9.0.1", "glob": "^7.1.3", "inquirer": "^6.2.2",
3
diff --git a/web/components/pages/OrganisationSettingsPage.js b/web/components/pages/OrganisationSettingsPage.js @@ -157,9 +157,9 @@ const OrganisationSettingsPage = class extends Component { let totalTraits = 0; let totalIdentities = 0; data.events_list.map((v) => { - totalFlags += v.Flags; - totalTraits += v.Traits; ...
9
diff --git a/services/importer/spec/unit/downloader_spec.rb b/services/importer/spec/unit/downloader_spec.rb @@ -309,25 +309,25 @@ describe Downloader do describe '#name inference' do it 'gets the file name from the Content-Disposition header if present' do headers = { "Content-Disposition" => %{attachment; filename="b...
2
diff --git a/assets/js/modules/adsense/components/setup/v2/SetupMain.js b/assets/js/modules/adsense/components/setup/v2/SetupMain.js @@ -26,7 +26,7 @@ import PropTypes from 'prop-types'; * WordPress dependencies */ import { _x } from '@wordpress/i18n'; -import { useEffect, useState } from '@wordpress/element'; +import ...
14
diff --git a/Gulpfile.js b/Gulpfile.js @@ -762,12 +762,9 @@ function testFunctional (src, testingEnvironmentName, { allowMultipleWindows, ex timeout: typeof v8debug === 'undefined' ? 3 * 60 * 1000 : Infinity // NOTE: disable timeouts in debug }; - if (process.env.RETRY_FAILED_TESTS === 'true') { + if (process.env.RETRY...
2
diff --git a/lib/core/services.js b/lib/core/services.js @@ -98,8 +98,8 @@ ServicesMonitor.prototype.check = function() { }); }, function checkDevServer(result, callback) { - var host = self.config.webServerConfig.host || self.serverHost; - var port = self.config.webServerConfig.port || self.serverPort; + var host = se...
12
diff --git a/src/utils/formatters/perf-score.js b/src/utils/formatters/perf-score.js const chalk = require('chalk') module.exports = score => { - if (score >= 80) return chalk.green.bold(score) - if (score > 60 && score < 80) return chalk.yellow.bold(score) - if (score <= 60) return chalk.red.bold(score) + if (score >=...
12
diff --git a/index.css b/index.css @@ -214,7 +214,7 @@ body > main, body > aside { flex: 1 } @media (orientation: landscape) { body { flex-flow: row wrap } - body > main { margin-left: 20vw; flex-basis: 55vw } + body > main { margin-left: 20vw; flex-basis: 53vw } body > aside { flex-basis: 25vw } body > nav { top: 0;
1
diff --git a/DungeonAlchemistImporter/DungeonAlchemist.js b/DungeonAlchemistImporter/DungeonAlchemist.js @@ -121,7 +121,6 @@ const DungeonAlchemistImporter = (() => { create = true; } if (create || version !== state[scriptName].lastHelpVersion) { - log(`Set handout content for ${scriptName}`); hh.set({ notes: helpParts...
1
diff --git a/components/Account/NewsletterSubscriptions.js b/components/Account/NewsletterSubscriptions.js import React, { Fragment } from 'react' -import { Query, Mutation } from 'react-apollo' +import { Query, Mutation, compose } from 'react-apollo' import gql from 'graphql-tag' import { css } from 'glamor' import wi...
14
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb @@ -29,9 +29,7 @@ class SessionsController < ApplicationController # In case of fallback on SAML authorization failed, it will be manually checked. skip_before_filter :verify_authenticity_token, only: [:create], if: :saml_authe...
2
diff --git a/src/encoded/tests/features/test_trackhubs.py b/src/encoded/tests/features/test_trackhubs.py @@ -57,6 +57,44 @@ def test_dataset_trackDb(testapp, workbook, expected): assert expected in res.text +@pytest.mark.parametrize('expected', [ + "track chip", + "compositeTrack on", + "type bed 3", + "longLabel Colle...
0
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js 105: '9' }; - $items = that.$lis; isActive = that.$newElement.hasClass('open'); that.$menuInner.click(); that.$button.focus(); } - // $items contains li elements when liveSearch is enabled - $items = $items.filter(selector); - if (!$this.val() && !/(38|40)/.t...
7
diff --git a/factory-ai-vision/Tutorial/AKS_deploy.md b/factory-ai-vision/Tutorial/AKS_deploy.md @@ -69,8 +69,8 @@ kubectl create secret generic azure-secret --from-literal=azurestorageaccountnam Also, IotHub/Edge credential is required in factory-ai solution. ``` -echo "IOTHUB_CONNECTION_STRING=<Your IotHub connection...
4
diff --git a/README.md b/README.md -# Blockly [![Build Status]( https://travis-ci.org/google/blockly.svg?branch=master)](https://travis-ci.org/google/blockly) +# Blockly Developer Tools +This is the future home for Google's Blockly Developer Tools. -Google's Blockly is a web-based, visual programming editor. Users can ...
3
diff --git a/types/index.d.ts b/types/index.d.ts @@ -3199,7 +3199,12 @@ declare module 'mongoose' { $search: { [key: string]: any index?: string - highlight?: { path: string; maxCharsToExamine?: number; maxNumPassages?: number } + highlight?: { + /** [`highlightPath` reference](https://docs.atlas.mongodb.com/atlas-sear...
1
diff --git a/components/table-list/table/index.js b/components/table-list/table/index.js @@ -18,7 +18,7 @@ class Table extends React.Component { return ( <div className='table-container'> - <table className={isWrap && !hasDisabledWrap && 'wrapped'}> + <table> {children} </table> @@ -37,18 +37,6 @@ class Table extends R...
2