code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/core/vdom/patch.js b/src/core/vdom/patch.js @@ -178,6 +178,23 @@ export function createPatchFunction (backend) { } } + function initComponent (vnode, insertedVnodeQueue) { + if (vnode.data.pendingInsert) { + insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert) + } + vnode.elm = v...
9
diff --git a/token-metadata/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/metadata.json b/token-metadata/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/metadata.json "symbol": "COMBO", "address": "0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/cravat/websubmit/index.html b/cravat/websubmit/index.html <div style='position: absolute; right: 0px; top: 0px; padding-right: 10px; cursor: pointer;' onclick='onClickThreeDots();'> <img src='threedots.png' class='threedots' /> </div> + <div id='store-update-all-div' style='display: none; position: absolut...
7
diff --git a/assets/js/components/settings/SettingsRenderer.js b/assets/js/components/settings/SettingsRenderer.js @@ -45,7 +45,7 @@ export default function SettingsRenderer( { slug } ) { moduleLoaded, connected, } = useSelect( ( select ) => { - const module = select( CORE_MODULES ).getModule( slug ) || {}; + const mod...
2
diff --git a/src/utils/wallet.js b/src/utils/wallet.js @@ -350,6 +350,7 @@ class Wallet { newAccountPublicKey: publicKey.toString(), recaptchaCode: recaptchaToken }); + localStorage.setItem(`wallet:account:${accountId}:inactive`, true) } else { await sendJson('POST', CONTRACT_CREATE_ACCOUNT_URL, { newAccountId: account...
12
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.4] -- 2020-06-22 +### Changed + - Bump `ecstatic`, `gl-selet-static`, `gl-plot2d` & `gl-plot3d` and drop `cwise` to simplify build p...
3
diff --git a/demo/dev/button.htm b/demo/dev/button.htm <script> function restartFlow(checkout) { - return checkout.close().then(() => { + return checkout.close().then(function() { paypal.Checkout.contexts.iframe = true; renderCheckout(); return new paypal.Promise(); payment: window.xprops.payment, onAuthorize: function...
4
diff --git a/youtube/feed.go b/youtube/feed.go @@ -11,12 +11,12 @@ import ( "time" "github.com/botlabs-gg/yagpdb/v2/analytics" - "github.com/botlabs-gg/yagpdb/v2/bot" "github.com/botlabs-gg/yagpdb/v2/common" "github.com/botlabs-gg/yagpdb/v2/common/mqueue" "github.com/botlabs-gg/yagpdb/v2/common/templates" "github.com/b...
4
diff --git a/token-metadata/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023/metadata.json b/token-metadata/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023/metadata.json "symbol": "DATA", "address": "0x0Cf0Ee63788A0849fE5297F3407f701E122cC023", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/scss/components/_layout.scss b/src/scss/components/_layout.scss @@ -75,7 +75,7 @@ body, grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); @media (min-width: $doc-site-mobile-breakpoint) { - grid-template-columns: repeat(3, minmax(310px, 1fr)); + grid-template-columns: repeat(3, minmax(256px...
3
diff --git a/src/hooks/useSandbox.js b/src/hooks/useSandbox.js @@ -2,63 +2,28 @@ import React from "react"; import kofi from "kofi"; import lzString from "lz-string"; import {getCDNPath} from "../cdn.js"; -// import template from "../templates/playground.js"; - -const defaultMeta = []; -const defaultIncludes = [ - {"pk...
7
diff --git a/ts-scripts/meta.json b/ts-scripts/meta.json "EFYT": "FvKx3cerSVYGfXKFvUgp7koNuTAcLs8DmtmwRrFVCqJv", "WNET": "3P8gkhcLhFQvBkDzMnWeqqwvq3qxkpTNQPs4LUQ95tKD", "XMR": "8oPbSCKFHkXBy1hCGSg9pJkSARE7zhTQTLpc8KZwdtr7", - "VST": "8MaMTgBS2KWfSWJPx5YWoT9Lhg8Rumd4DfzsnHfyBp15" + "VST": "63QkN8KKRMVBpkCM7azV6HiPacJ3T7...
3
diff --git a/assets/src/components/Header.test.jsx b/assets/src/components/Header.test.jsx @@ -4,10 +4,9 @@ import userEvent from '@testing-library/user-event'; import { Header } from './Header'; import { getRegion, clearRegion } from '../services/UserPreferences'; -const mockContext = jest.fn(); jest.mock('../services...
2
diff --git a/generators/client/templates/angular/src/main/webapp/app/core/login/login.service.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/core/login/login.service.ts.ejs @@ -99,8 +99,7 @@ export class LoginService { this.authServerProvider.logout().subscribe(response => { const data = response.body...
3
diff --git a/config/config.json b/config/config.json "config": { "networkId": "parachain::testnet", "hubContractAddress": "0x6e002616ADf12D4Cc908976eB16a7646B6cD6596", - "rpcEndpoints": [ - "wss://parachain-tempnet-01.origin-trail.network" - ] + "rpcEndpoints": ["wss://lofar.origin-trail.network"] } }, "polygon": {
3
diff --git a/assets/js/modules/analytics/datastore/report.js b/assets/js/modules/analytics/datastore/report.js * External dependencies */ import invariant from 'invariant'; -import castArray from 'lodash/castArray'; import isPlainObject from 'lodash/isPlainObject'; /** @@ -59,7 +58,7 @@ const fetchGetReportStore = crea...
2
diff --git a/test/definition.schema.test.js b/test/definition.schema.test.js @@ -193,32 +193,41 @@ describe('enforcer/schema', () => { expect(err).to.match(/at: type\s+Value must be one of/); }); - it('type "file" accounts for multi-use schema', () => { - // TODO - // The reason this test fails is because the context i...
2
diff --git a/src/screens/ParadeMapScreen/Map.js b/src/screens/ParadeMapScreen/Map.js @@ -23,7 +23,7 @@ import locationButtonActive from "../../../assets/images/location-active.png"; type PermissionStatus = "authorized" | "denied" | "restricted" | "undetermined"; const neverAskStatuses = Platform.select({ - android: new...
2
diff --git a/new-admin/src/views/layerforms/wmslayerform.jsx b/new-admin/src/views/layerforms/wmslayerform.jsx @@ -668,7 +668,7 @@ class WMSLayerForm extends Component { capabilities => capabilities.version === version ); - var singleTile = version === "1.3.0" ? false : this.state.singleTile; + var singleTile = this.st...
11
diff --git a/scripts/test.sh b/scripts/test.sh @@ -39,9 +39,9 @@ start_testrpc() { ) if [ "$SOLIDITY_COVERAGE" = true ]; then - node_modules/.bin/ganache-cli --gasLimit 100000000 --port "$testrpc_port" "${accounts[@]}" > /dev/null & + node_modules/.bin/ganache-cli --gasLimit 0xfffffffffff --port "$testrpc_port" "${acco...
13
diff --git a/aleph/analyze/corasick_entity.py b/aleph/analyze/corasick_entity.py @@ -28,14 +28,14 @@ class AhoCorasickEntityAnalyzer(EntityAnalyzer): # The goal of this function is not to retain a readable version of the # string, but rather to yield a normalised version suitable for # comparisons and machine analysis....
9
diff --git a/userscript.user.js b/userscript.user.js @@ -23194,6 +23194,15 @@ var $$IMU_EXPORT$$; return src.replace(/(\/preview\/+[0-9a-f]{30,}\/+.*?\?(?:.*&)?size=)[0-9]+x[0-9]+(&.*)?$/, "$10x0$2"); } + if (domain_nowww === "yastatic.net") { + // https://yastatic.net/s3/web4static/_/v2/[...].gif + if (/\/s3\/+web4sta...
7
diff --git a/Sortable.js b/Sortable.js _onTouchMove: function (/**TouchEvent*/evt) { if (tapEvt) { - if (!evt.cancelable) return; var options = this.options, fallbackTolerance = options.fallbackTolerance, fallbackOffset = options.fallbackOffset,
11
diff --git a/packages/app/src/client/app.jsx b/packages/app/src/client/app.jsx @@ -111,6 +111,10 @@ Object.assign(componentMappings, { 'duplicated-alert': <DuplicatedAlert />, 'redirected-alert': <RedirectedAlert />, 'renamed-alert': <RenamedAlert />, + 'not-found-alert': <NotFoundAlert + isGuestUserMode={appContainer....
5
diff --git a/token-metadata/0xD6c67B93a7b248dF608a653d82a100556144c5DA/metadata.json b/token-metadata/0xD6c67B93a7b248dF608a653d82a100556144c5DA/metadata.json "symbol": "EXNT", "address": "0xD6c67B93a7b248dF608a653d82a100556144c5DA", "decimals": 16, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/admin-base/materialize/materialize-src/sass/components/_buttons.scss b/admin-base/materialize/materialize-src/sass/components/_buttons.scss .btn, .btn-floating { &:focus { - background-color: darken($button-raised-background, 10%); + background-color: color("orange", "base"); } }
12
diff --git a/src/apps.json b/src/apps.json "Scriptaculous": "" }, "icon": "script.aculo.us.png", - "script": "(?:scriptaculous|protoaculous)\\.js", + "script": "/(?:scriptaculous|protoaculous)(?:\\.js|/)", "website": "http://script.aculo.us" }, "shine.js": {
7
diff --git a/components/measurement/nettests/WebConnectivity.js b/components/measurement/nettests/WebConnectivity.js @@ -251,7 +251,11 @@ QueryContainer.propTypes = { const WebConnectivityDetails = ({ isConfirmed, - isAnomaly, + // NOTE: We stop using the `isAnomaly` flag coming from `/api/v1/measurements` + // because...
8
diff --git a/src/pages/AddCluster/KClusterList/index.js b/src/pages/AddCluster/KClusterList/index.js @@ -138,7 +138,7 @@ export default class EnterpriseClusters extends PureComponent { } }); }; - handleStartLog = taskID => { + handleStartLog = (taskID, status, isCustomClusterType) => { const { match: { params: { eid, p...
1
diff --git a/app/controllers/carto/api/api_keys_controller.rb b/app/controllers/carto/api/api_keys_controller.rb @@ -10,6 +10,7 @@ class Carto::Api::ApiKeysController < ::Api::ApplicationController rescue_from Carto::LoadError, with: :rescue_from_carto_error rescue_from Carto::UnprocesableEntityError, with: :rescue_fro...
9
diff --git a/src/encoded/schemas/biosample.json b/src/encoded/schemas/biosample.json "early embryonic", "midembryonic", "late embryonic", + "mixed stage", "mixed stage (embryonic)", "mixed stage (late embryonic and L1 larva)", "L1 larva",
0
diff --git a/.eslintrc.json b/.eslintrc.json "rules": { "indent": ["error", 4], "no-underscore-dangle": [2, { - "allow": ["_id"] + "allow": ["_id"], + "allowAfterThis": true }], "no-use-before-define": 0, "no-param-reassign": 0,
11
diff --git a/runtime.js b/runtime.js @@ -47,6 +47,7 @@ const importMap = { world: _importMapUrl('./world.js'), runtime: _importMapUrl('./runtime.js'), physicsManager: _importMapUrl('./physics-manager.js'), + rig: _importMapUrl('./rig.js'), vrUi: _importMapUrl('./vr-ui.js'), crypto: _importMapUrl('./crypto.js'), BufferG...
0
diff --git a/userscript.user.js b/userscript.user.js @@ -14601,7 +14601,7 @@ var $$IMU_EXPORT$$; "</ul><br />", "<p>You can check for equality and inequality with <code>==</code> and <code>!=</code> operators respectively. For example:</p>", "<ul><br />", - "<li><code>{domain_nosub==cdninstagram.com}</code> - Will only...
7
diff --git a/src/components/dashboard/FaceRecognition/Camera.web.js b/src/components/dashboard/FaceRecognition/Camera.web.js @@ -19,7 +19,6 @@ type CameraProps = { */ export function Camera(props: CameraProps) { let videoPlayerRef = createRef<HTMLVideoElement>() - let currentConstraintIndex = 0 const acceptableConstrai...
0
diff --git a/devices.js b/devices.js @@ -16,7 +16,7 @@ const generic = { light_onoff_brightness: { supports: 'on/off, brightness', fromZigbee: [ - fz.brightness, fz.state_change, fz.state, fz.brightness_report, + fz.ignore_light_brightness_change, fz.state_change, fz.state, fz.brightness_report, fz.ignore_genGroups_dev...
8
diff --git a/token-metadata/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/metadata.json b/token-metadata/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/metadata.json "symbol": "MTA", "address": "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/service/sharding-table-service.js b/src/service/sharding-table-service.js @@ -128,29 +128,16 @@ class ShardingTableService { this.repositoryModuleManager.markBlockchainEventAsProcessed(event.id); }); - this.eventEmitter.on(`${blockchainId}-StakeIncreased`, (event) => { + this.eventEmitter.on(`${blockch...
13
diff --git a/package.json b/package.json "dependencies": { "backbone": "1.2.3", "cartocolor": "4.0.0", - "cartodb.js": "CartoDB/cartodb.js#pixel-to-latlng", + "cartodb.js": "CartoDB/cartodb.js#v4", "d3": "3.5.17", "d3-interpolate": "1.1.2", "jquery": "2.1.4",
4
diff --git a/fluent-syntax/src/ast.js b/fluent-syntax/src/ast.js @@ -151,7 +151,7 @@ export class VariantExpression extends Expression { } export class CallExpression extends Expression { - constructor(callee, args) { + constructor(callee, args = []) { super(); this.type = 'CallExpression'; this.callee = callee;
11
diff --git a/bin/schema/serialize.js b/bin/schema/serialize.js * limitations under the License. **/ 'use strict'; -const Exception = require('../exception'); const util = require('../util'); const Value = require('./value'); @@ -98,7 +97,8 @@ function runSerialize(exception, map, schema, originalValue) { } else if (sch...
1
diff --git a/crypto.js b/crypto.js +/* import Web3 from './web3.min.js'; +import bip39 from './bip39.js'; +import hdkeySpec from './hdkey.js'; +const hdkey = hdkeySpec.default; +import ethereumJsTx from './ethereumjs-tx.js'; +import {makePromise} from './util.js'; +import {storageHost, web3SidechainEndpoint} from './co...
0
diff --git a/lib/assets/javascripts/new-dashboard/components/Dataset/DatasetListHeader.vue b/lib/assets/javascripts/new-dashboard/components/Dataset/DatasetListHeader.vue {{ $t(`datasetListHeader.lastModified`) }} </span> </div> - <div class="dataset-list-cell cell--small" @click="changeOrder('rows')"> + <div class="da...
12
diff --git a/src/sdk/base/sdputils.js b/src/sdk/base/sdputils.js @@ -538,7 +538,7 @@ function appendRtxPayloads(sdpLines, payloads) { // Remove a codec with all its associated a lines. function removeCodecFramALine(sdpLines, payload){ - const pattern = new RegExp('a=(rtpmap|rtcp-fb|fmtp):'+payload); + const pattern = n...
1
diff --git a/articles/product-lifecycle/deprecation-eol.md b/articles/product-lifecycle/deprecation-eol.md @@ -35,9 +35,5 @@ When we make an **End Of Life** announcement, we will also initiate a **Migratio **Migrations** will _usually_ involve replacing the **Deprecated** behavior with substantially comparable function...
2
diff --git a/packages/bitcore-wallet-service/src/lib/blockchainmonitor.ts b/packages/bitcore-wallet-service/src/lib/blockchainmonitor.ts @@ -298,6 +298,8 @@ export class BlockchainMonitor { } _handleTxConfirmations(coin, network, hash) { + if (coin == 'eth') return; + const processTriggeredSubs = (subs, cb) => { async....
8
diff --git a/src/DateComboBox.js b/src/DateComboBox.js @@ -109,6 +109,7 @@ class DateComboBox extends Base { const state = Object.assign(super.defaultState, { arrowButtonRole: ArrowDirectionButton, calendarRole: CalendarMonthNavigator, + date: calendar.today(), datePriority: false, dateSelected: false, dateTimeFormat: ...
9
diff --git a/src/web/waiters/SeasonalWaiter.mjs b/src/web/waiters/SeasonalWaiter.mjs @@ -28,6 +28,10 @@ class SeasonalWaiter { // Konami code this.kkeys = []; window.addEventListener("keydown", this.konamiCodeListener.bind(this)); + + // CyberChef Challenge + // eslint-disable-next-line no-console + console.log("43 6f ...
0
diff --git a/Makefile b/Makefile @@ -14,10 +14,6 @@ generate: @echo "Generate complete: `date`" validate: - go run $(GOPATH)/src/github.com/fzipp/gocyclo/gocyclo.go -over 20 *.go - go run $(GOPATH)/src/github.com/fzipp/gocyclo/gocyclo.go -over 20 ./aws - go run $(GOPATH)/src/github.com/fzipp/gocyclo/gocyclo.go -over 20...
2
diff --git a/packages/app/src/server/routes/apiv3/slack-integration.js b/packages/app/src/server/routes/apiv3/slack-integration.js @@ -45,6 +45,14 @@ module.exports = (crowi) => { } async function checkCommandPermission(req, res, next) { + let payload; + if (req.body.payload) { + payload = JSON.parse(req.body.payload);...
5
diff --git a/packages/lib-classifier/src/components/Classifier/components/SubjectViewer/components/LightCurveViewer/LightCurveViewer.js b/packages/lib-classifier/src/components/Classifier/components/SubjectViewer/components/LightCurveViewer/LightCurveViewer.js @@ -383,7 +383,7 @@ class LightCurveViewer extends Componen...
1
diff --git a/app/actions/TransactionConfirmActions.js b/app/actions/TransactionConfirmActions.js @@ -40,9 +40,9 @@ class TransactionConfirmActions { console.error(error); clearTimeout(broadcast_timeout); // messages of length 1 are local exceptions (use the 1st line) - // longer messages are remote API exceptions (use ...
4
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 1.6 +// @version 1.7 // // @include https://*stackoverflow.com/* // @includ...
11
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.0.0"> +<!ENTITY version-java-client "5.1.0"> <...
12
diff --git a/app/components/Exchange/PriceChartD3.jsx b/app/components/Exchange/PriceChartD3.jsx @@ -217,7 +217,7 @@ class CandleStickChartWithZoomPan extends React.Component { </Chart>; } - _renderCandleStickChart(chartMultiplier, maCalcs) { + _renderCandleStickChart(chartMultiplier, maCalcs, last) { const { height, w...
4
diff --git a/src/Services/Air/AirFormat.js b/src/Services/Air/AirFormat.js @@ -62,9 +62,11 @@ function formatPrices(prices) { function formatTrip(segment, flightDetails) { - const flightInfo = Object.keys(flightDetails).map( + const flightInfo = flightDetails + ? Object.keys(flightDetails).map( detailsKey => flightDeta...
1
diff --git a/package.json b/package.json "browserify": "^6.2.0", "browserify-istanbul": "^0.1.2", "browserify-shim": "~3.8.0", - "chalk": "^0.5.1", "coffee-loader": "^0.9.0", "coffeeify": "latest", "coveralls": "^2.11.2",
2
diff --git a/lib/contracts/deploy.js b/lib/contracts/deploy.js @@ -134,10 +134,7 @@ class Deploy { contractToDeploy(contract, params, callback) { const self = this; - // TODO: refactor to async - self.determineArguments(params || contract.args, contract, (realArgs) => { - contract.realArgs = realArgs; - + // TODO: this...
2
diff --git a/src/withEditorInteractions/createSequenceInputPopup.js b/src/withEditorInteractions/createSequenceInputPopup.js @@ -75,7 +75,7 @@ class SequenceInputNoHotkeys extends React.Component { selectionLayer, sequenceLength, caretPosition, - acceptedChars = "atgc", + acceptedChars = "atgcnk", maxInsertSize } = thi...
11
diff --git a/src/utils/cloud.js b/src/utils/cloud.js @@ -591,11 +591,13 @@ const cloud = { step = { Title: item.type, Description: item.type, - Status: '' + Status: '', + reason: '' }; } step.Status = item.status; step.Message = item.message; + step.reason = item.reason; step.Color = colorMap[item.status]; steps.push(s...
1
diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js @@ -647,6 +647,10 @@ function updateReportWithNewAction( if (reportAction.actionName === CONST.REPORT.ACTIONS.TYPE.IOU && reportAction.originalMessage.IOUReportID) { const iouReportID = reportAction.originalMessage.IOUReportID; + if (reportAction.orig...
7
diff --git a/src/Esquio.UI.Client/Pages/Products.razor b/src/Esquio.UI.Client/Pages/Products.razor <div class="form-group"> <label for="product-default-ring-name">Default Ring Name</label> - <InputText id="product-default-ring-name" class="form-control" @bind-Value="model.DefaultRingName" placeholder="Enter product def...
12
diff --git a/website/landingpage/dev/gulpfile.babel.js b/website/landingpage/dev/gulpfile.babel.js @@ -154,7 +154,12 @@ function images() { function server(done) { browser.init( { - server: PATHS.dist, + server: { + baseDir: PATHS.dist, + serveStaticOptions: { + extensions: ['html'] + } + }, port: PORT }, done
12
diff --git a/examples/viper/building_map.html b/examples/viper/building_map.html console.log(data) if (data.status === "success") { var file = data.id; - window.location = + window.location.replace( "headstart.php?query=" + encodeURIComponent(data.query) + "&file=" + "&service=" + service + "&service_name=" + - service...
14
diff --git a/src/components/animated-menu-button/__spec__.js b/src/components/animated-menu-button/__spec__.js @@ -140,7 +140,7 @@ describe('AnimatedMenuButton', () => { describe('innerHTML', () => { it('returns the HTML for the content', () => { - const wrapper = mount( + const wrapper = shallow( <AnimatedMenuButton> ...
14
diff --git a/packages/slackbot-proxy/src/controllers/growi-to-slack.ts b/packages/slackbot-proxy/src/controllers/growi-to-slack.ts @@ -205,7 +205,7 @@ export class GrowiToSlackCtrl { @Post('/:method') @UseBefore(AddWebclientResponseToRes, verifyGrowiToSlackRequest) - async postResult( + async callSlackApi( @PathParams(...
10
diff --git a/test/unit/core/network/createNetwork.spec.js b/test/unit/core/network/createNetwork.spec.js @@ -145,9 +145,10 @@ describe("createNetwork", () => { .send() .then(done.fail) .catch(e => { - expect(e.message).toContain( - "Error parsing server response.\nSyntaxError: Unexpected token b in JSON at position 0\n...
1
diff --git a/articles/dev-lifecycle/setting-up-env.md b/articles/dev-lifecycle/setting-up-env.md @@ -65,6 +65,17 @@ Since this URL will likely change from development to production, this method wi * If you are upgrading your account, your testing accounts will be upgraded too. * Please note that before downgrading your...
0
diff --git a/src/pages/iou/IOUTransactions.js b/src/pages/iou/IOUTransactions.js -import React, {PureComponent} from 'react'; +import React, {Component} from 'react'; import {View} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import _ from 'underscore'; @@ -28,7 +28,7 @@ const defaultProps = { trans...
14
diff --git a/app/controllers/ember-community-survey-2020.js b/app/controllers/ember-community-survey-2020.js @@ -154,30 +154,20 @@ const SS_Q203 = { }, ], }; -// Yes / No? 96% / 4% -const SS_Q204 = { - options: { - chart: { type: 'bar' }, - title: { - text: 'Are you still required to support versions of Internet Explor...
4
diff --git a/ui/page/embedWrapper/index.js b/ui/page/embedWrapper/index.js @@ -14,7 +14,7 @@ const select = (state, props) => { const { match } = props; const { params } = match; const { claimName, claimId } = params; - const uri = claimName && claimId ? buildURI({ claimName, claimId }) : ''; + const uri = claimName ? ...
11
diff --git a/src/theme/app/themeStyles.js b/src/theme/app/themeStyles.js @@ -9,12 +9,12 @@ const theme = { primaryLightColor: "#b3b3b3", // keppel (dark green) - primaryLightColorTwo: "#00B39F", - keppelColor: "#00B39F", + primaryLightColorTwo: "#00d3a9", + keppelColor: "#00d3a9", // caribbean green (light green) - sec...
13
diff --git a/app/assets/stylesheets/editor-3/editor.css.scss b/app/assets/stylesheets/editor-3/editor.css.scss padding: 8px 12px; font-size: 11px; } + // There is no other way to recognice that element, + // and use nth-child is not an option. + .js-toggleCollapsed { + display: none; + } } .CDB-Widget-body.is-collapsed...
2
diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js @@ -647,11 +647,8 @@ function updateReportWithNewAction( if (reportAction.actionName === CONST.REPORT.ACTIONS.TYPE.IOU && reportAction.originalMessage.IOUReportID) { const iouReportID = reportAction.originalMessage.IOUReportID; - if (reportAction.orig...
13
diff --git a/js/kucoin.js b/js/kucoin.js @@ -682,7 +682,10 @@ module.exports = class kucoin extends Exchange { address = address.replace ('bitcoincash:', ''); } const tag = this.safeString (data, 'memo'); + if (code !== 'NIM') { + // contains spaces this.checkAddress (address); + } return { 'info': response, 'currency'...
8
diff --git a/src/components/Main/Main.tsx b/src/components/Main/Main.tsx @@ -6,7 +6,6 @@ import _ from 'lodash' import { Form, Formik, FormikHelpers } from 'formik' import { Col, Row } from 'reactstrap' -import { Responsive, WidthProvider } from 'react-grid-layout' import { SeverityTableRow } from './Scenario/SeverityT...
1
diff --git a/aws/cloudformation/util.go b/aws/cloudformation/util.go @@ -11,6 +11,7 @@ import ( "math/rand" "os" "regexp" + "runtime" "sort" "strconv" "strings" @@ -540,7 +541,11 @@ func WaitForStackOperationComplete(stackID string, // Startup a spinner... charSetIndex := 6 - cliSpinner := spinner.New(spinner.CharSets[...
3
diff --git a/includes/Modules/Analytics/Advanced_Tracking/Measurement_Code_Injector.php b/includes/Modules/Analytics/Advanced_Tracking/Measurement_Code_Injector.php @@ -21,13 +21,6 @@ use Google\Site_Kit\Modules\Analytics\Advanced_Tracking\Measurement_Events\Measu */ final class Measurement_Code_Injector { - /** - * In...
2
diff --git a/src/components/general/inventory/Inventory.jsx b/src/components/general/inventory/Inventory.jsx @@ -14,6 +14,7 @@ for (let i = 0; i < userTokenObjects.length; i++) { userTokenObjects[i] = { name: '', start_url: '', + level: 0, }; } const objects = { @@ -21,6 +22,7 @@ const objects = { { name: 'Silsword', s...
0
diff --git a/package.json b/package.json ], "license": "BSD-3-Clause", "dependencies": { - "babelify": "*", - "babel-preset-es2015": "*", - "babel-preset-stage-2": "*", "backbone": "1.2.3", "cartocolor": "4.0.0", "cartodb.js": "CartoDB/cartodb.js#v4", "urijs": "1.17.1" }, "devDependencies": { + "babelify": "7.3.0", + "...
4
diff --git a/cmd/cmd.js b/cmd/cmd.js @@ -124,7 +124,7 @@ class Cmd { .command('build [environment]') .option('--contracts', 'only compile contracts into Embark wrappers') .option('--logfile [logfile]', __('filename to output logs (default: none)')) - .option('-c, --client [client]', __('Use a specific ethereum client o...
2
diff --git a/packages/bitcore-node/src/models/transaction.ts b/packages/bitcore-node/src/models/transaction.ts @@ -225,7 +225,7 @@ export class Transaction extends BaseModel<ITransaction> { chain: parentChain, network, mintHeight: height, - spentHeight: { $gt: SpentHeightIndicators.unspent, $lt: forkHeight } + spentHei...
4
diff --git a/lod.js b/lod.js import * as THREE from 'three'; +import {scene} from './renderer.js'; import {defaultChunkSize} from './constants.js'; const localVector = new THREE.Vector3(); @@ -6,6 +7,8 @@ const localVector2 = new THREE.Vector3(); const localVector3 = new THREE.Vector3(); const localVector4 = new THREE....
0
diff --git a/lib/BannerPlugin.js b/lib/BannerPlugin.js @@ -13,14 +13,6 @@ function wrapComment(str) { return `/*!\n * ${str.split("\n").join("\n * ")}\n */`; } -/*The following tokens are replaced in the name parameter: - * - [name] - Returns the file name. - [ext] - Returns the extension. [ext] works for most availabl...
2
diff --git a/src/components/staking/DelegationsOverview.vue b/src/components/staking/DelegationsOverview.vue @@ -46,6 +46,7 @@ export default { apollo: { validators: { query: SomeValidators, + /* istanbul ignore next */ variables() { return { addressList: this.delegationsAddressList
8
diff --git a/src/utils/config.ts b/src/utils/config.ts @@ -108,7 +108,7 @@ export function loadConfig() { allow_test_clearing: ENV.ALLOW_TEST_CLEARING || config.allow_test_clearing, sql_log: ENV.SQL_LOG || config.sql_log, dont_ping_hub: ENV.DONT_PING_HUB || config.dont_ping_hub, - transportPrivateKeyLocation: - ENV.TRA...
3
diff --git a/tests/e2e/specs/UndoRedo.spec.js b/tests/e2e/specs/UndoRedo.spec.js @@ -18,7 +18,7 @@ describe('Undo/redo', () => { cy.loadModeler(); }); - xit('Can undo and redo sequence flow condition expression', () => { + it.skip('Can undo and redo sequence flow condition expression', () => { const exclusiveGatewayPos...
10
diff --git a/articles/api-auth/grant/authorization-code-pkce.md b/articles/api-auth/grant/authorization-code-pkce.md @@ -28,6 +28,9 @@ With PKCE, the Client creates, for every authorization request, a cryptographica 4. Auth0 validates this information and returns an `access_token` (and optionally a `refresh_token`). + ...
0
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh @@ -20,7 +20,7 @@ export NODE_IP=$NODE_SCHEME://$NODE_DOMAIN if [[ ! -f "/var/run/docker.sock" ]]; then echo "Docker socket found, pulling LND port..." - export NODE_LND_PORT=$(curl --unix-socket /var/run/docker.sock http://localhost/containers/$HOSTNAME/json | j...
2
diff --git a/src/deploy/NVA_build/fix_server_plat.sh b/src/deploy/NVA_build/fix_server_plat.sh NOOBAASEC="/etc/noobaa_sec" + # If not sec file, fix it if [ ! -f ${NOOBAASEC} ]; then sec=$(uuidgen | cut -f 1 -d'-') @@ -11,7 +12,7 @@ if [ ! -f ${NOOBAASEC} ]; then #verify JWT_SECRET exists in .env, if not create it if ! ...
2
diff --git a/assets/js/modules/analytics/util.js b/assets/js/modules/analytics/util.js @@ -315,28 +315,6 @@ export const isDataZeroForReporting = ( data ) => { return false; }; -/** - * Check for Zero data from Analytics API 'traffic-sources'. - * - * @param {Object} data The data returned from the Analytics API call. ...
2
diff --git a/app/assets/stylesheets/observations/uploader.scss b/app/assets/stylesheets/observations/uploader.scss @@ -321,9 +321,12 @@ input.failed, textarea.failed { margin-left: 5px; } } -} - + .ui-autocomplete { + max-height: 300px; + overflow-y: auto; + } +} // Card grid
12
diff --git a/src/article/shared/InsertFootnoteCommand.js b/src/article/shared/InsertFootnoteCommand.js +import { findParentByType } from './nodeHelpers' // TODO: move AddEntityCommand into shared import AddEntityCommand from '../metadata/AddEntityCommand' export default class InsertFootnoteCommand extends AddEntityComm...
7
diff --git a/token-metadata/0x282CB0a611280fF5887Ca122911A0cA6b841CB03/metadata.json b/token-metadata/0x282CB0a611280fF5887Ca122911A0cA6b841CB03/metadata.json "symbol": "UWTC", "address": "0x282CB0a611280fF5887Ca122911A0cA6b841CB03", "decimals": 6, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/README.md b/README.md @@ -11,7 +11,7 @@ from Node.js applications. * Single transactions and multi-statement transactions for database changes * Writing, reading, and deleting graphs and executing SPARQL queries over graphs * Extending the built-in services or evaluating or invoking your own JavaScript or ...
0
diff --git a/test/nodejs/systemHandlerTests.js b/test/nodejs/systemHandlerTests.js @@ -432,7 +432,7 @@ describe('systemHandler', () => { assert.strictEqual(userSent, 'root'); assert.strictEqual(newPasswordSent, declaration.Common.User.root.newPassword); assert.strictEqual(oldPasswordSent, declaration.Common.User.root.o...
7
diff --git a/test/proxies_test.js b/test/proxies_test.js @@ -100,7 +100,6 @@ describe('Automerge proxy API', () => { }) }) }) - }) it('should allow access to an object by id', () => { Automerge.change(Automerge.init(), doc => { @@ -123,6 +122,7 @@ describe('Automerge proxy API', () => { assert.strictEqual(deepItem._obj...
5
diff --git a/src/components/core/update/updateSlides.js b/src/components/core/update/updateSlides.js @@ -115,6 +115,12 @@ export default function () { if (currentWebKitTransform) { slide[0].style.webkitTransform = 'none'; } + if (params.roundLengths) { + slideSize = swiper.isHorizontal() + ? slide.outerWidth(true) + : ...
4
diff --git a/src/environment.js b/src/environment.js @@ -76,7 +76,9 @@ export default class Environment extends EventEmitter { this.dir = path.dirname(this.file) } - for (let k of Object.keys(config)) { + Object.keys(config) + .filter(key => ['verbose', 'strict'].indexOf(key) === -1) + .forEach(k => { if (k in this) { ...
11
diff --git a/token-metadata/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/metadata.json b/token-metadata/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/metadata.json "symbol": "UOS", "address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c", "decimals": 4, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3