code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/utils/link/link-by-prompt.js b/src/utils/link/link-by-prompt.js @@ -3,7 +3,6 @@ const inquirer = require('inquirer') const chalk = require('chalk') const isEmpty = require('lodash.isempty') const getRepoData = require('../get-repo-data') -const { ensureNetlifyIgnore } = require('../gitignore') const { ...
2
diff --git a/src/lib/actions/Report.js b/src/lib/actions/Report.js @@ -172,18 +172,18 @@ function fetchHistory(reportID) { /** * Get the chat report ID, and then the history, for a chat report for a specific - * set of patricipants + * set of participants * * @param {string[]} participants + * @returns {Promise} */ fun...
7
diff --git a/lib/pipeline/watch.js b/lib/pipeline/watch.js @@ -117,7 +117,7 @@ class Watch { this.logger.trace(files); let configWatcher = chokidar.watch(files, { - ignored: /[\/\\]\./, persistent: true, ignoreInitial: true, followSymlinks: true + ignored: /[\/\\]\.|tmp_/, persistent: true, ignoreInitial: true, followS...
8
diff --git a/app/components/Settings/Settings.jsx b/app/components/Settings/Settings.jsx @@ -14,6 +14,7 @@ import BackupSettings from "./BackupSettings"; import AccessSettings from "./AccessSettings"; import {set} from "lodash-es"; import {getAllowedLogins, getFaucet} from "../../branding"; +import {Input} from "bitsha...
14
diff --git a/tests/phpunit/integration/Modules/AdSenseTest.php b/tests/phpunit/integration/Modules/AdSenseTest.php @@ -171,11 +171,7 @@ class AdSenseTest extends TestCase { } } - /** - * @dataProvider module_is_connected - * @param bool $connected - */ - public function test_adsense_platform_tags( $connected ) { + publ...
2
diff --git a/app/models/mission/MissionTable.scala b/app/models/mission/MissionTable.scala @@ -643,6 +643,8 @@ object MissionTable { /** * Creates a new audit mission entry in mission table for the specified user/region id. * + * NOTE only call from queryMissionTable or queryMissionTableValidationMissions funcs to prev...
3
diff --git a/src/components/stepThree/index.js b/src/components/stepThree/index.js @@ -381,7 +381,7 @@ export class stepThree extends React.Component { mutators={{ ...arrayMutators }} initialValues={{ walletAddress: tierStore.tiers[0].walletAddress, - minCap: 0, + minCap: '', gasPrice: this.gasPrices[0], whitelistEnabl...
12
diff --git a/packages/core/src/PlayerContextProvider.js b/packages/core/src/PlayerContextProvider.js @@ -186,7 +186,9 @@ export class PlayerContextProvider extends Component { this.videoHostVacatedCallbacks = new Map(); // bind internal methods - this.onTrackPlaybackFailure = this.onTrackPlaybackFailure.bind(this); + t...
10
diff --git a/app/views/admin/client_applications/api_key.html.erb b/app/views/admin/client_applications/api_key.html.erb </div> +<% if current_user.has_feature_flag?('new-dashboard-feature') %> <%= render 'admin/shared/new_private_footer' %> +<% else %> + <%= render 'admin/shared/footer' %> +<% end %> <% if @has_new_da...
12
diff --git a/Source/dom/models/DataOverride.js b/Source/dom/models/DataOverride.js @@ -18,7 +18,13 @@ if (typeof MSDataOverride !== 'undefined') { DataOverride.define('override', { get() { - return Override.fromNative(this._object.availableOverride()) + const wrapped = Override.fromNative(this._object.availableOverride...
12
diff --git a/token-metadata/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/metadata.json b/token-metadata/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/metadata.json "symbol": "YFARM", "address": "0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/src/components/Sidebar/LatestRecommendations.less b/src/components/Sidebar/LatestRecommendations.less margin: 12px; background-color: #e9e7e7; } + +.Recommendation { + &__author { + font-weight: bold; + } + &__bullet:after { + content: '\2022'; + font-size: 14px; + margin-left: 4px; + } + &__date { + margi...
3
diff --git a/.eslintrc b/.eslintrc "no-trailing-spaces": ["warn"], "no-undef": ["error"], "no-unexpected-multiline": ["warn"], - "no-unused-vars": ["warn", {"caughtErrors":"all", "caughtErrorsIgnorePattern": "^unused($|[A-Z].*$)"}], + "no-unused-vars": ["warn", {"caughtErrors":"all", "caughtErrorsIgnorePattern": "^unus...
0
diff --git a/src/components/profile/Profile.js b/src/components/profile/Profile.js @@ -11,12 +11,10 @@ import ProfileDataTable from './ProfileDataTable' const log = logger.child({ from: 'Profile' }) const EditIcon = props => <IconButton {...props} name="edit" /> -const PrivateIcon = props => <IconButton {...props} name...
2
diff --git a/contracts/modules/Checkpoint/ERC20DividendCheckpoint.sol b/contracts/modules/Checkpoint/ERC20DividendCheckpoint.sol @@ -144,14 +144,14 @@ contract ERC20DividendCheckpoint is DividendCheckpoint { dividends[dividends.length - 1].dividendExcluded[_excluded[j]] = true; } dividendTokens[dividendIndex] = _token;...
10
diff --git a/lib/cartodb/middleware/rate-limit.js b/lib/cartodb/middleware/rate-limit.js @@ -49,9 +49,9 @@ function rateLimitFn(userLimitsApi, endpointGroup = null) { }); if (isBlocked) { - const err = new Error('You are over the limits.'); - err.http_status = 429; - return next(err); + const rateLimitError = new Error...
1
diff --git a/pages/06.data-sources/01.formats/docs.md b/pages/06.data-sources/01.formats/docs.md @@ -24,7 +24,7 @@ Select2 can render programmatically supplied data from an array or remote data s } ``` -Each object should contain, _at a minimum_, an `id` and a `text` property. Any additional parameters passed in with d...
7
diff --git a/OurUmbraco.Client/src/scss/pages/_forum.scss b/OurUmbraco.Client/src/scss/pages/_forum.scss display: flex; flex: 0 0 100%; flex-wrap: wrap; - background: none; padding: 0; &-settings { flex-direction: row; flex-wrap: wrap; - align-items: center; - padding: 0 10px; .search-big { .or { flex: 0 0 5%; - color:...
3
diff --git a/edit.html b/edit.html <div class=row> <a id=tool-1 class="tool selected" tool="camera"> <i class="fal fa-camera"></i> - <div class=label>Camera tool</div> + <div class=label>Camera tool [ESC]</div> </a> <a id=tool-2 class="tool" tool="firstperson"> <i class="fal fa-eye"></i> - <div class=label>First person...
0
diff --git a/articles/quickstart/native/android-vnext/00-login.md b/articles/quickstart/native/android-vnext/00-login.md @@ -98,11 +98,6 @@ For more information about using Gradle, check the [Gradle official documentatio [Universal Login](/hosted-pages/login) is the easiest way to set up authentication in your applicat...
2
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.10.0-alpha.0 + * Version: 1.10.0-rc.1 * Requires at least: 5.5 * Requires PHP: 7.0 * Text Domain: web-stories @@ -40,7 +40,7 @@ if ( ! defined( 'ABSPATH' )...
6
diff --git a/package.json b/package.json "type": "git", "url": "git+https://github.com/dherault/serverless-offline.git" }, - "release": { - "branch": "master" - }, "keywords": [ "Serverless", "Amazon Web Services", "eslint-config-nelson": "^0.2.0", "eslint-plugin-import": "^2.14.0", "mocha": "^5.2.0", - "semantic-relea...
2
diff --git a/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/input-color-picker/input-color-picker-header.js b/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/input-color-picker/input-color-picker-header.js @@ -13,7 +13,7 @@ module.export...
2
diff --git a/package.json b/package.json "css-loader": "^3.6.0", "cssnano": "^4.1.10", "eslint": "^7.20.0", - "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^22.21.0",
2
diff --git a/index.d.ts b/index.d.ts +/// <reference lib="es2015.generator" /> +/// <reference lib="es2015.iterable" /> + declare module 'fluture' { export interface RecoverFunction { @@ -20,24 +23,6 @@ declare module 'fluture' { (err: E | null, value?: R): void } - export interface Next<T> { - done: boolean - value: T...
4
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -7,6 +7,7 @@ import ShoulderTransforms from './vrarmik/ShoulderTransforms.js'; import LegsManager from './vrarmik/LegsManager.js'; // import {world} from '../world.js'; import MicrophoneWorker from './microphone-worker.js'; +import {AudioRecognizer} from '../audio...
0
diff --git a/lib/assets/test/spec/dashboard/views/api-keys/api-keys-form-view.spec.js b/lib/assets/test/spec/dashboard/views/api-keys/api-keys-form-view.spec.js @@ -382,7 +382,7 @@ describe('dashboard/views/api-keys/api-keys-form-view', function () { }); it('should add api key name error when request fails', function (...
9
diff --git a/admin-base/ui.apps/src/main/js/apiImpl.js b/admin-base/ui.apps/src/main/js/apiImpl.js @@ -608,9 +608,11 @@ class PerAdminImpl { }) .then(function(){ let nodes = '' - if (path.includes("/pages/")) { + const pagesRgx = new RegExp('^\/content\/[^\/]+\/pages\/'); + const templatesRgx = new RegExp('^\/content\/...
7
diff --git a/modules/ringo/term.js b/modules/ringo/term.js * @see http://en.wikipedia.org/wiki/ANSI_escape_code */ -var system = require('system'); -var {Stream, TextStream} = require('io'); -var System = java.lang.System; +const system = require('system'); +const {Stream, TextStream} = require('io'); +const System = j...
4
diff --git a/src/react/projects/spark-core-react/src/SprkTabs/SprkTabs.js b/src/react/projects/spark-core-react/src/SprkTabs/SprkTabs.js @@ -35,12 +35,11 @@ class SprkTabs extends Component { */ componentDidMount() { const { breakpoint } = this.props; - const tabsContainer = this.tabsContainerRef; this.setDefaultActive...
3
diff --git a/package.json b/package.json "prerelease-zip": "npm run build", "release-zip": "npm run zip", "pretest": "npm run build:production -- --display=none", - "pretest:visualtest": "npm run build:storybook", + "pretest:visualtest": "VRT=1 npm run build:storybook", "test": "npm run test:js:watch", "test:visualtest...
12
diff --git a/src/middleware/packages/webacl/services/group/index.js b/src/middleware/packages/webacl/services/group/index.js +const urlJoin = require('url-join'); const createAction = require('./actions/create'); const deleteAction = require('./actions/delete'); const existAction = require('./actions/exist'); @@ -43,9 ...
12
diff --git a/src/lib/API/wrappedApi.js b/src/lib/API/wrappedApi.js @@ -34,7 +34,9 @@ export const useApi = () => { return function(...args) { beforeFetching() let result = origMethod.apply(target, args) + if (isFunction(result.then)) { result.then(afterFetching).catch(errorHandler) + } return result } }
0
diff --git a/item-spec/README.md b/item-spec/README.md @@ -27,29 +27,3 @@ discussion of the examples. ## Schema Validation Instruction on schema validation for STAC Items can be found in the [validation instructions](../validation/README.md). - -## Item Evolution - -STAC Items are still a work in progress, and feedback...
2
diff --git a/src/util/config/schema.js b/src/util/config/schema.js @@ -54,7 +54,7 @@ const feedsSchema = Joi.object({ }) const advancedSchema = Joi.object({ - shards: Joi.number().greater(0).strict().default(1), + shards: Joi.number().greater(-1).strict().default(0), batchSize: Joi.number().greater(0).strict().default(...
12
diff --git a/js/webcomponents/bisweb_filetreepanel.js b/js/webcomponents/bisweb_filetreepanel.js @@ -95,14 +95,6 @@ class FileTreePanel extends HTMLElement { 'action': (node) => { this.openTagSettingPopover(node); } - }, - 'Chart' : { - 'separator_before': false, - 'separator_after': false, - 'label': 'Show VOI Chart',...
2
diff --git a/src/utils.js b/src/utils.js @@ -47,7 +47,7 @@ export const newClient = () => { * in functions such as <a href="#module-Apify-getValue">Apify.getValue()</a> * or <a href="#module-Apify-call">Apify.call()</a>. * The settings of the client can be globally altered by calling the - * <a href="https://www.apify....
1
diff --git a/sirepo/pkcli/synergia.py b/sirepo/pkcli/synergia.py @@ -91,7 +91,7 @@ def _run_twiss_report(data, twiss): plots.append({ 'name': report[yfield], 'points': [], - 'label': template.label(report[yfield]), + 'label': template.label(report[yfield], _SCHEMA['enum']['TwissParameter']), 'color': _PLOT_LINE_COLOR[y...
7
diff --git a/.github/workflows/docsearchConfigScript.js b/.github/workflows/docsearchConfigScript.js @@ -42,7 +42,7 @@ var config = { default_value: "en", }, }, - selectors_exclude: ["aside", "nav", "footer", ".header-anchor"], + selectors_exclude: ["aside", "nav", "footer", "style"], strip_chars: " .,;:#", custom_sett...
8
diff --git a/userscript.user.js b/userscript.user.js @@ -18261,6 +18261,79 @@ var $$IMU_EXPORT$$; return src.replace(/_[a-z](\.[^/.]*)$/, "_b$1"); } + if (host_domain_nosub === "tiktok.com" && options && options.cb && options.do_request && options.element) { + var query_tiktok = function(url, cb) { + var normalized_url...
7
diff --git a/docs/github-releases.md b/docs/github-releases.md @@ -13,8 +13,8 @@ See this screenshot for an overview of what release-it automates: To add [GitHub releases](https://help.github.com/articles/creating-releases/) in your release-it flow: - Configure `github.release: true`. -- Obtain a [personal access token...
7
diff --git a/package.json b/package.json "version": "1.0.61", "description": "grid.space 3d slice & modeling tools", "author": "Stewart Allen <sa@grid.space>", + "license": "SEE LICENCE in license.md", "private": false, "repository": { "type": "git", "start-web": "node js/web-server nolocal" }, "dependencies": { - "con...
3
diff --git a/lib/translations.json b/lib/translations.json "key": "components/Discussion/Notification/NONE/label", "value": "Keine" }, + { "key": "components/Discussion/NotificationChannel/EMAIL/label", - "value": "E-Mail" + "value": "E-Mail-Benachrichtigungen" }, { "key": "components/Discussion/NotificationChannel/WEB...
13
diff --git a/articles/best-practices/rules.md b/articles/best-practices/rules.md @@ -556,10 +556,10 @@ There are situations though when it may be desirable to bypass an MFA request. F As a best practice, we recommend that if you have any MFA-related rule logic similar to that described in the the list below, that **you...
3
diff --git a/setup.cfg b/setup.cfg @@ -7,8 +7,9 @@ exclude = docs/components_page/components/fade.py, docs/components_page/components/input_group/button.py, docs/components_page/components/input_group/dropdown.py, - docs/components_page/components/progress.py - docs/components_page/components/table/kwargs.py + docs/com...
8
diff --git a/test/jasmine/tests/transition_test.js b/test/jasmine/tests/transition_test.js @@ -639,7 +639,7 @@ describe('Plotly.react transitions:', function() { .then(done); }); - it('should only transition the layout when both traces and layout have animatable changes by default', function(done) { + it('@flaky should...
0
diff --git a/app/shared/reducers/system.js b/app/shared/reducers/system.js @@ -34,6 +34,7 @@ export default function system(state = {}, action) { const accountField = `${requestName}_LAST_ACCOUNT`; const contractField = `${requestName}_LAST_CONTRACT`; + const dataField = `${requestName}_DATA`; const errField = `${reque...
11
diff --git a/src/vaadin-combo-box-mixin.html b/src/vaadin-combo-box-mixin.html @@ -252,7 +252,7 @@ This program is available under Apache License Version 2.0, available at https:/ this.focus(); } } - } else if (this._openedWithFocusRing) { + } else if (this._openedWithFocusRing && this.hasAttribute('focused')) { this.f...
12
diff --git a/tests/e2e/config/bootstrap.js b/tests/e2e/config/bootstrap.js @@ -180,7 +180,7 @@ function observeNavigationRequest( req ) { */ function observeNavigationResponse( res ) { if ( res.request().isNavigationRequest() ) { - const data = responseObservables( res ); + const data = [ res.status(), res.request().me...
2
diff --git a/src/encoded/static/scss/encoded/modules/_key-value-display.scss b/src/encoded/static/scss/encoded/modules/_key-value-display.scss @@ -23,6 +23,9 @@ dl.key-value, dl.key-value-doc { width: auto; word-wrap: break-word; word-break: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; } d...
0
diff --git a/physics-manager.js b/physics-manager.js @@ -115,6 +115,8 @@ physicsManager.addCookedConvexGeometry = (buffer, position, quaternion) => { return physicsId; }; +physicsManager.getGeometry = physicsId => geometryManager.geometryWorker.getGeometryPhysics(geometryManager.physics, physicsId); + physicsManager.di...
0
diff --git a/articles/protocols/saml/index.html b/articles/protocols/saml/index.html @@ -20,6 +20,12 @@ title: SAML This article explains the various configuration options of SAML available with Auth0. </p> </li> + <li> + <i class="icon icon-budicon-715"></i><a href="/samlp">Configure a SAML Identity Provider Connectio...
0
diff --git a/404.js b/404.js @@ -23,6 +23,7 @@ let username = await contracts.Account.methods.getMetadata(address, 'name').call if (!username) { username = 'Anonymous'; } +const balance = await contracts.FT.methods.balanceOf(address).call(); const _setStoreHtml = async () => { const oldStore = document.querySelector('....
0
diff --git a/assets/js/modules/analytics/datastore/accounts.js b/assets/js/modules/analytics/datastore/accounts.js @@ -87,8 +87,6 @@ export const actions = { /** * Creates a new Analytics account. * - * Creates a new Analytics account for a user. - * * @since n.e.x.t * * @param {Object} args Argument params.
2
diff --git a/src/plugins/ThumbnailGenerator/index.js b/src/plugins/ThumbnailGenerator/index.js @@ -105,7 +105,9 @@ module.exports = class ThumbnailGenerator extends Plugin { image = this.protect(image) - var steps = Math.ceil(Math.log2(image.width / targetWidth)) + // Use the Polyfill for Math.log2() since IE doesn't s...
3
diff --git a/modules/ringo/jsgi/response.js b/modules/ringo/jsgi/response.js @@ -651,7 +651,7 @@ exports.range = function (request, representation, size, contentType, timeout, m headers["Content-Range"] = "bytes " + ranges[0].join("-") + "/" + (size >= 0 ? size : "*"); } - const {servletRequest, servletResponse} = requ...
4
diff --git a/README.md b/README.md @@ -504,7 +504,7 @@ TagUI is a young tool and it tries to do the task of automating UI interactions 0,15,30,45 * * * * /full_path_on_your_server/tagui_crontab ``` - To call an automation flow from your application or web browser, use below API syntax. Custom input(s) supported. Automa...
7
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -61,26 +61,26 @@ commands: - run: name: Building docker image command: | - docker build -t ${DOCKHUB_ORGANISATION}/binary-static-tradingview:${CIRCLE_SHA1} . + docker build -t ${DOCKHUB_ORGANISATION}/binary-static-bot:${CIRCLE_SHA1} . - run: name: Pushing Imag...
14
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file. -## Head +## 13.6.0 - Added: `ignoreSelectors[]` to `block-opening-brace-space-before` ([#4640](https://github.com/stylelint/stylelint/pull/4640)). -- Fixed: false positives for all scope disables in `--report-inva...
6
diff --git a/app/services/archetypeLabelService.js b/app/services/archetypeLabelService.js @@ -12,6 +12,7 @@ angular.module('umbraco.services').factory('archetypeLabelService', function (ar // Remember the original number of promises being resolved. var originalLength = promises.length; + return $q.all(promises).then(f...
9
diff --git a/lib/cartodb/models/dataview/numeric-histogram.js b/lib/cartodb/models/dataview/numeric-histogram.js @@ -207,7 +207,7 @@ module.exports = class NumericHistogram extends BaseDataview { _buildQuery (psql, override, callback) { - const histogramSql = this.buildNumericHistogramQueryTpl({ + const histogramSql = ...
10
diff --git a/react/src/base/inputs/SprkCheckbox.stories.js b/react/src/base/inputs/SprkCheckbox.stories.js import React from 'react'; import SprkSelectionInput from './SprkSelectionInput/SprkSelectionInput'; -import SprkErrorContainer from './SprkErrorContainer/SprkErrorContainer'; import SprkCheckboxGroup from './Sprk...
3
diff --git a/src/bot.js b/src/bot.js @@ -98,6 +98,13 @@ class Genesis { }, shardId, shardCount, + disabledEvents: ['GUILD_UPDATE', 'GUILD_MEMBER_REMOVE', 'GUILD_MEMBER_UPDATE', 'GUILD_MEMBERS_CHUNK', 'GUILD_ROLE_CREATE', + 'GUILD_ROLE_DELETE', 'GUILD_ROLE_UPDATE', 'GUILD_BAN_ADD', 'GUILD_BAN_REMOVE', + 'CHANNEL_UPDATE'...
8
diff --git a/weapons-manager.js b/weapons-manager.js @@ -384,6 +384,13 @@ const _click = () => { console.log('wear', o, component); _ungrab(); rigAuxManager.addWearable(o); + o.used = true; + break; + } + case 'sit': { + _ungrab(); + rigAuxManager.addSittable(o); + o.used = true; break; } } @@ -472,10 +479,6 @@ const _...
2
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -2780,6 +2780,18 @@ class Avatar { return this.poseManager.vrTransforms.floorHeight; } + say(audio) { + this.setMicrophoneMediaStream(audio, { + muted: false, + emitVolume: true, + emitBuffer: true, + // audioContext: WSRTC.getAudioContext(), + // microphoneWorkle...
0
diff --git a/README.md b/README.md @@ -102,6 +102,13 @@ Check out the [Envato Tuts+ Startup Series on its codebase](https://code.tutsplu [Snapsure](https://snapsure.app) uses Shepherd to help photographers learn how to set up alerts for their desired picture-perfect weather conditions. + +### [Drupal](https://www.drupa...
0
diff --git a/src/connectors/monstercat.js b/src/connectors/monstercat.js 'use strict'; -Connector.playerSelector = '.controls'; +const playerBar = '.controls'; -Connector.artistTrackSelector = '.controls .scroll-title'; +Connector.playerSelector = playerBar; -Connector.isPlaying = () => $('.controls .fa-pause').length ...
7
diff --git a/compilers/cjs.js b/compilers/cjs.js @@ -29,10 +29,6 @@ CJSRequireTransformer.prototype.transformCallExpression = function (tree) { if (arg.literalToken) { var requireModule = tree.args.args[0].literalToken.processedValue; - // mirror behaviour at https://github.com/systemjs/systemjs/blob/0.19.8/lib/cjs.js#...
2
diff --git a/articles/rules/current/index.md b/articles/rules/current/index.md @@ -316,7 +316,7 @@ You can add `console.log` lines in the Rule's code for debugging. The [Rule Edit ![Rules Editor](/media/articles/rules/rule-editor.png) -1. **TRY THIS RULE**: opens a pop-up where you can run a Rule in isolation. The tool...
2
diff --git a/bin/local-env/install-wordpress.sh b/bin/local-env/install-wordpress.sh @@ -97,7 +97,7 @@ fi # Install a dummy favicon to avoid 404 errors. echo -e $(status_message "Installing a dummy favicon...") container touch /var/www/html/favicon.ico -container chmod 755 /var/www/html/favicon.ico +container chmod 767...
3
diff --git a/edit.js b/edit.js @@ -109,11 +109,11 @@ const _loadGltf = u => new Promise((accept, reject) => { }); const HEIGHTFIELD_SHADER = { uniforms: { - isCurrent: { + /* isCurrent: { type: 'f', value: 0, needsUpdate: true, - }, + }, */ uTime: { type: 'f', value: 0, @@ -186,7 +186,7 @@ const HEIGHTFIELD_SHADER = { ...
2
diff --git a/src/App/components/StoryCard/style.js b/src/App/components/StoryCard/style.js @@ -12,18 +12,16 @@ export const StoryWrapper = styled.div` background-color: ${({ theme }) => theme.bg.default}; transition: all 0.2s ease-in; -webkit-font-smoothing: subpixel-antialiased; - box-shadow: ${Shadow.low}; - border-r...
14
diff --git a/token-metadata/0xAba8cAc6866B83Ae4eec97DD07ED254282f6aD8A/metadata.json b/token-metadata/0xAba8cAc6866B83Ae4eec97DD07ED254282f6aD8A/metadata.json "symbol": "YAMV2", "address": "0xAba8cAc6866B83Ae4eec97DD07ED254282f6aD8A", "decimals": 24, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/src/Model/helpers.js b/src/Model/helpers.js @@ -38,7 +38,7 @@ export async function fetchChildren(model: Model): Promise<Model[]> { }) const results = await Promise.all(promises) - let allChildren = [] - results.forEach(res => {allChildren = allChildren.concat(res)}) - return allChildren + let descendants ...
7
diff --git a/wdio.conf.js b/wdio.conf.js @@ -19,6 +19,8 @@ const config = { baseUrl: `http://${localIP.address()}:${webpackPort}`, specs, + // Travis only has 1 browser instace, set maxInstances to 1 to prevent timeouts + maxInstances: process.env.CI ? 1 : wdioConf.config.maxInstances, seleniumDocker: { enabled: !proce...
12
diff --git a/core/field_bound_variable.js b/core/field_bound_variable.js @@ -434,7 +434,7 @@ Blockly.FieldBoundVariable.prototype.render_ = function() { 'translate(' + xy.x + ',' + xy.y + ')'); this.size_.width = blockShapeWidth - Blockly.BlockSvg.TAB_WIDTH; - this.size_.height = blockShapeHeight; + this.size_.height =...
12
diff --git a/js/bam/bamUtils.js b/js/bam/bamUtils.js @@ -292,14 +292,14 @@ import BamFilter from "./bamFilter.js"; let qualArray; - if (lseq === 1 && String.fromCharCode(ba[p + j] + 33) === '*') { - // TODO == how to represent this? - } else { + // if (lseq === 1 && String.fromCharCode(ba[p] + 33) === '*') { + // // TO...
9
diff --git a/js/tdf/tdfSource.js b/js/tdf/tdfSource.js @@ -35,18 +35,27 @@ var igv = (function (igv) { this.windowFunction = config.windowFunction || "mean"; this.reader = new igv.TDFReader(config); + this.featureCache = []; }; igv.TDFSource.prototype.getFeatures = function (chr, bpStart, bpEnd, bpPerPixel) { var self ...
1
diff --git a/src/pages/Profile/UserSettings/UserSettingsSchema.js b/src/pages/Profile/UserSettings/UserSettingsSchema.js @@ -169,6 +169,7 @@ export const uiSchema = (intl, user) => { "ui:help": <MarkdownContent markdown={intl.formatMessage(messages.leaderboardOptOutDescription)} />, }, email: { + "ui:emptyValue": "", "...
11
diff --git a/character-controller.js b/character-controller.js @@ -575,7 +575,6 @@ class StatePlayer extends PlayerBase { this.avatar.update(timestamp, timeDiff); } - this.characterPhysics.updateCamera(timeDiff); this.characterHups.update(timestamp); } destroy() { @@ -1147,8 +1146,6 @@ class NpcPlayer extends StaticUni...
2
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-masthead/sprk-masthead-accordion-item/sprk-masthead-accordion-item.module.ts b/angular/projects/spark-angular/src/lib/components/sprk-masthead/sprk-masthead-accordion-item/sprk-masthead-accordion-item.module.ts @@ -2,7 +2,9 @@ import { CommonModule } f...
3
diff --git a/js/dataobjects/bisweb_transformationcollection.js b/js/dataobjects/bisweb_transformationcollection.js @@ -222,7 +222,7 @@ class BisWebTransformationCollection extends BisWebBaseTransformation { let tmp = [X[0], X[1], X[2]]; for (let i = 0; i<this.transformationList.length;i++) { - this.transformationList.t...
1
diff --git a/source/skins/simple/OptionsSkin.js b/source/skins/simple/OptionsSkin.js @@ -84,6 +84,7 @@ export const OptionsSkin = (props: Props) => { aria-hidden key={index} className={classnames([ + option.className ? option.className : null, theme[themeId].option, isHighlightedOption(index) ? theme[themeId].highlight...
11
diff --git a/components/table-list/index.js b/components/table-list/index.js @@ -20,7 +20,7 @@ const getPropsToFilter = (list, filters) => { const TableList = ({title, subtitle, list, textFilter, filters, cols, selected, handleSelect}) => { const [text, setText] = useState('') - const [propsFilter] = useState(filters ?...
0
diff --git a/shared/js/background/atb.es6.js b/shared/js/background/atb.es6.js @@ -122,7 +122,7 @@ var ATB = (() => { tab = tabs[i] chrome.tabs.executeScript(tab.id, { - file: 'content-scripts/on-install.js' + file: 'public/js/content-scripts/on-install.js' }) chrome.tabs.insertCSS(tab.id, {
3
diff --git a/editor.js b/editor.js @@ -2589,7 +2589,7 @@ Promise.all([ color: 0x333333, }); const cameraMesh = new THREE.Mesh(g, m); - cameraMesh.position.set(0, 2, -5); + cameraMesh.position.set(0, 10, -8); cameraMesh.frustumCulled = false; scene.add(cameraMesh);
5
diff --git a/src/og/layer/Layer.js b/src/og/layer/Layer.js @@ -67,6 +67,8 @@ class Layer { */ this.name = name || "noname"; + this.properties = options.properties || {}; + this._labelMaxLetters = options.labelMaxLetters; this.displayInLayerSwitcher =
0
diff --git a/Specs/Scene/SceneSpec.js b/Specs/Scene/SceneSpec.js @@ -1379,10 +1379,10 @@ describe( s.initializeFrame(); s.render(); - expect(spyListener.calls.count()).toBe(1); + expect(spyListener.calls.count()).toBe(2); var args = spyListener.calls.allArgs(); - expect(args.length).toEqual(1); + expect(args.length).to...
3
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -1274,7 +1274,7 @@ final class Analytics extends Module private function print_tracking_opt_out() { ?> <!-- <?php esc_html_e( 'Google Analytics user opt-out added via Site Kit by Google', 'google-site-kit' ); ?> --> - <?php if ( $this->cont...
2
diff --git a/vaadin-combo-box.html b/vaadin-combo-box.html @@ -175,7 +175,13 @@ Custom property | Description | Default always-float-label="[[_computeAlwaysFloatLabel(alwaysFloatLabel,placeholder)]]" auto-validate$="[[autoValidate]]" invalid="[[invalid]]"> - <label on-down="_preventDefault" id="label" hidden$="[[!label...
12
diff --git a/src/plugins/Dashboard/index.js b/src/plugins/Dashboard/index.js @@ -73,7 +73,6 @@ module.exports = class Dashboard extends Plugin { width: 750, height: 550, thumbnailWidth: 280, - semiTransparent: false, defaultTabIcon: defaultTabIcon, showProgressDetails: false, hideUploadButton: false, @@ -83,6 +82,7 @@ ...
0
diff --git a/democracylab/settings.py b/democracylab/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'd!01@gn+%1ql1n(*)8xo+nx$$&n@mg$0_)9g+!(t-2vncaq!j7' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition
11
diff --git a/templates/formlibrary/trainingattendance_form.html b/templates/formlibrary/trainingattendance_form.html {% extends "base.html" %} -{% block bread_crumb %} -<ol class="breadcrumb"> - <li><a href="/workflow/dashboard/0/">{{ user.activity_user.organization.level_1_label }} Index</a></li> - {% if project_propo...
7
diff --git a/lib/pipeline/watch.js b/lib/pipeline/watch.js @@ -14,7 +14,7 @@ Watch.prototype.start = function() { var self = this; // TODO: should come from the config object instead of reading the file // directly - var embarkConfig = fs.readJSONSync('./../../../../../server/embark.json'); + var embarkConfig = fs.read...
13
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -6,33 +6,40 @@ save-cache: &save-cache paths: - node_modules key: dependencies-{{ checksum "package.json" }} -ruby_dependencies: &ruby_dependencies +android-secrets: &android-secrets + run: + command: | + git clone git@github.com:redbadger/pride-android-secret...
2
diff --git a/tools/make/lib/addons/Makefile b/tools/make/lib/addons/Makefile @@ -37,6 +37,17 @@ else fPIC ?= -fPIC endif +# Define the BLAS library to use: +BLAS ?= + +# Define the path to the BLAS library (used for includes and linking): +ifeq ($(BLAS), openblas) + # Use the `wildcard` function to check for the OpenBL...
12
diff --git a/index.d.ts b/index.d.ts @@ -1037,14 +1037,14 @@ declare module 'mongoose' { type MongooseQueryMiddleware = 'count' | 'deleteMany' | 'deleteOne' | 'find' | 'findOne' | 'findOneAndDelete' | 'findOneAndRemove' | 'findOneAndUpdate' | 'remove' | 'update' | 'updateOne' | 'updateMany'; - class Schema<DocType exte...
1
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/editor/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/editor/template.vue data: function() { return { formOptions: { - validateAfterLoad: true, + validateAfterLoad: false, validateAfterChanged: true, focus...
12
diff --git a/content/concepts/v4-nft.md b/content/concepts/v4-nft.md @@ -8,7 +8,7 @@ A non-fungible token stored on the blockchain represents a unique asset. NFTs ca ### How will Ocean Protocol support the NFT market? -Ocean Protocol defines an [ERC721Factory](https://github.com/oceanprotocol/contracts/blob/v4Hardhat/c...
7
diff --git a/index.js b/index.js @@ -232,6 +232,7 @@ export default () => { const barrierMesh = new THREE.Mesh(barrierGeometry, barrierMaterial); barrierMesh.frustumCulled = false; app.add(barrierMesh); + app.updateMatrixWorld(); const _updateBarrierMesh = (now, timeDiff) => { barrierMesh.material.uniforms.iTime.value ...
0