code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/Services/Air/templates/AIR_AVAILABILTIY_REQUEST.handlebars.js b/src/Services/Air/templates/AIR_AVAILABILTIY_REQUEST.handlebars.js @@ -12,6 +12,11 @@ module.exports = ` {{#if emulatePcc}} <com:OverridePCC ProviderCode="1G" PseudoCityCode="{{emulatePcc}}"/> {{/if}} + {{#nextResultReference}} + <com:NextR...
0
diff --git a/js/views/Column.js b/js/views/Column.js @@ -343,7 +343,7 @@ var Column = React.createClass({ onMenuToggle: function (open) { var {xzoomable} = this.state, {column: {xzoom, maxXZoom, valueType}, onXZoom, id} = this.props; - if (xzoomable && !open && valueType === 'mutation') { + if (xzoomable && !open && ['...
11
diff --git a/examples/devicetest/js/screens/play.js b/examples/devicetest/js/screens/play.js @@ -26,7 +26,7 @@ game.PlayScreen = me.Stage.extend({ this.font.draw(renderer, "X: " + me.device.accelerationX, 10, 90); this.font.draw(renderer, "Y: " + me.device.accelerationY, 10, 120); this.font.draw(renderer, "Z: " + me.de...
1
diff --git a/polyfill/XMLHttpRequest.js b/polyfill/XMLHttpRequest.js @@ -277,7 +277,7 @@ export default class XMLHttpRequest extends XMLHttpRequestEventTarget{ _headerReceived = (e) => { log.debug('header received ', this._task.taskId, e) this.responseURL = this._url - if(e.state === "2") { + if(e.state === "2" && e.ta...
1
diff --git a/coq/Semantics.v b/coq/Semantics.v @@ -1561,11 +1561,22 @@ Definition stepAllaux4 (com : InputT) (os : OST) (st : StateT) (con : Contract) | right _ => (st, con, ac) end. -Definition stepAllaux3 (com : InputT) (os : OST) (st : StateT) (con : Contract) (ac : AS) +(* Definition stepAllaux3 (com : InputT) (os ...
14
diff --git a/userscript.user.js b/userscript.user.js @@ -153,14 +153,18 @@ var $$IMU_EXPORT$$; try { window_location = window.location.href; - if (/^https?:\/\/qsniyg\.github\.io\/+maxurl\/+options\.html/.test(window_location) || + (function() { + var our_url = window_location.replace(/^[a-z]+:\/\/web\.archive\.org\/+w...
11
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog +## v0.18.1 (2017-10-17): a recovery release following v0.18.0 + +### Bug fix ([#1881](https://github.com/DevExpress/testcafe/issues/1881)) + +In v0.18.0, we have accidentally changed the [--reporter](https://devexpress.github.io/testcafe/documentation/using-testcafe...
0
diff --git a/_data/conferences.yml b/_data/conferences.yml --- +- name: AISTATS + year: 2018 + id: aistats18 + link: http://www.aistats.org/ + deadline: "2017-10-13 23:59:59" + date: April 9-11, 2018 + place: Lanzarote, Spain + sub: ML + - name: AAAI year: 2018 id: aaai18
3
diff --git a/src/server/system_services/system_store.js b/src/server/system_services/system_store.js @@ -530,6 +530,7 @@ class SystemStore extends EventEmitter { _.each(list, item => { data.check_indexes(col, item); let updates = _.omit(item, '_id'); + if (_.isEmpty(updates)) return; let keys = _.keys(updates); if (_.f...
9
diff --git a/test/jasmine/tests/transform_sort_test.js b/test/jasmine/tests/transform_sort_test.js @@ -352,6 +352,18 @@ describe('Test sort transform interactions:', function() { .then(function(eventData) { assertPt(eventData, 1, 1, 5, 'G'); }) + .then(function() { + return Plotly.relayout(gd, 'xaxis.range', [-5, 5]); ...
0
diff --git a/testHelpers/index.js b/testHelpers/index.js @@ -52,17 +52,20 @@ const createModPartitioner = () => ({ partitionMetadata, message }) => { } const waitFor = (fn, { delay = 50 } = {}) => { + let totalWait = 0 return new Promise((resolve, reject) => { - const check = () => + const check = () => { + totalWait +...
1
diff --git a/test/functional/specs/Privacy/IAB/C224677.js b/test/functional/specs/Privacy/IAB/C224677.js @@ -57,18 +57,18 @@ test("Test C224677: Call setConsent when purpose 10 is FALSE", async () => { await t.expect(identityHandle.length).eql(1); await t.expect(returnedNamespaces).contains("ECID"); - // 3. Event calls...
1
diff --git a/world.js b/world.js @@ -106,7 +106,7 @@ world.connectRoom = async (roomName, worldURL) => { channelConnection.setMicrophoneMediaStream(networkMediaStream); } - if (live) { + interval = setInterval(() => { const name = loginManager.getUsername(); const avatarSpec = loginManager.getAvatar(); @@ -115,7 +115,1...
13
diff --git a/Source/ThirdParty/GltfPipeline/processPbrMetallicRoughness.js b/Source/ThirdParty/GltfPipeline/processPbrMetallicRoughness.js @@ -556,6 +556,7 @@ define([ fragmentLightingBlock += ' float VdotH = clamp(dot(v, h), 0.0, 1.0);\n'; fragmentLightingBlock += ' vec3 f0 = vec3(0.04);\n'; + fragmentLightingBlock +=...
3
diff --git a/packages/fela/src/combineRules.js b/packages/fela/src/combineRules.js /* @flow */ import assignStyle from 'css-in-js-utils/lib/assignStyle' -import objectReduce from 'fast-loops/lib/objectReduce' +import arrayReduce from 'fast-loops/lib/arrayReduce' import type { DOMRenderer } from '../../../flowtypes/DOMR...
4
diff --git a/src/components/molecules/DoDont/index.js b/src/components/molecules/DoDont/index.js -import { Flex, Text } from 'components/atoms' +import { Flex, Text, Image } from 'components/atoms' import PropTypes from 'prop-types' import React from 'react' import styles from './styles.module.scss' @@ -12,7 +12,7 @@ e...
14
diff --git a/src/runtime/vdom/morphdom/index.js b/src/runtime/vdom/morphdom/index.js @@ -56,12 +56,12 @@ function onNodeAdded(node, componentsContext) { function morphdom(fromNode, toNode, doc, componentsContext) { var globalComponentsContext; - var isRerenderInBrowser = false; + var isHydrate = false; var keySequences...
10
diff --git a/assets/js/modules/adsense/index.js b/assets/js/modules/adsense/index.js @@ -52,12 +52,8 @@ addFilter( fillFilterWithComponent( DashboardZeroData ) ); -let isAdBlockerActive = () => {}; - export const registerStore = ( registry ) => { registerDatastore( registry ); - // TODO: fix hack - isAdBlockerActive = ...
2
diff --git a/src/collection/cache-traversal-call.js b/src/collection/cache-traversal-call.js let is = require('../is'); +let util = require('../util'); let cache = function( fn, name ){ return function traversalCache( arg1, arg2, arg3, arg4 ){ @@ -7,21 +8,22 @@ let cache = function( fn, name ){ let key; if( selectorOrE...
4
diff --git a/components/mapbox/ban-map/index.js b/components/mapbox/ban-map/index.js @@ -12,19 +12,24 @@ import {forEach} from 'lodash' let hoveredVoieId = null const SOURCES = ['adresses', 'toponymes'] +const MAX_ZOOM = 19 // Zoom maximum de la carte const ZOOM_RANGE = { commune: { - min: 12, - max: 13 + min: adresseC...
0
diff --git a/changelog.md b/changelog.md @@ -32,6 +32,7 @@ This prints: `check: [Broadsword ], modified target: [15], roll total: [13], mar - Fixed an issue with Western European style decimals (such as '6,25') in the Basic Speed field during imports. If the value contains a comma (',') character, it is parsed as if it...
3
diff --git a/lib/unfurl.js b/lib/unfurl.js -const REGEX = new RegExp("https://github.com/([^/]+)/([^/]+)/issues/(\\d+)"); +// Roadmap: What do we want to unfurl? +// Phase 1: Issues, Pull Requests, Repositories, Profiles, Organizations, App +// Phase 2: Repository contents (files), Projects, Gists + +// likely need dif...
7
diff --git a/src/scripts/interactive-video.js b/src/scripts/interactive-video.js @@ -1066,6 +1066,16 @@ InteractiveVideo.prototype.closePopupMenus = function ($exceptButton) { }); }; +/** + * Check if there are any bookmarks defined + * + * @return {boolean} + */ +InteractiveVideo.prototype.hasBookmarks = function () {...
9
diff --git a/CHANGES.md b/CHANGES.md @@ -5,18 +5,18 @@ Change Log * Deprecated * The `text`, `imageUrl` and `link` parameters for `Credit` have been deprecated and will be removed in Cesium 1.41. Use `options.text`, `options.imageUrl` and `options.link` instead. -* Added a Reverse Geocoder [Sandcastle demo](https://ces...
3
diff --git a/src/reports/report.js b/src/reports/report.js @@ -156,7 +156,7 @@ export default class Report { case "rpki": matched = content.data[0].matchedRule; context.asn = matched.asn.toString(); - context.prefix = matched.prefix; + context.prefix = matched.prefix | content.data[0].matchedMessage.prefix; context.des...
11
diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx @@ -46,7 +46,7 @@ const About = () => ( <div className="body"> <ul> <li> - <h3><FormattedMessage id="about.whoUsesScratch" /></h3> + <h2><FormattedMessage id="about.whoUsesScratch" /></h2> <img alt="" src="/images/about/who-uses-scratch.jpg" @@ -55,7 +5...
14
diff --git a/test/1_utils.js b/test/1_utils.js @@ -407,87 +407,6 @@ describe('utils', function() { }); }); - describe('removePropertiesFromObject', function() { - it('remove two properties from an object', function() { - var keysToRemove = [ "productId", "productName" ]; - var original = { - productId: '1234', - produc...
13
diff --git a/app/containers/LoginPrivateKey/LoginPrivateKey.jsx b/app/containers/LoginPrivateKey/LoginPrivateKey.jsx @@ -28,14 +28,6 @@ export default class LoginPrivateKey extends Component<Props, State> { })) } - handleInputChange = (e: SyntheticInputEvent<*>) => { - const value = e.target.value - - this.setState({ -...
5
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/library.js b/packages/node_modules/@node-red/editor-client/src/js/ui/library.js @@ -243,6 +243,7 @@ RED.library = (function() { useWorker: false }); libraryEditor.setTheme("ace/theme/tomorrow"); + libraryEditor.setShowPrintMargin(false); if (options.m...
2
diff --git a/src/XR.js b/src/XR.js @@ -371,7 +371,7 @@ class XRPresentationFrame { .premultiply( localMatrix2.compose( localVector.fromArray(xrOffset.position), - localQuaternion.fromArray(xrOffset.rotation), + localQuaternion.fromArray(xrOffset.orientation), localVector2.fromArray(xrOffset.scale) ) .getInverse(localMa...
10
diff --git a/assets/sass/components/global/_googlesitekit-table.scss b/assets/sass/components/global/_googlesitekit-table.scss justify-content: flex-end; } - .googlesitekit-table__link--secondary { - background-image: none; - display: block; - font-size: 0.75rem; - word-break: break-word; - } - .googlesitekit-table__so...
2
diff --git a/tests/e2e/plugins/gcp-credentials.php b/tests/e2e/plugins/gcp-credentials.php * @link https://sitekit.withgoogle.com */ -use Google\Site_Kit\Core\Storage\Data_Encryption; - /** * Provide dummy client configuration, normally provided in step 1 of the set up. - * We need to filter the credentials option here...
3
diff --git a/src/features/items/do-fetch-items.js b/src/features/items/do-fetch-items.js @@ -149,6 +149,30 @@ const doFetchItems = async (...a) => { }; }); + if(rawItem.itemProperties.defAmmo){ + rawItem.defAmmo = rawItem.itemProperties.defAmmo; + + delete rawItem.itemProperties.defAmmo; + } + + if(rawItem.itemProperti...
1
diff --git a/generators/server/templates/src/main/docker/app.yml.ejs b/generators/server/templates/src/main/docker/app.yml.ejs @@ -206,7 +206,7 @@ services: # Also set SPRING_CLOUD_CONSUL_CONFIG_FORMAT=files on your apps # - CONFIG_MODE=git <%_ } _%> - <%_ if (authenticationType === 'oauth2') { _%> + <%_ if (authentica...
2
diff --git a/lib/sketchPage.js b/lib/sketchPage.js if (! isShowingGlyphs && ! isTextMode) { color(overlayColor); lineWidth(1); - let sc = 26, font = floor(sc*12/18) + 'pt Arial'; + let sc = 26, font = '17pt Arial'; let y0 = 10 - _g.panY; for (let j = 0 ; j < hotKeyMenu.length ; j++) { let y = y0 + j * sc*14/18;
1
diff --git a/lib/assets/javascripts/unpoly/link.coffee b/lib/assets/javascripts/unpoly/link.coffee @@ -585,12 +585,12 @@ up.link = do -> \#\#\# Cancelation is forwarded If the user cancels an `up:click` event using `event.preventDefault()`, - the underlying `click` or `mousedown` will also be canceled. + the underlying...
7
diff --git a/components/bases-locales/charte/partner.js b/components/bases-locales/charte/partner.js @@ -68,6 +68,7 @@ function Partner({partnerInfos}) { </div> <style jsx>{` .partner { + max-width: 300px; width: 100%; grid-template-rows: 0.5fr auto; grid-template-columns: 1fr; @@ -79,7 +80,7 @@ function Partner({partn...
7
diff --git a/world.js b/world.js @@ -361,6 +361,14 @@ for (const arrayName of [ app.updateMatrixWorld(); app.setAttribute('physics', true); app.name = contentId; + app.type = (() => { + const match = contentId.match(/\.([a-z0-9]+)$/i); + if (match) { + return match[1]; + } else { + return ''; + } + })(); app.contentId ...
12
diff --git a/token-metadata/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/metadata.json b/token-metadata/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/metadata.json "symbol": "ALINK", "address": "0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html s.parentNode.insertBefore( wf, s ); } )(); - const allImagesLoaded = new Promise( ( resolve ) => { - // Wait for the document to completely finish loading before checking for images. - window.addEventListener( 'load', () => { - imagesLoaded( '.goo...
2
diff --git a/lib/cartodb/models/dataview/base.js b/lib/cartodb/models/dataview/base.js -function BaseDataview() {} +const FLOAT_OIDS = { + 700: true, + 701: true, + 1700: true +}; + +const DATE_OIDS = { + 1082: true, + 1114: true, + 1184: true +}; -module.exports = BaseDataview; +const columnTypeQueryTpl = ctx => `SELE...
4
diff --git a/src/tagui_parse.php b/src/tagui_parse.php @@ -113,24 +113,30 @@ file_put_contents($script . '.raw', $translated_raw_flow); // save translated ou $input_file = fopen($script . '.raw','r') or die("ERROR - cannot open " . $script . '.raw' . "\n");} // section to do required pre-processing on expanded .raw flo...
9
diff --git a/token-metadata/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/metadata.json b/token-metadata/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/metadata.json "symbol": "NANJ", "address": "0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/builtin/loop.ts b/src/builtin/loop.ts @@ -4,6 +4,7 @@ import { models } from '../models' import constants from '../constants' import { spawn } from 'child_process' import { loadConfig } from '../utils/config' +import { sphinxLogger } from '../utils/logger' import { getTribeOwnersChatByUUID } from '../u...
0
diff --git a/assets/js/googlesitekit/datastore/user/feature-tours.test.js b/assets/js/googlesitekit/datastore/user/feature-tours.test.js @@ -30,7 +30,7 @@ import initialState, { FEATURE_TOUR_COOLDOWN_SECONDS, FEATURE_TOUR_LAST_DISMISSED_AT, } from './feature-tours'; -const { setItem, deleteItem } = CacheModule; +const ...
2
diff --git a/services/DatabaseService.php b/services/DatabaseService.php @@ -5,9 +5,7 @@ namespace Grocy\Services; class DatabaseService { private static $DbConnection = null; - private static $DbConnectionRaw = null; - private static $instance = null; /** @@ -67,6 +65,12 @@ class DatabaseService { $pdo = new \PDO('sql...
0
diff --git a/package.json b/package.json "Jarda Snajdr (https://github.com/jsnajdr)", "jgilbert01 (https://github.com/jgilbert01)", "John McKim (https://github.com/johncmckim)", + "Jonas De Kegel (https://github.com/jlsjonas)", "Joost Farla (https://github.com/joostfarla)", + "Joubert RedRat (https://github.com/joubert...
0
diff --git a/src/lib/realmdb/feedSource/NewsSource.js b/src/lib/realmdb/feedSource/NewsSource.js @@ -51,10 +51,15 @@ export default class NewsSource extends FeedSource { return } catch (exception) { - // throw if not HISTORY_NOT_FOUND, otherwise falling back to _loadRemoteFeed() + // throw if not HISTORY_NOT_FOUND if (...
0
diff --git a/doc-src/templates/api-versions/model_documentor.rb b/doc-src/templates/api-versions/model_documentor.rb @@ -399,10 +399,10 @@ class ExampleShapeVisitor end def visit_map(node, required = false) - data = indent("someKey: " + traverse(node['value'])) + data = indent("'<#{node['key']['shape']}>': " + traverse...
4
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true jobs: SPM: - name: Test macOS 11 (5.4) + name: Swift Package Manager 5.4 runs-on: macOS-11 env: DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer @@ -29,12 +29,7 @@ jobs: destination: ...
10
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -11,8 +11,8 @@ jobs: - restore_cache: keys: - - v1-dependencies-v6-{{ checksum "package.json" }} - - v1-dependencies-v6- + - v1-dependencies-v12-{{ checksum "package.json" }} + - v1-dependencies-v12- - v1-dependencies- - run: @@ -22,7 +22,7 @@ jobs: - save_cac...
7
diff --git a/package.json b/package.json "postcss-import-url": "^5.1.0", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", - "puppeteer": "^1.20.0", "rimraf": "^3.0.2", "rxjs": "^6.6.6", "sanitize-filename": "^1.6.3",
2
diff --git a/packages/openneuro-app/src/scripts/refactor_2021/aggregate-queries/aggregate-counts-container.tsx b/packages/openneuro-app/src/scripts/refactor_2021/aggregate-queries/aggregate-counts-container.tsx @@ -35,7 +35,7 @@ const AggregateCountsContainer: React.FC<AggregateCountsContainerProps> = ({ /> <AggregateC...
9
diff --git a/lib/lesshint.js b/lib/lesshint.js @@ -11,22 +11,6 @@ const path = require('path'); const fs = require('fs'); class Lesshint { - checkFile (checkPath) { - return new Promise((resolve, reject) => { - fs.readFile(checkPath, 'utf8', (err, data) => { - if (err) { - return reject(err); - } - - try { - resolve(th...
10
diff --git a/civictechprojects/helpers/context_preload.py b/civictechprojects/helpers/context_preload.py @@ -7,12 +7,13 @@ def about_project_preload(context, query_args): context = default_preload(context, query_args) project_id = query_args['id'][0] project_json = ProjectCache.get(project_id) - if project_json is None...
9
diff --git a/js/core/bis_genericio.js b/js/core/bis_genericio.js @@ -655,7 +655,7 @@ let makeFileChecksum = (url) => { read(url, true).then( (obj) => { let hash = util.SHA256(obj.data); //resolves data structure in an 'output' field for cross-compatibility with objects returned by the server - if (hash) { resolve( { 'o...
1
diff --git a/src/js/base/module/Buttons.js b/src/js/base/module/Buttons.js @@ -646,9 +646,9 @@ define([ }).render(); for (var idx = 0, len = buttons.length; idx < len; idx++) { - var button = context.memo('button.' + buttons[idx]); - if (button) { - $group.append(typeof button === 'function' ? button(context) : button)...
10
diff --git a/services/backend-api/client/src/pages/FeedMessage.tsx b/services/backend-api/client/src/pages/FeedMessage.tsx import { Heading, Stack, Text } from '@chakra-ui/react'; import { useParams } from 'react-router-dom'; import { useTranslation } from 'react-i18next'; -import { DashboardContent } from '@/component...
4
diff --git a/util.js b/util.js @@ -552,4 +552,26 @@ export const unFrustumCull = o => { }); }; +const hitAnimationLength = 300; +export const makeHitTracker = () => { + const jitterObject = new THREE.Object3D(); + let hitTime = -1; + jitterObject.startHit = () => { + hitTime = 0; + }; + jitterObject.update = timeDiff =...
0
diff --git a/test/unit/collection/validations.js b/test/unit/collection/validations.js @@ -98,7 +98,7 @@ describe('Collection Validator ::', function() { }); }); - it('should return an Error with name `UsageError` when a required string field is set to empty string in a `create`', function(done) { + it('should return a...
1
diff --git a/components/Article/Progress/index.js b/components/Article/Progress/index.js @@ -44,7 +44,6 @@ const Progress = ({ submitProgressConsent, article, isArticle, - userProgress, router, upsertDocumentProgress }) => { @@ -148,9 +147,9 @@ const Progress = ({ percentage > 0 && // ignore elements until min index el...
13
diff --git a/test/jasmine/tests/sankey_test.js b/test/jasmine/tests/sankey_test.js @@ -9,6 +9,7 @@ var Sankey = require('@src/traces/sankey'); var createGraphDiv = require('../assets/create_graph_div'); var destroyGraphDiv = require('../assets/destroy_graph_div'); +var fail = require('../assets/fail_test'); var mouseEv...
0
diff --git a/src/map/handler/Map.Drag.js b/src/map/handler/Map.Drag.js @@ -155,8 +155,11 @@ class MapDragHandler extends Handler { preBearing = map.getBearing(); const dx = Math.abs(mx - this.preX), dy = Math.abs(my - this.preY); + if (!this._rotateMode) { - if (dx > dy) { + if (map.options['dragRotatePitch']) { + this...
3
diff --git a/closure/goog/fx/abstractdragdrop.js b/closure/goog/fx/abstractdragdrop.js @@ -392,7 +392,16 @@ goog.fx.AbstractDragDrop.prototype.startDrag = function(event, item) { // Dispatch DRAGSTART event var dragStartEvent = new goog.fx.DragDropEvent( - goog.fx.AbstractDragDrop.EventType.DRAGSTART, this, this.dragIt...
12
diff --git a/src/pages/item/index.css b/src/pages/item/index.css margin: 0; } -.text-and-image-information-wrapper.first-trader-price { - /* margin-left: auto; */ +.trader-wrapper { + justify-content: space-between; } @media screen and (min-width: 900px) { .icon-and-link-wrapper img { max-height: 200px; } -} .trader-wr...
1
diff --git a/core/rendered_type_expr.js b/core/rendered_type_expr.js @@ -258,7 +258,7 @@ Blockly.RenderedTypeExpr.TVAR.prototype.shape = { return []; }, - highlight: function() { + tvarHighlight: function() { return 'm 0,5 l -8,0 0,15 8,0'; } }; @@ -293,7 +293,7 @@ Blockly.RenderedTypeExpr.prototype.typeVarHighlights_ ...
10
diff --git a/docs/api.mdx b/docs/api.mdx @@ -4,17 +4,95 @@ title: API Reference # API Reference -### siimple.configure(...) +Import the **siimple** package in your SCSS file using the `@use` rule: -A mixin for configuring the default values of siimple, like scales, breakpoints, flags, and more. See the [configure secti...
7
diff --git a/edit.js b/edit.js @@ -5106,6 +5106,28 @@ scene.add(rayMesh); /* const uiMesh = makeUiFullMesh(cubeMesh); scene.add(uiMesh); */ +const buildsMesh = makeInventoryMesh(cubeMesh, async scrollFactor => { + await loadPromise; + + if (!buildsMesh.inventoryBuildsMesh) { + buildsMesh.inventoryBuildsMesh = _makeInve...
0
diff --git a/src/encoded/tests/test_audit_experiment.py b/src/encoded/tests/test_audit_experiment.py @@ -834,8 +834,7 @@ def test_audit_experiment_wrong_organism_histone_antibody(testapp, base_experime testapp.patch_json(base_replicate['@id'], {'antibody': histone_antibody['@id'], 'library': base_library['@id'], 'exper...
2
diff --git a/packages/build/src/error/parse/properties.js b/packages/build/src/error/parse/properties.js @@ -11,7 +11,7 @@ const getErrorProps = function({ errorProps, showErrorProps, colors }) { return } - return inspect(errorPropsA, { colors }) + return inspect(errorPropsA, { colors, depth: 5 }) } // Remove error sta...
7
diff --git a/lib/query.js b/lib/query.js @@ -2368,7 +2368,7 @@ Query.prototype.__distinct = wrapThunk(function __distinct(callback) { }); /** - * Declares or executes a distict() operation. + * Declares or executes a distinct() operation. * * Passing a `callback` executes the query. *
1
diff --git a/app/containers/TokenSale/TokenSale.jsx b/app/containers/TokenSale/TokenSale.jsx @@ -4,6 +4,7 @@ import { Link } from 'react-router' import * as Neon from 'neon-js' import NetworkSwitch from '../NetworkSwitch' import Logo from '../../components/Logo' +import { ROUTES } from '../../core/constants' type Props...
14
diff --git a/app/addons/fauxton/tests/nightwatch/updatesUrlsSameRouteobject.js b/app/addons/fauxton/tests/nightwatch/updatesUrlsSameRouteobject.js @@ -27,6 +27,9 @@ module.exports = { .assert.valueContains('.text-field-to-copy', newDatabaseName + '/_find') .clickWhenVisible('.edit-link') .waitForElementVisible('.pretty...
0
diff --git a/src/core/operations/ToUpperCase.mjs b/src/core/operations/ToUpperCase.mjs @@ -37,6 +37,9 @@ class ToUpperCase extends Operation { * @returns {string} */ run(input, args) { + if (!args || args.length === 0) { + throw new OperationException("No capitalization scope was provided."); + } const scope = args[0];...
0
diff --git a/assets/js/modules/optimize/common/InstructionInformation.test.js b/assets/js/modules/optimize/common/InstructionInformation.test.js @@ -63,9 +63,16 @@ describe( 'InstructionInformation', () => { } ); it( 'should render with analytics active and no analytics useSnippet, also with tagmanager active and a gtm...
1
diff --git a/src/utils/account-with-lockup.js b/src/utils/account-with-lockup.js @@ -137,7 +137,8 @@ async function getAccountBalance(limitedAccountData = false) { let lockupAccountId = getLockupAccountId(this.accountId) console.log('lockupAccountId', lockupAccountId) try { - const lockupBalance = await new Account(thi...
9
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -241,7 +241,7 @@ pages: - cp -R ${CONTRIBUTE_DIR}/* ${CONTRIBUTE_DOCS} # make relative links absolute - this could be better... # ![diagram](../test/README.md) -> ![diagram](https://base.url/../test/README.md) - - BASE_URL_FOR_LINKS=${BASE_REPO_URL}/tree/${CI_COMMIT_REF_N...
4
diff --git a/examples/js/cli.js b/examples/js/cli.js @@ -65,19 +65,7 @@ let globalKeysFile = fs.existsSync (keysGlobal) ? keysGlobal : false let localKeysFile = fs.existsSync (keysLocal) ? keysLocal : globalKeysFile let settings = localKeysFile ? (require (localKeysFile)[exchangeId] || {}) : {} -// check auth keys in e...
7
diff --git a/packages/app/test/cypress/integration/30-search/search.spec.ts b/packages/app/test/cypress/integration/30-search/search.spec.ts @@ -105,10 +105,10 @@ context('Search all pages', () => { cy.get('#wiki').should('be.visible'); // force to add 'active' to pass VRT: https://github.com/weseek/growi/pull/6603 cy....
14
diff --git a/gulpfile.cjs b/gulpfile.cjs @@ -67,6 +67,17 @@ if (!concurrency) { concurrency = os.cpus().length; } +// Work-around until all third party libraries use npm +const filesToLeaveInThirdParty = [ + "!Source/ThirdParty/Workers/*", + "!Source/ThirdParty/*.wasm", + "!Source/ThirdParty/google-earth-dbroot-parser....
8
diff --git a/packages/saltcorn-data/models/view.js b/packages/saltcorn-data/models/view.js @@ -206,7 +206,7 @@ class View { } throw new Error( - `runMany on view ${this.name}: viewtemplate does not have renderRows or runMany methods` + `runMany on view ${this.name}: viewtemplate ${this.viewtemplate} does not have rende...
7
diff --git a/app/assets/stylesheets/assignments.scss b/app/assets/stylesheets/assignments.scss @@ -187,4 +187,19 @@ a:not([href]):not([tabindex]) { .assignments-description img { max-width: 100%; } + +.primary-checkpoint { + background-color: $white; + border: 1px solid $secondary-green; + cursor: pointer; + padding-le...
1
diff --git a/src/components/dashboard/utils/routeAndPathForCode.js b/src/components/dashboard/utils/routeAndPathForCode.js @@ -40,7 +40,7 @@ export const routeAndPathForCode = async ( } const lcAddress = (address || '').toLowerCase() - const { _address: lcUBIAddress } = goodWallet.UBIContract + const lcUBIAddress = goo...
0
diff --git a/spark/components/masthead/react/SprkMastheadAccordion.js b/spark/components/masthead/react/SprkMastheadAccordion.js @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { uniqueId } from 'lodash'; -import SprkMastheadAccordionItem from '...
3
diff --git a/bin/definition-validators/media-type.js b/bin/definition-validators/media-type.js * limitations under the License. **/ 'use strict'; -const EncodingEnforcer = require('../enforcers/encoding'); const MediaTypeEnforcer = require('../enforcers/media-type'); const rxContentTypeMime = /(?:^multipart\/)|(?:^appl...
2
diff --git a/Changelog.md b/Changelog.md ### v5.0.0 -- Upgrade to latest `sqlite` & `mysql` package versions -- Upgrade to `pg` 7.x. ORM will not work with `pg` < 7 -- Drop support for nodejs < 4 (required due to `pg` upgrade) +- Update dependencies ([#830](../../pull/830)) + - You need to upgrade `pg` in your project ...
7
diff --git a/bin/near b/bin/near @@ -7,5 +7,11 @@ require('v8flags')((e, flags) => { flaggedRespawn( flags.concat(['--experimental_repl_await']), process.argv.indexOf('repl') == -1 ? process.argv : process.argv.concat(['--experimental-repl-await']), - ready => ready && require('./near-cli.js')); + ready => { + if (read...
1
diff --git a/packages/imba/src/compiler/grammar.imba1 b/packages/imba/src/compiler/grammar.imba1 @@ -413,7 +413,7 @@ var grammar = ] StyleDeclaration: [ - o 'StyleProperty : StyleExpressions' do StyleDeclaration.new(A1,A3) + o 'StyleProperty : StyleExpressions' do StyleDeclaration.new(A1,A3.set(parens: no)) ] StyleProp...
11
diff --git a/examples/viper/about.php b/examples/viper/about.php @@ -10,19 +10,10 @@ include 'config.php'; <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -...
2
diff --git a/packages/app/src/components/SubscribeButton.tsx b/packages/app/src/components/SubscribeButton.tsx @@ -16,7 +16,7 @@ type Props = { const SubscruibeButton: FC<Props> = (props: Props) => { const { t } = useTranslation(); - const [isWatching, setIsWatching] = useState(true); + const [isWatching, setIsWatching...
12
diff --git a/edit.js b/edit.js @@ -15,6 +15,7 @@ import {makeTextMesh} from './vr-ui.js'; import {makeLineMesh, makeTeleportMesh} from './teleport.js'; import perlin from './perlin.js'; import alea from './alea.js'; +import easing from './easing.js'; const rng = alea('lol'); perlin.seed(rng()); @@ -46,6 +47,8 @@ const ...
0
diff --git a/userscript.user.js b/userscript.user.js @@ -55103,8 +55103,10 @@ var $$IMU_EXPORT$$; if (domain === "img.lap.recochoku.jp") { // thanks to fireattack on github: https://github.com/qsniyg/maxurl/issues/276 // https://img.lap.recochoku.jp/imgicb?p=/common/store/img.gif + // https://img.lap.recochoku.jp/imgic...
7
diff --git a/protocols/swap/contracts/Swap.sol b/protocols/swap/contracts/Swap.sol pragma solidity 0.5.10; pragma experimental ABIEncoderV2; -import "@airswap/types/contracts/Types.sol"; import "@airswap/swap/interfaces/ISwap.sol"; import "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol"; import "openzeppelin-so...
2
diff --git a/src/web/store/index.js b/src/web/store/index.js @@ -151,7 +151,7 @@ const migrateStore = () => { // Removed "widgets.axes.mzero" // Removed "widgets.axes.jog.customDistance" // Removed "widgets.axes.jog.selectedDistance" - if (semver.lte(cnc.version, '1.9.13')) { + if (semver.lt(cnc.version, '1.9.13')) { /...
1
diff --git a/vis/js/dataschemes/defaultScheme.js b/vis/js/dataschemes/defaultScheme.js @@ -114,7 +114,6 @@ const DEFAULT_SCHEME = [ }, { name: "readers", fallback: (loc) => loc.default_readers }, { name: "tags", type: ["string"], fallback: () => "" }, - { name: "bkl_caption", type: ["string"], fallback: (loc) => loc.no...
2
diff --git a/token-metadata/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/metadata.json b/token-metadata/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/metadata.json "symbol": "GUP", "address": "0xf7B098298f7C69Fc14610bf71d5e02c60792894C", "decimals": 3, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/src/client/js/components/Admin/Export/ExportTableMenu.jsx b/src/client/js/components/Admin/Export/ExportTableMenu.jsx @@ -24,7 +24,7 @@ class ExportTableMenu extends React.Component { </a> </li> <li> - <a type="button" onClick={() => this.props.onZipFileStatRemove(this.props.fileName)}> + <a type="button" ...
12
diff --git a/src/os/ui/window.js b/src/os/ui/window.js @@ -257,7 +257,7 @@ os.ui.window.disableModality = function(id) { */ os.ui.window.close = function(el) { if (el) { - var scope = el.hasClass(os.ui.windowSelector.WINDOW) ? + var scope = el.is(os.ui.windowSelector.WINDOW) ? el.children().scope() : el.parents(os.ui.w...
1
diff --git a/test/image/compare_pixels_test.js b/test/image/compare_pixels_test.js @@ -101,10 +101,6 @@ if(allMock || argv.filter) { } var FLAKY_LIST = [ - 'gl2d_parcoords_blocks', - 'gl3d_directions-streamtube1', - 'gl3d_traces-with-opacity', - 'trace_metatext', 'treemap_coffee', 'treemap_textposition', 'treemap_sunbu...
3
diff --git a/src/components/viewscreens/PlanetaryScan/index.js b/src/components/viewscreens/PlanetaryScan/index.js @@ -16,7 +16,6 @@ class RenderSphere extends Component { }); }; render() { - //const cameraPosition = new THREE.Vector3(0, 2, 4); const { text } = this.props; const { dimensions } = this.state; return ( @@...
2