code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/components/fx/hover.js b/src/components/fx/hover.js @@ -268,7 +268,7 @@ function _hover(gd, evt, subplot, noHoverEvent) { // mapped onto each of the currently selected overlaid subplots var xvalArray, yvalArray; - var itemnum, curvenum, cd, trace, subplotId, subploti, mode, + var itemnum, curvenum, cd,...
10
diff --git a/src/popup.js b/src/popup.js @@ -75,6 +75,14 @@ app.view = function(vnode) { }, [ m("i.fa.fa-check[aria-hidden='true']"), "Mark all as read" + ]), + m("button.ciTrigger.btn.btn-info", { + onclick: () => { + window.open("trigger.html"); + } + }, [ + m("i.fa.fa-send[aria-hidden='true']"), + " ci trigger" ]) ]...
0
diff --git a/bin/openapi.js b/bin/openapi.js @@ -385,7 +385,9 @@ function deserialize(errors, prefix, schema, value) { let result; switch (type) { case 'array': - if (Array.isArray(value)) return value.map((v,i) => deserialize(errors, prefix + '/' + i, schema.items, v)); + if (Array.isArray(value)) return schema.items ...
9
diff --git a/lib/cartodb/models/dataview/date-histogram.js b/lib/cartodb/models/dataview/date-histogram.js @@ -168,7 +168,7 @@ const DATE_AGGREGATIONS = { } } */ -module.exports = class Histogram extends BaseDataview { +module.exports = class DateHistogram extends BaseDataview { constructor (query, options, queries) { ...
10
diff --git a/src/web/InputWaiter.mjs b/src/web/InputWaiter.mjs /** * @author n1474335 [n1474335@gmail.com] * @author j433866 [j433866@gmail.com] - * @copyright Crown Copyright 2019 + * @copyright Crown Copyright 2016 * @license Apache-2.0 */ @@ -103,8 +103,6 @@ class InputWaiter { data: log.getLevel() }); this.inputWor...
7
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -35,8 +35,8 @@ In addition to contributing core CesiumJS code, we appreciate many types of cont For ideas for CesiumJS code contributions, see: -* issues labeled [beginner](https://github.com/AnalyticalGraphicsInc/cesium/labels/beginner) and -* issues labeled [roadmap](...
3
diff --git a/RedactedScreenshots.user.js b/RedactedScreenshots.user.js // @description Masks and hides user-identifing info // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 1.8 +// @version 1.8.1 // // @include https://*stackoverflow.com/* // @include https://*serverfault.com/...
2
diff --git a/js/core/bis_bidsutils.js b/js/core/bis_bidsutils.js 'use strict'; const bis_genericio = require('bis_genericio'); -const bis_util = require('bis_util'); const colors=bis_genericio.getcolorsmodule(); const fs = bis_genericio.getfsmodule(); @@ -19,7 +18,7 @@ const dicomParametersFilename = 'dicom_job_info.js...
2
diff --git a/weapons-manager.js b/weapons-manager.js @@ -853,7 +853,7 @@ const itemSpecs1 = [ name: 'Geometry', icon: 'fa-dice-d10', detailsHtml: `\ - <video class=video src="./assets/darkbooth.webm"></video> + <img class=video src="./assets/screenshot.png"> <div class=wrap> <b>Geometry</b> lets you build walls, floors...
4
diff --git a/src/XR.js b/src/XR.js @@ -95,7 +95,7 @@ class XRSession extends EventTarget { this.exclusive = exclusive; this.outputContext = outputContext; - this._frame = new XRPresentationFrame(this); + this._frame = new XRFrame(this); this._frameOfReference = new XRFrameOfReference(); this._inputSources = (() => { co...
10
diff --git a/userscript.user.js b/userscript.user.js @@ -23709,8 +23709,6 @@ var $$IMU_EXPORT$$; (domain_nowww === "rightsinfo.org" && string_indexof(src, "/uploads/") >= 0) || // http://spotted.tv/app/uploads/20131210-2339481-750x355.jpg (domain_nowww === "spotted.tv" && string_indexof(src, "/uploads/") >= 0) || - // ...
7
diff --git a/lib/slack/commands/subscribe.js b/lib/slack/commands/subscribe.js @@ -34,7 +34,7 @@ module.exports = async (command, { robot }) => { return Installation.getForOwner(owner.id); } - const [, subcommand, url] = command.args.match(/^((?:un)?subscribe) (.*)$/); + const [, subcommand, url] = command.text.match(/...
4
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file. -## Head +## 13.8.0 +- Deprecated: `StylelintStandaloneReturnValue.reportedDisables`, `.descriptionlessDisables`, `.needlessDisables`, and `.invalidScopeDisables`. `.reportedDisables` will always be empty and the o...
6
diff --git a/weapons-manager.js b/weapons-manager.js @@ -424,11 +424,11 @@ const _grab = object => { const crosshairEl = document.querySelector('.crosshair'); const _updateWeapons = timeDiff => { const transforms = rigManager.getRigTransforms(); - const _snap = (v, n) => v.set( + /* const _snap = (v, n) => v.set( Math....
0
diff --git a/app/assets/javascripts/ang/controllers/observation_search.js b/app/assets/javascripts/ang/controllers/observation_search.js @@ -10,12 +10,9 @@ var application = angular.module( "ObservationSearch", [ // Load translations for moment if available // http://stackoverflow.com/a/22965260 -if (I18n.translations[...
1
diff --git a/package.json b/package.json ], "license": "MIT", "dependencies": { + "@types/node": "< 17.0.6", "bson": "^4.2.2", "kareem": "2.3.3", "mongodb": "4.2.2", "sift": "13.5.2" }, "devDependencies": { - "@types/node": "< 17.0.6", "@babel/core": "7.10.5", "@babel/preset-env": "7.10.4", "@typescript-eslint/eslint-p...
13
diff --git a/example/nextjs/pages/_app.js b/example/nextjs/pages/_app.js @@ -40,7 +40,7 @@ export default class MyApp extends App { {...pageProps} ns="common" i18n={(pageProps && pageProps.i18n) || i18n} - wait={false} + wait={process.browser} > {t => ( <React.Fragment>
12
diff --git a/app/assets/stylesheets/editor-3/_widget-list.scss b/app/assets/stylesheets/editor-3/_widget-list.scss border: 2px solid $cBlueHover; border-radius: 4px; content: ''; - z-index: 10000; pointer-events: none; } } border: 2px solid $cMainText; border-radius: 4px; content: ''; - z-index: 10000; pointer-events: ...
2
diff --git a/test/jasmine/tests/heatmap_test.js b/test/jasmine/tests/heatmap_test.js @@ -428,6 +428,28 @@ describe('heatmap calc', function() { expect(out._xcategories).toEqual(['a', 'b', 'c']); expect(out._ycategories).toEqual(['A', 'B', 'C']); }); + + it('should handle the date x/y/z/ column case', function() { + var...
0
diff --git a/rcloud.packages/rcloud.web/man/rcw.url.Rd b/rcloud.packages/rcloud.web/man/rcw.url.Rd @@ -25,7 +25,7 @@ rcw.parameters() \item{detailed}{logical, if \code{TRUE} then a full list of various components is returned, if \code{FALSE} only the URL string is returned} - \item{new full URL} + \item{url}{new full U...
1
diff --git a/docs/articles/documentation/test-api/typescript-support.md b/docs/articles/documentation/test-api/typescript-support.md @@ -75,3 +75,6 @@ Option | Value `noImplicitAny` | `false` `pretty` | `true` `suppressOutputPathCheck` | `true` +`skipLibCheck` | `true` + +> TestCafe enables the `skipLibCheck` option fo...
0
diff --git a/src/constants.js b/src/constants.js @@ -377,7 +377,8 @@ module.exports = { }, mob_names: { - "unburried_zombie": "Crypt Ghoul" + "unburried_zombie": "Crypt Ghoul", + "zealot_enderman": "Zealot", }, // Object with fairy soul, skill, slayer bonuses and enchantment bonuses
10
diff --git a/test/acceptance/user-render-timeout-limit.js b/test/acceptance/user-render-timeout-limit.js @@ -213,12 +213,12 @@ describe('user render timeout limit', function () { serverOptions.renderer.mvt.usePostGIS = usePostGIS; const mapconfig = createMapConfig(); this.testClient = new TestClient(mapconfig, 1234); -...
1
diff --git a/lib/assets/javascripts/builder/editor/layers/layer-content-views/analyses/analysis-source-options-model.js b/lib/assets/javascripts/builder/editor/layers/layer-content-views/analyses/analysis-source-options-model.js @@ -106,6 +106,7 @@ module.exports = Backbone.Model.extend({ show_stats: false, show_table_...
12
diff --git a/.travis/deploy.sh b/.travis/deploy.sh @@ -82,7 +82,7 @@ fi # Set the GitHub deploy key we will use to publish. set-up-ssh --key "$encrypted_f19708b15817_key" \ --iv "$encrypted_f19708b15817_iv" \ - --path-encrypted-key ".travis/github_deploy_docs_key.enc" + --path-encrypted-key " ${DIR}/.travis/github_depl...
12
diff --git a/publish/src/commands/deploy/configure-futures.js b/publish/src/commands/deploy/configure-futures.js @@ -26,43 +26,49 @@ module.exports = async ({ network, }); + const FUTURES_MIN_INITIAL_MARGIN = await getDeployParameter('FUTURES_MIN_INITIAL_MARGIN'); await runStep({ contract: 'FuturesMarketSettings', targ...
3
diff --git a/lib/util/compute.js b/lib/util/compute.js @@ -15,6 +15,7 @@ function getPercentage(value, totalValue) { function computeStats() { const {currentRevisions, communesSummary} = getCommunesStats() const currentRevisionsIndex = keyBy(currentRevisions, 'codeCommune') + const communesSummaryIndex = keyBy(communes...
0
diff --git a/package.json b/package.json { "name": "tether-shepherd", "version": "1.8.1", + "repository": "https://github.com/HubSpot/shepherd", "description": "Guide your users through a tour of your app.", "authors": [ "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
0
diff --git a/config/redirects.js b/config/redirects.js @@ -706,21 +706,6 @@ module.exports = [ from: '/sso/single-sign-on', to: '/sso' }, - { - from: '/libraries/lock/i18n', - to: '/libraries/lock/v11/i18n', - status: 302 - }, - { - from: '/libraries/lock/migration-guide', - to: '/libraries/lock/v11/migration-guide', -...
2
diff --git a/layouts/partials/helpers/text-color.html b/layouts/partials/helpers/text-color.html {{- printf " text-%s" .overwrite -}} {{- else -}} {{- if or (eq $bg "white") (eq $bg "light") (eq $bg "secondary") (eq $bg "primary") -}} - {{- printf " %s%s" $text_muted $text_dark -}} + {{- printf " %s%s" $text_dark -}} {...
2
diff --git a/src/core/operations/ExtractFiles.mjs b/src/core/operations/ExtractFiles.mjs @@ -23,7 +23,7 @@ class ExtractFiles extends Operation { this.name = "Extract Files"; this.module = "Default"; - this.description = "Performs file carving to attempt to extract files from the input."; + this.description = "Performs...
7
diff --git a/src/components/Match/MatchStory.jsx b/src/components/Match/MatchStory.jsx @@ -8,21 +8,12 @@ import { import { IconRadiant, IconDire } from 'components/Icons'; import heroes from 'dotaconstants/build/heroes.json'; import items from 'dotaconstants/build/items.json'; +import itemColors from 'dotaconstants/jso...
5
diff --git a/test/browser/render.test.js b/test/browser/render.test.js @@ -400,8 +400,9 @@ describe('render()', () => { }); it('should support css custom properties', () => { - render(<div style={{ ' --foo': 'red' }}>test</div>, scratch); - expect(scratch.firstChild.style.cssText).to.equal('--foo:red;'); + render(<div ...
7
diff --git a/magda-registry-api/src/main/scala/au/csiro/data61/magda/registry/RecordPersistence.scala b/magda-registry-api/src/main/scala/au/csiro/data61/magda/registry/RecordPersistence.scala @@ -510,7 +510,7 @@ class DefaultRecordPersistence(config: Config) limit: Option[Int] = None, recordSelector: Iterable[Option[S...
14
diff --git a/assets/scripts/lobby.js b/assets/scripts/lobby.js @@ -777,6 +777,8 @@ function draw(){ } else{ + //if we are the host + if(ownUsername === getUsernameFromIndex(0)){ currentOptions = getOptions(); var str = ""; @@ -809,6 +811,10 @@ function draw(){ } document.querySelector("#status").innerText = "Current ro...
1
diff --git a/test/jasmine/tests/parcoords_test.js b/test/jasmine/tests/parcoords_test.js @@ -45,6 +45,23 @@ function purgeGraphDiv(done) { return delay(50)().then(done); } +function getAvgPixelByChannel(id) { + var canvas = d3.select(id).node(); + + var imgData = readPixel(canvas, 0, 0, canvas.width, canvas.height); + ...
0
diff --git a/app/views/about.scala.html b/app/views/about.scala.html User-contributed labels are used to develop new accessibility-friendly mapping tools (e.g., route planners, map visualizations), to train machine learning algorithms to semi-automatically assess cities in the future, and to create better transparency ...
3
diff --git a/weapons-manager.js b/weapons-manager.js @@ -1695,12 +1695,61 @@ const _addSphere = () => { tickers.push(ticker); }; _addSphere(); +const glowHeight = 5; +const glowGeometry = new THREE.CylinderBufferGeometry(0.01, 0.01, glowHeight) + .applyMatrix4(new THREE.Matrix4().makeTranslation(0, glowHeight/2, 0)); +...
0
diff --git a/src/snapshot/filesaver.js b/src/snapshot/filesaver.js @@ -23,13 +23,6 @@ function fileSaver(url, name, format) { var blob; var objectUrl; - // Safari doesn't allow downloading of blob urls - if(Lib.isSafari()) { - var prefix = format === 'svg' ? ',' : ';base64,'; - helpers.octetStream(prefix + encodeURICom...
2
diff --git a/lib/console_web/controllers/router/device_controller.ex b/lib/console_web/controllers/router/device_controller.ex @@ -174,7 +174,7 @@ defmodule ConsoleWeb.Router.DeviceController do event = case event["data"]["req"]["body"] do nil -> event _ -> - if String.contains?(event["data"]["req"]["body"], <<0>>) or ...
9
diff --git a/src/components/tabs/Tabs.js b/src/components/tabs/Tabs.js -import React, {useState, useEffect} from 'react'; +import React, {useEffect} from 'react'; import PropTypes from 'prop-types'; import {omit} from 'ramda'; import classnames from 'classnames'; @@ -51,10 +51,15 @@ const Tabs = props => { } = props; c...
12
diff --git a/lib/node_modules/@stdlib/math/base/special/gcd/lib/bitwise_binary_gcd.js b/lib/node_modules/@stdlib/math/base/special/gcd/lib/bitwise_binary_gcd.js @@ -33,7 +33,7 @@ function gcd( a, b ) { while ( (a & 1) === 0 && (b & 1) === 0 ) { a >>>= 1; // right shift b >>>= 1; // right shift - k++; + k += 1; } // Red...
14
diff --git a/js/lykke.js b/js/lykke.js @@ -17,12 +17,19 @@ module.exports = class lykke extends Exchange { 'has': { 'CORS': false, 'fetchOHLCV': false, - 'fetchTrades': true, 'fetchOpenOrders': true, 'fetchClosedOrders': true, 'fetchOrder': true, 'fetchOrders': true, + 'fetchTrades': true, 'fetchMyTrades': true, + 'cre...
10
diff --git a/client/src/components/Feed/StyledAccordion.js b/client/src/components/Feed/StyledAccordion.js @@ -39,6 +39,9 @@ export const FilterAccordionPanel = styled(Accordion.Panel)` display: flex !important; font-weight: bold !important; font-size: ${theme.typography.size.large} !important; + padding: 0; + margin-l...
14
diff --git a/src/components/App.js b/src/components/App.js @@ -445,9 +445,13 @@ class App extends Component { this.setState({showInfoOverlay: false}) } - flashInfoOverlay(text) { + flashInfoOverlay(text, duration = null) { + if (duration == null) duration = setting.get('infooverlay.duration') + this.showInfoOverlay(tex...
7
diff --git a/packages/2018/package.json b/packages/2018/package.json "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", "@hackoregon/civic-babel-presets": "^3.0.0", - "@hackoregon/component-library": "^3.0.0", "@hackoregon/dev-server": "^3.0.0", "@hackoregon/webpack-common": "^3.0.0", "autoprefixer": "^9.4.10"...
2
diff --git a/docs/styles.css b/docs/styles.css @@ -55,6 +55,11 @@ code, .commands td:first-child { font-family: 'Hack', monospace; } +.permissions { + color: #77dd77; + font-family: 'Hack', monospace; +} + table { width: 75%; margin: auto; @@ -63,7 +68,24 @@ table { th [colspan="2"] { text-align: center; } - +tr:nth-ch...
3
diff --git a/generators/client/templates/vue/src/main/webapp/app/core/jhi-navbar/jhi-navbar.vue.ejs b/generators/client/templates/vue/src/main/webapp/app/core/jhi-navbar/jhi-navbar.vue.ejs <font-awesome-icon icon="list" /> <span v-text="$t('global.menu.admin.configuration')">Configuration</span> </b-dropdown-item> - <%...
2
diff --git a/nin/backend/nin b/nin/backend/nin @@ -18,7 +18,7 @@ program.Command.prototype.outputHelp = function() { program .command('new') - .description('Turn the current directory into a nin project') + .description('Turns <dirname> into a nin project') .arguments('<dirname>', 'Where to create the new project') .ac...
7
diff --git a/source/touch/tap.js b/source/touch/tap.js @@ -54,7 +54,10 @@ class TrackedTouch { this.cancelOnMove = inScrollView; this.activeEls = activeEls; do { - if (/^(?:A|BUTTON|INPUT|LABEL)$/.test(target.nodeName)) { + if ( + /^(?:A|BUTTON|INPUT|LABEL)$/.test(target.nodeName) || + (target.classList && target.class...
11
diff --git a/contributors.json b/contributors.json }, "lontchilionelle":{ "country": "Cameroon", - "linkedin": "https://www.linkedin.com/in/lontchi-lionelle-6a887715b", - "name": "Kamthie Lontchi Lionelle" + "name": "Kamthie Lontchi Lionelle", + "linkedin": "https://www.linkedin.com/in/lontchi-lionelle-6a887715b" }, "m...
3
diff --git a/shared/js/https.js b/shared/js/https.js @@ -71,7 +71,7 @@ class HTTPS { }, (data, res) => { // This only gets called if the etag is different // and it was able to get a new list from the server: - console.log("HTTPS: updateList() got updated list from server: ") + console.log("HTTPS: updateList() got upda...
2
diff --git a/assets/js/modules/tagmanager/components/setup/SetupForm.js b/assets/js/modules/tagmanager/components/setup/SetupForm.js @@ -50,7 +50,7 @@ const { useSelect, useDispatch } = Data; export default function SetupForm( { finishSetup, setIsNavigating } ) { const canSubmitChanges = useSelect( ( select ) => select...
10
diff --git a/src/modules/utils/modals/sendAsset/components/singleSend/SingleSend.js b/src/modules/utils/modals/sendAsset/components/singleSend/SingleSend.js * @return {boolean} */ isOldMoneroAddress() { - return this.state.assetId === WavesApp.defaultAssets.XMR && this.state.assetId.substr(0, 1) === '4'; + return this....
1
diff --git a/marshal.js b/marshal.js @@ -180,7 +180,8 @@ export function passStyleOf(val) { throw new Error(`property "${QCLASS}" reserved`); } if (!Object.isFrozen(val)) { - throw new Error(`cannot pass non-frozen objects like ${val}`); + throw new Error( + `cannot pass non-frozen objects like ${val}. [Use harden()]`,...
7
diff --git a/articles/client-auth/v2/mobile-desktop.md b/articles/client-auth/v2/mobile-desktop.md @@ -88,3 +88,18 @@ Request Parameters: ::: panel-info Arbitrary Claims To improve Client application compatibility, Auth0 returns profile information using an [OIDC-defined structured claim format](https://openid.net/spec...
0
diff --git a/src/js/services/wallet-history.service.js b/src/js/services/wallet-history.service.js var overlappingTxFraction = overlappingTxsCount / Math.min(cachedTxs.length, PAGE_OVERLAP); console.log('overlappingTxFraction:', overlappingTxFraction); + console.log('overlappingTxsCount:', overlappingTxsCount); - if (o...
1
diff --git a/app-manager.js b/app-manager.js @@ -245,10 +245,13 @@ class AppManager extends EventTarget { } })(), }); + app.position.fromArray(position); app.quaternion.fromArray(quaternion); app.scale.fromArray(scale); app.updateMatrixWorld(); + app.lastMatrix.copy(app.matrixWorld); + app.contentId = contentId; app.in...
0
diff --git a/assets/js/components/wp-dashboard/WPDashboardClicks.js b/assets/js/components/wp-dashboard/WPDashboardClicks.js * WordPress dependencies */ import { __ } from '@wordpress/i18n'; -import { useEffect } from '@wordpress/element'; /** * Internal dependencies @@ -32,7 +31,7 @@ import { } from '../../modules/sea...
2
diff --git a/src/js/components/DateTimeDrop.js b/src/js/components/DateTimeDrop.js @@ -53,7 +53,7 @@ export default class DateTimeDrop extends Component { this.state = this._stateFromProps(props); this.state.mouseActive = false; - this._buildDateRows(); + this._buildDateRows(this.state); } componentDidMount () { @@ -78...
1
diff --git a/tests/profile.test.js b/tests/profile.test.js @@ -14,16 +14,14 @@ describe('Profile', function ( ) { ] , targets: { targets: [ - { offset: 0, high: 120, low: 100 }, - { offset: 480, high: 115, low: 95} + { offset: 0, high: 120, low: 100 } ] } , temptargets: [ ] , isf: { sensitivities: [ - { offset: 0, i: 0...
13
diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js @@ -227,7 +227,8 @@ module.exports = { 'Moreover, matching axes share auto-range values, category lists and', 'histogram auto-bins.', 'Note that setting axes simultaneously in both a `scaleanchor` and a `matches` constraint...
0
diff --git a/src/lib/gundb/UserStorage.js b/src/lib/gundb/UserStorage.js @@ -194,16 +194,12 @@ class UserStorage { this.feedIndex = orderBy(toPairs(changed), day => day[0], 'desc') } async initFeed() { - logger.debug('initFeed') this.feed = global.gun.user().get('feed') await this.feed .get('index') .map() .once(this.u...
2
diff --git a/edit.js b/edit.js @@ -968,6 +968,17 @@ const geometryWorker = (() => { }; let messageIndex = 0; const MESSAGES = { + [--messageIndex]: function updateSubparcel(offset) { + const subparcelOffset = callStack.ou32[offset++]; + const subparcelSize = callStack.ou32[offset++]; + + const x = moduleInstance.HEAP32...
9
diff --git a/weapons-manager.js b/weapons-manager.js import * as THREE from './three.module.js'; import {BufferGeometryUtils} from './BufferGeometryUtils.js'; -import {makeCubeMesh, makeRayMesh, intersectUi} from './vr-ui.js'; +import {makeCubeMesh, makeRayMesh, makeTextInput, intersectUi} from './vr-ui.js'; import geo...
0
diff --git a/src/plots/cartesian/select.js b/src/plots/cartesian/select.js @@ -25,8 +25,9 @@ function getAxId(ax) { return ax._id; } module.exports = function prepSelect(e, startX, startY, dragOptions, mode) { var zoomLayer = dragOptions.gd._fullLayout._zoomlayer, dragBBox = dragOptions.element.getBoundingClientRect(),...
11
diff --git a/materials.js b/materials.js @@ -61,6 +61,18 @@ class WebaverseShaderMaterial extends THREE.ShaderMaterial { class WebaverseRawShaderMaterial extends THREE.RawShaderMaterial { constructor(opts = {}) { opts.vertexShader = formatVertexShader(opts.vertexShader); + const lines = opts.vertexShader.split('\n'); +...
0
diff --git a/assets/js/googlesitekit/data/utils.js b/assets/js/googlesitekit/data/utils.js @@ -244,7 +244,6 @@ export const commonControls = { * @return {Object} FSA-compatible action. */ [ GET_REGISTRY ]: createRegistryControl( ( registry ) => () => registry ), - // [ SNAPSHOT_START ]: createRegistryControl( ( registr...
2
diff --git a/data.js b/data.js @@ -2411,6 +2411,14 @@ module.exports = [ url: "http://millermedeiros.github.io/js-signals/", source: "https://raw.githubusercontent.com/millermedeiros/js-signals/master/dist/signals.js" }, + { + name: "Dragonbinder", + github: "Masquerade-Circus/dragonbinder", + tags: ["store", "state", ...
0
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -340,20 +340,22 @@ const loadPromise = (async () => { swordSideSlash = animations.find(a => a.isSwordSideSlash); swordTopDownSlash = animations.find(a => a.isSwordTopDownSlash) + function mergeAnimations(a, b) { + const o = {}; + for (const k in a) { + o[k] = a[k]...
0
diff --git a/accessibility-checker-engine/help/Rpt_Aria_RequiredChildren_Native_Host_Sematics.mdx b/accessibility-checker-engine/help/Rpt_Aria_RequiredChildren_Native_Host_Sematics.mdx @@ -30,7 +30,7 @@ An element with WAI-ARIA `role` must contain required children ## What to do - * Add the appropriate required child e...
2
diff --git a/content/react/en/get-started.md b/content/react/en/get-started.md @@ -7,7 +7,7 @@ commit: ebe2ae2 # Storybook for React tutorial -Storybook runs alongside your app in development mode. It helps you build UI components isolated from the business logic and context of your app. This edition of Learn Storybook...
1
diff --git a/src/lang/en.json b/src/lang/en.json "Any" : "Any" }, "VehicleAttack": { - "Type" : "Vehicle Attack", - "Nonlethal" : "Is Nonlethal", - "canAvoid" : "Can be avoided", - "avoidDC" : "Avoiding DC (Reflex)" + "Type" : "Vehicle Attack" }, "Weapon": { "Details" : "Weapon Details",
2
diff --git a/index.d.ts b/index.d.ts @@ -20,7 +20,7 @@ declare namespace Moleculer { trace(...args: any[]): void; } - type ActionHandler = ((ctx: Context) => Bluebird<any>) & ThisType<Service>; + type ActionHandler = ((ctx: Context) => Bluebird<any> | any) & ThisType<Service>; type ActionParamSchema = { [key: string]: ...
11
diff --git a/src/pages/start/index.css b/src/pages/start/index.css display: flex; height: auto; justify-content: space-around; + flex-flow: wrap; } .start-wrapper ul { padding: 10px; margin-top: 10px; margin-bottom: 10px; - width: 24%; text-align: center; + width: 95%; } .start-section-wrapper h3 { text-transform: uppe...
1
diff --git a/token-metadata/0x5Af2Be193a6ABCa9c8817001F45744777Db30756/metadata.json b/token-metadata/0x5Af2Be193a6ABCa9c8817001F45744777Db30756/metadata.json "symbol": "VGX", "address": "0x5Af2Be193a6ABCa9c8817001F45744777Db30756", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/lib/https/index.js b/lib/https/index.js @@ -15,6 +15,7 @@ var getDomain = httpsUtil.getDomain; var serverAgent = httpsUtil.serverAgent; var parseReq = require('hparser').parse; +var ERR_RES = { statusCode: 502, headers: {'x-server':'whistle' } }; var LOCALHOST = '127.0.0.1'; var tunnelTmplData = {}; var pr...
1
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -53,7 +53,7 @@ import particleSystemManager from './particle-system.js'; import domRenderEngine from './dom-renderer.jsx'; import dropManager from './drop-manager.js'; import hitManager from './character-hitter.js'; -import terrainManager from './terrain-manag...
10
diff --git a/package.json b/package.json { "name": "prettier-atom", "main": "./dist/main.js", - "version": "0.54.0", + "version": "0.55.0", "description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration", "keywords": [ "atom",
6
diff --git a/test/cases/parsing/issue-11353/index.js b/test/cases/parsing/issue-11353/index.js +"use strict"; + import generator from "./generator_function.js"; import asyncGenerator from "./async_generator_function"; @@ -10,7 +12,7 @@ it('should correctly build the correct function string', () => { }); it('should corr...
14
diff --git a/app/controllers/carto/api/data_import_presenter.rb b/app/controllers/carto/api/data_import_presenter.rb @@ -117,11 +117,7 @@ module Carto end def get_error_text - if @data_import.error_code.nil? - nil - else - @data_import.error_code.blank? ? CartoDB::IMPORTER_ERROR_CODES[99999] : CartoDB::IMPORTER_ERROR_C...
4
diff --git a/src/plugins/modules/_anchor.js b/src/plugins/modules/_anchor.js @@ -124,7 +124,7 @@ export default { contextAnchor.anchorText.value = this.getSelection().toString(); } else if (contextAnchor.linkAnchor) { this.context.dialog.updateModal = true; - const href = contextAnchor.linkAnchor.href; + const href = t...
14
diff --git a/analytics/utils/getContext.js b/analytics/utils/getContext.js @@ -32,6 +32,14 @@ export const getContext = async (obj: EntityObjType) => { const message = await getMessageById(reaction.messageId); const thread = await getThreadById(message.threadId); + // if no thread was found, we are in a dm + if (!threa...
9
diff --git a/deploy.py b/deploy.py @@ -4,7 +4,7 @@ from utils.testutils import ZERO_ADDRESS # Source files to compile from SOLIDITY_SOURCES = ["contracts/Havven.sol", "contracts/EtherNomin.sol", "contracts/Court.sol", "contracts/HavvenEscrow.sol", - "contracts/ERC20State.sol", "contracts/ERC20FeeState.sol", + "contract...
3
diff --git a/token-metadata/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/metadata.json b/token-metadata/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/metadata.json "symbol": "PYLON", "address": "0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/package.json b/package.json { "name": "prettier-atom", "main": "./dist/main.js", - "version": "0.58.1", + "version": "0.58.2", "description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration", "keywords": [ "atom",
6
diff --git a/Solve.js b/Solve.js @@ -64,6 +64,8 @@ if ((typeof module) !== 'undefined') { core.Settings.SOLUTION_PROXIMITY = 1e-14; //Indicate wheter to filter the solutions are not core.Settings.FILTER_SOLUTIONS = true; + //the maximum number of recursive calls + core.Settings.MAX_SOLVE_DEPTH = 10; core.Symbol.prototy...
0
diff --git a/package.json b/package.json "status": "prod", "display-name": "Comboboxes", "last-accessibility-review": { - "date-iso-8601": "2017/08/21", - "commit-sha": "295a4766f712a5f93743c4ecd3ba62d91c1fc153" + "date-iso-8601": "2019/01/10", + "commit-sha": "ad49735c8055420c4c95872299986f5fbbb2236e" }, "SLDS-compone...
3
diff --git a/ios/reactNativeApp/AppDelegate.m b/ios/reactNativeApp/AppDelegate.m rootViewController.view = rootView; self.window.rootViewController = rootViewController; [self.window makeKeyAndVisible]; + [self.window setTintColor:[UIColor colorWithRed: 0 green:169.0/255.0 blue:145.0/255.0 alpha:1]]; return YES; }
12
diff --git a/OurUmbraco.Site/config/CommunityBlogs.json b/OurUmbraco.Site/config/CommunityBlogs.json "checkTitles": false, "title": "My Umbraco Adventures", "url": "https://jvantroyen.blogspot.com/", - "rss": "http://jvantroyen.blogspot.com/feeds/posts/default", + "rss": "https://feeds.feedburner.com/MyUmbracoAdventure...
3
diff --git a/js/igvxhr.js b/js/igvxhr.js @@ -67,7 +67,7 @@ const igvxhr = { if (method === "POST") { options.contentType = "application/json"; } - const result = await load(url, options) + const result = await this.loadString(url, options) if (result) { return JSON.parse(result); } else { @@ -267,10 +267,22 @@ async fu...
1
diff --git a/packages/frontend/src/redux/slices/ledger/index.js b/packages/frontend/src/redux/slices/ledger/index.js @@ -104,6 +104,20 @@ const ledgerSlice = createSlice({ unset(state, ['signInWithLedger']); unset(state, ['txSigned']); }); + builder.addCase(addLedgerAccountId.pending, (state, { payload, meta: { arg: { ...
9
diff --git a/src/modules/auth/actions.js b/src/modules/auth/actions.js @@ -109,6 +109,7 @@ export const setUser = (user) => (dispatch) => { }; export const logout = () => (dispatch) => { - formiojs.logout(); + formiojs.logout().then(() => { dispatch(logoutUser()); + }); };
1
diff --git a/chunk-worker.js b/chunk-worker.js @@ -278,11 +278,11 @@ const _handleMessage = data => { const {method} = data; switch (method) { case 'loadPotentials': { - const {seed: seedData, meshId, x, y, z, baseHeight, freqs, octaves, scales, uvs, amps, potentials, parcelSize, subparcelSize} = data; + const {seed: s...
0
diff --git a/src/index.js b/src/index.js @@ -130,6 +130,9 @@ class Offline { disableCookieValidation: { usage: 'Used to disable cookie-validation on hapi.js-server', }, + enforceSecureCookies: { + usage: 'Enforce Secure Cookies', + }, }, }, }; @@ -301,25 +304,47 @@ class Offline { this.server.register(require('h2o2'), ...
0
diff --git a/src/components/MapTable/MapTable.styles.js b/src/components/MapTable/MapTable.styles.js @@ -67,7 +67,7 @@ export const MainContainer: ComponentType<*> = (() => { grid-template-rows: 660px 1fr; @media only screen and (max-width: 768px) { - grid-template-rows: 660px 1fr auto; + grid-template-rows: auto 660px...
7
diff --git a/packages/openneuro-server/datalad/snapshots.js b/packages/openneuro-server/datalad/snapshots.js @@ -76,7 +76,12 @@ const createIfNotExistsDoi = async ( if (config.doi.username && config.doi.password) { // Mint a DOI // Get the newest description - const snapshotDoi = 'mockDOI' + const oldDesc = await descr...
13
diff --git a/src/pages/item/index.js b/src/pages/item/index.js @@ -40,6 +40,25 @@ dayjs.extend(relativeTime); const CraftsTable = React.lazy(() => import('../../components/crafts-table')); +const loadingData = { + name: 'Loading...', + types: [], + iconLink: `${process.env.PUBLIC_URL}/images/unknown-item-icon.jpg`, + s...
7
diff --git a/src/trumbowyg.js b/src/trumbowyg.js @@ -588,7 +588,7 @@ Object.defineProperty(jQuery.trumbowyg, 'defaultOptions', { }, 200); }) .on('mouseup keydown keyup', function () { - if(!e.ctrlKey) { + if ((!e.ctrlKey && !e.metaKey) || e.altKey) { setTimeout(function () { // "hold on" to the ctrl key for 200ms ctrl ...
4
diff --git a/src/action.js b/src/action.js @@ -163,7 +163,7 @@ class Action extends Emitter { link(actions) { let outstanding = actions.length - const onDone = () => { + const onResolve = () => { outstanding -= 1 if (outstanding <= 0) { @@ -172,8 +172,8 @@ class Action extends Emitter { } actions.forEach(action => { - ...
10