code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/pages/TargetPage/TargetPage.js b/src/pages/TargetPage/TargetPage.js @@ -86,10 +86,7 @@ const TargetPage = ({ history, location, match }) => { scrollButtons="auto" > <Tab value="overview" label="Profile" /> - <Tab - value={`https://www.targetvalidation.org/target/${ensgId}`} - label="View this page in t...
11
diff --git a/sirepo/package_data/static/js/sirepo-plotting.js b/sirepo/package_data/static/js/sirepo-plotting.js @@ -1086,7 +1086,9 @@ SIREPO.app.service('layoutService', function(plotting) { label = '+'; } } - formattedBase = label + formatInfo.baseFormat(applyUnit(formatInfo.base, unit)).replace(/0+$/, ''); + formatt...
7
diff --git a/metaverse-modules.js b/metaverse-modules.js @@ -20,6 +20,7 @@ const moduleUrls = { targetReticle: './metaverse_modules/target-reticle/', halo: './metaverse_modules/halo/', magic: './metaverse_modules/magic/', + limit: './metaverse_modules/limit/', meshLodItem: './metaverse_modules/mesh-lod-item/', }; const...
0
diff --git a/src/pages/settings/Payments/PaymentMethodList.js b/src/pages/settings/Payments/PaymentMethodList.js @@ -147,23 +147,6 @@ class PaymentMethodList extends Component { }); } - if (!this.props.shouldShowAddPaymentMethodButton) { - return combinedPaymentMethods; - } - - combinedPaymentMethods.push({ - type: BUT...
7
diff --git a/src/encoded/static/components/app.js b/src/encoded/static/components/app.js @@ -48,6 +48,7 @@ const portal = { { id: 'entex', title: 'ENTEx', url: '/matrix/?type=Experiment&status=released&internal_tags=ENTEx', tag: 'collection' }, { id: 'sescc', title: 'SE Stem Cell Consortium', url: '/matrix/?type=Experi...
0
diff --git a/src/scripts/slate/a11y.js b/src/scripts/slate/a11y.js @@ -63,8 +63,8 @@ slate.a11y = { * @param {string} options.namespace - Namespace used for new focus event handler */ trapFocus: function(options) { - var eventName = options.eventNamespace - ? 'focusin.' + options.eventNamespace + var eventName = option...
14
diff --git a/map.html b/map.html container.style.left = `${newPosition.x}px`; container.style.top = `${newPosition.y}px`; } + + /* const containerMetrics = _getContainerMetrics(); + const clickPoint = new THREE.Vector2( + (-containerMetrics.x - (containerSize/2) + e.clientX)/width*(tileScale*zoom) + perspectiveOffset.x...
0
diff --git a/assets/src/edit-story/components/canvas/multiSelectionMovable.js b/assets/src/edit-story/components/canvas/multiSelectionMovable.js @@ -30,7 +30,7 @@ function MultiSelectionMovable( { selectedElements, nodesById } ) { // Create targets list including nodes and also necessary attributes. const targetList = ...
14
diff --git a/_data/navigation.yaml b/_data/navigation.yaml -- name: Blog - link: /blog - new_window: false - highlight: false - name: Projects link: /projects new_window: false link: /landscape new_window: false - name: Service Mesh Performance Specification - link: https://github.com/layer5io/service-mesh-benchmark-sp...
3
diff --git a/package.json b/package.json "xmldom": "^0.5.0" }, "dependencies": { - "igv-ui": "https://github.com/igvteam/igv-ui#v1.1.4", - "igv-utils": "https://github.com/igvteam/igv-utils#v1.2.5" + "igv-ui": "github:igvteam/igv-ui#v1.1.4", + "igv-utils": "github:igvteam/igv-utils#v1.2.5" } }
13
diff --git a/package.json b/package.json "uuid": "^3.2.1", "viz.js": "^1.8.1", "web3": "1.0.0-beta.34", - "embark-web3-provider-engine": "14.0.6", + "embark-web3-provider-engine": "14.0.7", "webpack": "^3.10.0", "window-size": "^1.1.0" },
3
diff --git a/activity/views.py b/activity/views.py @@ -117,7 +117,7 @@ def index(request, program_id=0): organizations__id__in=[selected_program.organization.id]) get_stakeholders_count = Stakeholder.objects.filter( - organization=selected_program.organization).count() + program__id=selected_program.id).count() get_con...
3
diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php @@ -64,7 +64,7 @@ App::post('/v1/storage/buckets') /** @var Appwrite\Event\Event $audits */ /** @var Appwrite\Stats\Stats $usage */ - $bucketId = $bucketId == 'unique()' ? $dbForInternal->getId() : $bucketId; + $bucketId = $bucketId === 'uni...
4
diff --git a/StackExchangeDarkMode.user.js b/StackExchangeDarkMode.user.js // @description Dark theme for sites and chat on the Stack Exchange Network // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 2.11.5 +// @version 2.12 // // @include https://*stackexchange.com/* // @incl...
2
diff --git a/.github/ISSUE_TEMPLATE/accessibility-issue.md b/.github/ISSUE_TEMPLATE/accessibility-issue.md +--- +name: Accessibility Issue +about: 'Report an accessibility or usability issue' +title: "[A11y]" +labels: A11y_Bug +assignees: '' + +--- + + Issue: Accessibility Issue <!-- Feel free to remove sections that a...
3
diff --git a/src/styles/base.scss b/src/styles/base.scss font-family: Whitney; font-style: medium; font-weight: 600; - src: url(/fonts//WhitneyMedium.woff) format('woff') + src: url(/fonts/WhitneyMedium.woff) format('woff') } @font-face { font-family: WhitneyMedium; font-style: medium; font-weight: 600; - src: url(/fon...
2
diff --git a/src/content/en/fundamentals/push-notifications/how-push-works.md b/src/content/en/fundamentals/push-notifications/how-push-works.md @@ -2,7 +2,7 @@ project_path: /web/fundamentals/_project.yaml book_path: /web/fundamentals/_book.yaml {# wf_blink_components: Blink>PushAPI #} -{# wf_updated_on: 2018-09-20 #}...
1
diff --git a/docs/docs/new-in-bluebird-3.md b/docs/docs/new-in-bluebird-3.md @@ -61,4 +61,4 @@ Warnings have been added to report usages which are very likely to be programmer ##3.0.1 update -Note that the 3.0.1 update is strictly speaking backward-incompatible with 3.0.0. Version 3.0.0 changed the previous behavior of...
1
diff --git a/modules/core/src/lib/layer.js b/modules/core/src/lib/layer.js @@ -803,22 +803,7 @@ ${flags.viewportChanged ? 'viewport' : ''}\ // TODO - is attribute manager needed? - Model should be enough. const attributeManager = this.getAttributeManager(); const attributeManagerNeedsRedraw = attributeManager && attrib...
2
diff --git a/source/views/controls/SearchTextView.js b/source/views/controls/SearchTextView.js @@ -11,6 +11,9 @@ const SearchTextView = Class({ icon: null, + // Helps password managers know this is not a username input! + name: 'search', + draw ( layer, Element, el ) { const children = SearchTextView.parent.draw.call( ...
0
diff --git a/articles/api-auth/user-consent.md b/articles/api-auth/user-consent.md @@ -70,6 +70,14 @@ Location: https://fabrikam.com/contoso_social# Only first-party clients can skip the consent dialog, assuming the resource server they are trying to access on behalf of the user has the "Allow Skipping User Consent" op...
0
diff --git a/packages/app/src/server/models/notification.ts b/packages/app/src/server/models/notification.ts @@ -195,9 +195,11 @@ export default (crowi: Crowi) => { }; notificationEvent.on('update', (user) => { - const io = crowi.getSocketIoService(); - if (io != null) { - io.sockets.emit('notification updated', { user...
7
diff --git a/src/redux/studio-mutations.js b/src/redux/studio-mutations.js @@ -19,6 +19,8 @@ const Errors = keyMirror({ PERMISSION: null, THUMBNAIL_TOO_LARGE: null, THUMBNAIL_MISSING: null, + TEXT_TOO_LONG: null, + REQUIRED_FIELD: null, UNHANDLED: null }); @@ -104,10 +106,14 @@ const normalizeError = (err, body, res) =...
9
diff --git a/src/js/controllers/tab-home.controller.js b/src/js/controllers/tab-home.controller.js @@ -165,6 +165,7 @@ angular if (isBuyBitcoinAllowed) { moonPayService.start(); } else { + var os = platformInfo.isAndroid ? 'android' : platformInfo.isIOS ? 'ios' : 'desktop'; externalLinkService.open('https://purchase.bi...
1
diff --git a/app/models/google_street_view_photo.rb b/app/models/google_street_view_photo.rb @@ -15,8 +15,17 @@ class GoogleStreetViewPhoto < Photo end def repair( options = {} ) - repair_photo = GoogleStreetViewPhoto.new( GoogleStreetViewPhoto.get_api_response( native_photo_id ) ) - update_attributes( repair_photo.att...
1
diff --git a/src/pages/settings/InitialSettingsPage.js b/src/pages/settings/InitialSettingsPage.js @@ -98,7 +98,7 @@ class InitialSettingsPage extends React.Component { this.getWalletBalance = this.getWalletBalance.bind(this); this.getDefaultMenuItems = this.getDefaultMenuItems.bind(this); this.getMenuItem = this.getMe...
7
diff --git a/src/js/services/bitcoincomService.js b/src/js/services/bitcoincomService.js @@ -21,7 +21,7 @@ angular.module('copayApp.services').factory('bitcoincomService', function(gettex name: 'games', title: gettextCatalog.getString('Bitcoin Cash Games'), icon: 'icon-games', - href: 'https://cashgames.bitcoin.com' + ...
3
diff --git a/packages/inferno/src/index.ts b/packages/inferno/src/index.ts @@ -20,20 +20,21 @@ import { createClassComponentInstance, renderFunctionalComponent } from './DOM/u import { mount, mountClassComponentCallbacks, mountElement, mountFunctionalComponentCallbacks } from './DOM/mounting'; import { createRef, forwa...
5
diff --git a/token-metadata/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/metadata.json b/token-metadata/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/metadata.json "symbol": "SAI", "address": "0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/packages/ember-simple-auth/addon/session-stores/adaptive.js b/packages/ember-simple-auth/addon/session-stores/adaptive.js @@ -139,10 +139,13 @@ export default Base.extend({ options._isFastBoot = false; store.setProperties(options); } else { - store = getOwner(this).lookup(`session-store:cookie`, { dupa: tr...
12
diff --git a/src/components/routes/account/RegistrationForm.vue b/src/components/routes/account/RegistrationForm.vue </el-form-item> <el-form-item :label="$t('account.contactPhone')" prop="phone"> - <el-input v-model="form.phone" type="tel"></el-input> + <el-input v-model="form.phone" type="tel" v-mask="phoneMask"></el...
9
diff --git a/lib/contracts/deploy_manager.js b/lib/contracts/deploy_manager.js @@ -32,34 +32,36 @@ class DeployManager { async.waterfall([ function buildContracts(callback) { self.contractsManager.deployOnlyOnConfig = self.deployOnlyOnConfig; // temporary, should refactor - self.contractsManager.build(callback); + self...
2
diff --git a/website/storybook/1-components/View/examples/PropPointerEvents.js b/website/storybook/1-components/View/examples/PropPointerEvents.js -/** - * @flow - */ +/* eslint-disable react/prop-types */ +/* @flow */ import { logger } from '../helpers'; import React from 'react'; -import { Text, TouchableHighlight, V...
7
diff --git a/assets/js/googlesitekit/datastore/site/info.js b/assets/js/googlesitekit/datastore/site/info.js @@ -31,7 +31,7 @@ import { addQueryArgs, getQueryArg } from '@wordpress/url'; * Internal dependencies */ import Data from 'googlesitekit-data'; -import { STORE_NAME, AMP_MODE_PRIMARY, AMP_MODE_SECONDARY, CORE_SI...
14
diff --git a/articles/api-auth/tutorials/verify-access-token.md b/articles/api-auth/tutorials/verify-access-token.md @@ -35,7 +35,9 @@ For details on the JWT structure refer to [What is the JSON Web Token structure? In order to parse the JWT you can either manually implement all the checks as described in the specifica...
0
diff --git a/bench/folktale.js b/bench/folktale.js @@ -5,6 +5,10 @@ const {task} = require('folktale/concurrency/task'); const noop = () => {}; const plus1 = x => x + 1; +const repeat = (n, f) => x => Array.from({length: n}).reduce(f, x); + +const map1000 = repeat(1000, m => m.map(plus1)); +const chain1000 = repeat(100...
7
diff --git a/app/models/cluster.js b/app/models/cluster.js @@ -114,7 +114,7 @@ export default Resource.extend(Grafana, ResourceUsage, { if ( firstTemplate ) { return get(firstTemplate, 'driver'); } else { - return 'custom'; + return null; } } else { return 'custom';
13
diff --git a/StackExchangeDarkMode.user.js b/StackExchangeDarkMode.user.js // @description Dark theme for sites and chat on the Stack Exchange Network // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 2.9.5 +// @version 2.9.6 // // @include https://*stackexchange.com/* // @incl...
7
diff --git a/packages/gatsby/src/utils/webpack-modify-validate.js b/packages/gatsby/src/utils/webpack-modify-validate.js @@ -12,6 +12,7 @@ import apiRunnerNode from "./api-runner-node" // https://github.com/js-dxtools/webpack-validator#customizing const validationWhitelist = Joi.object({ stylus: Joi.any(), + sassResour...
11
diff --git a/packages/frontend/src/components/accounts/create/verify_account/VerifyAccountWrapper.js b/packages/frontend/src/components/accounts/create/verify_account/VerifyAccountWrapper.js @@ -7,15 +7,21 @@ import { useDispatch, useSelector } from 'react-redux'; import { Mixpanel } from '../../../../mixpanel'; import...
4
diff --git a/tests/integration/components/ember-flatpickr-test.js b/tests/integration/components/ember-flatpickr-test.js @@ -191,7 +191,7 @@ test('onChange gets called with the correct parameters', function(assert) { assert.ok(selectedDates[0] instanceof Date, 'selectedDates contains DateObjects'); - assert.equal(selec...
12
diff --git a/src/core/lib/transition-manager.js b/src/core/lib/transition-manager.js @@ -195,7 +195,7 @@ export default class TransitionManager { this.state.viewport = extractViewportFrom(Object.assign({}, this.props, viewport)); if (this.props.onViewportChange) { - this.props.onViewportChange(this.state.viewport); + t...
0
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -3,8 +3,6 @@ version: 2.1 orbs: airswap: airswap/assume-role@volatile aws-cli: airswap/aws-cli@volatile - slack: circleci/slack@0.1.1 - datadog: airswap/datadog@volatile references: working_directory: &working_directory ~/repo @@ -242,7 +240,6 @@ jobs: done # ...
2
diff --git a/src/core/xfa/template.js b/src/core/xfa/template.js @@ -1465,15 +1465,15 @@ class Draw extends XFAObject { "borderMarginPadding" ); - const clazz = ["xfaDraw"]; + const classNames = ["xfaDraw"]; if (this.font) { - clazz.push("xfaFont"); + classNames.push("xfaFont"); } const attributes = { style, id: this[$...
14
diff --git a/renderer/components/result/ResultContainer.js b/renderer/components/result/ResultContainer.js @@ -22,8 +22,7 @@ import { Text, Container, Flex, - Box, - Divider + Box } from 'ooni-components' import { FormattedMessage } from 'react-intl' @@ -117,13 +116,14 @@ const ResultOverview = ({ </Flex> <Container st...
2
diff --git a/src/encoded/static/scss/encoded/modules/_matrix.scss b/src/encoded/static/scss/encoded/modules/_matrix.scss @@ -109,9 +109,23 @@ table.matrix { display: inline-block; } -.group-more-button { +.group-more-cell { + border: 1px solid #fff; +} + +.group-more-cell__button { border: none; background-color: trans...
0
diff --git a/source/views/controls/SelectView.js b/source/views/controls/SelectView.js @@ -32,6 +32,14 @@ const SelectView = Class({ */ options: [], + /** + Property: O.SelectView#inputAttributes + Type: Object|null + + Extra attributes to add to the <select> element, if provided. + */ + inputAttributes: null, + // ---...
0
diff --git a/assets/js/modules/adsense/datastore/urlchannels.js b/assets/js/modules/adsense/datastore/urlchannels.js * External dependencies */ import invariant from 'invariant'; -import { __ } from '@wordpress/i18n'; /** * Internal dependencies @@ -33,16 +32,6 @@ import { createFetchStore } from '../../../googlesiteki...
2
diff --git a/source/transfer-handler-registry/test/TestTransferHandlerRegistry-unit.js b/source/transfer-handler-registry/test/TestTransferHandlerRegistry-unit.js const TransferHandlerRegistry = artifacts.require('TransferHandlerRegistry') const { takeSnapshot, revertToSnapshot } = require('@airswap/test-utils').time -...
2
diff --git a/android/app/src/main/java/com/expensify/chat/CustomNotificationProvider.java b/android/app/src/main/java/com/expensify/chat/CustomNotificationProvider.java @@ -184,7 +184,7 @@ public class CustomNotificationProvider extends ReactNotificationProvider { cache.remove(reportID); } catch (Exception e) { - Log.e...
7
diff --git a/src/components/colorbar/attributes.js b/src/components/colorbar/attributes.js @@ -136,7 +136,13 @@ module.exports = overrideAll({ tickvals: axesAttrs.tickvals, ticktext: axesAttrs.ticktext, ticks: extendFlat({}, axesAttrs.ticks, {dflt: ''}), - ticklabeloverflow: extendFlat({}, axesAttrs.ticklabeloverflow, ...
2
diff --git a/changelog/65_UNRELEASED_xxxx-xx-xx.md b/changelog/65_UNRELEASED_xxxx-xx-xx.md - Fixed that "Label per unit" stock entry labels (on purchase) weren't unique per unit ### API +- Endpoint `/stock/products/{productId}/add` API endpoint`: The (optional) request body parameter `print_stock_label` was renamed to ...
0
diff --git a/src/DOM.js b/src/DOM.js @@ -1847,13 +1847,12 @@ class HTMLIFrameElement extends HTMLSrcableElement { this.browser = browser; let done = false, err = null, loadedUrl = url; - const _makeLoadError = () => new Error('failed to load page'); this.browser.onloadend = () => { done = true; }; - this.browser.onload...
9
diff --git a/tools/deployer/truffle-config.js b/tools/deployer/truffle-config.js @@ -67,7 +67,7 @@ module.exports = { }, }, }, - plugins: ['truffle-verify', 'truffle-flatten', 'solidity-coverage'], + plugins: ['truffle-verify', 'truffle-flatten'], api_keys: { etherscan: process.env.ETHERSCAN_API_KEY, },
2
diff --git a/token-metadata/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/metadata.json b/token-metadata/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/metadata.json "symbol": "BOT", "address": "0x5bEaBAEBB3146685Dd74176f68a0721F91297D37", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/lib/assets/javascripts/builder/helpers/table-name-utils.js b/lib/assets/javascripts/builder/helpers/table-name-utils.js @@ -34,9 +34,9 @@ module.exports = { return name; }, - getQualifiedTableName: function (tableName, userName, inOrganization, force = false) { + getQualifiedTableName: function (tableName,...
10
diff --git a/src/pages/home/report/ReportActionContextMenu.js b/src/pages/home/report/ReportActionContextMenu.js @@ -44,6 +44,23 @@ const defaultProps = { session: {}, }; +function copyToClipboard(reportAction) { + // If return value is true, we switch the `text` and `icon` on + // `ReportActionContextMenuItem` with `s...
4
diff --git a/userscript.user.js b/userscript.user.js @@ -6339,7 +6339,7 @@ var $$IMU_EXPORT$$; // http://photos.demandstudios.com/getty/article/240/3/178773543.jpg // http://i0.wp.com/mmsns.qpic.cn/mmsns/7KE858KbWtJWJFCnub4OrBAHial0SicILILia7G2I1h6VwXG5cWSWpnPQ/0 -- redirect error, but works // https://i1.wp.com/images...
7
diff --git a/docs/docs.css b/docs/docs.css -/* -@import "foundation-apps/scss/foundation.scss"; - -$slick-font-path: "/fonts/"; -$slick-arrow-color: $primary-color; */ - -/* -@import "slick-carousel/slick/slick.scss"; -@import "slick-carousel/slick/slick-theme.scss"; -@import "./style.scss"; */ h3 { background: #00558B...
2
diff --git a/src/api.js b/src/api.js import fetch from 'unfetch' import storage from 'storage' +import { each } from 'lodash' export const url = 'https://api.hackclub.com/' const methods = ['GET', 'PUT', 'POST', 'PATCH', 'DELETE'] @@ -11,7 +12,7 @@ const generateMethod = method => (path, options = {}, fetchOptions = {}...
14
diff --git a/examples/studio.html b/examples/studio.html @@ -710,7 +710,7 @@ const _closeTab = tab => { }; const _closeAllTabs = () => { // XXX trigger this when switching servers for (let i = 0; i < tabs.length; i++) { - const {iframe} = tab; + const {iframe} = tabs[i]; if (iframe.destroy) { iframe.destroy(); } @@ -93...
9
diff --git a/test/base/utils_spec.js b/test/base/utils_spec.js @@ -165,8 +165,8 @@ describe('Utils', function() { describe('listContainsIgnoreCase', function() { it('finds when it contains an item', function() { - const aList = ["audio/aac", "video/mp4"] - const anItem = "audio/aac" + const aList = ['audio/aac', 'video...
14
diff --git a/.all-contributorsrc b/.all-contributorsrc { "projectName": "Thorium", - "projectOwner": "Fyreworks", + "projectOwner": "thorium-sim", "files": [ "README.md" ],
1
diff --git a/N/types.d.ts b/N/types.d.ts @@ -204,7 +204,7 @@ export namespace EntryPoints { interface reduceContext { key: string; values: string[]; - write: (key: string, value: string[]) => void; + write: (key: string, value: any) => void; } type reduce = (scriptContext?: reduceContext) => void;
1
diff --git a/main.js b/main.js @@ -244,6 +244,7 @@ class Zigbee extends utils.Adapter { mapped: mappedModel, message: {[key]: preparedValue}, logger: this.log, + state: {}, }; if (preparedOptions.hasOwnProperty('state')) { meta.state = preparedOptions.state;
12
diff --git a/deepfence_backend/tasks/notification.py b/deepfence_backend/tasks/notification.py @@ -329,7 +329,7 @@ def send_http_endpoint_notification(self, http_endpoint_conf, payload, notificat if http_endpoint_conf['authorization_key']: headers['Authorization'] = http_endpoint_conf['authorization_key'] - response = ...
8
diff --git a/lambda/es-proxy-layer/lib/translate.js b/lambda/es-proxy-layer/lib/translate.js @@ -122,10 +122,12 @@ exports.translate_hit = async function(hit,usrLang,req){ hit_out.r.buttons[x].text = await get_translation(hit_out.r.buttons[x].text, usrLang,req) ; } if (_.get(hit,'autotranslate.r.buttons[x].value')) { +...
8
diff --git a/packages/node_modules/node-red/settings.js b/packages/node_modules/node-red/settings.js @@ -96,10 +96,6 @@ module.exports = { // disabled. //httpNodeRoot: '/red-nodes', - // **DEPRECATED** The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot', - // to apply the same root to both...
2
diff --git a/app/util.js b/app/util.js @@ -55,7 +55,7 @@ function sanitizeContent(answerElement) { function setCursorAfter($img) { const range = document.createRange() const img = $img.get(0) - const nextSibling = img.nextSibling.tagName === 'DIV' ? img : img.nextSibling + const nextSibling = img.nextSibling && img.nex...
1
diff --git a/articles/api-auth/tutorials/authorization-code-grant.md b/articles/api-auth/tutorials/authorization-code-grant.md @@ -50,7 +50,7 @@ Now that you have an Authorization Code, you must exchange it for an Access Toke ], "postData": { "mimeType": "application/json", - "text": "{\"grant_type\":\"authorization_co...
0
diff --git a/physx.js b/physx.js @@ -313,40 +313,6 @@ const physxWorker = (() => { } } - class BufferManager { - constructor() { - this.buffers = [] - } - - readBuffer = (constructor, outputBuffer, index) => { - this.buffers.push(outputBuffer) - const offset = outputBuffer / constructor.BYTES_PER_ELEMENT - return Modul...
2
diff --git a/shared/js/background/atb.es6.js b/shared/js/background/atb.es6.js @@ -26,7 +26,7 @@ const ATB = (() => { // client shouldn't have a falsy ATB value, // so mark them as having gone into an errored state - f (!atbSetting) { + if (!atbSetting) { url += '&e=1' }
9
diff --git a/config/app_config.yml.sample b/config/app_config.yml.sample @@ -205,8 +205,12 @@ defaults: &defaults url_ttl: 7200 async_long_uploads: false uploads_path: 'public/uploads' - pg_dump_bin_path: 'pg_dump' - pg_restore_bin_path: 'pg_restore' + pg_dump_bin_path: + 9.5: 'pg_dump' + 10: 'pg_dump' + pg_restore_bin...
3
diff --git a/src/content/en/updates/2018/06/payment-handler-api.md b/src/content/en/updates/2018/06/payment-handler-api.md @@ -2,7 +2,7 @@ project_path: /web/_project.yaml book_path: /web/updates/_book.yaml description: Chrome beta 68 ships with the Payment Handler API -- the new, open, and standard way for web-based p...
1
diff --git a/userscript.user.js b/userscript.user.js @@ -34883,7 +34883,7 @@ if (domain_nosub === "lystit.com" && domain.match(/cdn[a-z]?\.lystit\.com/)) { var img = document.createElement("img"); img.src = e.target.result; img.onload = function() { - cb(img, resp.finalUrl, obj[0]); + cb(img, resp.finalUrl, obj[0], res...
7
diff --git a/install/install.sh b/install/install.sh @@ -134,8 +134,8 @@ RCTF_TOKEN_KEY=${RCTF_TOKEN_KEY:-"$(head -c 32 /dev/urandom | base64 -w 0)"} cp .env.example .env -sed -i.bak "s/RCTF_NAME=.*$/RCTF_NAME=$RCTF_NAME/g" .env -sed -i.bak "s/RCTF_TOKEN_KEY=.*$/RCTF_TOKEN_KEY=$RCTF_TOKEN_KEY/g" .env +sed -i.bak "s/RCT...
1
diff --git a/io-manager.js b/io-manager.js @@ -458,7 +458,7 @@ ioManager.bindInput = () => { menuActions.setIsOpen(!menuState.isOpen); break; } - case 74: { + case 74: { // J weaponsManager.inventoryHack = !weaponsManager.inventoryHack; break; }
0
diff --git a/src/components/Auth.js b/src/components/Auth.js @@ -40,13 +40,15 @@ class Auth extends Component { } signOut = e => { - const { signOutCallback } = this.props + const { onSignOut } = this.props try { storage.remove('userEmail') storage.remove('authToken') + + if (onSignOut) onSignOut() + this.setState({ au...
10
diff --git a/articles/appliance/private-cloud-requirements.md b/articles/appliance/private-cloud-requirements.md @@ -11,11 +11,16 @@ If you have decided to purchase an Appliance that is hosted in a dedicated area * **Preferred AWS region** such as AWS US-West-2, AWS US-East-1, AWS EU-Central-1, etc; * **Eight (8) DNS n...
0
diff --git a/Build/Common.Build.props b/Build/Common.Build.props <!-- Always set the checksum --> <AdditionalOptions>%(AdditionalOptions) /release</AdditionalOptions> + <!-- Ignore Linker warning: This object file does not define any previously undefined public symbols --> + <AdditionalOptions>%(AdditionalOptions) /ign...
8
diff --git a/src/og/renderer/RendererEvents.js b/src/og/renderer/RendererEvents.js @@ -56,6 +56,8 @@ class RendererEvents extends Events { this._active = true; + this.clickRadius = 15; + /** * Current mouse state. * @public @@ -111,9 +113,9 @@ class RendererEvents extends Events { /** Mouse has just stopped now. */ jus...
7
diff --git a/source/touch/tap.js b/source/touch/tap.js @@ -183,13 +183,19 @@ const tap = new Gesture({ const id = touch.identifier; const trackedTouch = tracking[id]; if (trackedTouch) { - let target = document.elementFromPoint( - touch.clientX, - touch.clientY, - ); + const { clientX, clientY } = touch; + // Android C...
9
diff --git a/token-metadata/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/metadata.json b/token-metadata/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/metadata.json "symbol": "BART", "address": "0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md ### New Stuff +#### Tools + +- Created [ngf](https://github.com/ericmdantas/ngf) a simple alias for `ng-fullstack` to make your app development even faster + #### Client - Added Less and Sass support for the client side
0
diff --git a/modules/setting.js b/modules/setting.js @@ -23,7 +23,7 @@ try { let settings = {} -let themesDict = [] +let themesDict = null let defaults = { 'app.startup_check_updates': true, @@ -154,25 +154,30 @@ exports.load = function() { settings[overwriteKey] = [] } - // Load themes + return exports.save() +} +expo...
9
diff --git a/source/Overture/views/controls/RichTextView.js b/source/Overture/views/controls/RichTextView.js @@ -374,6 +374,7 @@ var RichTextView = NS.Class({ preventOverlap: showToolbar === TOOLBAR_AT_TOP }).registerViews({ bold: new ButtonView({ + tabIndex: -1, type: 'v-Button--iconOnly', icon: 'icon-bold', isActive:...
2
diff --git a/tools/make/lib/addons/Makefile b/tools/make/lib/addons/Makefile @@ -59,8 +59,9 @@ install-addons: $(NODE_GYP) CC=$(CC) \ C_COMPILER=$(C_COMPILER) \ CXX=$(CXX) \ - FORTRAN_COMPILER=$(FORTRAN_COMPILER) \ + CXX_COMPILER=$(CXX_COMPILER) \ FC=$(FC) \ + FORTRAN_COMPILER=$(FORTRAN_COMPILER) \ fPIC=$(fPIC) \ $(MAK...
12
diff --git a/packages/config/src/index.js b/packages/config/src/index.js @@ -25,7 +25,8 @@ const resolveConfig = async function(configFile, { cwd = getCwd() } = {}) { const configC = await handleFiles(configB, baseDir) return configC } catch (error) { - error.message = `When resolving config file ${configPath}:\n${erro...
7
diff --git a/app/classifier/world-wide-telescope.jsx b/app/classifier/world-wide-telescope.jsx @@ -258,24 +258,21 @@ StarCoord._epochConvert = (ra, dec) => { }; StarCoord._transform = (ra, dec) => { - const r0 = new Array ( - Math.cos(ra) * Math.cos(dec), - Math.sin(ra) * Math.cos(dec), - Math.sin(dec) ); + const r0 = ...
4
diff --git a/src/lib/image.js b/src/lib/image.js @@ -45,7 +45,7 @@ export async function fit (buffer, width, height) { const transformer = sharp(buffer); if (width || height) { - transformer.resize(width, height).crop(); + transformer.resize(width, height, { fit: sharp.fit.cover }); } return transformer.toBuffer();
14
diff --git a/app/models/user.rb b/app/models/user.rb @@ -521,7 +521,7 @@ class User < ApplicationRecord return false unless user.id return true if user.id == id - friendships.where( friend_user_id: user, trust: true ).exists? + friendships.where( friend_id: user, trust: true ).exists? end def picasa_client
1
diff --git a/packages/@uppy/robodog/src/form.js b/packages/@uppy/robodog/src/form.js @@ -18,10 +18,15 @@ function form (target, opts) { name: 'transloadit' }) + let submitOnSuccess = true + if (opts.hasOwnProperty('submitOnSuccess')) { + submitOnSuccess = !!opts.submitOnSuccess + } + uppy.use(Form, { target, triggerUpl...
0
diff --git a/data.js b/data.js @@ -4077,6 +4077,14 @@ module.exports = [ url: "https://github.com/relay/anim", source: "https://raw.githubusercontent.com/relay/anim/master/anim.js" }, + { + name: "Check.js", + github: "Morklympious/check.js", + tags: ["type checking", "verification", "utility", "library"], + descriptio...
0
diff --git a/Makefile b/Makefile @@ -162,7 +162,6 @@ WORKING_SPECS_5 = \ spec/requests/api/assets_spec.rb \ spec/requests/carto/api/assets_controller_spec.rb \ spec/requests/carto/api/layers_controller_spec.rb \ - spec/requests/api/json/records_controller_spec.rb \ spec/requests/carto/api/records_controller_spec.rb \ s...
2
diff --git a/apps/advcasio/README.md b/apps/advcasio/README.md An over-engineered clock inspired by Casio watches.<br/> It has a dedicated timer, a scratchpad and can display the weather condition 4 days ahead.<br/> -It uses a custom webapp to update its content.<br/> +It uses a <a target="_blank" href="https://dotgreg...
3
diff --git a/screen/receive/details.js b/screen/receive/details.js @@ -95,6 +95,7 @@ export default class ReceiveDetails extends Component { logoSize={90} color={BlueApp.settings.foregroundColor} logoBackgroundColor={BlueApp.settings.brandingColor} + ecl={'H'} /> )} </View>
7
diff --git a/runtime.js b/runtime.js @@ -858,6 +858,12 @@ const _loadWebBundle = async (file, {instanceId = null, monetizationPointer = nu }; const _loadScene = async (file, {files = null}) => { let srcUrl = file.url || URL.createObjectURL(file); + if (files) { + srcUrl = files[srcUrl]; + } + if (/^\.+\//.test(srcUrl))...
0
diff --git a/checkfiles/checkfiles.py b/checkfiles/checkfiles.py @@ -820,12 +820,9 @@ def patch_file(session, url, job): } if data: item_url = urljoin(url, job['@id']) - for key in data: - job['item'][key] = data['key'] - job['item'].pop('content_error_detail') r = session.patch( item_url, - data=json.dumps(job['item']...
13
diff --git a/draftlogs/5771_fix.md b/draftlogs/5771_fix.md - - Clickable legend group titles [[#5771](https://github.com/plotly/plotly.js/pull/5771)] + - Allow clickable legend group titles when group has no pie-like traces [[#5771](https://github.com/plotly/plotly.js/pull/5771)] +
3
diff --git a/jobs/upcoming.js b/jobs/upcoming.js @@ -73,7 +73,7 @@ module.exports = async () => { // Compare each mission name against entire list of wiki payloads, and fuzzy match the // mission name against the wiki payload name. The partial match must be 100%, to avoid // conflicts like SSO-A and SSO-B, where a real...
13