code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/components/appNavigation/TabsView.js b/src/components/appNavigation/TabsView.js @@ -9,6 +9,7 @@ import Icon from '../../components/common/view/Icon' import useOnPress from '../../lib/hooks/useOnPress' import useSideMenu from '../../lib/hooks/useSideMenu' +import { isMobileNative } from '../../lib/utils...
3
diff --git a/token-metadata/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/metadata.json b/token-metadata/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/metadata.json "symbol": "VETH", "address": "0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/app/components/DepositWithdraw/blocktrades/BlockTradesBridgeDepositRequest.jsx b/app/components/DepositWithdraw/blocktrades/BlockTradesBridgeDepositRequest.jsx +import counterpart from "counterpart"; import React from "react"; import Translate from "react-translate-component"; import ChainTypes from "compo...
14
diff --git a/src/components/inspectors/TimerExpression.vue b/src/components/inspectors/TimerExpression.vue </div> <label>Repeat every</label> <div> - <input type="number" min="1" class="form-control control repeat"> + <input type="number" min="1" class="form-control control repeat" v-model="repeat"> <select v-model="pe...
6
diff --git a/token-metadata/0xdB25f211AB05b1c97D595516F45794528a807ad8/metadata.json b/token-metadata/0xdB25f211AB05b1c97D595516F45794528a807ad8/metadata.json "symbol": "EURS", "address": "0xdB25f211AB05b1c97D595516F45794528a807ad8", "decimals": 2, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/core/operations/VBE.js b/src/core/operations/VBE.js @@ -219,24 +219,25 @@ const VBE = { * @returns {string} */ decode: function (data) { - let result = ""; + let result = []; let index = -1; - data = data.replace("@&", String.fromCharCode(10)); - data = data.replace("@#", String.fromCharCode(13)); - da...
1
diff --git a/src/components/annotations/draw.js b/src/components/annotations/draw.js @@ -207,11 +207,11 @@ function drawRaw(gd, options, index, xa, ya) { function drawGraphicalElements() { // if the text has *only* a link, make the whole box into a link - var anchor = annText.selectAll('a'); - if(anchor.size() === 1 &&...
10
diff --git a/articles/multifactor-authentication/custom/custom-landing.md b/articles/multifactor-authentication/custom/custom-landing.md @@ -74,7 +74,6 @@ By using the redirect protocol, you interrupt the authentication transaction and Some MFA options you can implement using the redirect protocol include: * A one-time...
2
diff --git a/vr-ui.js b/vr-ui.js @@ -664,7 +664,7 @@ const makeUiMesh = getHtmlString => { mesh.frustumCulled = false; const highlightMesh = (() => { - const geometry = new THREE.BoxBufferGeometry(1, 1, 0.01); + const geometry = new THREE.BoxBufferGeometry(1, 1, 0.001); const material = new THREE.MeshBasicMaterial({ co...
0
diff --git a/token-metadata/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/metadata.json b/token-metadata/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/metadata.json "symbol": "GRID", "address": "0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD", "decimals": 12, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/devices/camera.js b/devices/camera.js @@ -791,7 +791,7 @@ class Camera extends RingPolledDevice { this.debug(`New ${this.data.event_select.state} event detected, updating the recording URL`) } recordingUrl = await this.device.getRecordingUrl(this.data.event_select.eventId, { transcoded: false }) - } else i...
7
diff --git a/src/utils/command.js b/src/utils/command.js @@ -19,8 +19,6 @@ const { NETLIFY_AUTH_TOKEN, NETLIFY_API_URL } = process.env // Todo setup client for multiple environments const CLIENT_ID = 'd6f37de6614df7ae58664cfca524744d73807a377f5ee71f1a254f78412e3750' -const MESSAGE_CONFIG_NOT_FOUND = 'No netlify configu...
2
diff --git a/assets/js/components/GoogleChartV2.js b/assets/js/components/GoogleChartV2.js @@ -25,7 +25,7 @@ import { Chart } from 'react-google-charts'; /** * WordPress dependencies */ -import { Fragment, useLayoutEffect, useRef } from '@wordpress/element'; +import { Fragment, useEffect, useLayoutEffect, useRef } from...
2
diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/cascading-css-variables.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/cascading-css-variables.english.md @@ -7,7 +7,7 @@ videoUrl: 'https://scrimba.com/c/cyLZZhZ' ## Description <section id='description'> -When...
7
diff --git a/lib/shared/addon/components/cluster-driver/driver-azureaks/component.js b/lib/shared/addon/components/cluster-driver/driver-azureaks/component.js @@ -78,12 +78,12 @@ export default Component.extend(ClusterDriver, { count: 3, enableHttpApplicationRouting: false, enableMonitoring: true, - loadBalancerSku: 'b...
12
diff --git a/ReduceClutter.user.js b/ReduceClutter.user.js // @description Revert updates that makes the page more cluttered or less accessible // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 1.24.1 +// @version 1.24.2 // // @include https://*stackoverflow.com/* // @include h...
2
diff --git a/articles/api/authorization-extension/_introduction.md b/articles/api/authorization-extension/_introduction.md @@ -15,6 +15,35 @@ For each endpoint in this explorer, you will find sample snippets you can use, i - Curl command - JavaScript: depending on the endpoint each snippet may use Node.js or simple Jav...
0
diff --git a/lib/openers/evince-opener.js b/lib/openers/evince-opener.js @@ -27,8 +27,8 @@ export default class EvinceOpener extends Opener { constructor (name = 'Evince', dbusNames = DBUS_NAMES) { super(() => { - for (const texPath of Array.from(this.windows.keys())) { - this.disposeWindow(texPath) + for (const filePa...
14
diff --git a/assets/js/modules/tagmanager/hooks/useGAPropertyIDEffect.test.js b/assets/js/modules/tagmanager/hooks/useGAPropertyIDEffect.test.js * Internal dependencies */ import { renderHook, actHook as act } from '../../../../../tests/js/test-utils'; -import { createTestRegistry, provideModules } from '../../../../.....
2
diff --git a/package.json b/package.json "analyze": "ANALYZE=true next build", "sg:link": "./scripts/sg_link.sh", "sg:unlink": "./scripts/sg_unlink.sh", - "yaproxy": "PORT=5000 TARGET=https://api.republik.ch CORS_ORIGIN=http://localhost:3010 yaproxy" + "yaproxy": "PORT=5000 TARGET=https://api.republik.ch CORS_ORIGIN=ht...
11
diff --git a/packages/bitcore-client/README.md b/packages/bitcore-client/README.md # Purpose + This repo should allow you to create a wallet using the bitcore-v8 infrastructure. Currently we have the following features -* Wallet Creation -* Importing Addresses to the Wallet - * View Only - * Send Enabled by including t...
14
diff --git a/docker-run.sh b/docker-run.sh @@ -36,7 +36,7 @@ if [ "$OAUTH_ADDITIONAL_PARAMS" != "**None**" ]; then fi if [[ -f $SWAGGER_JSON ]]; then - cp $SWAGGER_JSON $NGINX_ROOT + cp -s $SWAGGER_JSON $NGINX_ROOT REL_PATH="./$(basename $SWAGGER_JSON)" sed -i "s|http://petstore.swagger.io/v2/swagger.json|$REL_PATH|g" ...
7
diff --git a/snowpack/src/commands/dev.ts b/snowpack/src/commands/dev.ts @@ -612,6 +612,7 @@ export async function startServer( let attemptedFileLoc = fileToUrlMapping.key(reqPath); if (!attemptedFileLoc) { resourcePath = reqPath.replace(/\.map$/, '').replace(/\.proxy\.js$/, ''); + resourceType = path.extname(resourceP...
4
diff --git a/src/core/pure-js/deck-js.js b/src/core/pure-js/deck-js.js @@ -212,6 +212,7 @@ export default class DeckGLJS { // TODO - these should be set by default starting from next major release if (this.props.initWebGLParameters) { setParameters(gl, { + blendFuncSeparate: [GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA, GL.ON...
0
diff --git a/lib/helper/WebDriverIO.js b/lib/helper/WebDriverIO.js @@ -327,12 +327,16 @@ class WebDriverIO extends Helper { if (this.options.keepBrowserState) return; if (this.options.keepCookies) { return Promise.all( - [this.browser.execute('localStorage.clear();'), this.closeOtherTabs()]); + [this.browser.execute('l...
8
diff --git a/src/worker/Manager.mjs b/src/worker/Manager.mjs @@ -128,13 +128,15 @@ class Manager extends Base { * @param {Object} opts * @returns {Worker} */ - createWorker(opts) { + createWorker(opts) {console.log(opts); const me = this, - filePath = (opts.basePath || me.basePath) + opts.fileName, + fileName = opts.fi...
12
diff --git a/src/encoded/tests/test_types_biosample.py b/src/encoded/tests/test_types_biosample.py @@ -82,10 +82,10 @@ def test_undefined_age_units_mouse_with_model_organism_age_field(testapp, biosam def test_defined_life_stage_human(testapp, biosample, human, human_donor): testapp.patch_json(biosample['@id'], {'organi...
1
diff --git a/src/components/CheckoutActions/CheckoutActions.js b/src/components/CheckoutActions/CheckoutActions.js @@ -72,8 +72,8 @@ export default class CheckoutActions extends Component { cartStore.setStripeToken(stripeToken); } - placeOrder = async () => { - const { authStore, cart, cartStore, placeOrderWithStripeCa...
1
diff --git a/publish/deployed/kovan/owner-actions.json b/publish/deployed/kovan/owner-actions.json -{ - "Synthetix.addSynth(SynthsCEX)": { - "target": "0x64903DDaEC496b4dd4d7F0E4C07Cad5658bDA915", - "action": "addSynth(0xf39f983F7a0b92b93041D8413F4d16384c51B19d)", - "complete": false, - "link": "https://kovan.etherscan...
2
diff --git a/server/game/gamesteps/selectcardprompt.js b/server/game/gamesteps/selectcardprompt.js @@ -49,6 +49,9 @@ class SelectCardPrompt extends UiPrompt { super(game); this.choosingPlayer = choosingPlayer; + if(_.isString(properties.source)) { + properties.source = { name: properties.source }; + } if(properties.sou...
11
diff --git a/lib/assets/javascripts/unpoly/fragment.coffee.erb b/lib/assets/javascripts/unpoly/fragment.coffee.erb @@ -676,10 +676,8 @@ up.fragment = do -> up.legacy.warn("up.visit(url) has been deprecated. Use up.change({ url }) instead.") up.change(u.merge(options, { url })) - BODY_TARGET_PATTERN = /(^|\s|,)(body|htm...
7
diff --git a/app/src/renderer/components/staking/TableValidators.vue b/app/src/renderer/components/staking/TableValidators.vue @@ -198,10 +198,10 @@ table tr td:first-child::before content counter(rowNumber) position absolute font-size sm - width 100% + width 2rem text-align right color var(--dim) - right 105% + left -...
7
diff --git a/assets/sass/vendor/_mdc-tab.scss b/assets/sass/vendor/_mdc-tab.scss // Overrides for .mdc-tab .googlesitekit-plugin .mdc-tab { - @include mdc-tab-text-label-color($c-primary); @include mdc-tab-active-text-label-color($c-brand); - @include mdc-tab-ink-color($c-brand); @include mdc-tab-states-color($c-brand)...
2
diff --git a/layouts/partials/helpers/container.html b/layouts/partials/helpers/container.html {{ (printf "<!-- %s -->" (humanize .Params.fragment)) | safeHTML }} {{- end }} {{- if .start }} -<section id="{{ .Name }}" class="{{- printf "fragment %s" .section_class -}}"> +<section id="{{ .Name }}" class="{{- printf "fra...
0
diff --git a/lib/plugins/aws/package/compile/events/apiGateway/lib/restApi.js b/lib/plugins/aws/package/compile/events/apiGateway/lib/restApi.js @@ -5,7 +5,7 @@ const BbPromise = require('bluebird'); module.exports = { compileRestApi() { - const apiGateway = this.serverless.service.provider.apiGateway; + const apiGatew...
12
diff --git a/src/vgl-renderer.js b/src/vgl-renderer.js @@ -2,7 +2,7 @@ import VglAssets from "./vgl-assets.js"; import {WebGLRenderer} from "./three.js"; function resizeCamera(camera, domElement) { - if (camera) { + if (camera.isPerspectiveCamera) { camera.aspect = domElement.clientWidth / domElement.clientHeight; came...
1
diff --git a/node-red-contrib-botbuilder/README.md b/node-red-contrib-botbuilder/README.md @@ -35,7 +35,124 @@ The absolute path to this file must be defined in ENV var `BOTBUILDER_CFG`. Here is a sample configuration to start you server. Switch will route to the convenient SendCard according to business logic. ![Kicks...
7
diff --git a/ChatImprovements.user.js b/ChatImprovements.user.js // @description Show users in room as a list with usernames, more timestamps // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 0.7.4 +// @version 0.7.5 // // @include https://chat.stackoverflow.com/* // @include h...
14
diff --git a/src/iconlib.js b/src/iconlib.js @@ -8,7 +8,7 @@ export class AbstractIconLib { } getIconClass (key) { - return this.mapping[key] ? this.icon_prefix + this.mapping[key] : null + return this.mapping[key] ? this.icon_prefix + this.mapping[key] : this.icon_prefix + key } getIcon (key) {
11
diff --git a/packages/webpack-plugin/lib/content-loader.js b/packages/webpack-plugin/lib/content-loader.js module.exports = function () { + if (!this.__mpx__) { + throw new Error('Content loader need __mpx__ property in loader context!') + } + this.__mpx__.fileDependencies.forEach(file => { + this.addDependency(file) +...
1
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +### Added + +### Changed + +### Removed + +- proj4 string from proj extension + +### Fixed + ## [v0.9.0] - 2020-02-26 ### Added
3
diff --git a/components/Frame/index.js b/components/Frame/index.js @@ -7,6 +7,7 @@ import { RawHtml, fontFamilies, mediaQueries, + ColorHtmlBodyColors, ColorContextProvider, useColorContext } from '@project-r/styleguide' @@ -80,18 +81,6 @@ export const Content = ({ children, style }) => ( </div> ) -const OverrideRootDe...
4
diff --git a/packages/mjml-validator/src/rules/validTag.js b/packages/mjml-validator/src/rules/validTag.js +import { includes } from 'lodash' import ruleError from './ruleError' +// Tags that have no associated components but are allowed even so +const componentLessTags = [ + 'mj-all' +] + export default function valid...
11
diff --git a/imports/config/EMailTemplates.js b/imports/config/EMailTemplates.js import { Accounts } from 'meteor/accounts-base'; import { GlobalSettings } from './GlobalSettings'; +function setupEmailTemplatesForAccounts() { Accounts.emailTemplates.siteName = GlobalSettings.getSiteName(); Accounts.emailTemplates.from ...
12
diff --git a/token-metadata/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/metadata.json b/token-metadata/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/metadata.json "symbol": "C8", "address": "0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/desktop/sources/scripts/programs/x.js b/desktop/sources/scripts/programs/x.js @@ -7,12 +7,14 @@ function program_X(x,y) this.operation = function() { + this.ports = [{x:-1,y:0},{x:0,y:1,output:true},{x:1,y:0,output:true}]; + if(this.left("0")){ - pico.program.remove(this.x-1,this.y); + // pico.program.remo...
7
diff --git a/player/js/animation/AnimationItem.js b/player/js/animation/AnimationItem.js @@ -33,9 +33,6 @@ var AnimationItem = function () { extendPrototype([BaseEvent], AnimationItem); AnimationItem.prototype.setParams = function(params) { - if(params.context){ - this.context = params.context; - } if(params.wrapper ||...
2
diff --git a/karma.conf.js b/karma.conf.js @@ -22,7 +22,7 @@ module.exports = function (config) { dir: 'test/coverage/', includeAllSources: true }, - browserNoActivityTimeout: 30000, + browserNoActivityTimeout: 60000, karmaTypescriptConfig: { tsconfig: './tsconfig.json', bundlerOptions: {
3
diff --git a/src/viewer.js b/src/viewer.js @@ -275,8 +275,13 @@ class gltfViewer getFittingZoom(axisLength) { - // TODO: this is very naive and will probably fail in many cases - return axisLength * 2; + const yfov = this.defaultCamera.yfov; + const xfov = this.defaultCamera.yfov * this.defaultCamera.aspectRatio; + + c...
7
diff --git a/books/templates/index.html b/books/templates/index.html <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans"> + <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="st...
0
diff --git a/src/components/TileCatalogNew/TilePagination/TilePagination.jsx b/src/components/TileCatalogNew/TilePagination/TilePagination.jsx @@ -93,6 +93,7 @@ const TilePagination = ({ page, numPages, onChange, i18n }) => { className="bx--pagination-nav__page bx--pagination-nav__page--select" data-page-select aria-la...
1
diff --git a/projects/ngx-extended-pdf-viewer/src/lib/options/service-worker-options.ts b/projects/ngx-extended-pdf-viewer/src/lib/options/service-worker-options.ts -export const ServiceWorkerOptions = { - showUnverifiedSignatures: false -}; - -if (typeof window !== 'undefined') { - (window as any).ServiceWorkerOptions...
5
diff --git a/ui/js/main.js b/ui/js/main.js @@ -18,7 +18,7 @@ const env = ENV; const { remote, ipcRenderer, shell } = require("electron"); const contextMenu = remote.require("./menu/context-menu"); const app = require("./app"); -app.i18n.resLang = require("./langs").default; +app.i18n.resLang = require("./utils").resLan...
5
diff --git a/renderer/components/__tests__/Sidebar.test.js b/renderer/components/__tests__/Sidebar.test.js @@ -33,46 +33,28 @@ const renderComponent = (component, locale = 'en', messages = English) => { } describe('Tests for Sidebar component', () => { - afterEach(() => { - cleanup() - }) - test('Displays the correct v...
2
diff --git a/src/components/general/character/Character.jsx b/src/components/general/character/Character.jsx @@ -86,7 +86,10 @@ const Stat = ({ <div className={styles.stat}> <img className={styles.icon} src={statSpec.imgSrc} /> <div className={styles.wrap}> + <div className={styles.row}> <div className={styles.statName...
0
diff --git a/src/patterns/components/toggle/angular/info/base.hbs b/src/patterns/components/toggle/angular/info/base.hbs </td> </tr> + <tr> + <td class="sprk-u-FontWeight--bold"> + iconCssClass + </td> + <td>string</td> + <td> + The value supplied will be + assigned as a CSS class on the icon used + in the toggle. + </...
3
diff --git a/app/classifier/tasks/index.spec.js b/app/classifier/tasks/index.spec.js @@ -14,10 +14,7 @@ for (const key in tasks) { it('should update on annotation change', function() { wrapper = shallow(<TaskComponent />); - let annotation = { - task: 'T0', - value: TaskComponent.getDefaultAnnotation() - } + let annota...
1
diff --git a/app/services/stream_copy.js b/app/services/stream_copy.js @@ -8,7 +8,10 @@ const ACTION_FROM = 'from'; module.exports = class StreamCopy { constructor(sql, userDbParams) { - this.pg = new PSQL(userDbParams); + const dbParams = Object.assign({}, userDbParams, { + port: global.settings.db_batch_port || userD...
4
diff --git a/src/charts/tooltip.js b/src/charts/tooltip.js @@ -245,7 +245,7 @@ define(function(require){ if (!value) { return 0; } - if (valueFormat) { + if (valueFormat !== null) { valueFormatter = d3Format.format(valueFormat); } else if (isInteger(value)) { valueFormatter = formatIntegerValue;
11
diff --git a/StackExchangeDarkMode.user.js b/StackExchangeDarkMode.user.js // @description Dark theme for sites and chat on the Stack Exchange Network // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 2.5.2 +// @version 2.5.3 // // @include https://*stackexchange.com/* // @incl...
2
diff --git a/userscript.user.js b/userscript.user.js @@ -12094,7 +12094,8 @@ var $$IMU_EXPORT$$; "<li><code>ext</code> - Extension (with <code>.</code> prefixed)</li>", "<li><code>caption</code> - Popup caption</li>", "<li><code>author_username</code> - Author's username</li>", - "<li><code>created_iso_utc</code> - Cre...
7
diff --git a/package.json b/package.json "ncp": "~2.0.0", "react": "~15.5.0", "react-addons-css-transition-group": "~15.5.0", - "react-addons-test-utils": "^15.5.1", + "react-addons-test-utils": "~15.5.1", "react-dom": "~15.5.0", "react-highlight": "~0.9.0", "react-router": "~2.8.0", - "react-test-renderer": "^15.5.4",...
14
diff --git a/index.html b/index.html $('.account-selector').click(function () { - $('.account-selector[data-account-id="' + account_id + '"').removeClass('hidden'); + $('.account-selector[data-account-id="' + account_id + '"]').removeClass('hidden'); account_id = $(this).data('account-id'); wallet.select_account(accoun...
1
diff --git a/generators/entity/templates/server/src/test/java/package/web/rest/_EntityResourceIntTest.java b/generators/entity/templates/server/src/test/java/package/web/rest/_EntityResourceIntTest.java @@ -397,7 +397,7 @@ _%> .content(TestUtil.convertObjectToJsonBytes(<%= entityInstance %><% if (dto === 'mapstruct') {...
1
diff --git a/index.d.ts b/index.d.ts @@ -436,8 +436,8 @@ declare namespace Moleculer { type AfterConnectHandler = (wasReconnect: boolean) => Promise<void>; class BaseTransporter { - constructor(opts?: object); - public init(transit: object, messageHandler: MessageHandler, afterConnect?: AfterConnectHandler): void; + co...
14
diff --git a/lib/basedriver/helpers.js b/lib/basedriver/helpers.js @@ -94,13 +94,20 @@ async function configureApp (app, supportedAppExtensions) { APPLICATIONS_CACHE.del(app); } let fileName = `appium-app${_.first(supportedAppExtensions)}`; + + // to determine if we need to unzip the app, we have a number of places + /...
11
diff --git a/src/components/Barter.jsx b/src/components/Barter.jsx @@ -172,7 +172,7 @@ function Barter() { setFilteredItems(sortedItems); }, [setFilteredItems, includeFlea, filters, includeMarked, minPrice]); - let itemChunks = arrayChunk(filteredItems.slice(0, Math.min(filteredItems.length, numberFilter)), Math.min(fi...
1
diff --git a/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/assets-picker/assets-view.js b/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/assets-picker/assets-view.js @@ -86,11 +86,6 @@ module.exports = CoreView.extend({ this.add_relate...
2
diff --git a/dashboard/static/js/libs/fabmoui.js b/dashboard/static/js/libs/fabmoui.js "use strict" var MAX_INPUTS = 16; +var MAX_OUTPUTS = 16; var currentUnits = null; var mouseX; var mouseY; @@ -329,6 +330,8 @@ FabMoUI.prototype.updateStatusContent = function(status){ this.progress = 0; } + + ///update inputs for(var...
0
diff --git a/components/CheckoutActions/CheckoutActions.js b/components/CheckoutActions/CheckoutActions.js @@ -69,6 +69,10 @@ class CheckoutActions extends Component { } } + componentDidMount() { + this._isMounted = true; + } + componentWillUnmount() { this._isMounted = false; }
12
diff --git a/src/utils/wallet.js b/src/utils/wallet.js @@ -708,7 +708,10 @@ class Wallet { } for (let { receiverId, nonce, blockHash, actions } of transactions) { const [, signedTransaction] = await nearApiJs.transactions.signTransaction(receiverId, nonce, actions, blockHash, this.connection.signer, accountId, NETWORK_...
9
diff --git a/layouts/partials/head.html b/layouts/partials/head.html {{- end -}} <head> <meta name="theme" content="Syna"> - <meta name="theme-version" content="v0.15"> + <meta name="theme-version" content="v0.16"> <meta name="theme-url" content="https://syna.okkur.org"> <meta name="theme-description" content="Highly c...
3
diff --git a/assets/js/modules/analytics/common/timzezone-select.js b/assets/js/modules/analytics/common/timzezone-select.js @@ -38,8 +38,8 @@ const TimezoneSelect = ( { timezone, setTimezone, hasError } ) => { const [ selectedCountry, setSelectedCountry ] = useState( timezone ); const [ selectedTimezoneID, setSelected...
7
diff --git a/website/ops.js b/website/ops.js @@ -158,6 +158,7 @@ module.exports={ }); var afterwards=function(){ if(configID=="ident" || configID=="users"){ + db.dictConfigs=null; module.exports.attachDict(db, dictID, function(){ callnext(json, false); });
1
diff --git a/token-metadata/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/metadata.json b/token-metadata/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/metadata.json "symbol": "FOX", "address": "0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/app/shared/components/Global/Form/Field/MultiToken.js b/app/shared/components/Global/Form/Field/MultiToken.js @@ -14,13 +14,8 @@ export default class GlobalFormFieldMultiToken extends Component<Props> { }; } onChange = debounce((e, { name, value }) => { - let { valid } = this.state; - if (name !== 'asset')...
13
diff --git a/src/server/models/password-reset-order.js b/src/server/models/password-reset-order.js @@ -8,9 +8,9 @@ const ObjectId = mongoose.Schema.Types.ObjectId; */ const schema = new mongoose.Schema({ token: { type: String, required: true, unique: true }, - email: String, + email: { type: String, required: true }, r...
7
diff --git a/articles/api/authentication/_passwordless.md b/articles/api/authentication/_passwordless.md @@ -11,6 +11,7 @@ POST https://${account.namespace}/passwordless/start Content-Type: application/json { "client_id": "${account.clientId}", + "client_secret": "YOUR_CLIENT_SECRET", // for web applications "connectio...
3
diff --git a/src/example.js b/src/example.js @@ -74,7 +74,8 @@ class DemoComponent extends Component { defaultCountry="auto" value={this.state.phone1} geoIpLookup={lookup} - css={['intl-tel-input', 'form-control']} + containerClassName="intl-tel-input" + inputClassName="form-control" format /> <div> @@ -88,7 +89,8 @@ c...
1
diff --git a/webpack/v4/webpack.prod.config.js b/webpack/v4/webpack.prod.config.js @@ -96,7 +96,7 @@ module.exports = env => { optimization: { minimizer: [ new UglifyJsPlugin({ - cache: true, + cache: false, parallel: true, uglifyOptions: { sourceMap: true, @@ -205,6 +205,7 @@ module.exports = env => { rootDir('node_mo...
11
diff --git a/articles/multifactor-authentication/custom.md b/articles/multifactor-authentication/custom.md @@ -119,36 +119,6 @@ function (user, context, callback) { } ``` -## Use a custom MFA service - -If you are using an MFA provider that does not have Auth0 built-in support or if you are using a service you have cre...
2
diff --git a/ItsATrap_theme_PathfinderSimple/script.json b/ItsATrap_theme_PathfinderSimple/script.json { "name": "It's a Trap! - Pathfinder (Simple) theme", "script": "theme.js", - "version": "3.1.2", + "version": "3.1.1", "previousversions": ["1.0", "3.0", "3.1"], "description": "# It's A Trap! - Pathfinder (Simple) t...
1
diff --git a/spec/vast_trackers.spec.js b/spec/vast_trackers.spec.js @@ -230,9 +230,11 @@ describe('VASTTracker', function() { beforeEach(() => { spyTrack = jest.spyOn(vastTracker, 'track'); vastTracker.assetDuration = 10; - // vastTracker.lastDuration = 40; vastTracker.setProgress(5); }); + it('should be defined', () ...
0
diff --git a/data.js b/data.js @@ -1621,6 +1621,14 @@ module.exports = [ url: "http://mustache.github.io/", source: "https://raw.githubusercontent.com/janl/mustache.js/master/mustache.js" }, + { + name: "tiny-mustache", + github: "aishikaty/tiny-mustache", + tags: ["templating", "template", "tiny"], + description: "The...
0
diff --git a/scripts/build-js.js b/scripts/build-js.js @@ -44,7 +44,7 @@ function es(components, cb) { }) .pipe(source('swiper.js', './src')) .pipe(buffer()) - .pipe(rename('swiper.module.js')) + .pipe(rename('swiper.esm.bundle.js')) .pipe(gulp.dest(`./${env === 'development' ? 'build' : 'dist'}/js/`)) .on('end', () =>...
10
diff --git a/src/components/profile/hardware_devices/HardwareDevices.js b/src/components/profile/hardware_devices/HardwareDevices.js @@ -83,8 +83,7 @@ const HardwareDevices = () => { const recoveryMethods = useRecoveryMethods(account.accountId); const keys = account.fullAccessKeys || []; - const ledgerKey = keys.find(k...
4
diff --git a/Source/Scene/SceneTransitioner.js b/Source/Scene/SceneTransitioner.js @@ -418,33 +418,6 @@ define([ var complete = complete3DCallback(camera3D); createMorphHandler(transitioner, complete); - var startPos = Cartesian3.clone(camera.position, scratch3DToCVStartPos); - var startDir = Cartesian3.clone(camera.di...
1
diff --git a/views/stats.ejs b/views/stats.ejs element.addEventListener('mousemove', e => { let maxTop = window.innerHeight - statsContent.offsetHeight - 20; + let rect = statsContent.parentNode.getBoundingClientRect(); + + if(rect.x) + statsContent.style.left = rect.x - statsContent.offsetWidth - 10 + "px"; + let top ...
5
diff --git a/README.md b/README.md @@ -48,7 +48,7 @@ yarn install ``` **For setup local with authenticate with Okta Preview:** -Use the "OKTA_METADATA_URL='url-of-okta-saml'" concatenating with the commands the Python: +Use the "OKTA_METADATA_URL='url-of-okta-saml'" concatenating with the python's commands: ```shell Ex...
1
diff --git a/logger.js b/logger.js @@ -103,8 +103,7 @@ logger.load_log_ini = function () { logger.colorize = function (color, str) { if (!util.inspect.colors[color]) { return str; } // unknown color - return '\u001b[' + util.inspect.colors[color][0] + 'm' + str + - '\u001b[' + util.inspect.colors[color][1] + 'm'; + ret...
14
diff --git a/lib/config-generator.js b/lib/config-generator.js @@ -92,7 +92,7 @@ class ConfigGenerator { config.resolve = { extensions: ['.js', '.jsx', '.vue', '.ts', '.tsx'], - alias: this.webpackConfig.aliases + alias: Object.assign({}, this.webpackConfig.aliases) }; if (this.webpackConfig.useVueLoader) { @@ -104,7 +...
4
diff --git a/sirepo/pkcli/job_cmd.py b/sirepo/pkcli/job_cmd.py @@ -203,7 +203,9 @@ def _on_do_compute_exit(success_exit, is_parallel, template, run_dir): # TODO(e-carlin): impl pass - def _post_processing(): return template.post_execution_processing(**kwargs) + def _post_processing(): + if hasattr(template, 'post_execu...
11
diff --git a/test/grbl.js b/test/grbl.js @@ -331,11 +331,11 @@ test('GrblLineParserResultSettings', (t) => { ]; const grbl = new Grbl(); let i = 0; - grbl.on('settings', ({ raw, setting, value, message }) => { + grbl.on('settings', ({ raw, name, value, message }) => { if (i < lines.length) { const r = raw.match(/^(\$[^...
1
diff --git a/docs/docs/developer.md b/docs/docs/developer.md @@ -56,3 +56,8 @@ API and Data Retrieval * `ServerIO::getInitiatives()` * Returns array representation of all initiatives that can be queried * Keys include: 'id', 'title', 'description' + + +Suma Client Developer Documentation +-------------- +See developer ...
3
diff --git a/src/lib/explorerUtil.js b/src/lib/explorerUtil.js @@ -11,7 +11,7 @@ export const PICK_SOURCE = 1; export const ADVANCED = 2; export const STARRED = 3; - +// we use the media bucket to grab updated and deleted media from two different operations. hence, we need to check that value first export function gene...
9
diff --git a/assets/js/components/FeatureTours.js b/assets/js/components/FeatureTours.js */ import { useContext } from '@wordpress/element'; -/** - * External dependencies - */ -import PropTypes from 'prop-types'; - /** * Internal dependencies */ @@ -59,7 +54,3 @@ export default function FeatureTours() { /> ); } - -Fea...
2
diff --git a/README.md b/README.md @@ -1098,11 +1098,6 @@ you should handle or suppress if you don't want unhandled exceptions: // Handle errors // logger.on('error', function (err) { /* Do Something */ }); - -// -// Or just suppress them. -// -logger.emitErrs = false; ``` ### Working with multiple Loggers in winston
2
diff --git a/src/core/db/licensemanager.py b/src/core/db/licensemanager.py @@ -75,81 +75,9 @@ class LicenseManager: result = conn.create_license_link_table() return result - # managing users - # @staticmethod - # def add_user_to_license_table(username): - # """ - # grant a user permission to select, insert, and update ...
1
diff --git a/packages/cx/src/widgets/grid/Grid.d.ts b/packages/cx/src/widgets/grid/Grid.d.ts @@ -344,6 +344,7 @@ interface GridProps extends StyledContainerProps { /** Options for data sorting. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator */ sortOptions?: CollatorOption...
0
diff --git a/sources-dist-stable.json b/sources-dist-stable.json "meta": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.janitza-gridvis/main/io-package.json", "icon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.janitza-gridvis/main/admin/janitza-gridvis.png", "type": "energy", - "version": "2.1.22" + "ve...
12