code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/test/jasmine/tests/scatter_test.js b/test/jasmine/tests/scatter_test.js @@ -539,6 +539,42 @@ describe('end-to-end scatter tests', function() { .catch(fail) .then(done); }); + + it('should smoothly add/remove nodes tags with *ids* during animations', function(done) { + Plotly.plot(gd, { + data: [{ + mode: '...
0
diff --git a/src/components/general/equipment/Equipment.jsx b/src/components/general/equipment/Equipment.jsx @@ -126,6 +126,10 @@ export const Equipment = () => { const onMouseEnter = object => () => { setHoverObject(object); + + const soundFiles = sounds.getSoundFiles(); + const audioSpec = soundFiles.menuClick[Math.f...
0
diff --git a/edit.js b/edit.js @@ -6237,6 +6237,16 @@ function animate(timestamp, frame) { }; _handleSelect(); + const _handleMenu = () => { + if (currentSession) { + inventoryMesh.position.copy(leftGamepad.position); + inventoryMesh.quaternion.copy(leftGamepad.quaternion); + inventoryMesh.scale.setScalar(1, 1, 1); + i...
9
diff --git a/token-metadata/0x4208D8d500B1643DcA98dD27bA6C0060BcA311c5/metadata.json b/token-metadata/0x4208D8d500B1643DcA98dD27bA6C0060BcA311c5/metadata.json "symbol": "REBASE", "address": "0x4208D8d500B1643DcA98dD27bA6C0060BcA311c5", "decimals": 9, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/lib/assets/core/test/spec/cartodb3/components/form-components/editors/slider.spec.js b/lib/assets/core/test/spec/cartodb3/components/form-components/editors/slider.spec.js @@ -80,22 +80,24 @@ describe('components/form-components/editors/slider', function () { describe('exceptions', function () { it('should...
4
diff --git a/src/health_monitor.erl b/src/health_monitor.erl @@ -144,15 +144,26 @@ get_module(Monitor) -> %% Internal functions send_heartbeat_inner(MonModule, SendNodes, Payload) -> + SendTo = SendNodes -- skip_heartbeats_to(MonModule), try misc:parallel_map( fun (N) -> gen_server:cast({MonModule, N}, Payload) - end, ...
4
diff --git a/portal/src/components/UploadHistoryTable/UploadErrorList.js b/portal/src/components/UploadHistoryTable/UploadErrorList.js @@ -28,6 +28,11 @@ const RowTableCell = withStyles({ })(TableCell); export function UploadErrorList({uploadHistoryDetails, fileName}) { + if (!uploadHistoryDetails) { + return <div>Some...
9
diff --git a/docs/modules/config/ui-kits.js b/docs/modules/config/ui-kits.js @@ -64,18 +64,6 @@ const CONFIG = { isActive: true, className: '-plugin', }, - { - title: 'UIKits', - href: '/designkits', - isActive: false, - className: '-tool', - }, - { - title: 'Conferences', - href: '/designconferences', - isActive: fals...
2
diff --git a/src/lib/gundb/UserStorage.js b/src/lib/gundb/UserStorage.js @@ -489,7 +489,6 @@ export class UserStorage { const currentPrivacy = await this.profile.get(field).get('privacy') return currentPrivacy || profileSettings[field].defaultPrivacy || 'public' } - logger.debug('CONFIGURACION', { Config }) return Prom...
2
diff --git a/templates/master/elasticsearch/schema/quize.js b/templates/master/elasticsearch/schema/quize.js @@ -2,7 +2,7 @@ module.exports={ _meta:{ schema:{ type:"object", - description:"Quize documents", + description:"Quiz documents", properties:{ qid:{ type:"string", @@ -27,19 +27,23 @@ module.exports={ maxLength:...
3
diff --git a/__tests__/git.spec.js b/__tests__/git.spec.js @@ -441,7 +441,7 @@ describe('Git', function() { it('rebase onto fast forward', function() { return expectTreeAsync( - 'git switch -c F1; git commit; git switch -c F1; git commit;', + 'git switch -c F1; git commit; git rebase --onto F1 main;', '{"branches":{"ma...
1
diff --git a/ios/PrideLondonApp/Info.plist b/ios/PrideLondonApp/Info.plist </dict> <key>NSLocationWhenInUseUsageDescription</key> <string>Your current location will be displayed on the map and used to show nearby events. You can always change it in your Settings.</string> + <key>NSBluetoothPeripheralUsageDescription</k...
3
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -386,7 +386,7 @@ apis: - title: Management API url: "/api/management/v2/tokens" forceFullReload: true - expanded: true + expanded: 1 children: - title: API Tokens @@ -531,7 +531,7 @@ appliance: - title: "Support" url: "/appliance/critical-issue" - expanded: true +...
0
diff --git a/sirepo/sim_data/flash.py b/sirepo/sim_data/flash.py @@ -232,7 +232,7 @@ class SimData(sirepo.sim_data.SimDataBase): @classmethod def _flash_src_tarball_basename(cls): - return 'source.tar.gz' + return 'flash.tar.gz' @classmethod def _lib_file_basenames(cls, data):
10
diff --git a/services/importer/lib/importer/geometry_fixer.rb b/services/importer/lib/importer/geometry_fixer.rb @@ -7,8 +7,8 @@ require_relative '../../../table-geocoder/lib/internal-geocoder/latitude_longitu module CartoDB module Importer2 class GeometryFixer - DEFAULT_BATCH_SIZE = 50000 - DEFAULT_SCHEMA = 'cdb_impor...
4
diff --git a/activities/FoodChain.activity/playgame.js b/activities/FoodChain.activity/playgame.js @@ -42,7 +42,7 @@ enyo.kind({ published: {level: 1, life: 3}, classes: "board", components: [ - { name: "cards", components: [ + { name: "cards", ontap: "clickToMove", classes: "cards", components: [ // Level - Score - Ti...
5
diff --git a/src/Semantics.hs b/src/Semantics.hs @@ -185,13 +185,13 @@ data Money = AvailableMoney IdentCC | -- Function that evaluates a Money construct given -- the current state. -reduceMoney :: State -> Money -> Cash -reduceMoney (State {sc = scv}) (AvailableMoney id) = +evalMoney :: State -> Money -> Cash +evalMon...
10
diff --git a/lib/dependencies/DepBlockHelpers.js b/lib/dependencies/DepBlockHelpers.js @@ -18,14 +18,16 @@ DepBlockHelpers.getLoadDepBlockWrapper = (depBlock, outputOptions, requestShorte DepBlockHelpers.getDepBlockPromise = (depBlock, outputOptions, requestShortener, name) => { if(depBlock.chunks) { const chunks = dep...
5
diff --git a/articles/api-auth/tutorials/verify-access-token.md b/articles/api-auth/tutorials/verify-access-token.md @@ -84,6 +84,8 @@ Following the Node.js example of the previous section, the [jwt.verify()](https: Go to [Dashboard > Clients](${manage_url}/#/clients). Open the **Settings** of your client, scroll down ...
0
diff --git a/packages/app/src/stores/personal-settings.tsx b/packages/app/src/stores/personal-settings.tsx @@ -32,7 +32,7 @@ export const usePersonalSettings = (): SWRResponse<IUser, Error> & IPersonalSett mutate(); }; - const updateBasicInfo = (): void => { + const updateBasicInfo = async(): Promise<void> => { const {...
12
diff --git a/website/src/_posts/2019-04-liftoff-08.md b/website/src/_posts/2019-04-liftoff-08.md @@ -32,7 +32,7 @@ After:<br /> ## In Progress -- We are currently investigating an issue with `tuts-js-client`, which affects uploads where the file size is larger than 500MB as reported in this [issue](https://github.com/t...
2
diff --git a/src/components/editgrid/EditGrid.js b/src/components/editgrid/EditGrid.js @@ -1169,7 +1169,7 @@ export default class EditGridComponent extends NestedArrayComponent { if (!rowValid && errorContainer && (!this.component.rowDrafts || this.shouldValidateDraft(editRow))) { this.addClass(errorContainer, 'help-bl...
11
diff --git a/src/commands/common/send-telemetry-command.js b/src/commands/common/send-telemetry-command.js @@ -10,6 +10,7 @@ class SendTelemetryCommand extends Command { this.config = ctx.config; this.telemetryInjectionService = ctx.telemetryInjectionService; this.networkModuleManager = ctx.networkModuleManager; + this...
3
diff --git a/src/less/chat.less b/src/less/chat.less position: relative; } #chat-log .message.whisper { - background-color: #7076bf66; + background-color: #cfcfffff; border: 2px solid #7096bf; } #chat-log .message.blind { - background-color: #ffcafd66; + background-color: #f1bdf1ff; border: 2px solid #d87fd6; } #chat-f...
7
diff --git a/lib/taiko.js b/lib/taiko.js @@ -1437,11 +1437,11 @@ const doActionAwaitingNavigation = async (options, action) => { }; const waitForPromises = (promises,waitForStart) => { - return Promise.race([waitFor(waitForStart),new Promise(function waitForPromises(resolve) { + return Promise.race([waitFor(waitForStar...
10
diff --git a/core/server/api/v2/utils/validators/input/invitations.js b/core/server/api/v2/utils/validators/input/invitations.js const Promise = require('bluebird'); const validator = require('@tryghost/validator'); const debug = require('@tryghost/debug')('api:v2:utils:validators:input:invitation'); -const i18n = requ...
14
diff --git a/assets/js/modules/tagmanager/setup.js b/assets/js/modules/tagmanager/setup.js @@ -202,11 +202,6 @@ class TagmanagerSetup extends Component { const responseData = await data.get( TYPE_MODULES, 'tagmanager', 'containers', queryArgs ); - const chooseContainer = { - containerId: 0, // Capitalization rule excep...
2
diff --git a/src/components/NavigationTabBar.test.js b/src/components/NavigationTabBar.test.js @@ -81,6 +81,7 @@ it("jumps pops child states when pressing already active tab", () => { .onPress(); expect(navigationDispatch).toHaveBeenCalledWith({ immediate: undefined, + key: "1", type: "Navigation/POP_TO_TOP" }); });
13
diff --git a/src/electron.js b/src/electron.js @@ -345,6 +345,19 @@ function applyHotkeys() { for (let hotkey of Object.values(settings.hotkeys)) { try { hotkey.active = globalShortcut.register(hotkey.accelerator, () => { + doHotkey(hotkey) + }) + } catch (e) { + // Couldn't register hotkey + } + + } + sendToAllWindows...
7
diff --git a/docs/source/docs/svg.blade.md b/docs/source/docs/svg.blade.md @@ -38,7 +38,7 @@ Use `.stroke-current` to set the stroke color of an SVG to the current text colo Useful for styling icon sets like [Feather](https://feathericons.com/) that are drawn entirely with strokes. @component('_partials.code-sample', [...
2
diff --git a/packages/docs/Makefile b/packages/docs/Makefile @@ -10,7 +10,7 @@ build: cd ../../ && ${PRESS_BIN} --config ./packages/docs/config.js @# Build documentation assets mkdir -p public/assets/css public/assets/js public/assets/images - ${NODE_BIN}/sass -I ../../node_modules packages/press-theme-siimple/styles/i...
1
diff --git a/src/util/commandline/app-command.ts b/src/util/commandline/app-command.ts @@ -14,7 +14,7 @@ export class AppCommand extends Command { @shortName("a") @longName("app") @hasArg - @help("Specify app") + @help("Specify app in the <ownerName>/<appName> format") private appOption: string; // Figure out which app...
7
diff --git a/constants.js b/constants.js @@ -63,6 +63,8 @@ export const metaverseProfileDefinition = `kjzl6cwe1jw145wm7u2sy1wpa33hglvmuy6th export const defaultPlayerName = 'Anon'; export const defaultPlayerBio = 'A new player. Not much is known about them.'; +// export const defaultPlayerBio = `Nickname ANN. 13/F witc...
0
diff --git a/contracts/swaps/connectors/SwapsImplBancor.sol b/contracts/swaps/connectors/SwapsImplBancor.sol @@ -47,21 +47,27 @@ contract SwapsImplBancor is State, ISwapsImpl { IERC20(destTokenAddress) ); - uint expectedRate = bancorNetwork.rateByPath(path, minSourceTokenAmount); + uint expectedReturn = 0; + if(minSour...
7
diff --git a/packages/node_modules/@node-red/util/lib/util.js b/packages/node_modules/@node-red/util/lib/util.js @@ -29,7 +29,6 @@ const { hasOwnProperty } = Object.prototype; /** * Safely returns the object construtor name. * @return {String} the name of the object constructor if it exists, empty string otherwise. - *...
2
diff --git a/data.js b/data.js @@ -5606,5 +5606,13 @@ module.exports = [{ description: "Small and fast conditional css class builder", url: "https://github.com/StephanHoyer/classies", source: "https://github.com/StephanHoyer/classies/blob/master/index.js" + }, + { + name: "Excellent.js", + github: "vitaly-t/excellent",...
0
diff --git a/client/deck-validator.js b/client/deck-validator.js @@ -4,21 +4,24 @@ const moment = require('moment'); const RestrictedList = require('./RestrictedList'); -const officialRoles = { - crab: ['keeper-of-air', 'seeker-of-void'], - crane: ['keeper-of-air', 'seeker-of-void'], - dragon: ['seeker-of-air', 'keeper...
3
diff --git a/package.json b/package.json { "name": "nativescript-doctor", - "version": "0.5.2", + "version": "0.6.0", "description": "Library that helps identifying if the environment can be used for development of {N} apps.", "main": "lib/index.js", "types": "./typings/nativescript-doctor.d.ts",
12
diff --git a/config/redirects.js b/config/redirects.js @@ -6330,7 +6330,11 @@ const redirects = [ }, { from: ['/mfa/adpative-mfa/adaptive-mfa-rule-actions', '/login/mfa/adaptive-mfa/adaptive-mfa-rule-actions'], - to: '/secure/multi-factor-authentication/adaptive-mfa/adaptive-mfa-rule-actions', + to: '/secure/multi-fact...
3
diff --git a/routes/pixiv/user.js b/routes/pixiv/user.js @@ -120,7 +120,8 @@ module.exports = async (ctx) => { }, params: { user_id: id, - filter: 'for_ios' + filter: 'for_ios', + type: 'illust' }, });
1
diff --git a/package.json b/package.json "name": "find-and-replace", "main": "./lib/find", "description": "Find and replace within buffers and across the project.", - "version": "0.211.0", + "version": "0.212.0", "license": "MIT", "activationCommands": { "atom-workspace": [
6
diff --git a/jobs/launch-library.js b/jobs/launch-library.js @@ -8,7 +8,7 @@ const { LAUNCH_LIBRARY_HEALTHCHECK, SPACEX_API: API, } = process.env; -const LAUNCH_LIBRARY_API = 'https://ll.thespacedevs.com/2.1.0/launch/upcoming'; +const LAUNCH_LIBRARY_API = 'https://ll.thespacedevs.com/2.2.0/launch/upcoming'; /** * Attac...
3
diff --git a/lib/dashboard/console.js b/lib/dashboard/console.js @@ -39,7 +39,6 @@ class Console { for (let pluginCmd of pluginCmds) { let pluginOutput = pluginCmd.call(this, cmd, {}); if (pluginOutput !== false && pluginOutput !== 'false' && pluginOutput !== undefined) return callback(pluginOutput); - //if (pluginOutp...
2
diff --git a/Sources/web3swift/Web3/Web3+Structures.swift b/Sources/web3swift/Web3/Web3+Structures.swift @@ -192,7 +192,7 @@ public struct TransactionDetails: Decodable { let blockHash = try decodeHexToData(container, key: .blockHash, allowOptional: true) self.blockHash = blockHash - let transactionIndex = try decodeHe...
1
diff --git a/README.md b/README.md @@ -123,6 +123,7 @@ Local development info can be found [here](https://github.com/r-spacex/SpaceX-AP * API deployed on a [Heroku](https://www.heroku.com/) pipeline with pull request, staging and production servers ## FAQ's +* All json responses can be pretty printed with the optional ...
3
diff --git a/server.js b/server.js @@ -280,5 +280,6 @@ app.use((err, req, res, next)=>{ //^=====--------------------------------------=====^// const PORT = process.env.PORT || config.get('web_port') || 8000; -app.listen(PORT); +app.listen(PORT, () => { console.log(`server on port:${PORT}`); +});
5
diff --git a/src/webgl.js b/src/webgl.js @@ -103,6 +103,9 @@ function SetTexture(loc, gltf, textureInfo, texSlot) { gl.texImage2D(image.type, image.miplevel, gl.RGB, image.image.width, image.image.height, 0, gl.RGB, gl.FLOAT, image.image.dataFloat); generateMips = false; + + // Release the complete HDR image after usag...
12
diff --git a/CHANGELOG.md b/CHANGELOG.md # Buttercup browser extension changelog +## v2.10.0 +_2019-12-24_ + + * Ability to change vault password + * **Bugfix**: + * ([#307](https://github.com/buttercup/buttercup-browser-extension/issues/307)) Cannot save new note-type entry (or any other custom types) + ## v2.9.0 _201...
6
diff --git a/config/cors.js b/config/cors.js @@ -52,7 +52,7 @@ module.exports.cors = { * Allow cookies to be shared for CORS requests? * * * ***************************************************************************/ - credentials: true, + credentials: false, /**********************************************************...
12
diff --git a/test/jasmine/tests/axes_test.js b/test/jasmine/tests/axes_test.js @@ -5198,6 +5198,7 @@ describe('Test axes', function() { }); describe('label positioning using *ticklabelmode*: "period"', function() { + var hovertemplate = 'x:%{x|%x %X}'; // to make debugging easier var gd; beforeEach(function() { @@ -522...
0
diff --git a/articles/api/authentication/_login.md b/articles/api/authentication/_login.md @@ -191,8 +191,7 @@ GET https://${account.namespace}/authorize? client_id=${account.clientId}& connection=CONNECTION& redirect_uri=${account.callback}& - state=STATE& - additional-parameter=ADDITIONAL_PARAMETERS + state=STATE ```...
2
diff --git a/src/urlhandlers/node.coffee b/src/urlhandlers/node.coffee uri = require 'url' fs = require 'fs' http = require 'http' +https = require 'https' DOMParser = require('xmldom').DOMParser class NodeURLHandler @get: (url, options, cb) -> url = uri.parse(url) + httpModule = if url.protocol is 'https:' then https ...
0
diff --git a/src/util/SQLiteHandler.js b/src/util/SQLiteHandler.js @@ -258,6 +258,11 @@ class SQLiteHandler extends EventEmitter { for (const key of Object.keys(config)){ if (config[key] == null){ + if (this.json.includes(key) && typeof this.defaultConfig[key] === 'string'){ + copy[key] = JSON.parse(this.defaultConfig[...
11
diff --git a/scripts/build.mjs b/scripts/build.mjs @@ -46,6 +46,8 @@ const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); const projectDir = path.join(__dirname, "../"); const cssSrcDir = path.join(projectDir, "src/platform/web/ui/css/"); +const srcDir = path.join(projectDir, "src/"...
11
diff --git a/core/api-server/lib/examples/algorithms.json b/core/api-server/lib/examples/algorithms.json }, { "name": "green-alg", - "algorithmImage": "hkube/algorithm-example-python", + "algorithmImage": "hkube/algorithm-example-python:v1.0.1", "cpu": 0.1, "mem": "1024Mi" }, { "name": "yellow-alg", - "algorithmImage":...
3
diff --git a/readme.md b/readme.md This repository contains samples for the Microsoft **Bot Builder V4 SDK** - [dotnet SDK](/microsoft/botbuilder-dotnet), [JS SDK](/microsoft/botbuilder-js). -Samples for the Bot Builder V3 SDK are available [here](/tree/v3). +Samples for the Bot Builder V3 SDK are available [here](http...
1
diff --git a/lib/assets/javascripts/builder/components/modals/add-layer/content/imports/import-data/import-data-view.js b/lib/assets/javascripts/builder/components/modals/add-layer/content/imports/import-data/import-data-view.js @@ -45,6 +45,8 @@ module.exports = ImportView.extend({ render: function () { this.clearSubV...
12
diff --git a/examples/get-started/react-webpack-2/app.js b/examples/get-started/react-webpack-2/app.js @@ -21,7 +21,7 @@ class Root extends Component { <StaticMap mapboxApiAccessToken={MAPBOX_TOKEN} /> <LineLayer data={[{sourcePosition: [-122.41669, 37.7883], targetPosition: [-122.41669, 37.781]}]} - strokeWidth={5} + ...
14
diff --git a/assets/js/googlesitekit/modules/datastore/sharing-settings.test.js b/assets/js/googlesitekit/modules/datastore/sharing-settings.test.js @@ -842,7 +842,7 @@ describe( 'core/modules sharing-settings', () => { ).toBeUndefined(); } ); - it( 'informs whether client-side sharing-settings differ from server-side ...
2
diff --git a/assets/js/modules/adsense/index.js b/assets/js/modules/adsense/index.js @@ -75,17 +75,21 @@ export const registerModule = ( modules ) => { __( 'AdSense insights through Site Kit', 'google-site-kit' ), ], checkRequirements: async ( registry ) => { - const adBlockerActiveMsg = await registry + const adBlocke...
4
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -23,7 +23,7 @@ aliases: keys: - yarn-deps-{{ .Branch }}-{{ .Revision }} - run: yarn test - - &basaas_build_steps + - &build_steps - setup_remote_docker - restore_cache: keys: @@ -43,7 +43,7 @@ aliases: docker tag openintegrationhub/${SERVICENAME}:${VERSION} op...
10
diff --git a/src/service-broker.js b/src/service-broker.js @@ -598,10 +598,10 @@ class ServiceBroker { if (opts.retryCount == null) opts.retryCount = this.options.requestRetry || 0; - let actionItem; + let endpoint; if (typeof actionName !== "string") { - actionItem = actionName; - actionName = actionItem.action.name; ...
10
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,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.54.5] -- 2020-06-23 + +### Fixed + - Fix placement of dividers on reversed-range `multicategory` axes [#4939] + - Fix placement of `can...
3
diff --git a/docs/content/examples/charts/column/Normalized.js b/docs/content/examples/charts/column/Normalized.js -import { HtmlElement, Grid, Repeater } from 'cx/widgets'; +import { HtmlElement, Grid, Repeater, Content, Tab } from 'cx/widgets'; import { Controller, KeySelection } from 'cx/ui'; import { Svg, Rectangle...
0
diff --git a/scripts/Gruntfile.js b/scripts/Gruntfile.js @@ -213,7 +213,9 @@ window.L = L;\n\ archive:'release-<%= pkg.version %>.zip' }, files:[{ - src:['dist/samples/*','dist/screen-sharing-chrome-extension/*','dist/sdk/*','dist/ThirdpartyLicenses.txt'], + expand: true, + cwd: 'dist/', + src:['samples/**','screen-sha...
1
diff --git a/src/components/rangeslider/draw.js b/src/components/rangeslider/draw.js @@ -471,7 +471,7 @@ function filterRangePlotCalcData(calcData, subplotId) { return out; } -function drawMasks(rangeSlider, gd, axisOpts, opts, yAxisOpts) { +function drawMasks(rangeSlider, gd, axisOpts, opts, oppAxisOpts) { var maskMin...
10
diff --git a/main.go b/main.go @@ -44,22 +44,29 @@ func main() { app.Name = "snowboard" app.Usage = "API blueprint toolkit" app.Version = versionStr + app.Before = func(c *cli.Context) error { + if c.Args().Get(1) == "" { + cli.ShowCommandHelp(c, c.Args().Get(0)) + } + + return nil + } app.Commands = []cli.Command{ { N...
14
diff --git a/README.md b/README.md @@ -412,7 +412,7 @@ The assets for the demo are in `assets/demo`. ### Getting Help If you notice a bug or have a feature request please [open an issue on github](https://github.com/bustlelabs/mobiledoc-kit/issues). -If you have a question about usage you can post in the [gitter channe...
14
diff --git a/README.md b/README.md @@ -49,46 +49,6 @@ If you are having any issues while using the ICO Wizard DApp, please create a "N Join the Oracles.org Forum at [https://forum.oracles.org/](https://forum.oracles.org/) -## ICO Wizard Pull Request (PR) Policy - -Rationale: The project is moving forward. Our users sta...
2
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,30 @@ 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.30.0] -- 2017-08-21 + +### Added +- Add aggregate transform [#1924] +- Add `constraintext` attribute for bar traces [#1931] +- Add ax...
3
diff --git a/components/core/DataMeterDetailed.js b/components/core/DataMeterDetailed.js @@ -51,20 +51,20 @@ const STYLES_ROW = css` font-family: ${Constants.font.code}; color: ${Constants.system.darkGray}; display: inline-flex; - height: 48px; - background: black; + height: 16px; + border-radius: 3px 0px 0px 3px; + wi...
1
diff --git a/README.md b/README.md @@ -89,10 +89,6 @@ CI will deploy the staging branch to [https://wizard-stage.oracles.org](https:// If a fix pushed without approvers it should have "Emergency" in title, e.g., "Emergency: (Fix) price of 1 token in wei > 18 decimals" -## Contributors guide - -Issues which are looking ...
2
diff --git a/src/ApiGatewayWebSocket.js b/src/ApiGatewayWebSocket.js @@ -8,10 +8,7 @@ const authFunctionNameExtractor = require('./authFunctionNameExtractor.js') const debugLog = require('./debugLog.js') const LambdaFunctionPool = require('./LambdaFunctionPool.js') const serverlessLog = require('./serverlessLog.js') -c...
2
diff --git a/package.json b/package.json "description": "Binance API for node https://github.com/jaggedsoft/node-binance-api", "main": "node-binance-api.js", "dependencies": { - "chai": "^4.1.2", - "codacy-coverage": "^2.1.1", - "codecov": "^3.0.0", - "coveralls": "^3.0.0", - "eslint": "^4.19.1", - "istanbul": "^0.4.5"...
5
diff --git a/procgen.js b/procgen.js @@ -35,7 +35,6 @@ function procgen(seed) { speed: Math.floor(rng() * 0xFF), accuracy: Math.floor(rng() * 0xFF), evasion: Math.floor(rng() * 0xFF), - charisma: Math.floor(rng() * 0xFF), luck: Math.floor(rng() * 0xFF), details: makeRandom(rng, 32), };
2
diff --git a/src/article/shared/EditEntityCommand.js b/src/article/shared/EditEntityCommand.js @@ -27,8 +27,16 @@ export default class EditEntityCommand extends Command { const viewName = appState.get('viewName') if (viewName !== 'metadata') { const sel = params.selection + const nodeId = sel.nodeId context.editor.send...
12
diff --git a/examples/gsheets/index.php b/examples/gsheets/index.php @@ -111,19 +111,6 @@ $project_website = ($project_website_raw !== null)?(addScheme($project_website_r }); } - function updateCheck(context) { - let last_update = (typeof context !== "undefined" && context.hasOwnProperty("last_update"))?(context.last_u...
2
diff --git a/packages/vulcan-subscribe/README.md b/packages/vulcan-subscribe/README.md @@ -39,15 +39,15 @@ This component takes the `document` as a props. It can trigger any method descri ``` ### Extend to other collections than Users, Posts, Categories -This package export a function called `subscribMutationsGenerator...
1
diff --git a/versions/3.0.md b/versions/3.0.md @@ -3350,7 +3350,7 @@ Field Name | Type | Validity | Description <a name="securitySchemeType"></a>type | `string` | Any | **REQUIRED**. The type of the security scheme. Valid values are `"apiKey"`, `"http"`, `"oauth2"`, `"openIdConnect"`. <a name="securitySchemeDescription...
11
diff --git a/lib/sketch.js b/lib/sketch.js @@ -892,6 +892,9 @@ Sketch.prototype = { return result; }, + faded : function(t) { + color(fadedColor(t, this.colorId)); + }, findInLink : function(inPort) { if (this.in.length > inPort && isDef(this.in[inPort])) { var a = this.in[inPort].a; @@ -1079,8 +1082,15 @@ Sketch.proto...
7
diff --git a/src/1-one/match/methods/parseMatch/04-inflect-root.js b/src/1-one/match/methods/parseMatch/04-inflect-root.js @@ -7,7 +7,6 @@ const addVerbs = function (token, world) { str = toInfinitive(str, world.model) } if (!all) { - console.log('bail verb!') return [] } return all(str, world.model) @@ -17,7 +16,6 @@ ...
4
diff --git a/src/mixins/crownConfig.js b/src/mixins/crownConfig.js @@ -184,8 +184,8 @@ export default { 'data-title': title || 'Crown Button', }, body: { - fill: '#fff', - stroke: ' #fff', + fill: 'none', + stroke: 'none', opacity: 0.8, cursor: 'pointer', }, @@ -207,7 +207,7 @@ export default { this.$emit('setTooltip',...
2
diff --git a/userscript.user.js b/userscript.user.js @@ -60879,6 +60879,10 @@ var $$IMU_EXPORT$$; if (!can_use_remote() || !event.data.imu) return; + if (event.source && event.data.from) { + id_to_iframe[event.data.from] = event.source; + } + handle_remote_event(event.data); }, false); }
7
diff --git a/readme.md b/readme.md @@ -120,7 +120,7 @@ NOTE: specifying an output path with multiple formats ignores your specified ext - `chrome-debug` - open and login to your site - - `lighthouse http://mysite.com` + - in a separate terminal tab `lighthouse http://mysite.com` ## Testing on a mobile device
7
diff --git a/src/editors/table.js b/src/editors/table.js @@ -242,8 +242,14 @@ export class TableEditor extends ArrayEditor { } } + /* Hide the move up button for the first row */ if (editor.moveup_button) { + if (i === 0) { + editor.moveup_button.style.display = 'none' + } else { needRowButtons = true + editor.moveup_b...
9
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-pagination/sprk-pagination.component.ts b/angular/projects/spark-angular/src/lib/components/sprk-pagination/sprk-pagination.component.ts @@ -13,47 +13,54 @@ import { Component, EventEmitter, Input, Output } from '@angular/core'; additionalClasses="sprk...
3
diff --git a/src/zoid/buttons/component.jsx b/src/zoid/buttons/component.jsx @@ -445,7 +445,7 @@ export const getButtonsComponent : () => ButtonsComponent = memoize(() => { clientMetadataID: { type: 'string', required: false, - value: getClientMetadataID, + default: getClientMetadataID, queryParam: true },
11
diff --git a/userscript.user.js b/userscript.user.js @@ -36625,9 +36625,10 @@ var $$IMU_EXPORT$$; return newsrc; match = src.match(/^[a-z]+:\/\/[^/]+\/+(?:(?:aws-[^/]+\/+)?[0-9a-f]{6}\/+[0-9]+|[0-9]+\/+[0-9a-f]{10,})\/+([0-9a-f]{20,})\/+/); + id = match[1]; if (match && options && options.force_page && options.cb && op...
7
diff --git a/assets/js/components/wp-dashboard/WPDashboardWidgets.js b/assets/js/components/wp-dashboard/WPDashboardWidgets.js @@ -39,7 +39,6 @@ import WPDashboardActivateAnalyticsCTA from './WPDashboardActivateAnalyticsCTA'; // import WPDashboardUniqueVisitorsChartWidget from './WPDashboardUniqueVisitorsChartWidget'; ...
2
diff --git a/src/js/common_shim.js b/src/js/common_shim.js @@ -179,8 +179,13 @@ module.exports = { } var sctpInDescription = function(description) { - var match = description.sdp.match(/m=application\s+\d+\s+[\w/]*SCTP/); - return (match !== null && match.length >= 1); + var sections = SDPUtils.splitSections(descriptio...
14
diff --git a/src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss b/src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss @@ -59,6 +59,10 @@ $theme-colors: map-merge($theme-colors, $colors); theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level) ); + + a { +...
12
diff --git a/src/server/learnocaml_server.ml b/src/server/learnocaml_server.ml @@ -456,9 +456,13 @@ module Request_handler = struct >>= respond_json cache | Api.Partition (token, eid, fid, prof) -> - verify_teacher_token token >?= fun () -> + lwt_catch_fail (fun () -> + verify_teacher_token token + >?= fun () -> Partit...
9
diff --git a/module/chat/status.js b/module/chat/status.js @@ -81,7 +81,7 @@ export default class StatusChatProcessor extends ChatProcessor { return token.actor.effects.map(it => it.getFlag('core', 'statusId')).includes(effect.id) } - async _toggle(token, effect, actionText) { + async toggleTokenEffect(token, effect, a...
1
diff --git a/js/views/search/Search.js b/js/views/search/Search.js @@ -69,19 +69,19 @@ export default class extends baseVw { } this._search.provider = this.currentDefaultProvider; + // If a query was passed in from the router, extract the data from it. if (options.query) { recordEvent('Discover_SearchFromAddressBar'); ...
12
diff --git a/edit.js b/edit.js @@ -56,6 +56,7 @@ const pid4 = Math.PI/4; const redColorHex = new THREE.Color(0xef5350).multiplyScalar(2).getHex(); const baseHeight = PARCEL_SIZE/2-10; +const SPAWNER_RATE = 0.08; /* const freqs = [ 1, 1, @@ -1720,6 +1721,7 @@ const _makeChunkMesh = (seedString, parcelSize, subparcelSize...
0
diff --git a/app/builtin-pages/views/library.js b/app/builtin-pages/views/library.js @@ -429,10 +429,16 @@ function rStagingArea (archiveInfo) { function rHistory (archiveInfo) { var rows = archiveInfo.history.map(function (item, i) { var rev = item.version + var revType = makeSafe(item.type) + revType = revType === 'p...
4
diff --git a/articles/libraries/auth0js/v9/migration-guide.md b/articles/libraries/auth0js/v9/migration-guide.md @@ -6,11 +6,13 @@ toc: true --- # Migration Guide: Auth0.js v8 to v9 +Auth0.js v9 has been improved to work in embedded login scenarios. It operates with enhanced security and removes dependencies that have ...
7
diff --git a/lib/stats.js b/lib/stats.js @@ -4,6 +4,7 @@ const path = require('path') , strings = require('./strings') function stats (config) { + var RESERVED_ATTRIBUTE_NAMES = ['constructor'] var data = require(path.join(__dirname, '..', config.inFile)) , byTag = {} , byCount = {} @@ -12,6 +13,9 @@ function stats (co...
1
diff --git a/src/libs/translate.js b/src/libs/translate.js @@ -5,14 +5,14 @@ import Config from '../CONFIG'; import translations from '../languages/translations'; /** - * Return translated string for given locale and key + * Return translated string for given locale and phrase * * @param {String} locale eg 'en', 'es-ES...
10
diff --git a/package.json b/package.json { "name": "prettier-atom", "main": "./dist/main.js", - "version": "0.49.1", + "version": "0.49.2", "description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration", "keywords": [ "atom",
6