code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/index.js b/src/index.js @@ -406,6 +406,7 @@ class Offline { // skip HEAD routes as hapi will fail with 'Method name not allowed: HEAD ...' // for more details, check https://github.com/dherault/serverless-offline/issues/204 if (routeMethod === 'HEAD') { + this.serverlessLog('HEAD method event detected....
0
diff --git a/elements/loading-helpers/demo/index.html b/elements/loading-helpers/demo/index.html <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>LoadingHelpers: loading-helpers Demo</title> - <script src="../../../node_modules/@webco...
7
diff --git a/contribs/gmf/apps/mobile_alt/index.html b/contribs/gmf/apps/mobile_alt/index.html module.constant('gmfSearchGroups', []); // Requires that the gmfSearchGroups is specified module.constant('gmfSearchActions', []); + module.constant('gmfTreeManagerModeFlush', false); module.value('ngeoWfsPermalinkOptions', /...
12
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -29,14 +29,7 @@ jobs: - uses: errata-ai/vale-action@reviewdog with: files: '[ - "docs/apis", - "docs/community", - "docs/dapps", - "docs/nodes", - "docs/overview", - "docs/quickstart", - "docs/specs", - "docs/subnets", + "docs/", "README.md", "style-ch...
12
diff --git a/web/pdf_find_controller.js b/web/pdf_find_controller.js @@ -312,18 +312,17 @@ var PDFFindController = (function PDFFindControllerClosure() { this.pageMatches = []; this.matchCount = 0; this.pageMatchesLength = null; - var self = this; - for (var i = 0; i < numPages; i++) { + for (let i = 0; i < numPages; i...
14
diff --git a/README.md b/README.md @@ -229,7 +229,7 @@ e.g. after a change to the configuration. ```js const webpack = require('webpack'); const compiler = webpack({ ... }); -const middlware = require('webpack-dev-middleware'); +const middleware = require('webpack-dev-middleware'); const instance = middleware(compiler)...
1
diff --git a/src/lib/analytics/analytics.js b/src/lib/analytics/analytics.js @@ -130,6 +130,7 @@ export const initAnalytics = async () => { Sentry: isSentryEnabled, Amplitude: isAmplitudeEnabled, Mautic: isMauticEnabled, + Google: isGoogleAnalyticsEnabled, }) patchLogger()
0
diff --git a/src/enforcers/OpenApi.js b/src/enforcers/OpenApi.js @@ -155,8 +155,7 @@ module.exports = { return operation.response(code, body, headers) }; result.value.pathKey = pathKey; - } - if (result.error && result.error.hasException) { + } else { result.error.statusCode = 400; result.error.operation = operation; r...
2
diff --git a/contracts/Synthetix.sol b/contracts/Synthetix.sol @@ -388,7 +388,6 @@ contract Synthetix is ExternStateToken { * @param sourceCurrencyKey The source currency you wish to exchange from * @param sourceAmount The amount, specified in UNIT of source currency you wish to exchange * @param destinationCurrencyKey...
2
diff --git a/test/benchmark/promises/shared.js b/test/benchmark/promises/shared.js @@ -51,7 +51,7 @@ var tests = [ function longThrowToEnd(Promise) { return function runTest(agent, cb) { - var prom = Promise.resolve() + var prom = Promise.reject() for (var i = 0; i < NUM_PROMISES - 1; ++i) { prom = prom.then(function()...
4
diff --git a/js/ui/pages/trackers.es6.js b/js/ui/pages/trackers.es6.js @@ -67,7 +67,7 @@ Trackers.prototype = $.extend({}, model: new SiteModel({ domain: '-', isWhitelisted: false, - siteRating: 'B', + siteRating: '', trackerCount: 0 }), appendTo: this.$parent,
2
diff --git a/app-manager.js b/app-manager.js @@ -243,14 +243,14 @@ class AppManager extends EventTarget { this.addApp(app); - const _bindRender = () => { + /* const _bindRender = () => { // unFrustumCull(app); if (app.renderOrder === -Infinity) { sceneHighPriority.add(app); } }; - _bindRender(); + _bindRender(); */ thi...
2
diff --git a/src/components/ConfirmModal.js b/src/components/ConfirmModal.js @@ -61,6 +61,7 @@ const ConfirmModal = props => ( <TouchableOpacity style={[styles.button, styles.buttonSuccess, styles.mt4]} onPress={props.onConfirm} + focusable={false} > <Text style={[ @@ -75,6 +76,7 @@ const ConfirmModal = props => ( <Tou...
12
diff --git a/sirepo/package_data/static/js/warpvnd.js b/sirepo/package_data/static/js/warpvnd.js @@ -384,14 +384,14 @@ SIREPO.app.controller('SourceController', function (appState, frameCache, panelS function updateSimulationMode() { var isNotStl = ! appState.models.simulation.conductorFile; panelState.showField('simul...
11
diff --git a/README.md b/README.md @@ -10,6 +10,13 @@ npm ci ``` ### Compiles and hot-reloads for development +- Create a .env.local file with this content: +``` + VUE_APP_LEDGER_BRIDGE_URL=https://liquality.github.io/ledger-web-bridge/dist + VUE_APP_AGENT_TESTNET_URL=https://liquality.io/swap-testnet-dev/agent + VUE_A...
3
diff --git a/Source/Core/SphereOutlineGeometry.js b/Source/Core/SphereOutlineGeometry.js /*global define*/ define([ './Cartesian3', + './Check', './defaultValue', './defined', './DeveloperError', './EllipsoidOutlineGeometry' ], function( Cartesian3, + Check, defaultValue, defined, DeveloperError, @@ -68,9 +70,7 @@ defi...
14
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -964,13 +964,7 @@ final class Analytics extends Module $dimension_filters = $data['dimensionFilters']; $dimension_filter_instances = array(); - if ( ! empty( $dimension_filters ) && ( is_string( $dimension_filters ) || is_array( $dimension_...
2
diff --git a/packages/node_modules/@node-red/editor-client/src/js/red.js b/packages/node_modules/@node-red/editor-client/src/js/red.js @@ -418,8 +418,6 @@ var RED = (function() { RED.notify(RED._("palette.event.nodeUpgraded", {module:msg.module,version:msg.version}),"success"); RED.nodes.registry.setModulePendingUpdate...
2
diff --git a/lib/shared/addon/components/cluster-driver/driver-import/template.hbs b/lib/shared/addon/components/cluster-driver/driver-import/template.hbs /> </AccordionListItem> - <AccordionListItem + <!-- not removing because when we can edit the config this section will come back --> + <!-- <AccordionListItem @title...
2
diff --git a/app/assets/stylesheets/editor-3/public.scss b/app/assets/stylesheets/editor-3/public.scss } .CDB-Embed-tab { + display: flex; + &:not(.is-active) { - display: none !important; + display: none; } &.is-active { @media (max-width: 600px) { .CDB-Embed-content { - flex-grow: initial; - // 103px = header + tabs ...
2
diff --git a/assets/src/dashboard/icons/stories/index.js b/assets/src/dashboard/icons/stories/index.js * limitations under the License. */ -/** - * Internal dependencies - */ /** * External dependencies */ import styled from 'styled-components'; -/*eslint import/namespace: ['error', { allowComputed: true }]*/ +/** + * ...
1
diff --git a/modules/@apostrophecms/job/index.js b/modules/@apostrophecms/job/index.js @@ -146,10 +146,10 @@ module.exports = { for (const id of ids) { try { const result = await change(req, id); - self.good(job); + self.success(job); results[id] = result; } catch (err) { - self.bad(job); + self.failure(job); } } good ...
10
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,30 @@ To see all merged commits on the master branch that will be part of the next plo where X.Y.Z is the semver of most recent plotly.js release. +## [1.55.0] -- 2020-09-02 +### Added + - Introduce "period" `ticklabelmode` on cartesian date axes [#4993, #5055, #5060,...
3
diff --git a/character-controller.js b/character-controller.js @@ -1080,7 +1080,10 @@ class StaticUninterpolatedPlayer extends PlayerBase { return this.actions; } getActions() { - return this.getActionsState(); + return this.actions; + } + getActionsArray() { + return this.actions; } getAction(type) { return this.actio...
0
diff --git a/docs/source/docs/responsive-design.blade.md b/docs/source/docs/responsive-design.blade.md @@ -14,31 +14,31 @@ This is done using predefined screen sizes (media query breakpoints), each of wh @component('_partials.responsive-code-sample') @slot('none') <div class="flex justify-center"> - <div class="bg-purp...
7
diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js @@ -892,7 +892,7 @@ const OperationConfig = { "<br><br>", "Supported charsets are:", "<ul>", - Object.keys(CharEnc.IO_FORMAT).map(e => `<li>${e}</li>`).join("<br>"), + Object.keys(CharEnc.IO_FORMAT).map(e => `<li>${e}</li>`).join("\n")...
7
diff --git a/mob-manager.js b/mob-manager.js @@ -22,6 +22,8 @@ const localMatrix = new THREE.Matrix4(); const upVector = new THREE.Vector3(0, 1, 0); const chunkWorldSize = 30; +const minDistance = 1; +const hitDistance = 1.5; const _zeroY = v => { v.y = 0; @@ -115,6 +117,7 @@ class Mob { const rng = this.#getRng(); con...
0
diff --git a/README.md b/README.md Azure Cloud Advocates at Microsoft are pleased to offer a 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics. Each lesson includes pre- and post-lesson quizzes, written instructions to complete the lesson, a solution, an assignment and more. Our project-based ped...
3
diff --git a/src/components/drawing/index.js b/src/components/drawing/index.js @@ -414,6 +414,7 @@ drawing.pattern = function(sel, calledBy, gd, patternID, shape, size, solidity, var fgC = tinycolor(fgcolor); var fgRGB = Color.tinyRGB(fgC); var fgAlpha = fgC.getAlpha(); + var opacity = fgopacity * fgAlpha; switch(shape...
9
diff --git a/test/unit/specs/core/instanceFactory.spec.js b/test/unit/specs/core/instanceFactory.spec.js @@ -14,7 +14,7 @@ import instanceFactory from "../../../../src/core/instanceFactory"; import flushPromiseChains from "../../helpers/flushPromiseChains"; describe("instanceFactory", () => { - it("executes command suc...
1
diff --git a/modules/xerte/xAPI/xttracking_xapi.js b/modules/xerte/xAPI/xttracking_xapi.js @@ -2591,6 +2591,10 @@ function XTGetStatements(q, one, callback) { { search['limit'] = 1; } + else + { + search['limit'] = 1000; + } var statements = []; ADL.XAPIWrapper.getStatements(search, null, function getmorestatements(err...
7
diff --git a/src/encoded/static/components/genetic_modification.js b/src/encoded/static/components/genetic_modification.js @@ -53,6 +53,22 @@ IntroducedTags.propTypes = { }; +// All possible genetic modification object modification site property names. This might need to +// change if the genetic_modification.json sche...
0
diff --git a/.github/scripts/createCloudfrontDistribution.sh b/.github/scripts/createCloudfrontDistribution.sh #!/bin/bash set -e -if [[ $(aws s3 ls s3://ad-hoc-expensify-cash/web/$1 | head) ]]; then +if [[ $(aws cloudfront list-distributions --query "DistributionList.Items[?Origins.Items[?OriginPath=='/web/$1']].Domai...
7
diff --git a/src/lib/hooks/useSideMenu.js b/src/lib/hooks/useSideMenu.js @@ -73,7 +73,7 @@ export default (props = {}) => { }, { icon: 'add', - name: 'Add App Icon', + name: 'Add App To Home', hidden: !installPrompt && !isMobileSafari, action: () => { store.set('addWebApp')({ showAddWebAppDialog: true })
0
diff --git a/source/components/Autocomplete.js b/source/components/Autocomplete.js @@ -206,9 +206,7 @@ class Autocomplete extends Component<Props, State> { // returns an object containing props, theme, and method handlers // associated with rendering this.state.selectedOptions, the user can call // this in the body of ...
12
diff --git a/api/data_access_api.py b/api/data_access_api.py @@ -266,7 +266,7 @@ def determine_file_name(chunk): elif chunk["data_type"] == SURVEY_TIMINGS: # add the survey_id from the database entry. - return "%s/%s/%s/%s.%s" % (chunk["participant__patient_id"], chunk["data_type"], chunk["survey_id"], + return "%s/%s/...
14
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Please update the tests to reflect your code changes. Pull requests will not be ### Documentation -Please update the docs accordingly so that there are no discrepencies between the API and the documentation. +Please update the [docs](README.md) accordingl...
3
diff --git a/activities/Paint.activity/js/buttons/insertimage-button.js b/activities/Paint.activity/js/buttons/insertimage-button.js @@ -52,7 +52,7 @@ define(['sugar-web/graphics/journalchooser','sugar-web/datastore'], function(cho } } }); - }, {mimetype: 'image/png'}); + }, {mimetype: 'image/png'}, {mimetype: 'image/j...
11
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md -The following is a description of the our approach to the project. - Cookie Monster is written to modify Cookie Clicker as little as possible. This means the data is copied to simulate instead of actually modifying the current values and reverting later. T...
3
diff --git a/apps/circlesclock/app.js b/apps/circlesclock/app.js @@ -49,6 +49,7 @@ loadSettings(); const showWidgets = settings.showWidgets || false; let hrtValue; +let now = Math.round(new Date().getTime() / 1000); // layout values: const colorFg = g.theme.dark ? '#fff' : '#000'; @@ -98,6 +99,7 @@ function draw() { g....
7
diff --git a/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs b/generators/server/templates/src/main/resources/config/liquibase/changelog/initial_schema.xml.ejs </<% if (prodDatabaseType === 'mssql') { %>ext:<% } %>loadData> <%_ } _%> <%_ } _%> - <createTable tableName="<...
2
diff --git a/articles/api/authentication/_userinfo.md b/articles/api/authentication/_userinfo.md @@ -81,6 +81,7 @@ This endpoint will work only if `openid` was granted as a scope for the `access_ - The sample auth0.js script uses the library version 8. If you are using auth0.js version 7, please see this [reference gui...
0
diff --git a/test/www/jxcore/bv_tests/testThaliMobile.js b/test/www/jxcore/bv_tests/testThaliMobile.js @@ -1087,6 +1087,9 @@ test('networkChanged - fires peerAvailabilityChanged event for native peers ' + ThaliMobile.start(express.Router()).then(function () { // Add initial peers emitNativePeerAvailability(testPeers.na...
0
diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html -<style> - :root { - --preview-margin: 50px; - } - - .googlesitekit-plugin-preview { - padding: var(--preview-margin); - } - - .-googlesitekit-plugin-preview { - margin: calc(0px - var(--preview-margin)); - } -</style> <script src="https://unpkg.c...
2
diff --git a/src/node/lists/waitlist/Nodes-Waitlist-Connecting.js b/src/node/lists/waitlist/Nodes-Waitlist-Connecting.js @@ -26,10 +26,11 @@ class NodesWaitlistConnecting { //mobiles usually use mobile internet are they mostly block non 80 blocks - this._connectedOnlyTo80 = false; + this._connectedOnlyToSafeNetwork = f...
11
diff --git a/src/community/index.md b/src/community/index.md @@ -99,7 +99,7 @@ directly! ## Slack -[Sign up to the A-Frame Slack](https://aframe.io/slack-invite/) to hang +[Sign up to the A-Frame Slack](https://join.slack.com/t/aframevr/shared_invite/zt-f6rne3ly-ekVaBU~Xu~fsZHXr56jacQ) to hang out and join the discussi...
1
diff --git a/lib/waterline/methods/count.js b/lib/waterline/methods/count.js @@ -9,6 +9,42 @@ var forgeStageTwoQuery = require('../utils/query/forge-stage-two-query'); var forgeStageThreeQuery = require('../utils/query/forge-stage-three-query'); +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
0
diff --git a/test/models/behaviorsTest.js b/test/models/behaviorsTest.js @@ -963,6 +963,20 @@ describe('behaviors', function () { }]); }); + it('should not be valid if missing "into" field', function () { + var config = { + key: { from: 'data', using: { method: 'regex', selector: '.*' } }, + fromDataSource: { csv: { pa...
5
diff --git a/src/data/__snapshots__/performance.test.js.snap b/src/data/__snapshots__/performance.test.js.snap // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Performance decoder correctly decodes valid CMS sponsor 1`] = ` +exports[`Performance decoder correctly decodes valid CMS performance 1`] = ` Object { "cont...
3
diff --git a/src/app/Header.js b/src/app/Header.js @@ -47,9 +47,6 @@ export default class Header extends Component { </div> <div className="right mr-2"> - <a> - <Icon name="notifications_none" className="Icon--menu" /> - </a> <Link to="/bookmarks"> <Icon name="bookmarks" className="Icon--menu" /> </Link>
2
diff --git a/templates/docs/db/relations.md b/templates/docs/db/relations.md @@ -43,17 +43,12 @@ type Addresses []Address Using the above [example](#example) code below is a list of available struct tags and how to use them. -`has_many`: Will load all records from the `books` table that have a column named `user_id`, o...
7
diff --git a/userscript.user.js b/userscript.user.js @@ -27660,7 +27660,10 @@ var $$IMU_EXPORT$$; .replace(/_wmk(\.[^/.]*)(?:[?#].*)?$/, "$1"); } - if (domain_nosub === "so-net.ne.jp") { + if (domain_nosub === "so-net.ne.jp" || + // https://harrypotter-fun.c.blog.ss-blog.jp/_images/blog/_985/harrypotter-fun/m_lunaloveg...
1
diff --git a/src/encoded/static/components/filegallery.js b/src/encoded/static/components/filegallery.js @@ -4,8 +4,6 @@ import moment from 'moment'; import globals from './globals'; import { Panel, PanelHeading } from '../libs/bootstrap/panel'; import { Modal, ModalHeader, ModalBody, ModalFooter } from '../libs/bootst...
0
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -1005,7 +1005,7 @@ final class Analytics extends Module implements Module_With_Screen, Module_With_ } $found_property = new \Google_Service_Analytics_Webproperty(); - $current_url = untrailingslashit( $this->context->get_reference_site_url(...
2
diff --git a/userscript.user.js b/userscript.user.js @@ -10589,16 +10589,16 @@ var $$IMU_EXPORT$$; description: "Enables the use of a hold key that, when pressed, will keep the popup open", requires: [ { - mouseover_trigger_behavior: "mouse", - mouseover_open_behavior: "popup" + _condition: "action:popup", + mouseover_...
14
diff --git a/src/renderer.js b/src/renderer.js @@ -452,6 +452,10 @@ class gltfRenderer const diffuseTextureIndex = scene.imageBasedLight.diffuseEnvironmentTexture; const specularTextureIndex = scene.imageBasedLight.specularEnvironmentTexture; + + gltf.textures[diffuseTextureIndex].type = WebGl.context.TEXTURE_CUBE_MAP;...
12
diff --git a/generators/client/templates/angular/package.json.ejs b/generators/client/templates/angular/package.json.ejs "copy-webpack-plugin": "4.4.1", "css-loader": "0.28.10", "exports-loader": "0.6.4", - "extract-text-webpack-plugin": "4.0.0-alpha.0", + "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "...
3
diff --git a/src/core/curlify.js b/src/core/curlify.js @@ -20,7 +20,7 @@ export default function curl( request ){ if ( request.get("body") ){ if(type === "multipart/form-data" && request.get("method") === "POST") { - for( let [ k,v ] of request.get("body").values()) { + for( let [ k,v ] of request.get("body").entrySeq(...
14
diff --git a/package.json b/package.json { "name": "nativescript-doctor", - "version": "0.4.0", + "version": "0.4.1", "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/src/encoded/schemas/file.json b/src/encoded/schemas/file.json } ] }, - + "content_error_detail":{ + "comment": "Specification of status of content error is required if content_error_detail is specified", + "required": ["status"], + "properties": { + "status": { + "enum": ["content error"] + } + } + }, "sta...
0
diff --git a/src/web/client/src/js/components/ControlPanel/ContentBody/Server/Settings/index.js b/src/web/client/src/js/components/ControlPanel/ContentBody/Server/Settings/index.js @@ -146,15 +146,16 @@ function ServerSettings () { <SectionTitle heading='Dates' subheading='These settings will all apply to the {date} pl...
14
diff --git a/articles/migrations/guides/extensibility-node8.md b/articles/migrations/guides/extensibility-node8.md @@ -36,7 +36,7 @@ However, there may be behavioral changes as a result of this migration. As such, ## How to enable the Node.js v8 runtime :::warning -The Extensibility panel, that this section refers to, ...
14
diff --git a/app/controllers/carto/api/visualizations_controller.rb b/app/controllers/carto/api/visualizations_controller.rb @@ -60,7 +60,7 @@ module Carto VALID_ORDER_PARAMS = %i(name updated_at size mapviews likes favorited estimated_row_count privacy dependent_visualizations).freeze - VALID_ORDER_COMBINATIONS = %i(n...
11
diff --git a/lib/networkHandler.js b/lib/networkHandler.js @@ -51,10 +51,12 @@ const handleInterceptor = p => { const interceptor = matches.pop(); if (!interceptor.action) { options.errorReason = defaultErrorReason;} else if (isFunction(interceptor.action)) { - p.continue = (override) => overrideRequest(override, optio...
9
diff --git a/README.md b/README.md @@ -81,6 +81,28 @@ npm run apply:copay npm run start:ios ``` +### Windows Phone + +Follow the [Cordova Windows Phone Platform Guide](https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html) to set up your development environment. + +When your developement enviroment ...
3
diff --git a/guides/prereqs/wsl.md b/guides/prereqs/wsl.md @@ -37,10 +37,8 @@ Certain workshops make use of GitHub. This section adds in git to the bash shel * Run Bash on Windows by typing bash in a Command Prompt * Ensure the package list is up to date and then install the basic Git tools -``` -sudo apt-get update &&...
7
diff --git a/articles/extensions/authorization-extension/v2/rules.md b/articles/extensions/authorization-extension/v2/rules.md @@ -11,7 +11,7 @@ You can use [rules](/rules) with the Authorization Extension to do things like: * Add [custom claims](/scopes/current#custom-claims) to the issued token * Determining the user...
2
diff --git a/src/scripts/interaction.js b/src/scripts/interaction.js @@ -225,7 +225,7 @@ function Interaction(parameters, player, previousState) { if (event.which === 32) { goto({data: parameters.goto.time}); } - }).attr('role', 'button') + }).attr('href', '#') .attr('tabindex', '0'); } else { // URL @@ -326,7 +326,7 @...
0
diff --git a/src/components/layouts/Layout.js b/src/components/layouts/Layout.js @@ -81,14 +81,19 @@ const Layout = ({ children, initialContext, hasSideBar, location }) => { sprk-u-pvm sprk-u-AbsoluteCenter" > + <p className="sprk-u-Color--white sprk-u-pam"> + Designs launching + <span className="sprk-u-FontWeight--bol...
3
diff --git a/components/bases-locales/publication/code-authentification.js b/components/bases-locales/publication/code-authentification.js @@ -15,7 +15,12 @@ function CodeAuthentification({submissionId, email, handleValidCode, sendBackCod const submitCode = useCallback(async () => { try { - await submitAuthentification...
0
diff --git a/src/js/services/wallet-history.service.js b/src/js/services/wallet-history.service.js return service; function addEarlyTransactions(walletId, cachedTxs, newTxs) { - + var cachedTxCountBeforeMerging = cachedTxs.length; var cachedTxIndexFromId = {}; cachedTxs.forEach(function forCachedTx(tx, txIndex){ cached...
1
diff --git a/services/importer/lib/importer/downloader.rb b/services/importer/lib/importer/downloader.rb @@ -165,13 +165,6 @@ module CartoDB raw_url.try(:is_a?, String) ? URI.escape(raw_url.strip, URL_ESCAPED_CHARACTERS) : raw_url end - def set_local_source_file - unless valid_url? - @source_file = SourceFile.new(url) ...
2
diff --git a/src/traces/treemap/plot.js b/src/traces/treemap/plot.js @@ -162,14 +162,14 @@ function plotOne(gd, cd, element, transitionOpts) { var cenX = -vpw / 2 + gs.l + gs.w * (domain.x[1] + domain.x[0]) / 2; var cenY = -vph / 2 + gs.t + gs.h * (1 - (domain.y[1] + domain.y[0]) / 2); - var viewMapX = function(x) { re...
13
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js @@ -480,7 +480,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_ var minIOBPredBG = 999; var minCOBPredBG = 999; var minUAMPredBG = 999; - var minGuardBG = 999; + var minGuardBG = bg; var min...
12
diff --git a/grails-app/assets/javascripts/streama/directives/streama-video-player-directive.js b/grails-app/assets/javascripts/streama/directives/streama-video-player-directive.js @@ -448,7 +448,11 @@ angular.module('streama').directive('streamaVideoPlayer', [ function initMouseWheel() { + var isMouseWheelVolumeCtrlAc...
7
diff --git a/ui/src/dialogs/DiagramCreateDialog/DiagramCreateDialog.jsx b/ui/src/dialogs/DiagramCreateDialog/DiagramCreateDialog.jsx @@ -135,7 +135,7 @@ class DiagramCreateDialog extends Component { const { location } = this.props; const context = { - 'filter:kind': 'casefile', + 'filter:writeable': true, }; return Que...
12
diff --git a/apiserver/apiserver/model.py b/apiserver/apiserver/model.py @@ -50,7 +50,7 @@ all_users = sqlalchemy.sql.select([ _func.coalesce(_func.sum(ranked_bots.c.games_played), 0).label("num_games"), _func.coalesce(_func.sum(ranked_bots.c.version_number), 0).label("num_submissions"), _func.coalesce(_func.max(ranked...
1
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/editor/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/editor/template.vue data: function() { return { formOptions: { - validateAfterLoad: false, + validateAfterLoad: true, validateAfterChanged: true, focus...
12
diff --git a/contribs/gmf/src/sass/map.scss b/contribs/gmf/src/sass/map.scss @@ -142,7 +142,7 @@ button[ngeo-geolocation] { bottom: $app-margin; left: $app-margin; width: 18.75rem; - z-index: $above-content-index; + z-index: $above-search-index; .alert { padding: $half-app-margin calc(#{$app-margin} + 1rem) $half-app-m...
12
diff --git a/protocols/market/test/Market-unit.js b/protocols/market/test/Market-unit.js @@ -161,6 +161,20 @@ contract('Market Unit Tests', async accounts => { equal(intents[1], carolLocator, 'Carol should be second') equal(intents[2], bobLocator, 'Bob should be third') }) + + it('user should not be able to set a secon...
5
diff --git a/src/middleware/packages/auth/services/migration.js b/src/middleware/packages/auth/services/migration.js const { MIME_TYPES } = require('@semapps/mime-types'); +const { getSlugFromUri } = require('@semapps/ldp'); module.exports = { name: 'auth.migration', @@ -13,7 +14,7 @@ module.exports = { try { await ctx...
7
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-dropdown/sprk-dropdown.module.ts b/angular/projects/spark-angular/src/lib/components/sprk-dropdown/sprk-dropdown.module.ts @@ -15,6 +15,11 @@ import { SprkTextModule } from '../../directives/sprk-text/sprk-text.module'; SprkTextModule, ], declarations:...
3
diff --git a/sirepo/package_data/static/js/sirepo-common.js b/sirepo/package_data/static/js/sirepo-common.js @@ -10,6 +10,9 @@ window.cookieconsent.initialise({ dismiss: 'I accept', link: null, }, + cookie: { + name: 'sr_cookieconsent', + }, palette: { popup: { background: "#000",
4
diff --git a/assets/js/components/user-input/UserInputPreviewGroup.js b/assets/js/components/user-input/UserInputPreviewGroup.js @@ -24,7 +24,7 @@ import PropTypes from 'prop-types'; /** * WordPress dependencies */ -import { __, sprintf } from '@wordpress/i18n'; +import { __ } from '@wordpress/i18n'; /** * Internal dep...
2
diff --git a/src/user/User.js b/src/user/User.js @@ -62,6 +62,7 @@ export default class UserProfile extends React.Component { super(props); this.state = { user: {}, + fetching: false }; } @@ -76,9 +77,16 @@ export default class UserProfile extends React.Component { } fetchUserData() { - this.setState({ user: {} }); + t...
9
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/field/texteditor/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/field/texteditor/template.vue }) const toolbar = this.quill.getModule('toolbar') toolbar.addHandler('link', (value) => { - this.showPageBrowser() + console.log('showPathBrowse...
12
diff --git a/services/user-mover/import_user.rb b/services/user-mover/import_user.rb @@ -191,14 +191,14 @@ module CartoDB end begin if @target_org_id && @target_is_owner && File.exists?(org_dump_path) - create_db(org_dump_path) + create_db(from_dump: true) create_org_oauth_app_user_roles(@target_org_id) create_org_api_...
2
diff --git a/package.json b/package.json "babel-preset-es2015": "~6.24.1", "babel-preset-stage-0": "~6.24.1", "browserify": "~14.4.0", - "electron-packager": "~8.7.2", + "electron-packager": "~8.6.0", "expect.js": "~0.3.1", "extract-zip": "~1.6.5", "grunt": "~1.0.1",
13
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js // If we are multiple or showTick option is set, then add the show-tick class var showTick = (this.multiple || this.options.showTick) ? ' show-tick' : '', autofocus = this.autofocus ? ' autofocus' : ''; + // Elements - var header = this.options.header ? '<div...
7
diff --git a/js/kiri-serial.js b/js/kiri-serial.js @@ -259,7 +259,7 @@ var gs_kiri_serial = exports; var data = msg.data.trim(); if (data.charAt(0) === '{') { data = js2o(data); - if (data.Cmd) console.log(data); + // if (data.Cmd) console.log(data); if (data.Cmd && data.Cmd === 'Queued' && data.Data) { queueAck(data.D...
2
diff --git a/website/ops.js b/website/ops.js @@ -49,11 +49,12 @@ module.exports={ } else { fs.copy("dictTemplates/"+template+".sqlite", path.join(module.exports.siteconfig.dataDir, "dicts/"+dictID+".sqlite"), function(err){ var users={}; users[email]={"canEdit": true, "canConfig": true, "canDownload": true, "canUpload"...
1
diff --git a/token-metadata/0xf0be50ED0620E0Ba60CA7FC968eD14762e0A5Dd3/metadata.json b/token-metadata/0xf0be50ED0620E0Ba60CA7FC968eD14762e0A5Dd3/metadata.json "symbol": "COW", "address": "0xf0be50ED0620E0Ba60CA7FC968eD14762e0A5Dd3", "decimals": 9, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/package.json b/package.json "scripts": { "start": "npx grunt dev", "build": "npx grunt prod", + "node": "npx grunt node", "repl": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings src/node/repl.mjs", "test": "npx grunt configTests && node --expe...
0
diff --git a/webpack/internals.config.js b/webpack/internals.config.js const path = require('path') const fs = require('fs') -const webpack = require('webpack') const webpackMain = require('electron-webpack/webpack.main.config') // eslint-disable-line import/no-extraneous-dependencies const define = require('./define')...
4
diff --git a/src/Storage/Device.php b/src/Storage/Device.php @@ -13,7 +13,7 @@ abstract class Device * * @return string */ - abstract public function getName(); + abstract public function getName():string; /** * Get Description. @@ -22,7 +22,7 @@ abstract class Device * * @return string */ - abstract public function ge...
7
diff --git a/src/core/operations/RenderMarkdown.mjs b/src/core/operations/RenderMarkdown.mjs * @license Apache-2.0 */ -import Operation from "../Operation"; +import Operation from "../Operation.mjs"; import MarkdownIt from "markdown-it"; +import hljs from "highlight.js"; /** * Render Markdown operation @@ -20,7 +21,7 @...
0
diff --git a/src/components/signup/SignupState.js b/src/components/signup/SignupState.js @@ -81,7 +81,7 @@ const Signup = ({ navigation, screenProps }: { navigation: any, screenProps: any await API.verifyTopWallet() const { email: to, fullName: name } = state const mnemonic = localStorage.getItem('GD_USER_MNEMONIC') - ...
14
diff --git a/articles/api-auth/tutorials/authorization-code-grant.md b/articles/api-auth/tutorials/authorization-code-grant.md @@ -124,7 +124,7 @@ The response contains the `access_token`, `refresh_token`, `id_token`, and `toke Note that `refresh_token` will only be present in the response if you included the `offline_...
2
diff --git a/client/src/js/index.js b/client/src/js/index.js var layers = $.getJSON(config.layersPath || layersPath); layers.done(data => { + // Set <title> in HTML if map has a title property in JSON config + if (map_config.hasOwnProperty('map') && map_config.map.hasOwnProperty('title')) { + document.title = map_confi...
12
diff --git a/articles/appliance/infrastructure/virtual-machines.md b/articles/appliance/infrastructure/virtual-machines.md @@ -44,7 +44,7 @@ For multi-node clusters, Auth0 recommends deploying the PSaaS Appliance virtual ## For AWS Users -* The *recommended* [instance type](https://aws.amazon.com/ec2/instance-types/) i...
2