code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/Source/Scene/ModelOutlineLoader.js b/Source/Scene/ModelOutlineLoader.js @@ -307,6 +307,7 @@ function addOutline( // Hackily update it, or else we'll end up creating the wrong type // of index buffer later. loadResources.indexBuffersToCreate._array.forEach(function (toCreate) { + if (toCreate === undefined)...
1
diff --git a/src/config/backpack/base.php b/src/config/backpack/base.php @@ -31,15 +31,23 @@ return [ // CSS files that are loaded in all pages, using Laravel's asset() helper 'styles' => [ - 'packages/@digitallyhappy/backstrap/css/style.min.css', + 'packages/backpack/base/css/bundle.css', + + // Here's what's inside t...
3
diff --git a/lib/assets/javascripts/unpoly/classes/change/update_layer.coffee b/lib/assets/javascripts/unpoly/classes/change/update_layer.coffee @@ -224,6 +224,7 @@ class up.Change.UpdateLayer extends up.Change.Addition unless @layer.isRoot() && up.fragment.targetsBody(selector) oldElement = @layer.element.children[0] ...
11
diff --git a/examples/compare-edge-options.html b/examples/compare-edge-options.html @@ -43,7 +43,7 @@ function render(graphviz, id, master) { transition1 .transition() - .duration(0) + .duration(50) // Allow time to finish transition .on('end', function () { if (master) { dotIndex += 1;
11
diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml @@ -61,7 +61,7 @@ jobs: npm install -g npm@latest && npm install && npm run build && docker build -t sphinxlightning/sphinx-relay . - name: Checkout stack run: | - git clone https://github.com/stakwork/sphinx-stack.git stack + ...
0
diff --git a/weapons-manager.js b/weapons-manager.js @@ -743,6 +743,19 @@ const _unequip = () => { appManager.equippedObjects[0] = null; }; +const grabUseMesh = (() => { + const o = new THREE.Object3D(); + + (async () => { + const app = await metaversefile.load('./metaverse_modules/button/'); + o.add(app); + })(); + + ...
0
diff --git a/src/pipeline/bundle-js.js b/src/pipeline/bundle-js.js @@ -14,7 +14,7 @@ const getTransform = (opts) => { return (opts[name] || []).map(d => require(d)); }; - return [[ babelify, { presets: [ reactPreset, es2015Preset ] } ]] + return [[ babelify, { presets: [ reactPreset, es2015Preset ], ignore: ['node_modu...
8
diff --git a/src/rapidoc.js b/src/rapidoc.js @@ -905,6 +905,7 @@ export default class RapiDoc extends LitElement { // for focused mode update this.focusedElementId to update the rendering, else it wont find the needed html elements // focusedElementId will get validated in the template this.focusedElementId = elementId...
13
diff --git a/src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx b/src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx @@ -118,7 +118,7 @@ const SlackIntegration = (props) => { onSetSlackSigningSecret={setSlackSigningSecret} onSetSlackBotToken={setSlackBotToken} onSetIsSendTestMessage=...
10
diff --git a/src/article/shared/InsertFootnoteCommand.js b/src/article/shared/InsertFootnoteCommand.js @@ -27,8 +27,6 @@ export default class InsertFootnoteCommand extends AddEntityCommand { } } - // TODO: rethink this. Struggling with trying to generalize this collection stuff - // probably it is better to go with a b...
12
diff --git a/character-controller.js b/character-controller.js @@ -234,7 +234,7 @@ class Player extends THREE.Object3D { const avatarHeight = this.avatar.height; const radius = 0.3/1.6 * avatarHeight; const halfHeight = Math.max(avatarHeight * 0.5 - radius, 0); - const physicsMaterial = new THREE.Vector3(0.5, 0.5, 0); ...
2
diff --git a/source/Overture/io/HttpRequest.js b/source/Overture/io/HttpRequest.js @@ -158,9 +158,7 @@ var HttpRequest = NS.Class({ var data = this.get( 'data' ) || null; var headers = this.get( 'headers' ); var withCredentials = this.get( 'withCredentials' ); - var transport = - ( data instanceof FormData && NS.FormUp...
2
diff --git a/src/LambdaFunction.js b/src/LambdaFunction.js @@ -89,12 +89,34 @@ module.exports = class LambdaFunction { } } + // based on: + // https://github.com/serverless/serverless/blob/v1.50.0/lib/plugins/aws/invokeLocal/index.js#L108 + _getAwsEnvVars() { + return { + AWS_DEFAULT_REGION: this._region, + AWS_LAMBDA_...
0
diff --git a/packages/spark-core/components/_buttons.scss b/packages/spark-core/components/_buttons.scss &:focus, &:hover { background-color: $btn-hover-background-color; - border-color: $red-mid; + border-color: $btn-hover-background-color; color: $btn-text-color; } }
3
diff --git a/token-metadata/0x0452aeD878805514e28Fb5BD0B56Bef92176E32A/metadata.json b/token-metadata/0x0452aeD878805514e28Fb5BD0B56Bef92176E32A/metadata.json "symbol": "BPOP", "address": "0x0452aeD878805514e28Fb5BD0B56Bef92176E32A", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/components/Feeds/BusinessFeed.js b/src/components/Feeds/BusinessFeed.js @@ -6,14 +6,14 @@ import { Box } from '@chakra-ui/core'; const BusinessesFeed = data => { return ( <Box as="pre" whiteSpace="break-spaces"> - {data.data.allAirtableBusinesses.nodes.map(item => ( + {data.data.allAirtableBusinesses.n...
10
diff --git a/token-metadata/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/metadata.json b/token-metadata/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/metadata.json "symbol": "RAKU", "address": "0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/tests/e2e/specs/modules/search-console/dashboard-date-range.test.js b/tests/e2e/specs/modules/search-console/dashboard-date-range.test.js @@ -87,6 +87,7 @@ describe( 'date range filtering on dashboard views', () => { const postSearcher = await page.$( '.googlesitekit-post-searcher' ); await expect( postSea...
3
diff --git a/dashboard/apps/network_manager.fma/js/network_manager.js b/dashboard/apps/network_manager.fma/js/network_manager.js @@ -35,13 +35,24 @@ function addWifiEntries(network_entries, callback) { strength.className = 'wifi0'; var ssidText = entry.ssid || '<Hidden SSID>'; - var securityText = entry.security ? entr...
0
diff --git a/.github/workflows/actions/android-pre-build/action.yml b/.github/workflows/actions/android-pre-build/action.yml @@ -13,24 +13,24 @@ runs: id: git-branch-name uses: EthanSK/git-branch-name-action@v1 - name: Detect and set target branch - run: | - echo "TARGET_BRANCH=${{ inputs.target_branch || env.GIT_BRANC...
3
diff --git a/helpers/tokens/truffle-config.js b/helpers/tokens/truffle-config.js @@ -4,8 +4,15 @@ module.exports = { host: '127.0.0.1', port: 8545, network_id: '*', - gasPrice: 10000000000, - gas: 6700000, + gas: 0xfffffffffff, + gasPrice: 0x01, + }, + coverage: { + host: 'localhost', + network_id: '*', + port: 8545, +...
3
diff --git a/js/views/Map.js b/js/views/Map.js @@ -453,9 +453,9 @@ export class Map extends PureComponent { } var {state} = this.props; var sampleID = state.cohortSamples[i]; - var colorID = state.map.colorColumn; + var colorID = state.map.colorColumn || 'none'; var value, valTxt; - if (colorID) { + if (colorID !== 'no...
9
diff --git a/source/swap/contracts/handlers/ERC20TransferHandler.sol b/source/swap/contracts/handlers/ERC20TransferHandler.sol @@ -4,8 +4,10 @@ pragma solidity 0.8.17; import "../interfaces/ITransferHandler.sol"; import "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol"; +import "openzeppelin-solidity/contracts/t...
14
diff --git a/src/userscript.ts b/src/userscript.ts @@ -46754,6 +46754,12 @@ var $$IMU_EXPORT$$; // https://obs.line-scdn.net/0hkNQBJYc8NGFsOxgIp3lLNiRmMg4VWC5pBkMjWxltPk8ZVyNhBEE4Vwt5LhIRVDZ1TCYNTk1aGQc2UiFvJikLRA96KRQ_YCx2LiQhDjZiAxADF3MzUFxzB088blNBAyFgUFp9AAw6bFQRXyY2VA - 4032x3168 // https://obs.line-scdn.net/0hYJb...
7
diff --git a/token-metadata/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/metadata.json b/token-metadata/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/metadata.json "symbol": "ISLA", "address": "0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/contracts/indexer/test/Indexer.js b/contracts/indexer/test/Indexer.js @@ -104,7 +104,7 @@ contract('Indexer', ([ownerAddress, aliceAddress, bobAddress]) => { }) it('Staking tokens are minted for Alice', async () => { - emitted(await tokenAST.mint(aliceAddress, 2000), 'Transfer') + emitted(await tokenAST.mi...
3
diff --git a/gameplay/avalonRoom.js b/gameplay/avalonRoom.js @@ -538,7 +538,7 @@ module.exports = function(host_, roomId_, io_){ //if game is finished, reveal everything including roles if(this.phase === "finished"){ - data.see.spies = this.getSpies(); + data.see.spies = this.getAllSpies(); data.see.roles = this.getRev...
1
diff --git a/edit.js b/edit.js @@ -473,6 +473,7 @@ const itemMeshes = []; // let physicsWorker = null; let geometryWorker = null; let geometrySet = null; +let tracker = null; let culler = null; let makeAnimal = null; let chunkMeshes = []; @@ -1389,6 +1390,9 @@ const [ }); }); }); + w.makeTracker = (seed, chunkDistance)...
0
diff --git a/lib/plugins/config/config.js b/lib/plugins/config/config.js const userStats = require('../../utils/userStats'); // class wide constants -const validProviders = ['aws']; +const validProviders = new Set(['aws']); // TODO: update to look like the list in the "create" plugin // once more than one provider is s...
7
diff --git a/test/test.js b/test/test.js @@ -693,13 +693,36 @@ module.exports = function (redom) { setChildren(document.body, []); mount(document.body, elementPlace); - t.equals(document.body.innerHTML, ''); + mount(document.body, el('p', 'After')); + t.equals(document.body.innerHTML, '<p>After</p>'); elementPlace.upda...
0
diff --git a/scripts/components/compact-responsive/compact-responsive.scss b/scripts/components/compact-responsive/compact-responsive.scss } } + // Anti-confusion inner icon coloring system (AIICS) + // (colors the top-level component icons to black if the control is not expanded) + &:not(.is-open) { + .components-base...
11
diff --git a/world.js b/world.js @@ -990,7 +990,7 @@ world.addEventListener('trackedobjectadd', async e => { const minimapObject = minimap.addObject(mesh); mesh.minimapObject = minimapObject; - if (contentId && instanceId && token.owner.address && token.owner.monetizationPointer && token.owner.monetizationPointer[0] ==...
2
diff --git a/src/core/Utils.js b/src/core/Utils.js @@ -1185,33 +1185,6 @@ const Utils = { "Latin1": CryptoJS.enc.Latin1, }, - - /** - * A utility for "debouncing" functions. - * Debouncing is when you want to ensure events triggered by an event are rate-limited. - * @constant - */ - debounce(fn, delay) { - let timeout;...
2
diff --git a/packages/2019-transportation/src/components/SystemWideSummary/systemWideSummaryMeta.js b/packages/2019-transportation/src/components/SystemWideSummary/systemWideSummaryMeta.js @@ -14,7 +14,7 @@ const SystemWideSummaryMeta = data => ({ .reduce((acc, result) => acc + result.total_ons, 0) .toLocaleString()} t...
3
diff --git a/src/components/history/history.js b/src/components/history/history.js @@ -56,7 +56,7 @@ const History = { } }, slugify(text) { - return text.toString().toLowerCase() + return text.toString() .replace(/\s+/g, '-') .replace(/[^\w-]+/g, '') .replace(/--+/g, '-')
11
diff --git a/src/assets/css/suneditor.css b/src/assets/css/suneditor.css /** --- RTL ---------------------------------------------------------- */ /* tray */ .sun-editor.se-rtl .se-btn-tray {direction:rtl;} + +/* button--- */ /* button - select text */ .sun-editor.se-rtl .se-btn-select .txt {flex:auto; text-align:right...
3
diff --git a/src/core/Line.tsx b/src/core/Line.tsx import * as React from 'react' -import * as THREE from 'three' +import { Vector2, Vector3, Color } from 'three' import { ReactThreeFiber } from 'react-three-fiber' import { LineGeometry } from 'three/examples/jsm/lines/LineGeometry' import { LineMaterial, LineMaterialP...
11
diff --git a/README.md b/README.md @@ -13,7 +13,7 @@ Buttercup credentials manager extension for the browser. <img src="https://raw.githubusercontent.com/buttercup/buttercup-browser-extension/master/chrome-extension.jpg" /> </p> -[![Buttercup](https://cdn.rawgit.com/buttercup-pw/buttercup-assets/6582a033/badge/buttercu...
14
diff --git a/articles/quickstart/spa/socket-io/01-login.md b/articles/quickstart/spa/socket-io/01-login.md @@ -4,17 +4,6 @@ description: This tutorial demonstrates how to use the Auth0 Socket.io SDK to ad budicon: 448 --- -<%= include('../../../_includes/_package', { - org: 'auth0-samples', - repo: 'auth0-socket.io-sam...
2
diff --git a/src/angular/src/app/card-docs/card-docs.component.ts b/src/angular/src/app/card-docs/card-docs.component.ts @@ -78,7 +78,7 @@ import { Component } from '@angular/core'; " imgSrc="https://sparkdesignsystem.com/assets/toolkit/images/desktop.jpg" imgAlt="Placeholder Image" - imgHref="staging.sparkdesignsystem...
3
diff --git a/src/index.js b/src/index.js @@ -336,7 +336,7 @@ class Offline { this.serverlessLog(`Routes for ${funName}:`); // Adds a route for each http endpoint - fun.events.forEach(event => { + fun.events && fun.events.forEach(event => { if (!event.http) return; if (_.eq(event.http.private, true)) {
0
diff --git a/userscript.user.js b/userscript.user.js @@ -888,7 +888,7 @@ var $$IMU_EXPORT$$; imu_enabled: true, language: browser_language, advanced_options: false, - allow_browser_request: false, + allow_browser_request: true, redirect: true, redirect_history: true, canhead_get: true, @@ -20179,6 +20179,9 @@ var $$IMU...
11
diff --git a/Source/Shaders/GlobeVS.glsl b/Source/Shaders/GlobeVS.glsl @@ -189,7 +189,7 @@ void main() // There is one final matter to clear up. Our aspect is in [0,pi), but we need it to be in [0,2pi). float determ = dot(cross(vectorEastMC, aspect_vector), ellipsoidNormal); // Calculate a 3x3 determinant. - float dete...
1
diff --git a/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/Shared/CJ4_Shared.js b/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/Shared/CJ4_Shared.js @@ -3485,10 +3485,6 @@ class CJ4_ChecklistContainer extends NavSystemElementCon...
7
diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js @@ -151,7 +151,7 @@ class ValidationStep extends React.Component { value={this.state.amount3} onChangeText={amount3 => this.setState({amount3})} /> - {Boolean(errorMessage) && ( + {_.isEmpty(errorMessage) &&...
4
diff --git a/grant.d.ts b/grant.d.ts @@ -163,7 +163,7 @@ export interface GrantProvider { /** * Custom authorization parameters and their values */ - custom_params?: obj + custom_params?: any /** * String to embed into the authorization server URLs */ @@ -171,11 +171,11 @@ export interface GrantProvider { /** * Public ...
4
diff --git a/autoform-inputs.js b/autoform-inputs.js @@ -163,24 +163,16 @@ function markChangedThrottle(fn, limit) { } } -const markChangedAncestors = (template, fieldName, fieldValue) => { +const markChangedAncestors = (template, fieldName) => { // To properly handle array fields, we'll mark the ancestors as changed, ...
7
diff --git a/src/public/disease/sections/RelatedDiseases/Section.js b/src/public/disease/sections/RelatedDiseases/Section.js @@ -4,6 +4,14 @@ import { Link, significantFigures } from 'ot-ui'; import Table from '../../../common/Table/Table'; import LinearVenn, { LinearVennLegend } from '../../../common/LinearVenn'; +con...
7
diff --git a/app/components/toolpallete.element.js b/app/components/toolpallete.element.js @@ -84,11 +84,11 @@ export default class ToolPallete extends HTMLElement { ${list} <li aria-label="${value.label} Tool (${key})" aria-description="${value.description}" data-tool="${value.tool}" data-active="${key == 'g'}">${valu...
7
diff --git a/src/PDF.js b/src/PDF.js @@ -111,6 +111,8 @@ export default class PDF extends Webform { this.appendChild(this.refs.iframeContainer, this.iframeElement); // Post the form to the iframe + this.form.base = Formio.getBaseUrl(); + this.form.projectUrl = Formio.getProjectUrl(); this.postMessage({ name: 'form', da...
12
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/filedropper/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/filedropper/template.vue @@ -35,6 +35,7 @@ export default { components: { Icon }, + emits: ['upload-done'], props: { dropContext: { default() { @@...
7
diff --git a/data.js b/data.js @@ -1685,7 +1685,14 @@ module.exports = [{ tags: ["date", "calendar", "picker", "datepicker"], description: "Small, zero-dependency date picker (~1500 bytes min+zipped)", url: "https://github.com/chrisdavies/tiny-date-picker", - source: "https://raw.githubusercontent.com/chrisdavies/tiny-...
0
diff --git a/includes/Modules/Thank_With_Google.php b/includes/Modules/Thank_With_Google.php @@ -134,18 +134,6 @@ final class Thank_With_Google extends Module } ); - add_filter( - 'googlesitekit_apifetch_preload_paths', - function ( $paths ) { - return array_merge( - $paths, - array( - '/' . REST_Routes::REST_ROOT . '/...
5
diff --git a/Specs/Core/EllipsoidOutlineGeometrySpec.js b/Specs/Core/EllipsoidOutlineGeometrySpec.js @@ -38,6 +38,14 @@ defineSuite([ }).toThrowDeveloperError(); }); + it('constructor throws if offset attribute is equal to GeometryOffsetAttribute.TOP', function () { + expect(function() { + return new EllipsoidOutlineGe...
3
diff --git a/source/datastore/store/Store.js b/source/datastore/store/Store.js @@ -1251,6 +1251,9 @@ const Store = Class({ return this; } + if ( !accountId ) { + accountId = this._defaultAccountId; + } const account = this.getAccount( accountId ); const typeId = guid( Type ); const typeToStatus = account.status;
11
diff --git a/magda-web-client/src/Components/Dataset/Add/DatasetAddCommon.ts b/magda-web-client/src/Components/Dataset/Add/DatasetAddCommon.ts @@ -949,12 +949,14 @@ async function convertStateToDatasetRecord( })); } + const authPolicy = authnReadPolicyId + ? authnReadPolicyId + : DEFAULT_POLICY_ID; + const inputDataset...
12
diff --git a/token-metadata/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/metadata.json b/token-metadata/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/metadata.json "symbol": "ALEND", "address": "0x7D2D3688Df45Ce7C552E19c27e007673da9204B8", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/execute_awsbinary.go b/execute_awsbinary.go @@ -112,8 +112,6 @@ func tappedHandler(handlerSymbol interface{}, ctx = context.WithValue(ctx, ContextKeyRequestLogger, logrusEntry) ctx = applyInterceptors(ctx, msg, interceptors.AfterSetup) - ctx = applyInterceptors(ctx, msg, interceptors.BeforeDispatch) - // c...
5
diff --git a/README.md b/README.md [![Dependency Status](https://david-dm.org/bustlelabs/mobiledoc-kit/master.svg)](https://david-dm.org/bustlelabs/mobiledoc-kit/master) [![devDependency Status](https://david-dm.org/bustlelabs/mobiledoc-kit/master/dev-status.svg)](https://david-dm.org/bustlelabs/mobiledoc-kit/master#in...
1
diff --git a/index.js b/index.js @@ -221,6 +221,4 @@ program.parse(process.argv); if (!program.args.length) { program.help(); -} else { - console.error('Error: Unknown command "%s". Use "sfcc-ci --help".', program.args[0]); } \ No newline at end of file
13
diff --git a/packages/nova-routing/lib/server/router.jsx b/packages/nova-routing/lib/server/router.jsx @@ -68,6 +68,7 @@ function generateSSRData(options, req, res, renderProps) { css = req.css; } catch (err) { + console.log(err) // eslint-disable-line no-console console.error(new Date(), 'error while server-rendering'...
7
diff --git a/packages/spark-core/settings/_settings.scss b/packages/spark-core/settings/_settings.scss @@ -283,7 +283,6 @@ $btn-padding: $space-inset-short-l !default; $btn-text-color: $white !default; $btn-breakpoint-xs: 30rem !default; $btn-breakpoint-s: 42.5rem !default; -$btn-breakpoint: 30rem !default; $btn-transi...
1
diff --git a/packages/cx/src/widgets/form/LookupField.scss b/packages/cx/src/widgets/form/LookupField.scss ); height: 100%; - display: flex; - flex-wrap: wrap; - align-items: center; + display: block; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; .#{$state}multiple > & { padding: ...
0
diff --git a/rig-aux.js b/rig-aux.js @@ -57,6 +57,10 @@ class RigAux { // hacks { root.position.y = 0; + localEuler.setFromQuaternion(root.quaternion, 'YXZ'); + localEuler.x = 0; + localEuler.z = 0; + root.quaternion.setFromEuler(localEuler); } const mixer = new THREE.AnimationMixer(root);
0
diff --git a/modules/@apostrophecms/page/views/notFound.html b/modules/@apostrophecms/page/views/notFound.html <p class="apos-not-found__error-code">{{ __t('apostrophe:notFoundPageStatusCode') }}</p> <h1 class="apos-not-found__message"> {{ __t('apostrophe:notFoundPageMessage') }} - <a class="apos-not-found__home-link" ...
4
diff --git a/src/web/store/index.js b/src/web/store/index.js import isElectron from 'is-electron'; import path from 'path'; -import _ from 'lodash'; +import debounce from 'lodash/debounce'; +import difference from 'lodash/difference'; +import get from 'lodash/get'; +import set from 'lodash/set'; +import merge from 'lod...
4
diff --git a/api/buildout.cfg b/api/buildout.cfg @@ -25,7 +25,7 @@ zcml-additional = <configure xmlns="http://namespaces.zope.org/zope" xmlns:plone="http://namespaces.plone.org/plone"> <plone:CORSPolicy - allow_origin="http://localhost:4300,http://127.0.0.1:4300" + allow_origin="http://localhost:3000,http://127.0.0.1:3...
12
diff --git a/lib/assets/test/spec/new-dashboard/unit/specs/components/DatasetCard.spec.js b/lib/assets/test/spec/new-dashboard/unit/specs/components/DatasetCard.spec.js @@ -11,7 +11,7 @@ import UserModel from 'dashboard/data/user-model'; const localVue = createLocalVue(); localVue.use(Vuex); -let $cartoModels, actions,...
2
diff --git a/resources/quiz_data/numbers.json b/resources/quiz_data/numbers.json "scoreAnswerStrategy": "ONE_ANSWER_ONE_POINT", "additionalAnswerWaitStrategy": "JAPANESE_SETTINGS", "discordIntermediateAnswerListElementStrategy": "CORRECT_ANSWERS", - "answerCompareStrategy": "STRICT", + "answerCompareStrategy": "CONVERT...
4
diff --git a/src/assets/drizzle/styles/components/_navigation.scss b/src/assets/drizzle/styles/components/_navigation.scss overflow: auto; padding-top: 1rem; position: fixed; + z-index: 4; } .#{$app-namespace}-c-Navigation__menu {
3
diff --git a/app/views/users/logix/favourites.html.erb b/app/views/users/logix/favourites.html.erb <a href="<%= create_fork_project_path(project) %>" class="btn btn-about" target="_blank">Fork</a> <% end %> <a href="#" id="<%= project.id %>" class="previewButton btn btn-about" data-toggle="modal" data-target="#myModal"...
1
diff --git a/templates/inventory-sheet.html b/templates/inventory-sheet.html {{#if (isUserCreated this)}}&nbsp; <i class="far fa-bookmark" style="float: right; color: steelblue; font-weight: 900; padding-top: 3px;"></i> {{/if}} + {{#if (ignoreImportQty this)}}&nbsp; + <i class="fas fa-file" style="float: right; color: ...
3
diff --git a/bake.html b/bake.html document.body.appendChild(renderer.domElement); + window.addEventListener('resize', e => { + renderer.setSize(window.innerWidth, window.innerHeight); + renderer.clear(); + app.render(); + }); + const oldGeometries = Object.keys(oldGeometryMap).map(k => oldGeometryMap[k]); const oldMat...
0
diff --git a/articles/tokens/refresh-token/current/index.md b/articles/tokens/refresh-token/current/index.md @@ -69,6 +69,8 @@ The response should contain an access token and a refresh token. } ``` +If you are requesting a `refresh_token` for a mobile app using the corresponding Native Client (which is public) then you...
0
diff --git a/src/profile-image/index.js b/src/profile-image/index.js @@ -125,7 +125,16 @@ class ProfileImage extends Tonic { /* global Tonic */ if (e.data) return e.stopPropagation() + const { + size, + type, + path, + lastModifiedDate + } = data + this.getPictureData(data, (err, data) => { + if (!this.root) return + i...
12
diff --git a/democracylab/emails.py b/democracylab/emails.py @@ -236,21 +236,20 @@ def notify_project_owners_volunteer_concluded_email(volunteer_relation, comments def send_email(email_msg, email_acct=None): if not settings.FAKE_EMAILS: email_msg.connection = email_acct['connection'] if email_acct is not None else sett...
11
diff --git a/ui/scss/component/_markdown-preview.scss b/ui/scss/component/_markdown-preview.scss } h1 { - font-size: 2.2em; + font-size: 1.7em; } h2 { - font-size: 1.6em; + font-size: 1.5em; } h3 { - font-size: 1.3em; + font-size: 1.4em; } h4 { - font-size: 1.2em; + font-size: 1.3em; } h5 { - font-size: 1.1em; + font-s...
13
diff --git a/pages/articles.js b/pages/articles.js @@ -58,10 +58,10 @@ const LIST_STAT = gql` `; /** - * @param {object} query + * @param {object} urlQuery - URL query object * @returns {object} ListArticleFilter */ -function query2Filter({ +function urlQuery2Filter({ filter, q, replyRequestCount, @@ -94,10 +94,10 @@ f...
10
diff --git a/test/api/promise.spec.js b/test/api/promise.spec.js @@ -282,8 +282,6 @@ describe('expect.promise', () => { .promise(function() { expect(2, 'to equal', 2); }) - // standard and prettier battle each other on this one - // eslint-disable-next-line no-unexpected-multiline [inspectMethodName](), 'to equal', 'Pr...
2
diff --git a/src/public/client.js b/src/public/client.js import { WeakMap } from 'cross-domain-safe-weakmap/src'; import { ZalgoPromise } from 'zalgo-promise/src'; -import { getAncestor, isAncestor, isWindowClosed } from 'cross-domain-utils/src'; +import { getAncestor, isAncestor, isWindowClosed, getDomain } from 'cros...
7
diff --git a/frontend/src/config.js b/frontend/src/config.js @@ -13,12 +13,6 @@ export const STRINGS = { FOOTER: <div style={{ padding: 10 }}> - <div style={{ marginBottom: 5 }}> - <strong>dr4ft</strong> is a fork of - the <code>drafts.ninja</code> arxanas fork of - the <code>draft</code> project by aeosynth. - </div> ...
5
diff --git a/web-stories.php b/web-stories.php * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.7.0-rc.1 + * Version: 1.7.0-rc.2 * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ if ( ! defined( 'ABSPATH' ) ) { ...
6
diff --git a/app/hotels/src/filter/order/OrderPopup.js b/app/hotels/src/filter/order/OrderPopup.js @@ -69,7 +69,10 @@ export default class OrderPopup extends React.Component<Props, State> { <React.Fragment key={option.key}> {index !== 0 && ( <View style={styles.separator}> - <SeparatorFullWidth color={defaultTokens.pal...
12
diff --git a/src/common/blockchain/interface-blockchain/blocks/Interface-Blockchain-Block.js b/src/common/blockchain/interface-blockchain/blocks/Interface-Blockchain-Block.js @@ -211,8 +211,8 @@ class InterfaceBlockchainBlock { medianTimestamp = medianTimestamp / consts.BLOCKCHAIN.TIMESTAMP.VALIDATION_NO_BLOCKS; if ( t...
13
diff --git a/weapons-manager.js b/weapons-manager.js @@ -15,6 +15,7 @@ import {teleportMeshes} from './teleport.js'; import {appManager, renderer, scene, orthographicScene, camera, dolly} from './app-object.js'; import buildTool from './build-tool.js'; import * as notifications from './notifications.js'; +import * as p...
4
diff --git a/articles/quickstart/spa/_includes/_auth_service_method_description_auth0js.md b/articles/quickstart/spa/_includes/_auth_service_method_description_auth0js.md When you set up the `AuthService` service, you create an instance of the `auth0.WebAuth` object. In that instance, you can define the following: <%= ...
5
diff --git a/Source/Renderer/ModernizeShader.js b/Source/Renderer/ModernizeShader.js @@ -174,7 +174,7 @@ define([ for (var care in variableMap) { if (variableMap.hasOwnProperty(care)) { var matchVar = new RegExp('(layout)[^]+(out)[^]+(' + care + ')[^]+', 'g'); - if (matchVar.exec(l) !== null) { + if (matchVar.test(l)) ...
14
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -956,6 +956,21 @@ export default () => { removeTrackedApp(app) { return world.appManager.removeTrackedApp.apply(world.appManager, arguments); }, + getPlayerByAppInstanceId(instanceId) { + let result = localPlayer.appManager.getAppByInstanceId(instanceId); + if...
0
diff --git a/app/components/Features/ProxyTable/index.js b/app/components/Features/ProxyTable/index.js @@ -75,6 +75,7 @@ const ProxyTable = props => { icon={AssignmentTurnedIn} header="Registered Proxies" subheader=" - Select one to vote for you!"> + <h5>Click the account name to view more info at bloks.io. Select a pr...
0
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss @@ -29,8 +29,11 @@ $wallet-view-bg: $wild-sand; .wallet-view { flex: 33.5 0 33.5%; background: $wallet-view-bg; + + @media screen and (min-width: 576px) { overflow-y: scroll; } +} .wallet-view-title-wrapper { ...
11
diff --git a/app/controllers/samples_controller.rb b/app/controllers/samples_controller.rb @@ -216,8 +216,8 @@ class SamplesController < ApplicationController unless users.empty? results["Uploader"] = { "name" => "Uploader", - "results" => users.index_by(&:name).map do |_, u| - { "category" => "Uploader", "title" => u....
9
diff --git a/server/game/conflict.js b/server/game/conflict.js @@ -292,8 +292,6 @@ class Conflict { return; } - this.game.reapplyStateDependentEffects(); - this.attackerSkill = this.calculateSkillFor(this.attackers) + this.attackerSkillModifier; this.defenderSkill = this.calculateSkillFor(this.defenders) + this.defende...
2
diff --git a/public/index.html b/public/index.html <link rel="shortcut icon" href="__ROOT_PATH__/favicon.ico" > <link rel="shortcut icon" href="/images/icon.png" > <title>ungit</title> + <!-- these are broken even in google official datalab tutorial! --> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/...
1
diff --git a/OurUmbraco/Community/Controllers/TwitterSearchController.cs b/OurUmbraco/Community/Controllers/TwitterSearchController.cs @@ -60,7 +60,8 @@ namespace OurUmbraco.Community.Controllers x.CreatedBy.UserIdentifier.ScreenName.ToLowerInvariant().ContainsAny(usernameFilter) == false && x.UserMentions.Any(m => m.S...
2
diff --git a/src/libs/SidebarUtils.js b/src/libs/SidebarUtils.js @@ -99,7 +99,7 @@ function getOrderedReportIDs(reportIDFromRoute) { // However, this code needs to be very performant to handle thousands of reports, so in the interest of speed, we're just going to disable this lint rule and add // the reportDisplayName ...
8
diff --git a/CHANGES.md b/CHANGES.md @@ -5,6 +5,7 @@ Change Log ##### Fixes :wrench: * Fix Geocoder auto-complete suggestions when hosted inside Web Components. [#8425](https://github.com/AnalyticalGraphicsInc/cesium/pull/8425) +* `TileMapServiceImageryProvider` will now reject the `readyPromise` if the `tilemapresourc...
3
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish: - needs: [version, draft] + needs: [version, notes] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2
1
diff --git a/test/jasmine/tests/plotschema_test.js b/test/jasmine/tests/plotschema_test.js @@ -76,7 +76,7 @@ describe('plot schema', function() { var valObject = valObjects[attr.valType], opts = valObject.requiredOpts .concat(valObject.otherOpts) - .concat(['valType', 'description', 'role']); + .concat(['valType', 'des...
0
diff --git a/package.json b/package.json { "name": "minimap", "main": "./lib/main", - "version": "4.29.3", + "version": "4.29.4", "private": true, "description": "A preview of the full source code.", "author": "Fangdun Cai <cfddream@gmail.com>",
6
diff --git a/game.js b/game.js @@ -1903,6 +1903,9 @@ const gameManager = { const localPlayer = metaversefileApi.useLocalPlayer(); localPlayer.removeAction('activate'); }, + setAvatarQuality(quality) { + localPlayer.avatar.setQuality(quality); + }, playerDiorama: null, async bindPreviewCanvas(canvas) { await rendererWai...
0