code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/screens/SavedEventListScreen/component.js b/src/screens/SavedEventListScreen/component.js @@ -24,8 +24,16 @@ export type Props = { class SavedEventListScreen extends Component<Props> { shouldComponentUpdate(nextProps: Props) { - // may want to omit navigation from this check - return nextProps !== this...
3
diff --git a/userscript.user.js b/userscript.user.js @@ -52091,10 +52091,11 @@ var $$IMU_EXPORT$$; var waitingsize = 200; var current_chord = []; + var current_chord_timeout = {}; function resetifout(e) { // doesn't work, as e doesn't contain ctrlKey etc. - if (!trigger_complete(e)) { + if (!trigger_complete(settings.m...
7
diff --git a/src/Services/Terminal/Terminal.js b/src/Services/Terminal/Terminal.js @@ -15,7 +15,7 @@ const responseHasMoreData = response => (response.slice(-1).join('') === ')><'); module.exports = function (settings) { const service = terminalService(settings); - const emulatePcc = settings.emulatePcc || false; + con...
3
diff --git a/source/Grid/Grid.js b/source/Grid/Grid.js @@ -120,6 +120,11 @@ export default class Grid extends PureComponent { */ id: PropTypes.string, + /** + * Provide a way to override isScrolling through props. Useful for WindowScroller to use cell caching. + */ + isScrolling: PropTypes.bool, + /** * Optional render...
11
diff --git a/js/bitmex.js b/js/bitmex.js @@ -374,7 +374,7 @@ module.exports = class bitmex extends Exchange { symbol = id; active = false; } - const positionId = this.safeString2 (market, 'positionCurrency', 'settlCurrency'); + const positionId = this.safeString2 (market, 'positionCurrency', 'underlying'); const positi...
4
diff --git a/src/scripts/parsers.js b/src/scripts/parsers.js @@ -278,30 +278,12 @@ function unstakeDetailsReducer(message, reducers) { } } -function claimRewardsDetailsReducer( - message, - displayedProperties - // reducers, - // transaction, - // stakingDenom -) { +function claimRewardsDetailsReducer(message, displaye...
10
diff --git a/app/models/label/LabelTable.scala b/app/models/label/LabelTable.scala @@ -483,7 +483,7 @@ object LabelTable { | -- This subquery counts how many of each users' labels have been validated. If it's less than 50, then we | -- need more validations from them in order to infer worker quality, and they therefore...
3
diff --git a/components/system/components/GlobalCarousel.js b/components/system/components/GlobalCarousel.js @@ -166,7 +166,7 @@ export class GlobalCarousel extends React.Component { } }; - setWindowState = (data) => { + /* setWindowState = (cid, data) => { let baseURL = window.location.pathname.split("/"); baseURL.len...
1
diff --git a/token-metadata/0x88EF27e69108B2633F8E1C184CC37940A075cC02/metadata.json b/token-metadata/0x88EF27e69108B2633F8E1C184CC37940A075cC02/metadata.json "symbol": "DEGO", "address": "0x88EF27e69108B2633F8E1C184CC37940A075cC02", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/core/renderers/block_rendering_rewrite/block_render_draw.js b/core/renderers/block_rendering_rewrite/block_render_draw.js @@ -325,8 +325,7 @@ Blockly.blockRendering.Drawer.prototype.layoutField_ = function(fieldInfo) { } if (fieldInfo.type == 'icon') { svgGroup.setAttribute('display', 'block'); - svgGroup....
2
diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/return-annotations-quotes/lib/main.js b/lib/node_modules/@stdlib/_tools/eslint/rules/return-annotations-quotes/lib/main.js @@ -33,52 +33,6 @@ var rule; // FUNCTIONS // -/** -* Rule for validating that property names in return annotations are quoted. -* -* @param...
5
diff --git a/index.d.ts b/index.d.ts @@ -448,6 +448,9 @@ declare namespace R { reject<T>(fn: (value: T) => boolean): (list: T[]) => T[] reject<T>(fn: (value: T) => boolean, list: T[]): T[] + repeat<T>(x: T, numRepeat: number): T[] + repeat<T>(x: T): (numRepeat: number) => T[] + replace(pattern: RegExp | string, replace...
0
diff --git a/src/pages/Group/AppShareLoading.js b/src/pages/Group/AppShareLoading.js @@ -90,7 +90,7 @@ class ShareEvent extends React.Component { status: res.bean.event_status }, () => { - this.handleStatus(); + this.handleSendStatus(); setTimeout(() => { this.getShareStatus(); }, 5000); @@ -101,11 +101,16 @@ class Sha...
1
diff --git a/diorama.js b/diorama.js @@ -470,8 +470,6 @@ const _ensureSideSceneCompiled = () => { } }; */ -const sideCamera = new THREE.PerspectiveCamera(); - const _makeOutlineRenderTarget = (w, h) => new THREE.WebGLRenderTarget(w, h, { minFilter: THREE.LinearFilter, magFilter: THREE.LinearFilter, @@ -493,6 +491,7 @@ ...
0
diff --git a/packages/insomnia/src/ui/routes/git-actions.tsx b/packages/insomnia/src/ui/routes/git-actions.tsx @@ -434,15 +434,13 @@ export const updateGitRepoAction: ActionFunction = async ({ oauth2format, }; } else { - const password = formData.get('password'); - invariant(typeof password === 'string', 'Password is r...
2
diff --git a/packages/react-jsx-highcharts/src/utils/events.js b/packages/react-jsx-highcharts/src/utils/events.js -import { forEach } from 'lodash-es'; import { lowerFirst } from 'lodash-es'; import { pickBy } from 'lodash-es'; import { omitBy } from 'lodash-es'; @@ -23,8 +22,8 @@ export const getEventsConfig = props ...
14
diff --git a/content-moderators/approving-peer-reviewers.md b/content-moderators/approving-peer-reviewers.md @@ -6,20 +6,42 @@ A lot of our students may speak English as a second language - which is perfectl That is why we try to only train veteran authors - who are familiar with the level of quality we are looking for...
7
diff --git a/Source/Widgets/Viewer/Viewer.js b/Source/Widgets/Viewer/Viewer.js @@ -2023,7 +2023,7 @@ Either specify options.terrainProvider instead or set options.baseLayerPicker to boundingSphere = BoundingSphere.fromBoundingSpheres(boundingSpheres); if (!viewer._zoomIsFlight) { - camera.viewBoundingSphere(boundingSph...
3
diff --git a/token-metadata/0xc12d099be31567add4e4e4d0D45691C3F58f5663/metadata.json b/token-metadata/0xc12d099be31567add4e4e4d0D45691C3F58f5663/metadata.json "symbol": "AUC", "address": "0xc12d099be31567add4e4e4d0D45691C3F58f5663", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/examples/linkedcat/config_example.php b/examples/linkedcat/config_example.php <?php $HEADSTART_PATH = "../../"; -$PIWIK_ENABLED = false; -$GA_ENABLED = false; $WEBSITE_PATH = "http://localhost/linkedcat/"; $SNAPSHOT_PATH = $WEBSITE_PATH . "server/storage/"; ?> \ No newline at end of file
2
diff --git a/templates/customdashboard/publicdashboard/program_dashboard.html b/templates/customdashboard/publicdashboard/program_dashboard.html </div> <!-- End of Monitoring Contents --> - <div class="sidebar-pane" id="i_surveys"> - <h1 class="sidebar-header"> + <div class="tab-pane" id="i_surveys"> + {% if get_progra...
3
diff --git a/src/lib/substituteVariantsAtRules.js b/src/lib/substituteVariantsAtRules.js @@ -78,6 +78,9 @@ export default function(config, { variantGenerators: pluginVariantGenerators }) } _.forEach(_.without(ensureIncludesDefault(variants), 'responsive'), variant => { + if (!variantGenerators[variant]) { + throw new E...
7
diff --git a/packages/frontend/src/redux/reducers/account/index.js b/packages/frontend/src/redux/reducers/account/index.js @@ -8,7 +8,6 @@ import { clearCode, promptTwoFactor, refreshUrl, - refreshAccountOwner, resetAccounts, checkCanEnableTwoFactor, get2faMethod, @@ -23,6 +22,7 @@ import { import { staking } from '../...
9
diff --git a/articles/appliance/extensibility-node8.md b/articles/appliance/extensibility-node8.md @@ -22,7 +22,7 @@ The Auth0 PSaaS Appliance team has ported these changes to the Appliance environ Auth0 has notified all PSaaS Appliance customers that this release is available. ::: warning -Beginning with Release **201...
3
diff --git a/deepfence_ui/app/scripts/components/multi-cloud-table/nested-table.js b/deepfence_ui/app/scripts/components/multi-cloud-table/nested-table.js -import React, { useEffect } from 'react'; +import React, { useEffect, useState } from 'react'; import { useDispatch } from 'react-redux'; import ReactTable from 're...
9
diff --git a/README.md b/README.md -![KeystoneJS](http://keystonejs.com/images/logo.svg) +![KeystoneJS](http://v3.keystonejs.com/images/logo.svg) =================================== [![Build Status](https://travis-ci.org/keystonejs/keystone.svg?branch=master)](https://travis-ci.org/keystonejs/keystone) ### Documentatio...
1
diff --git a/layouts/partials/fragments/list.html b/layouts/partials/fragments/list.html where functions achieving this. First where gets all the pages in blog section, the second one removes current page from the mix and the last one removes the section (.Site.Pages returns the current section as a page). */}} -{{- $p...
0
diff --git a/src/traces/histogram2dcontour/index.js b/src/traces/histogram2dcontour/index.js @@ -14,7 +14,7 @@ var Histogram2dContour = {}; Histogram2dContour.attributes = require('./attributes'); Histogram2dContour.supplyDefaults = require('./defaults'); Histogram2dContour.calc = require('../contour/calc'); -Histogram...
3
diff --git a/server/publications/swimlanes.js b/server/publications/swimlanes.js @@ -4,19 +4,20 @@ Meteor.methods({ check(toBoardId, String); const swimlane = Swimlanes.findOne(swimlaneId); - const board = Boards.findOne(toBoardId); + const fromBoard = Boards.findOne(swimlane.boardId); + const toBoard = Boards.findOne(...
1
diff --git a/examples/react-example/App.js b/examples/react-example/App.js @@ -18,11 +18,11 @@ module.exports = class App extends React.Component { } componentWillMount () { - this.uppy = new Uppy({ autoProceed: false }) + this.uppy = new Uppy({ id: 'uppy1', autoProceed: true, debug: true }) .use(Tus, { endpoint: 'http...
7
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -640,6 +640,9 @@ metaversefile.setApi({ throw new Error('usePhysics cannot be called outside of render()'); } }, + useParticleSystem() { + return world.particleSystem; + }, useDefaultModules() { return defaultModules; },
0
diff --git a/sirepo/pkcli/job_cmd.py b/sirepo/pkcli/job_cmd.py @@ -14,6 +14,7 @@ from sirepo import simulation_db from sirepo.template import template_common import requests import sirepo.template +import sirepo.util import subprocess import sys import time @@ -95,6 +96,8 @@ def _do_compute(msg, template): return PKDic...
9
diff --git a/collections/_blogs/2020-06-25-SMI-conformance-testing-with-meshery.md b/collections/_blogs/2020-06-25-SMI-conformance-testing-with-meshery.md layout: post title: "Starting SMI Conformance Testing with Meshery" date: 2020-06-25 10:30:05 -0530 -image: /assets/images/posts/2020-06-25-smi-conformance-testing-w...
1
diff --git a/game.js b/game.js @@ -1029,12 +1029,14 @@ const _gameUpdate = (timestamp, timeDiff) => { localEuler.z = 0; const hitQuaternion = new THREE.Quaternion().setFromEuler(localEuler); + const willDie = object.willDieFrom(damage); object.hit(damage, { - collisionId: object.willDieFrom(damage) ? collisionId : null...
0
diff --git a/api/src/utils/personalization/index.js b/api/src/utils/personalization/index.js @@ -9,22 +9,34 @@ import { getStreamClient } from '../../utils/stream'; import config from '../../config'; +function createGlobalToken() { + const token = jwt.sign( + { + action: '*', + feed_id: '*', + resource: '*', + user_id:...
4
diff --git a/tests/actions/ReimbursementAccountTest.js b/tests/actions/ReimbursementAccountTest.js @@ -169,7 +169,7 @@ describe('actions/BankAccounts', () => { }, })); - // And mock response to SetNameValuePair + // And mock resonse to SetNameValuePair HttpUtils.xhr.mockImplementationOnce(() => Promise.resolve({jsonCod...
13
diff --git a/src/__experimental__/components/label/label.style.js b/src/__experimental__/components/label/label.style.js @@ -19,7 +19,7 @@ const LabelStyle = styled.label` padding-bottom: 0; padding-right: ${sizes[inputSize].padding}; text-align: ${align}; - width: ${width}%; + width: ${width === 0 ? LabelStyle.default...
12
diff --git a/src/pages/iou/IOUModal.js b/src/pages/iou/IOUModal.js import React, {Component} from 'react'; +import {View, TouchableOpacity} from 'react-native'; import PropTypes from 'prop-types'; import {withOnyx} from 'react-native-onyx'; import CONST from '../../CONST'; @@ -10,7 +11,10 @@ import IOUAmountPage from '...
14
diff --git a/world.js b/world.js @@ -449,6 +449,43 @@ world.addEventListener('trackedobjectremove', async e => { }); world.isObject = object => objects.includes(object); +world.getWorldJson = async u => { + if (u) { + const id = parseInt(u, 10); + if (!isNaN(id)) { + const res = await fetch(`${tokensHost}/${id}`); + co...
0
diff --git a/source/shaders/ibl_filtering.frag b/source/shaders/ibl_filtering.frag @@ -91,20 +91,24 @@ mat3 generateTBN(vec3 normal) { vec3 bitangent = vec3(0.0, 1.0, 0.0); - float NdotUp = dot(normal, vec3(0.0, 1.0, 0.0)); - float epsilon = 0.0000001; - if (1.0 - abs(NdotUp) <= epsilon) - { - // Sampling +Y or -Y, so ...
2
diff --git a/scripts/job-publish-bintray.js b/scripts/job-publish-bintray.js const cfg = require('./config'); const fs = require('fs-extra'); +const https = require('https'); const path = require('path'); -const superagent = require('superagent'); async function run () { @@ -27,16 +27,17 @@ function bintray ({ user, ap...
14
diff --git a/src/level/tiled/TMXLayer.js b/src/level/tiled/TMXLayer.js this.preRender = me.sys.preRender; } - // if pre-rendering method is use, create an offline canvas/renderer - if (this.preRender === true) { - this.canvasRenderer = new me.CanvasRenderer( - me.video.createCanvas(this.width, this.height), - this.widt...
1
diff --git a/Source/Scene/Cesium3DTileset.js b/Source/Scene/Cesium3DTileset.js @@ -218,7 +218,7 @@ define([ this._clippingPlaneOffsetMatrix = undefined; this._clippingPlaneTransformMatrix = undefined; - this._recomputeClippingPlaneMatrix = false; + this._recomputeClippingPlaneMatrix = true; /** * Optimization option. W...
12
diff --git a/src/matrix/room/sending/SendQueue.js b/src/matrix/room/sending/SendQueue.js @@ -31,6 +31,7 @@ export class SendQueue { this._isSending = false; this._offline = false; this._roomEncryption = null; + this._currentQueueIndex = 0; } _createPendingEvent(data, attachments = null) { @@ -55,6 +56,7 @@ export class...
1
diff --git a/site/rabbit.ent b/site/rabbit.ent @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!ENTITY version-java-client "5.3.0"> +<!ENTITY version-java-client "5.4.0"> <...
12
diff --git a/handlers/awsJobs.js b/handlers/awsJobs.js @@ -214,7 +214,7 @@ let handlers = { // check if job is already known to be completed // there could be a scenario where we are polling before the AWS batch job has been setup. !jobs check handles this. - if ((status === 'SUCCEEDED' && job.results && job.results.le...
9
diff --git a/templates/small_site_profile_map.html b/templates/small_site_profile_map.html <script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script> -<script src="https://maps.google.com/maps/api/js?v=3.2&key=AIzaSyCcix2ucURnpMK9lWrcBtqlR6jc2qaVanQ&sensor=false"></script> -<!-- <script async d...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,18 @@ 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.44.2] -- 2019-02-04 + +### Fixed +- Fix vertical modebars in IE11 [@3491] +- Fix `hovertemplate` for traces with blank `name` [#3480]...
3
diff --git a/src/display/api.js b/src/display/api.js @@ -708,11 +708,15 @@ class PDFDocumentProxy { } /** - * @param {{num: number, gen: number}} ref - The page reference. Must have - * the `num` and `gen` properties. - * @returns {Promise<{num: number, gen: number}>} A promise that is resolved - * with the page index ...
1
diff --git a/test/jasmine/tests/gl3d_hover_click_test.js b/test/jasmine/tests/gl3d_hover_click_test.js @@ -24,6 +24,7 @@ mock2.data[0].surfaceaxis = 2; mock2.layout.showlegend = true; var mock3 = require('@mocks/gl3d_autocolorscale'); +var mock4 = require('@mocks/gl3d_transparent_same-depth.json'); describe('Test gl3d ...
0
diff --git a/src/drawNode.js b/src/drawNode.js @@ -27,7 +27,7 @@ function completeAttributes(attributes, defaultAttributes=defaultNodeAttributes) } } -export function drawNode(x1, y1, width, height, nodeId, shape='ellipse', attributes, options={}) { +export function drawNode(x, y, width, height, nodeId, shape='ellipse'...
10
diff --git a/src/main.js b/src/main.js @@ -110,9 +110,9 @@ function buildMenu(disableAll = false) { } async function checkForUpdates(showFailDialogs) { + try { let info = await updater.check(`SabakiHQ/${app.getName()}`) - try { if (info.hasUpdates) { dialog.showMessageBox({ type: 'info',
9
diff --git a/AdditionalPostModActions.user.js b/AdditionalPostModActions.user.js // @description Adds a menu with mod-only quick actions in post sidebar // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 2.13 +// @version 2.13.1 // // @include https://*stackoverflow.com/* // @in...
11
diff --git a/packages/locale/lang/en-us.ts b/packages/locale/lang/en-us.ts @@ -110,6 +110,8 @@ export default { }, }, drawing: { + expand: 'Expand', + collapse: 'Collapse', point: { tip: 'Drawing point', drawTip1: 'Click the left button to draw a point.',
1
diff --git a/src/models/size.js b/src/models/size.js @@ -21,7 +21,7 @@ const SizeModel = Axis.extend({ extent: [0, 0.85], scaleType: null, allow: { - scales: ["linear", "log", "genericLog", "pow"] + scales: ["ordinal", "linear", "log", "genericLog", "pow"] } }; return utils.deepExtend(this._super(), defaults);
11
diff --git a/gulpfile.js b/gulpfile.js @@ -351,6 +351,7 @@ async function cookWithOptions(options = { formattingCheck: true }) { // Conditions cache and regular expression are generated during beginning of cooking and used during formatting checks var conditionsCache = {}; var conditionsRegularExpression; +var poisonAn...
0
diff --git a/src/encoded/audit/antibody_lot.py b/src/encoded/audit/antibody_lot.py @@ -39,7 +39,10 @@ def audit_antibody_missing_characterizations(value, system): primary_chars = [] secondary_chars = [] compliant_secondary = False + need_review = False for char in value['characterizations']: + if char['status'] == 'pen...
0
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,38 @@ 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.58.0] -- 2020-12-02 + +### Added + - Add `ticklabelposition` attribute to cartesian axes and colorbars [#5275], + ...
3
diff --git a/stories/module-analytics-setup.stories.js b/stories/module-analytics-setup.stories.js @@ -282,8 +282,6 @@ storiesOf( 'Analytics Module/Setup', module ) .add( 'Existing Tag w/o access, GTM property w/ access', usingGenerateGTMAnalyticsPropertyStory( { useExistingTag: true, gtmPermission: true, gaPermission:...
2
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: uses: docker/metadata-action@v4 with: images: jaedb/iris - tags: ${{ github.ref##*/ }} + tags: ${{ GITHUB_REF_NAME }} - name: Login to DockerHub uses: docker/login-action@v1
4
diff --git a/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageJobExecutor.java b/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageJobExecutor.java @@ -230,7 +230,7 @@ public class PackageJobExecutor extends AbstractJobExecutor<String> { options.setAutoSaveThreshold(getProperty(job, JOB_PROPERTY_...
12
diff --git a/lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/QuotaSection.vue b/lib/assets/javascripts/new-dashboard/pages/Home/QuotaSection/QuotaSection.vue <template> - <div class="section is-bgSoftBlue"> + <div class="section is-bgSoftBlue section--noBorder"> <div class="container"> <div class="full-wid...
2
diff --git a/ui/src/components/Collection/CollectionStatistics.scss b/ui/src/components/Collection/CollectionStatistics.scss @import "src/app/variables.scss"; .CollectionStatistics { - margin: $aleph-content-padding/2; + padding: $aleph-content-padding/2; flex: auto; - max-width: 33%; + width: 33.33%; + max-width: 33.3...
12
diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js @@ -523,7 +523,7 @@ module.exports = { 'top or bottom has no effect on x axes or when `ticklabelmode` is set to *period*.', 'Similarly', 'left or right has no effect on y axes or when `ticklabelmode` is set to *period*.', -...
3
diff --git a/apps/qrcode/custom.html b/apps/qrcode/custom.html <input type="checkbox" id="hidden" name="hidden"/> <label for="hidden">Wifi is hidden</label> </div> + + <hr> + <p id="errors" style="color:Tomato;"></p> + <p>Try your QR Code: <div id="qrcode"></div></p> + <hr> <p>Additional options:</p> <input type="check...
5
diff --git a/js/background.js b/js/background.js @@ -127,9 +127,6 @@ chrome.contextMenus.create({ // Add ATB param chrome.webRequest.onBeforeRequest.addListener( function (e) { - //localStorage[e.url] = "analyzing..."; - $this.trackers = JSON.parse(localStorage['response']); - //localStorage['this_trackers'] = $this.tr...
2
diff --git a/assets/js/modules/analytics/components/common/GA4PropertyNotice.js b/assets/js/modules/analytics/components/common/GA4PropertyNotice.js @@ -32,11 +32,7 @@ import { __ } from '@wordpress/i18n'; import SettingsNotice, { TYPE_INFO } from '../../../../components/SettingsNotice'; import Link from '../../../../c...
4
diff --git a/index.html b/index.html <input type="text" style="width: 15.625rem;" class="form__field" name="a" id="exp" placeholder="Enter a Polynomial expression"/><br><br> - <button class="btn btn-outline-light" onclick="degcal()">Find</button> - <button class="btn btn-outline-light" onclick="this.form.reset();">Rese...
1
diff --git a/contracts/permissionless/OrderbookReserve.sol b/contracts/permissionless/OrderbookReserve.sol @@ -20,7 +20,7 @@ interface MedianizerInterface { contract OrderbookReserve is OrderIdManager, Utils2, KyberReserveInterface, OrderbookReserveInterface { - uint public constant BURN_TO_STAKE_FACTOR = 4; // stake p...
12
diff --git a/CHANGES.md b/CHANGES.md - See the official [AWS Blog Post](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/) for more information. - *ALL* Sparta Go Lambda function targets **MUST** now use the `sparta.HandleAWSLambda` creation function, a function pointer that satisfies one of th...
0
diff --git a/assets/js/modules/analytics/datastore/setup.js b/assets/js/modules/analytics/datastore/setup.js @@ -45,7 +45,7 @@ export const INITIAL_STATE = { }; export const actions = { - *submitChanges( onSuccess = () => {} ) { + *submitChanges() { yield actions.startSubmitChanges(); const registry = yield Data.common...
2
diff --git a/app/hotels/src/gallery/GalleryGrid.js b/app/hotels/src/gallery/GalleryGrid.js @@ -46,6 +46,10 @@ type State = {| stripeImageIndex: number, |}; +const getTileWidth = (width: number) => { + return (width - tileGap * (tilesInRow - 1)) / tilesInRow; +}; + export default class GalleryGrid extends React.Componen...
0
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml @@ -15,7 +15,7 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs on Stripe SDKs - if: ${{contains(steps.metadata.outputs.dependency-name, 'com.stripe:stripe-java') && steps.metadata.outpu...
0
diff --git a/packages/node_modules/@node-red/nodes/core/network/31-tcpin.js b/packages/node_modules/@node-red/nodes/core/network/31-tcpin.js @@ -371,7 +371,6 @@ module.exports = function(RED) { var server = net.createServer(function (socket) { socket.setKeepAlive(true,120000); if (socketTimeout !== null) { socket.setTi...
2
diff --git a/src/react/projects/spark-core-react/src/SprkMasthead/components/SprkMastheadSelector/SprkMastheadSelector.js b/src/react/projects/spark-core-react/src/SprkMasthead/components/SprkMastheadSelector/SprkMastheadSelector.js @@ -18,7 +18,7 @@ class SprkMastheadSelector extends Component { this.updateTriggerText...
10
diff --git a/src/Services/Air/AirParser.js b/src/Services/Air/AirParser.js @@ -288,7 +288,6 @@ const AirErrorHandler = function (rsp) { } catch (err) { throw new RequestRuntimeError.UnhandledError(null, new AirRuntimeError(rsp)); } - // console.log(errorInfo, code) switch (code) { case '345': throw new AirRuntimeError....
2
diff --git a/examples/editor.js b/examples/editor.js @@ -56,12 +56,12 @@ class MyTextureEditor extends Component { } _init() { - let archiveId = getQueryStringParam('archive') - let storageType = getQueryStringParam('storage') + let archiveId = getQueryStringParam('archive') || 'kitchen-sink' + let storageType = getQue...
4
diff --git a/src/2_storage.js b/src/2_storage.js @@ -162,13 +162,13 @@ var cookies = function(perm) { return returnCookieObject; }, get: function(key) { - var keyEQ = prefix(key) + '='; var cookieArray = document.cookie.split(';'); for (var i = 0; i < cookieArray.length; i++) { - var cookie = cookieArray[i]; - cookie =...
1
diff --git a/token-metadata/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0/metadata.json b/token-metadata/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0/metadata.json "symbol": "ALBT", "address": "0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/styles/table.less b/src/styles/table.less border-bottom-width: 1px; } } + } - > tr:last-child { - > th, + > tbody > tr:last-child { > td { border-bottom-width: 0px; } } - } > tbody > tr > td.@{table-prefix}-ignore-bottom-border { border-bottom: none;
1
diff --git a/src/gml/type/GmlTypeTools.hx b/src/gml/type/GmlTypeTools.hx @@ -269,7 +269,7 @@ import ace.extern.AceTokenType; } public static function patchTemplateItems(s:String, templateItems:Array<GmlTypeTemplateItem>):String { - if (templateItems == null) return s; + if (s == null || templateItems == null) return s;...
1
diff --git a/articles/api-auth/tutorials/silent-authentication.md b/articles/api-auth/tutorials/silent-authentication.md @@ -37,6 +37,10 @@ The `prompt=none` parameter will cause Auth0 to immediately redirect to the spec * A successful authentication response if the user was already logged in via SSO * An error respons...
0
diff --git a/packages/project-disaster-trail/src/components/atoms/OrbManager.js b/packages/project-disaster-trail/src/components/atoms/OrbManager.js @@ -95,9 +95,7 @@ const OrbManager = ({ const addOrbScore = useCallback( orbId => { const theOrb = _find(orbs, orb => orb.orbId === orbId); - if (theOrb.good) { onOrbSelec...
2
diff --git a/lib/elementSearch.js b/lib/elementSearch.js @@ -9,7 +9,7 @@ const { handleRelativeSearch } = require('./proximityElementSearch'); function match(text, ...args) { assertType(text); - const get = async (e = '*') => { + const get = async (tagName = '*') => { let elements; let nbspChar = String.fromCharCode(16...
10
diff --git a/lib/commands/platform.js b/lib/commands/platform.js @@ -46,7 +46,11 @@ module.exports = Command.extend({ throw new CorberError('no platform specified'); } - if (!supportedPlatforms.includes(platform)) { + if ( + !supportedPlatforms.some(supportedPlatform => + platform.startsWith(supportedPlatform) + ) + ) ...
11
diff --git a/packages/vulcan-forms/lib/components/FormComponent.jsx b/packages/vulcan-forms/lib/components/FormComponent.jsx @@ -341,6 +341,12 @@ class FormComponent extends Component { formComponents: FormComponents, }; + // if there is no query, handle options here; otherwise they will be handled by + // the FormComp...
9
diff --git a/rcloud.support/R/rcloud.support.R b/rcloud.support/R/rcloud.support.R @@ -376,9 +376,17 @@ rcloud.create.notebook <- function(content, is.current = TRUE) { } } res <- rcloud.augment.notebook(res) + if(res$ok) { ulog("INFO: rcloud.create.notebook (", res$content$id, ")") + } else { + if('code' %in% names(re...
7
diff --git a/package.json b/package.json "test": "babel-node ./node_modules/mocha/bin/_mocha", "test:watch": "chokidar 'src/*.js' 'test/*.js' -c 'npm t'", "coverage": "nyc --require babel-core/register node_modules/.bin/mocha test", - "cicoverage": "nyc --reporter=lcov --require babel-core/register --require babel-poly...
1
diff --git a/js/LayersConfig.js b/js/LayersConfig.js @@ -170,47 +170,57 @@ BR.LayersConfig = L.Class.extend({ 'mapUrl': 'http://maps.sputnik.ru/?lat={lat}&lng={lon}&zoom={zoom}' }, 'MtbMap': { - 'mapUrl': 'http://mtbmap.cz/#zoom={zoom}&lat={lat}&lon={lon}' + 'mapUrl': 'http://mtbmap.cz/#zoom={zoom}&lat={lat}&lon={lon}'...
12
diff --git a/app/stylesheets/builtin-pages.less b/app/stylesheets/builtin-pages.less &.selected { background: fadeout(@blue, 90%); - border-color: tint(@blue, 65%); + border-color: tint(@blue, 72%); + .ll-row { - border-top: 1px solid tint(@blue, 65%); + border-top: 1px solid tint(@blue, 72%); } &:hover {
4
diff --git a/src/screens/pinCode/container/pinCodeContainer.js b/src/screens/pinCode/container/pinCodeContainer.js @@ -51,9 +51,9 @@ class PinCodeContainer extends Component { componentDidMount() { this._getDataFromStorage().then(() => { const { intl } = this.props; - const { isOldPinVerified, isExistUser } = this.stat...
13
diff --git a/app/shared/components/Wallet/Modal/Content/Broadcast.js b/app/shared/components/Wallet/Modal/Content/Broadcast.js @@ -79,7 +79,7 @@ class WalletModalContentBroadcast extends Component<Props> { importedESR } = this.state; if (!importedESR) return false; - if (importedESR.startsWith('esr:') || importedESR.st...
11
diff --git a/src/platform/web/ui/general/LazyListView.js b/src/platform/web/ui/general/LazyListView.js @@ -271,9 +271,15 @@ export class LazyListView extends ListView { if (this._renderRange.containsIndex(idx)) { const normalizedIdx = this._renderRange.normalize(idx); if (bottomCount === 0) { - // We're completely scro...
1
diff --git a/packages/build/src/error/monitor/normalize.js b/packages/build/src/error/monitor/normalize.js @@ -51,6 +51,9 @@ const NORMALIZE_REGEXPS = [ [/[0-9a-fA-F]{6,}/, 'hex'], // On required inputs, we print the inputs [/^Plugin inputs[^]*/gm, ''], + [/(Required inputs for plugin).*/gm, '$1'], + // Netlify Functio...
7
diff --git a/core/field_bound_variable.js b/core/field_bound_variable.js @@ -102,18 +102,6 @@ Blockly.FieldBoundVariable.prototype.getText = function() { throw 'Not implemented yet.'; }; -/** - * Get the variable model for the selected variable. - * Not guaranteed to be in the variable map on the workspace (e.g. if acc...
2
diff --git a/src/vis/vis.js b/src/vis/vis.js @@ -148,7 +148,7 @@ var VisModel = Backbone.Model.extend({ }); // Create the Map - var allowDragging = util.isMobileDevice() || vizjson.hasZoomOverlay() || vizjson.scrollwheel; + var allowDragging = util.isMobileDevice() || vizjson.hasZoomOverlay() || vizjson.options.scrollw...
1
diff --git a/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/keys.js b/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/keys.js @@ -37,17 +37,6 @@ function onKeyDown(e, data, change) { } if (data.isMod) { - - if (data.key === 'y') { - e.preventDefault(); - return state.transform().redo().focus(...
2
diff --git a/src/components/small-item-table/index.js b/src/components/small-item-table/index.js @@ -342,7 +342,7 @@ function SmallItemTable(props) { .filter(item => item.instaProfit !== 0) .filter(item => item.lastLowPrice && item.lastLowPrice > 0) .filter(item => item.bestSell && item.bestSell.price > 500) - .filter(...
1
diff --git a/modules/README.md b/modules/README.md @@ -18,6 +18,24 @@ so you may see the error "Module <module_name> not found" in the IDE when sendin To fix this you have three options: + +### Change the Web IDE search path to include Bangle.js modules + +This is nice and easy (and the results are the same as if the a...
3
diff --git a/src/pages/workshops/page.js b/src/pages/workshops/page.js @@ -107,15 +107,8 @@ function githubEditUrl(slug) { return `https://github.com/hackclub/hackclub/edit/master${slug}/README.md` } -const twitterURL = (text, url) => { - const baseUrl = 'https://twitter.com/intent/tweet' - const params = [ - `text=${t...
7