code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/source/index/package.json b/source/index/package.json "devDependencies": { "@airswap/order-utils": "0.3.3", "@airswap/test-utils": "0.1.1", - "@airswap/tokens": "0.1.2", "bignumber.js": "^9.0.0", "solidity-coverage": "^0.6.3", "truffle": "^5.0.24"
2
diff --git a/src/containers/LeftPanel/Endpoint/Endpoint.jsx b/src/containers/LeftPanel/Endpoint/Endpoint.jsx @@ -48,10 +48,11 @@ const Endpoint = ({ endpoint, index, dispatchToEndpointTestCase }) => { <div id={styles.filesFlexBox}> <div id={styles.files}> - <label htmlFor='endpointFile'>Server File Name</label> + <labe...
3
diff --git a/views/partials/assetInfo.handlebars b/views/partials/assetInfo.handlebars <div class="column column--2 column--med-10"> <span class="text">Channel:</span> </div><div class="column column--8 column--med-10"> - <span class="text"><a href="/{{claimInfo.channelName}}:{{claimInfo.certificateId}}">{{claimInfo.ch...
1
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -492,6 +492,16 @@ libraries: - title: "Auth0 SDK for Web" url: "/libraries/auth0js" + children: + + - title: "Auth0.js v8" + url: "/libraries/auth0js" + + - title: "Migration Guide v8" + url: "/libraries/auth0js/migration-guide" + + - title: "Auth0.js v7" + url: "...
0
diff --git a/weapons-manager.js b/weapons-manager.js @@ -788,23 +788,6 @@ const _updateWeapons = timeDiff => { popovers.update(); }; -const popoverWidth = 600; -const popoverHeight = 200; -const popoverTextMesh = (() => { - const textMesh = makeTextMesh('This is your mirror.\nTake a look at yourself!', undefined, 0.5, ...
2
diff --git a/src/components/templates/Articles/index.js b/src/components/templates/Articles/index.js -import { Container, Flex, Link } from 'components/atoms' +import { Container, Flex, Link, Image } from 'components/atoms' import { Tags, GlobalMdx } from 'components/molecules' import { Footer, Navbar } from 'component...
14
diff --git a/src/components/dashboard/Dashboard.js b/src/components/dashboard/Dashboard.js @@ -4,6 +4,7 @@ import { StyleSheet, Text, View } from 'react-native' import { normalize } from 'react-native-elements' import { Portal } from 'react-native-paper' import type { Store } from 'undux' +import throttle from 'lodash/...
0
diff --git a/articles/connections/social/facebook.md b/articles/connections/social/facebook.md @@ -7,7 +7,6 @@ seo_alias: facebook description: This page shows you how to connect your custom app to Facebook. Learn how Auth0 can easily help you adding Facebook Login to your app. toc: true --- - # Connect your app to Fac...
0
diff --git a/coralui-component-calendar/src/scripts/Calendar.js b/coralui-component-calendar/src/scripts/Calendar.js @@ -247,7 +247,7 @@ class Calendar extends FormFieldMixin(ComponentMixin(HTMLElement)) { return this._startDay; } - if (typeof DateTime.Moment.localeData().firstDayOfWeek !== 'undefined') { + if (typeof ...
9
diff --git a/packages/app/src/components/Admin/ImportData/GrowiArchive/ImportForm.jsx b/packages/app/src/components/Admin/ImportData/GrowiArchive/ImportForm.jsx import React from 'react'; import PropTypes from 'prop-types'; -import { withTranslation } from 'react-i18next'; +import { useTranslation } from 'react-i18next...
14
diff --git a/packages/convertor/package.json b/packages/convertor/package.json "src" ], "publishConfig": { - "registry": "https://registry.npmjs.org" + "registry": "https://registry.npmjs.org", + "access": "public" }, "repository": { "type": "git",
12
diff --git a/package.json b/package.json { "name": "prettier-atom", "main": "./dist/main.js", - "version": "0.33.0", + "version": "0.34.0", "description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration", "keywords": [ "atom",
6
diff --git a/public/app/js/cbus-audio.js b/public/app/js/cbus-audio.js @@ -160,11 +160,11 @@ cbus.audio = { }, setPlaybackRate: function(rate) { - cbus.audio.element.playbackRate = rate ? rate : 1; + cbus.audio.element.playbackRate = rate ? clamp(rate, cbus.audio.PLAYBACK_RATE_MIN, cbus.audio.PLAYBACK_RATE_MAX) : 1; if...
7
diff --git a/civictechprojects/templates/new_index.html b/civictechprojects/templates/new_index.html <script> window.fbAsyncInit = function() { FB.init({ - appId : '401313064132303', + appId : '137258853647008', cookie : true, xfbml : true, - version : 'v4.0', + version : 'v2.10', }); FB.AppEvents.logPageView(); };
13
diff --git a/docs/source/docs/functions-and-directives.blade.md b/docs/source/docs/functions-and-directives.blade.md @@ -68,17 +68,6 @@ Note that `@@apply` **will not work** for mixing in hover or responsive variants @@apply .inline-block; } } - -// Or if you're using Less or Sass: -.btn { - @@apply .block .bg-red; - &...
2
diff --git a/_src/_assets/css/_pressLogos.scss b/_src/_assets/css/_pressLogos.scss width: 100px; } - img[alt*="Vox"] { + img[alt="Vox logo"] { width: 50px; } - img[alt*="New York Times"] { + img[alt="New York Times logo"] { width: 135px; } - img[alt*="Talking Points"] { + img[alt="Talking Points Memo logo"] { width: 85...
4
diff --git a/ui/src/components/field/QField.json b/ui/src/components/field/QField.json "type": "Boolean", "desc": "Field's label is floating" }, - "value": { + "modelValue": { "type": "Any", "desc": "Field's value", "examples": [ 0.241, "Text" ]
1
diff --git a/token-metadata/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/metadata.json b/token-metadata/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/metadata.json "symbol": "MITX", "address": "0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/client/src/pages/VerifyEmail.js b/client/src/pages/VerifyEmail.js @@ -90,24 +90,23 @@ const VerifyEmail = ({ forgotPasswordRequested, email }) => { <VerifyEmailRightContainer> <div className="text-center"> <VerifyDirectionsContainer> - <h1 className="directions-header"> - {forgotPasswordRequested - ? "Reco...
7
diff --git a/types/index.d.ts b/types/index.d.ts @@ -2138,12 +2138,38 @@ declare module 'mongoose' { export type SchemaDefinitionType<T> = T extends Document ? Omit<T, Exclude<keyof Document, '_id' | 'id' | '__v'>> : T; + // Helpers to simplify checks + type IfAny<IFTYPE, THENTYPE> = 0 extends (1 & IFTYPE) ? THENTYPE :...
7
diff --git a/client/src/pages/CreatePost.js b/client/src/pages/CreatePost.js @@ -25,7 +25,7 @@ const initialState = { options: [], selected: "", }, - data: { + formData: { title: "", body: "", tags: [], @@ -45,7 +45,7 @@ const errorMsg = { export default (props) => { const [state, setState] = useState(initialState.stat...
10
diff --git a/website/docs/packages/ldp.md b/website/docs/packages/ldp.md @@ -83,7 +83,7 @@ The following service actions are available: ### `ldp.resource.get` * Get a resource by its URI -* Accept triples, turtle or JSON-LD (see `@semApps/mime-types` package) +* Accept triples, turtle or JSON-LD (see `@semapps/mime-typ...
7
diff --git a/token-metadata/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/metadata.json b/token-metadata/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/metadata.json "symbol": "DIP", "address": "0xc719d010B63E5bbF2C0551872CD5316ED26AcD83", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/token-metadata/0xA9859874e1743A32409f75bB11549892138BBA1E/metadata.json b/token-metadata/0xA9859874e1743A32409f75bB11549892138BBA1E/metadata.json "symbol": "IETH", "address": "0xA9859874e1743A32409f75bB11549892138BBA1E", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/pages/admin/events/edit.js b/src/pages/admin/events/edit.js @@ -28,7 +28,7 @@ export default class extends Component { ...updatedEvent } }) - if (!search.get('id')) { + if (!search.get('id') && this.state.event.id) { search.set('id', this.state.event.id) } }
1
diff --git a/src/cn.js b/src/cn.js srv.listen(0, '127.0.0.1', () => { const adr = srv.address(); const hp = `${adr.address}:${adr.port}`; + let cwd = untildify(x.cwd || process.cwd()); + if (!x.cwd && (cwd === '/' || cwd === path.dirname(process.execPath))) { + cwd = home; + } log(`listening for connections from spawne...
12
diff --git a/config/redirects.js b/config/redirects.js @@ -6694,12 +6694,6 @@ const redirects = [ ], to: '/secure/multi-factor-authentication/configure-cisco-duo-for-mfa', }, - { - from: [ - '/mfa/webauthn-as-mfa', - ], - to: '/secure/multi-factor-authentication/webauthn-as-mfa', - }, { from: [ '/mfa/fido-authenticatio...
2
diff --git a/components/hero.js b/components/hero.js @@ -2,6 +2,7 @@ import React from 'react' import PropTypes from 'prop-types' import ExploreSearch from './explorer/explore-search' +import OpenLicenceRibbon from './open-licence-ribbon' const Hero = ({title, tagline, noscript}) => ( <div className='hero'> @@ -10,6 +1...
0
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -19,9 +19,6 @@ jobs: - uses: actions/setup-node@master with: node-version: 17 - registry-url: https://npm.pkg.github.com/ - scope: '@engine262' - always-auth: true # required if using yarn - run: git submodule update --init --recursive # Run ...
2
diff --git a/util.js b/util.js @@ -999,3 +999,13 @@ export const handleUpload = async item => { world.appManager.addTrackedApp(u, position, quaternion, oneVector); */ return u; }; + +export const loadImage = u => new Promise((resolve, reject) => { + const img = new Image(); + img.onload = () => { + resolve(img); + }; +...
0
diff --git a/modules/xmpp/JingleSessionPC.js b/modules/xmpp/JingleSessionPC.js @@ -1675,10 +1675,7 @@ export default class JingleSessionPC extends JingleSession { const workFunction = finishCallback => { const removeSsrcInfo = this.peerconnection.getRemoteSourceInfoByParticipant(id); - if (!removeSsrcInfo.length) { - l...
1
diff --git a/css/style.css b/css/style.css @@ -38,6 +38,22 @@ table.dataTable { flex: auto; } +/* wrap toolbar controls */ +.leaflet-top.leaflet-left { + bottom: 0; + margin-bottom: 10px; + + display: flex; + flex-direction: column; + align-items: flex-start; + flex-wrap: wrap; +} + +/* bottom underneath top controls w...
7
diff --git a/src/components/AuthCompany/index.js b/src/components/AuthCompany/index.js @@ -43,7 +43,6 @@ const { Option } = Select; export default class Index extends PureComponent { constructor(post) { super(post); - this.iframe = null; this.state = { currStep: this.props.currStep || 0, loading: false, @@ -163,17 +162...
1
diff --git a/public/javascripts/TimestampLocalization.js b/public/javascripts/TimestampLocalization.js -// requires moment.js - -// on window load, run the changeTimestamps function. +//changes timestamps from UTC to local time. Updates any data order variables for tables. $(window).load(function () { - changeTimestamp...
14
diff --git a/public/javascripts/SVLabel/src/SVLabel/util/UtilitiesSidewalk.js b/public/javascripts/SVLabel/src/SVLabel/util/UtilitiesSidewalk.js @@ -288,7 +288,7 @@ function UtilitiesMisc (JSON) { keyNumber: 83, keyChar: 'S' }, - labelTags: ['uneven surface', 'unleveled surface', 'cracks', 'narrow'] + labelTags: ['bump...
3
diff --git a/src/components/ArchivedReportFooter.js b/src/components/ArchivedReportFooter.js @@ -53,7 +53,7 @@ const defaultProps = { const ArchivedReportFooter = (props) => { const archiveReason = lodashGet(props.reportClosedAction, 'originalMessage.reason', CONST.REPORT.ARCHIVE_REASON.DEFAULT); - const policyName = l...
4
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -5,6 +5,7 @@ metaversfile can load many file types, including javascript. */ import * as THREE from 'three'; +import * as BufferGeometryUtils from 'three/examples/jsm/utils/BufferGeometryUtils.js'; import {Text} from 'troika-three-text'; import React from 'rea...
0
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -* @samajammin @ryancreatescopy @jjmstark @GeorgeTrotter @wackerow +* @samajammin @jjmstark @GeorgeTrotter @wackerow @corwintines @pettinarip # Owners of sp...
14
diff --git a/assets/js/modules/analytics/components/settings/SettingsView.js b/assets/js/modules/analytics/components/settings/SettingsView.js @@ -144,13 +144,7 @@ export default function SettingsView() { { __( 'View', 'google-site-kit' ) } </h5> <p className="googlesitekit-settings-module__meta-item-data"> - <DisplayS...
5
diff --git a/buildspec.yml b/buildspec.yml @@ -9,7 +9,7 @@ phases: - npm install forever -g - git submodule init - git submodule update - - npm install -y + - npm install -y --verbose pre_build: commands: - REPOSITORY_URI=907263135169.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/ecrrepository-app-$AWS_DEFAULT_REGION
0
diff --git a/assets/js/modules/tagmanager/setup.js b/assets/js/modules/tagmanager/setup.js @@ -235,25 +235,26 @@ class TagmanagerSetup extends Component { const { selectedAccount, selectedContainer, + usageContext, } = this.state; const { finishSetup } = this.props; + const containerKey = usageContext === 'amp' ? 'ampC...
3
diff --git a/packages/yoroi-extension/app/containers/wallet/NFTDetailPageRevamp.js b/packages/yoroi-extension/app/containers/wallet/NFTDetailPageRevamp.js @@ -64,7 +64,13 @@ class NFTDetailPageRevamp extends Component<AllProps> { id: getTokenIdentifierIfExists(token.info) ?? '-', amount: genFormatTokenAmount(getTokenIn...
9
diff --git a/articles/design/creating-invite-only-applications.md b/articles/design/creating-invite-only-applications.md @@ -46,7 +46,7 @@ Since this application needs to access the [Management API](/api/v2), you'll nee * Use the **down arrow** to open up the scopes selection area. Select the following scopes: `read:us...
1
diff --git a/minimap.js b/minimap.js @@ -22,7 +22,6 @@ const localMatrix = new THREE.Matrix4(); const cameraHeight = 50; // XXX TODO: -// add center reticle // add compass border circle // add compass north // render at mose once per frame @@ -31,13 +30,15 @@ const cameraHeight = 50; const vertexShader = `\ varying vec...
0
diff --git a/src/angular/projects/spark-core-angular/src/lib/components/sprk-toggle/sprk-toggle.component.spec.ts b/src/angular/projects/spark-core-angular/src/lib/components/sprk-toggle/sprk-toggle.component.spec.ts @@ -49,7 +49,7 @@ describe('SparkToggleComponent', () => { ).toEqual('sprk-c-Icon sprk-u-mrs sprk-c-Ico...
3
diff --git a/guide/english/developer-tools/puppet/index.md b/guide/english/developer-tools/puppet/index.md @@ -5,9 +5,9 @@ title: Puppet Puppet is a configuration management tool that allows you to automate the configuration and management of your infrastructure. This helps you save time by automating repetitive tasks ...
14
diff --git a/src/components/utils/ObjectUtils.js b/src/components/utils/ObjectUtils.js export default class ObjectUtils { static equals(obj1, obj2, field) { - if(field) + if(field && obj1 && typeof obj1 === 'object' && obj2 && typeof obj2 === 'object') return (this.resolveFieldData(obj1, field) === this.resolveFieldDat...
7
diff --git a/src/js/controllers/buy-bitcoin/amount.controller.js b/src/js/controllers/buy-bitcoin/amount.controller.js $ionicHistory, $log, moonPayService, - onGoingService, + ongoingProcess, popupService, profileService, $scope return; } - onGoingService.set('buyingBch', true); + ongoingProcess.set('buyingBch', true);...
1
diff --git a/docs/source/spacing.md b/docs/source/spacing.md @@ -5,6 +5,14 @@ title: "Spacing" # Spacing +<div class="subnav"> + <a class="subnav-link" href="#usage">Usage</a> + <a class="subnav-link" href="#customizing">Customizing</a> + <a class="subnav-link" href="#responsive">Responsive</a> +</div> + +<h2 id="usage...
7
diff --git a/bot/src/discord_commands/quiz.js b/bot/src/discord_commands/quiz.js @@ -1526,7 +1526,7 @@ module.exports = { const commandTokens = cleanSuffixFontArgsParsed.split(' ').filter(x => x); if (commandTokens[0] === 'search') { - return doSearch(msg, monochrome, commandTokens[1]); + return doSearch(msg, monochrom...
11
diff --git a/src/algorithms/utils/jestExtensions.ts b/src/algorithms/utils/jestExtensions.ts @@ -3,7 +3,7 @@ import * as fs from 'fs' import { MatcherState } from 'expect' const { utils } = require('jest-snapshot') -/* Interface derived from https://github.com/facebook/jest/blob/4a59daa8715bde6a1b085ff7f4140f3a337045aa...
12
diff --git a/.gitmodules b/.gitmodules path = thronesdb-json-data url = https://github.com/Alsciende/thronesdb-json-data.git -[submodule "card-data"] - path = card-data - url = https://github.com/gryffon/card-data.git \ No newline at end of file
13
diff --git a/src/reducers/ledger/index.js b/src/reducers/ledger/index.js @@ -55,14 +55,16 @@ const ledgerActions = handleActions({ : {} } }, - [addLedgerAccountId]: (state, { error, ready, meta }) => { + [addLedgerAccountId]: (state, { error, ready, meta, payload }) => { return { ...state, signInWithLedgerStatus: 'conf...
9
diff --git a/src/config/supportedRuntimes.js b/src/config/supportedRuntimes.js @@ -25,9 +25,10 @@ export const supportedNodejs = new Set([ // deprecated, but still working 'nodejs4.3', 'nodejs6.10', - // supported 'nodejs8.10', + // supported 'nodejs10.x', + 'nodejs12.x', ]) // PROVIDED
0
diff --git a/src/plots/cartesian/axis_autotype.js b/src/plots/cartesian/axis_autotype.js @@ -15,7 +15,10 @@ var Lib = require('../../lib'); var BADNUM = require('../../constants/numerical').BADNUM; module.exports = function autoType(array, calendar, opts) { + if(Lib.isArrayOrTypedArray(array) && !array.length) return '...
0
diff --git a/src/lib/substituteTailwindUtilitiesAtRules.js b/src/lib/substituteTailwindUtilitiesAtRules.js -import _ from 'lodash' import postcss from 'postcss' import applyClassPrefix from '../util/applyClassPrefix' import generateModules from '../util/generateModules' @@ -16,7 +15,7 @@ export default function(config)...
2
diff --git a/token-metadata/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/metadata.json b/token-metadata/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/metadata.json "symbol": "YFI", "address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/app/views/main.scala.html b/app/views/main.scala.html <script src='@routes.Assets.at("javascripts/lib/leaflet-omnivore.min.js")'></script> <script src='@routes.Assets.at("javascripts/lib/js.cookie.js")'></script> <script type="text/javascript" - src="https://maps.googleapis.com/maps/api/js?v=3.31&key=AIzaS...
3
diff --git a/geoq/settings.py b/geoq/settings.py @@ -37,7 +37,7 @@ DATABASES = { # The following settings are not used with sqlite3: 'USER': 'geoq', 'PASSWORD': 'geoq', - 'HOST': '127.0.0.1', # Empty for local through domain sockets or '127.0.0.1' for local through TCP. + 'HOST': 'db', # Empty for local through domain ...
13
diff --git a/runtime.js b/runtime.js @@ -945,6 +945,23 @@ const _loadIframe = async (file, opts) => { return object2; }; +const _loadAudio = async (file, opts) => { + let srcUrl = file.url || URL.createObjectURL(file); + + const audio = document.createElement('audio'); + audio.src = srcUrl; + audio.loop = true; + + con...
0
diff --git a/core/server/data/importer/import-manager.js b/core/server/data/importer/import-manager.js @@ -7,7 +7,7 @@ const glob = require('glob'); const uuid = require('uuid'); const {extract} = require('@tryghost/zip'); const {pipeline, sequence} = require('@tryghost/promise'); -const i18n = require('../../../shared...
14
diff --git a/src/utils/innerSliderUtils.js b/src/utils/innerSliderUtils.js @@ -316,7 +316,7 @@ export const keyHandler = (e, accessibility, rtl) => { }; export const swipeStart = (e, swipe, draggable) => { - e.target.tagName === "IMG" && e.preventDefault(); + e.target.tagName === "IMG"; if (!swipe || (!draggable && e.t...
2
diff --git a/src/styles/styles.js b/src/styles/styles.js @@ -342,7 +342,7 @@ const styles = { button: { backgroundColor: themeColors.buttonDefaultBG, - borderRadius: variables.componentBorderRadiusNormal, + borderRadius: variables.buttonBorderRadius, height: variables.componentSizeLarge, justifyContent: 'center', ...sp...
4
diff --git a/blocks/datatypes.js b/blocks/datatypes.js @@ -41,8 +41,6 @@ Blockly.Blocks['defined_datatype_typed'] = { this.constructId_ = ctrId; this.itemCount_ = 2; this.disableTransfer_ = true; - /** @type {!Object<!string, string|null>} */ - this.lastTypeCtor_ = {'CTR0': null, 'CTR1': null}; }, typeExprReplaced() { ...
1
diff --git a/docs/docker.md b/docs/docker.md @@ -6,16 +6,20 @@ In your docker installation's configuration, increase the amount of active memor ## Build Parsr -Inside the root directory of the project, launch: +At the root of the project, launch: -`docker-compose build` + ``` + docker-compose build + ``` This will buil...
3
diff --git a/ui/util/remark-lbry.js b/ui/util/remark-lbry.js @@ -7,9 +7,9 @@ export const punctuationMarks = [',', '.', '!', '?', ':', ';', '-', ']', ')', '} const mentionToken = '@'; // const mentionTokenCode = 64; // @ -const mentionRegex = /@[^\s()"]*/gm; const invalidRegex = /[-_.+=?!@#$%^&*:;,{}<>\w/\\]/; +const m...
7
diff --git a/lib/shared/addon/components/cru-private-registry/component.js b/lib/shared/addon/components/cru-private-registry/component.js @@ -38,8 +38,8 @@ export default Component.extend({ }, actions: { - addRegistry() { - this.addRegistry(set(this, 'privateRegistry', this.newPrivateRegistry())); + addRegistry(isDefa...
12
diff --git a/magda-int-test/src/test/scala/au/csiro/data61/magda/api/DataSetSearchSpec.scala b/magda-int-test/src/test/scala/au/csiro/data61/magda/api/DataSetSearchSpec.scala @@ -669,7 +669,7 @@ class DataSetSearchSpec extends BaseSearchApiSpec with RegistryConverters { } } - it("inexact") { + ignore("inexact") { def d...
8
diff --git a/token-metadata/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/metadata.json b/token-metadata/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/metadata.json "symbol": "BAT", "address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/index.js b/src/index.js @@ -436,6 +436,10 @@ class Offline { debugLog(funName, 'runtime', serviceRuntime); this.serverlessLog(`Routes for ${funName}:`); + if (!fun.events) { + fun.events = []; + } + // Add proxy for lamda invoke fun.events.push({ http: {
1
diff --git a/.eslintrc.json b/.eslintrc.json "no-extra-label": "error", "no-extra-parens": "off", "no-floating-decimal": "error", - "no-implicit-coercion": "error", + "no-implicit-coercion": [ + "error", + { + "allow": ["!!"] + } + ], "no-implicit-globals": "error", "no-implied-eval": "error", "no-inline-comments": "of...
11
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -12,9 +12,20 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. -### next +## 2.1.0 -Will be planned after 2.0 is announced and settled. +- @uppy/aws-s3: fix 'send' XMLHttpRequest (#3130 / @jhen0409) +- @uppy/...
0
diff --git a/runtime/helpers.js b/runtime/helpers.js @@ -74,11 +74,9 @@ export function _url(context, route) { // let dir = context.path.replace(/[^\/]+$/, '') let dir = context.path // traverse through parents if needed - const traverse = path.match(/\.\.\//g) - if (traverse) - for (let i = 1; i <= traverse.length; i+...
7
diff --git a/index.html b/index.html "value": emoji_picto + " " + data['features'][i]['properties']['label'], "poi_type": result_type, "zoom_level": zoom_level, + "bbox": data['features'][i]['bbox'], "lat": data['features'][i]['geometry']['coordinates'][0], "lon": data['features'][i]['geometry']['coordinates'][1] }) },...
4
diff --git a/src/content/en/tools/chrome-devtools/css/reference.md b/src/content/en/tools/chrome-devtools/css/reference.md @@ -183,7 +183,7 @@ tutorial. To view a page in print mode: -1. Open the [Command Menu](/web/tools/chrome-devtools/ui#command-menu). +1. Open the [Command Menu](/web/tools/chrome-devtools/command-m...
1
diff --git a/packages/@uppy/react/src/Dashboard.d.ts b/packages/@uppy/react/src/Dashboard.d.ts @@ -10,6 +10,7 @@ export interface DashboardProps { uppy: Uppy; inline?: boolean; plugins?: Array<string>; + trigger?: string; width?: number; height?: number; showProgressDetails?: boolean;
0
diff --git a/docs/sphinx_greenlight_build.md b/docs/sphinx_greenlight_build.md @@ -100,3 +100,12 @@ index 8255a2b5..07879e40 100644 Finally, while still standing in the `config` directory, run `npm run prod` + +### When the master updates either `package.json` or `package-lock.json` + +1. Stash the local changes +2. `g...
0
diff --git a/main/permissionManager.js b/main/permissionManager.js @@ -84,7 +84,15 @@ function pagePermissionRequestHandler (webContents, permission, callback, detail return } - const requestOrigin = new URL(details.requestingUrl).hostname + let requestOrigin + try { + requestOrigin = new URL(details.requestingUrl).hos...
8
diff --git a/server/app/scanpy_engine/scanpy_engine.py b/server/app/scanpy_engine/scanpy_engine.py @@ -350,34 +350,37 @@ class ScanpyEngine(CXGDriver): ) @requires_data - def _validate_label_data(self): + def _validate_label_data(self, labels=None): """ labels is None if disabled, empty if enabled by no data """ - if s...
11
diff --git a/CHANGES.md b/CHANGES.md # Change Log +### 1.83 - 2021-07-01 + +##### Additions :tada: + +- Added `ShadowMap.fadingEnabled` to control whether shadows fade out when the light source is close to the horizon. [#9565](https://github.com/CesiumGS/cesium/pull/9565) + ### 1.82 - 2021-06-01 ##### Additions :tada: ...
3
diff --git a/src/apps.json b/src/apps.json "env": "^bitbucket$", "icon": "Atlassian Bitbucket.svg", "implies": "Python", - "html": "<li>Atlassian Bitbucket <span title=\"[a-z0-9]+\" id=\"product-version\" data-commitid=\"[a-z0-9+]\" data-system-build-number=\"[a-z0-9]+\"> v([\\d.]+)<\\;version:\\1</span>", + "html": "<...
1
diff --git a/public/javascripts/SVLabel/src/SVLabel/onboarding/OnboardingStates.js b/public/javascripts/SVLabel/src/SVLabel/onboarding/OnboardingStates.js @@ -263,7 +263,7 @@ function OnboardingStates (compass, mapService, statusModel, tracker) { "maxHeading": headingRanges["stage-2"][1] }], "message": { - "message": '...
3
diff --git a/packages/react-router/docs/api/location.md b/packages/react-router/docs/api/location.md @@ -6,7 +6,7 @@ even where it was. It looks like this: ```js { key: 'ac3df4', // not with HashHistory! - pathname: '/somewhere' + pathname: '/somewhere', search: '?some=search-string', hash: '#howdy', state: {
0
diff --git a/token-metadata/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/metadata.json b/token-metadata/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/metadata.json "symbol": "ABUSD", "address": "0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/lib/withInNativeApp.js b/lib/withInNativeApp.js @@ -18,7 +18,10 @@ runInNativeAppBrowser(() => { let message try { message = JSON.parse(event.data) - } catch (error) { + } catch (error) {} + // handle null and undefined + // - remember that typeof null === 'object' + if (!message) { message = {} }
7
diff --git a/gulpfile.js b/gulpfile.js @@ -314,16 +314,22 @@ function formattingCheck(allItems) { let data = item.data; let pack = item.pack; + + if(!data || !data.data || !data.type) { - return; // Malformed data - outside the scope of the formatting check + continue; // Malformed data or journal entry - outside the s...
0
diff --git a/packages/inertia/src/inertia.js b/packages/inertia/src/inertia.js @@ -31,7 +31,7 @@ export default { this.fireEvent('navigate', { detail: { page: initialPage } }) - window.addEventListener('popstate', this.restoreState.bind(this)) + window.addEventListener('popstate', this.handlePopstateEvent.bind(this)) d...
10
diff --git a/articles/tutorials/building-multi-tenant-saas-applications-with-azure-active-directory.md b/articles/tutorials/building-multi-tenant-saas-applications-with-azure-active-directory.md @@ -209,31 +209,37 @@ We're using the Lock for signing in users, but for enterprise connections like A Before showing the Loc...
3
diff --git a/tools/subgraph/subgraph.template.yaml b/tools/subgraph/subgraph.template.yaml @@ -23,7 +23,7 @@ dataSources: - Swap abis: - name: SwapContract - file: ../build/contracts/Swap.json + file: ../deployer/build/contracts/Swap.json eventHandlers: - event: AuthorizeSender(indexed address,indexed address) handler:...
3
diff --git a/src/common/blockchain/interface-blockchain/transactions/pending/Transactions-Pending-Queue.js b/src/common/blockchain/interface-blockchain/transactions/pending/Transactions-Pending-Queue.js @@ -319,7 +319,7 @@ class TransactionsPendingQueue { propagateMissingNonce(addressBuffer,nonce){ let found = this.tra...
13
diff --git a/src/fonts/ploticon.js b/src/fonts/ploticon.js @@ -169,14 +169,24 @@ module.exports = { '<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 132 132\'>', '<defs>', ' <style>', - ' .cls-1 {fill: #3f4f75;}', - ' .cls-2 {fill: #80cfbe;}', - ' .cls-3 {fill: #fff;}', + ' .cls-1{fill:#8c99cd;}', + ' .cls-2{fi...
14
diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json }, "dependencies": { "@uppy/utils": "^0.25.5", - "drag-drop": "^2.14.0" + "drag-drop": "^2.14.0", + "preact": "^8.2.9" }, "peerDependencies": { "@uppy/core": "^0.25.5"
0
diff --git a/src/components/FormEdit.js b/src/components/FormEdit.js @@ -25,6 +25,7 @@ export default class extends Component { name: '', path: '', display: 'form', + type: 'form', components: [], }, }; @@ -115,7 +116,24 @@ export default class extends Component { </div> </div> </div> - <div className="col-lg-3 col-md-...
0
diff --git a/README.md b/README.md # Pride in London App [![CircleCI](https://circleci.com/gh/redbadger/pride-london-app.svg?style=svg&circle-token=9de45c24a3720e16a6d568c0868750e1d0fe8e40)](https://circleci.com/gh/redbadger/pride-london-app) +[![Maintainability](https://api.codeclimate.com/v1/badges/2cf8ebe7b80ee5c165...
0
diff --git a/peer_reviewers/list-of-software-peer-reviewers.md b/peer_reviewers/list-of-software-peer-reviewers.md | Mungai Njoroge | [EngEd Author Page](https://www.section.io/engineering-education/authors/geoffrey-mungai/) | [GitHub Profile](https://github.com/geoffrey45) | - Backend Development(Flask, Django, Node.j...
1
diff --git a/README.md b/README.md @@ -96,7 +96,7 @@ Testing ------- We're using [zombie](https://github.com/assaf/zombie) as our headless browser for integration testing. It is a simulated environment (virtual DOM) so there's no need in WebDriver or a real browser to be present. -First of all, you need to make sure yo...
2
diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html b/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html //$(printableItems).find(".panel").css("box-shadow", "none !important"); $("#adaptiveContent .panel").addClass("panel-print"); $("#adaptiveContent .panel...
7
diff --git a/contribs/gmf/src/controllers/AbstractAPIController.js b/contribs/gmf/src/controllers/AbstractAPIController.js @@ -24,13 +24,15 @@ import angular from 'angular'; import gmfControllersAbstractAppController, {AbstractAppController, getLocationIcon} from 'gmf/controllers/AbstractAppController.js'; import ngeoM...
11
diff --git a/src/components/TableHeadCell.js b/src/components/TableHeadCell.js @@ -145,7 +145,7 @@ class TableHeadCell extends React.Component { classes={{ tooltip: classes.tooltip, popper: classes.mypopper - }} + }}> <div className={classes.sortAction}> <div className={classNames({
0
diff --git a/README.md b/README.md @@ -321,10 +321,11 @@ Third Party Libraries licenses : 1. **QPDF**: Apache [http://qpdf.sourceforge.net](http://qpdf.sourceforge.net/) 2. **ImageMagick**: Apache 2.0 [https://imagemagick.org/script/license.php](https://imagemagick.org/script/license.php) 3. **Pdf2json**: Apache 2.0 [h...
0