code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/lib/cartodb/models/mapconfig/adapter/aggregation-mapconfig-adapter.js b/lib/cartodb/models/mapconfig/adapter/aggregation-mapconfig-adapter.js @@ -197,7 +197,10 @@ module.exports = class AggregationMapConfigAdapter { } _getAggregationMetadata (isVectorOnlyMapConfig, layer, adapted) { - if (adapted) { + if (...
14
diff --git a/lib/assets/core/javascripts/cartodb3/components/scroll/scroll-view.js b/lib/assets/core/javascripts/cartodb3/components/scroll/scroll-view.js @@ -53,16 +53,16 @@ module.exports = CoreView.extend({ }); this._bindScroll(); - this._bindEvents(); + // this._bindEvents(); }, - _bindEvents: function () { - this....
2
diff --git a/src/app/controllers/Marlin/MarlinController.js b/src/app/controllers/Marlin/MarlinController.js @@ -577,7 +577,7 @@ class MarlinController { this.controller.on('pos', (res) => { log.silly(`controller.on('pos'): source=${this.history.writeSource}, line=${JSON.stringify(this.history.writeLine)}, res=${JSON.s...
14
diff --git a/components/maplibre/ban-map/layers.js b/components/maplibre/ban-map/layers.js import theme from '@/styles/theme' +import {positionsColors} from '@/components/base-adresse-nationale/positions' export const sources = { bal: {name: 'Base Adresse Locale', color: '#4dac26'}, @@ -39,6 +40,14 @@ const TOPONYME_MA...
0
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,62 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master where X.Y.Z is the semver of most recent plotly.js release. +## [1.52.0] -- 2020-01-08 + +### Added +- Add `uniformtext` behavior to `bar`, `funnel`, `waterfall`, `pie`, `funnelarea`, + `sunburst` and...
3
diff --git a/source/touch/Tap.js b/source/touch/Tap.js @@ -46,6 +46,7 @@ class TrackedTouch { } view = view.get( 'parentView' ); } + this.timestamp = Date.now(); this.x = x; this.y = y; this.target = target; @@ -100,7 +101,7 @@ const getParents = function ( node ) { while ( node ) { parents.push( node ); node = node.pa...
0
diff --git a/core/connection.js b/core/connection.js @@ -693,12 +693,6 @@ Blockly.Connection.prototype.checkType_ = function(otherConnection) { } return this.checkBoundVariables(otherConnection); } - if (!this.typeExpr && otherConnection.typeExpr) { - return false; - } - if (this.typeExpr && !otherConnection.typeExpr) ...
2
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -2248,8 +2248,9 @@ axes.draw = function(gd, arg, opts) { var axList = (!arg || arg === 'redraw') ? axes.listIds(gd) : arg; - // TODO: could be stored be stored in the x axis (ax._counterAx)? - {x: {left: ..., right: ...}} - var shiftConstant = 60...
12
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js @@ -21,7 +21,7 @@ export default class ServerlessOffline { this._cliOptions = cliOptions this._provider = serverless.service.provider this._service = serverless.service - this._version = serverless.version + this._serverless = serverless setLog((...args) ...
2
diff --git a/package.json b/package.json "scripts": { "build": "babel src --out-dir .", "dev": "babel src --out-dir ${WEBAPP_DIR:-../mattermost-webapp}/node_modules/mattermost-redux", - "dev:watch": "babel --watch src --out-dir ${WEBAPP_DIR:-../mattermost-webapp/node_modules/mattermost-redux}", + "dev:watch": "babel --...
1
diff --git a/src/editor/util/xrefHelpers.js b/src/editor/util/xrefHelpers.js import { includes, map, orderBy } from 'substance' -export const XREF_TARGET_TYPES = { - 'fn': ['fn'], - 'fig': ['fig', 'fig-group'], - 'bibr': ['ref'], - 'table': ['table-wrap'] +// left side: node type +// right side: ref-type +export const ...
7
diff --git a/.cloudbuild/pr-tests-windshaft.yaml b/.cloudbuild/pr-tests-windshaft.yaml @@ -148,7 +148,7 @@ steps: --env-file .env \ gcr.io/cartodb-on-gcp-main-artifacts/tavern-tester:latest \ all dev - echo $? >> /workspace/dev_result + echo $? >> dev_result # Stop dev services and volumes - name: 'docker/compose:1.28....
12
diff --git a/effects.d.ts b/effects.d.ts @@ -2,12 +2,14 @@ import {Action} from "redux"; import {Channel, Task, Buffer, Predicate} from "./types"; import {SagaIterator, END} from "./index"; +type ActionType = string | number | symbol; + interface StringableActionCreator { (...args: any[]): Action; toString(): string; }...
11
diff --git a/README.md b/README.md @@ -740,7 +740,7 @@ To add a custom pre- or post-render action, all you need to do is to create a at // mymodule.js module.exports = (job, settings, action, type) => { console.log('hello from my module: ' + action.module); - return Promose.resolve(); + return Promise.resolve(); } ```
1
diff --git a/accessibility-checker-engine/src/v4/rules/element_lang_valid.ts b/accessibility-checker-engine/src/v4/rules/element_lang_valid.ts @@ -70,14 +70,14 @@ export let html_lang_valid: Rule = { "Fail_2": "Specified 'lang' attribute does not conform to BCP 47", "Fail_3": "Specified 'xml:lang' attribute does not in...
3
diff --git a/src/main/minio.js b/src/main/minio.js @@ -1816,6 +1816,7 @@ export class Client { if (this.sessionToken) { postPolicy.policy.conditions.push(['eq', '$x-amz-security-token', this.sessionToken]) + postPolicy.formData['x-amz-security-token'] = this.sessionToken } var policyBase64 = Buffer.from(JSON.stringify(...
0
diff --git a/website/template.html b/website/template.html @@ -69,7 +69,8 @@ WebFontConfig = { </div> <!-- site-top-nav --> </div> <!-- site-top --> <div id="site-dummy-github" style="position:relative"> -<a href="https://github.com/svaarala/duktape"><img style="position: absolute; top: 0; right: 0; border: 0;" src="ht...
14
diff --git a/SearchbarNavImprovements.user.js b/SearchbarNavImprovements.user.js // @description Searchbar & Nav Improvements. Advanced search helper when search box is focused. Bookmark any search for reuse (stored locally, per-site). // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @...
5
diff --git a/app/builtin-pages/views/library-view.js b/app/builtin-pages/views/library-view.js @@ -342,6 +342,14 @@ async function gotoFileEditor (filePath) { onOpenFileEditor() } +function resolvePaymentLink (archiveUrl, paymentLink) { + if (paymentLink.indexOf('://') === -1) { + const shouldAddSlash = !archiveUrl.end...
9
diff --git a/src/views/ProviderView/AuthView.js b/src/views/ProviderView/AuthView.js @@ -3,7 +3,9 @@ const { h, Component } = require('preact') class AuthBlock extends Component { componentDidMount () { - this.connectButton.focus() + setTimeout(() => { + this.connectButton.focus({ preventScroll: true }) + }, 150) } ren...
1
diff --git a/src/component/child/index.js b/src/component/child/index.js @@ -7,7 +7,7 @@ import { SyncPromise as Promise } from 'sync-browser-mocks/src/promise'; import { BaseComponent } from '../base'; import { getParentComponentWindow, getComponentMeta, getParentDomain, getParentRenderWindow, isXComponentWindow } fro...
11
diff --git a/src/client/js/components/Admin/SlackIntegration/OfficialbotSettingsAccordion.jsx b/src/client/js/components/Admin/SlackIntegration/OfficialbotSettingsAccordion.jsx @@ -16,16 +16,13 @@ const OfficialBotSettingsAccordion = (props) => { const { t } = useTranslation(); const { appContainer } = props; const gro...
7
diff --git a/userscript.user.js b/userscript.user.js @@ -21772,7 +21772,7 @@ var $$IMU_EXPORT$$; url: tmatch[1], is_original: true, extra: { - page: result.finalUrl + page: urljoin(result.finalUrl + "/", tmatch[1].replace(/.*\/([^/.]*).*?$/, "$1"), true) } }); }
7
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js @@ -1389,7 +1389,7 @@ export default createComponent({ filter, updateMenuPosition, updateInputValue, isOptionSelected, getEmittingOptionValue, - isOptionDisabled: (...args) => isOptionDisabled.value.apply(null, args), + isOptionDisab...
1
diff --git a/config/categories.js b/config/categories.js @@ -119,29 +119,29 @@ window.categories = [ _('ticketing'), _('coworking'), _('pitch'), - _('football_pitch'), - _('boules_pitch'), - _('basketball_pitch'), - _('rugby_pitch'), - _('tennis_pitch'), - _('skateboard_pitch'), - _('table_tennis_pitch'), - _('equestri...
4
diff --git a/python/ccxtpro/base/cache.py b/python/ccxtpro/base/cache.py @@ -15,7 +15,6 @@ class ArrayCache(list): # all method lookups obey the descriptor protocol # this is how the implicit api is defined in ccxt under the hood __iter__ = Delegate('__iter__') - __getitem__ = Delegate('__getitem__') __setitem__ = Dele...
1
diff --git a/react/src/components/masthead/components/SprkMastheadBigNav/SprkMastheadBigNav.js b/react/src/components/masthead/components/SprkMastheadBigNav/SprkMastheadBigNav.js @@ -99,9 +99,11 @@ SprkMastheadBigNav.propTypes = { /** Used to render navigation inside. */ links: PropTypes.arrayOf( PropTypes.shape({ - /*...
7
diff --git a/src/domain/navigation/index.js b/src/domain/navigation/index.js @@ -185,7 +185,8 @@ export function stringifyPath(path) { } break; case "right-panel": - // Ignore right-panel in url + case "sso": + // Do not put these segments in URL continue; default: urlPath += `/${segment.type}`;
8
diff --git a/src/utils/utils.js b/src/utils/utils.js @@ -82,8 +82,6 @@ export const validateLaterTime = (laterTime, previousTime) => getTimeAsNumber(la export const validateLaterOrEqualTime = (laterTime, previousTime) => getTimeAsNumber(laterTime) >= getTimeAsNumber(previousTime) -export const validateRate = (rate) => ...
2
diff --git a/source/Overture/views/controls/ButtonView.js b/source/Overture/views/controls/ButtonView.js @@ -115,15 +115,6 @@ var ButtonView = NS.Class({ */ icon: null, - /** - Property: O.ButtonView#tabIndex - Type: Number - Default: -1 - - Overrides default in <O.AbstractControlView#tabIndex>. - */ - tabIndex: -1, - ...
2
diff --git a/config/initializers/zz_patch_reconnect.rb b/config/initializers/zz_patch_reconnect.rb module PostgreSQLAutoReconnectionPatch # Queries the database and returns the results in an Array-like object def query(sql, name = nil) #:nodoc: - wrap_execute(sql, name) do + with_auto_reconnect(sql, name) do super end ...
2
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -914,6 +914,13 @@ axes.autoTicks = function(ax, roughDTick) { // this will also move the base tick off 2000-01-01 if dtick is // 2 or 3 days... but that's a weird enough case that we'll ignore it. ax.tick0 = Lib.dateTick0(ax.calendar, true); + + ...
14
diff --git a/src/runtime/html/AsyncStream.js b/src/runtime/html/AsyncStream.js @@ -190,7 +190,9 @@ var proto = (AsyncStream.prototype = { timeout = AsyncStream.DEFAULT_TIMEOUT; } - newStream._stack = AsyncStream.INCLUDE_STACK ? new Error().stack : null; + newStream._stack = AsyncStream.INCLUDE_STACK + ? getNonMarkoStac...
7
diff --git a/assets/js/modules/analytics/components/common/AcquisitionPieChart.js b/assets/js/modules/analytics/components/common/AcquisitionPieChart.js @@ -105,6 +105,7 @@ function AcquisitionPieChart( { data, args, source } ) { key="link" href={ sourceURI } inherit + external />, } ) }
12
diff --git a/stories/index.tsx b/stories/index.tsx @@ -461,6 +461,61 @@ storiesOf('Griddle main', module) }} /> }) + .add('with list row component', () => { + // Ported from https://github.com/GriddleGriddle/griddle-docs/blob/429f318778604c5e7500c1c949fe1c3137972419/components/GriddleList.js + const CustomRowComponent ...
0
diff --git a/AdditionalPostModActions.user.js b/AdditionalPostModActions.user.js // @description Adds a menu with mod-only quick actions in post sidebar // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 1.5 +// @version 1.5.1 // // @include https://*stackoverflow.com/* // @incl...
11
diff --git a/src/server/service/slackbot.js b/src/server/service/slackbot.js @@ -304,7 +304,9 @@ class SlackBotService extends S2sMessageHandlable { await client.chat.postEphemeral({ channel: this.channel_id, user: payload.user.id, - text: 'created!!', + blocks: [ + this.generateMarkdownSectionBlock(`The page \`${path}...
14
diff --git a/src/nanoexpress.js b/src/nanoexpress.js @@ -79,8 +79,6 @@ const nanoexpress = (options = {}) => { return undefined; } app.listen(port, host, (token) => { - if (token) { - _app._instance = token; if (typeof host === 'string') { config.host = host; } else { @@ -89,18 +87,22 @@ const nanoexpress = (options = ...
7
diff --git a/src/network/send.ts b/src/network/send.ts @@ -6,7 +6,7 @@ import { tribeOwnerAutoConfirmation } from '../controllers/confirmations' import { typesToForward } from './receive' import * as intercept from './intercept' import constants from '../constants' -import { logging } from '../utils/logger' +import { l...
3
diff --git a/token-metadata/0x9355372396e3F6daF13359B7b607a3374cc638e0/metadata.json b/token-metadata/0x9355372396e3F6daF13359B7b607a3374cc638e0/metadata.json "symbol": "WHALE", "address": "0x9355372396e3F6daF13359B7b607a3374cc638e0", "decimals": 4, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/app/templates/_package.json b/app/templates/_package.json "test": "gulp client.unit_test", "build-dist": "gulp client.build:dist", "start": "gulp client.watch", + "start-dist": "aliv --root client/dist --port 3001", "dev": "gulp client.watch", <% } else {%> <% if (clientBundler === "webpack") { %> "build-d...
0
diff --git a/components/post.js b/components/post.js @@ -379,6 +379,17 @@ function Post({title, published_at, feature_image, html, backLink}) { min-width: 80px; background-color: ${colors.lighterGrey} } + + .kg-header-card { + padding: 4em; + display: flex; + flex-direction: column; + justify-content: center; + text-al...
0
diff --git a/packages/inertia-react/src/useForm.js b/packages/inertia-react/src/useForm.js @@ -2,12 +2,12 @@ import { Inertia } from '@inertiajs/inertia' import { useCallback, useRef, useState } from 'react' import useRemember from './useRemember' -export default function useForm(defaults, key) { +export default functi...
7
diff --git a/token-metadata/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/metadata.json b/token-metadata/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/metadata.json "symbol": "MATIC", "address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/web/components/App.js b/web/components/App.js @@ -22,7 +22,8 @@ export default class App extends Component { onLogin = () => { const {redirect} = this.props.location.query; - if (!AccountStore.getOrganisation() && this.props.location.pathname != '/invite') { //If user has no organisation redirect to /creat...
9
diff --git a/src/plugins/tools-plugin.js b/src/plugins/tools-plugin.js @@ -40,10 +40,16 @@ export default function ToolsPlugin(editor) { toolbar.setMenuItems(getMenuItems(editor.state)); // show about modal on startup by default - // exceptions if you are on localhost or set 'dev' in URL + // exceptions if you last wer...
4
diff --git a/lib/DllPlugin.js b/lib/DllPlugin.js @@ -20,10 +20,6 @@ class DllPlugin { constructor(options) { validateOptions(schema, options, "Dll Plugin"); this.options = options; - - if (!options.format) { - this.options.format = false; - } } apply(compiler) {
2
diff --git a/token-metadata/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/metadata.json b/token-metadata/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/metadata.json "symbol": "OCEAN", "address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", "decimals": 18, - "dharmaVerificationStatus": "VERIFIED" + "dharmaVerificationStatus"...
3
diff --git a/src/index.js b/src/index.js @@ -333,7 +333,7 @@ const handsArray = [ new Float32Array(handEntrySize), new Float32Array(handEntrySize), ]; -const controllersArray = new Float32Array((3 + 4 + 6) * 2); +const controllersArray = new Float32Array((1 + 3 + 4 + 6) * 2); const localVector = new THREE.Vector3(); co...
12
diff --git a/lib/recurly/element/element.js b/lib/recurly/element/element.js +import deepAssign from '../../util/deep-assign'; import dom from '../../util/dom'; import pick from 'lodash.pick'; import Emitter from 'component-emitter'; @@ -223,7 +224,7 @@ export default class Element extends Emitter { */ configure (optio...
1
diff --git a/bin/install_customizations b/bin/install_customizations @@ -17,6 +17,8 @@ if ! [[ -z ${CUSTOMIZATION_GIT_REPO} ]]; npm i; # force overwriting of packages if necessary yes | cp -rf ./node_modules/* ../node_modules; + # copy custom images/assets + yes | cp -rf ./public/* ../public; else echo "Not found. Cont...
11
diff --git a/src/components/oc-client/src/oc-client.js b/src/components/oc-client/src/oc-client.js @@ -32,8 +32,6 @@ var oc = oc || {}; // Constants var CDNJS_BASEURL = 'https://cdnjs.cloudflare.com/ajax/libs/', IE9_AJAX_POLYFILL_URL = CDNJS_BASEURL + 'jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min...
7
diff --git a/src/libs/actions/PersonalDetails.js b/src/libs/actions/PersonalDetails.js @@ -67,11 +67,11 @@ function getDisplayName(login, personalDetail) { /** * Returns max character error text if true. * - * @param {Boolean} shouldReturnError + * @param {Boolean} isError * @returns {String} */ -function getMaxCharact...
10
diff --git a/src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_Pulse.fx b/src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_Pulse.fx @@ -64,10 +64,10 @@ MinProjSize= 0.4 [LightAttributes.0] Type=spot Size=0.1 -Range=1000.0 -Intensity=50.0 +Range=3000.0 +Intensity=400.0 Softness=0.0 -SpotInner=6 -SpotOuter=9 -Volumetric=1 +...
1
diff --git a/examples/viper/building_map.php b/examples/viper/building_map.php @@ -115,7 +115,7 @@ include 'config.php'; $(".waiting-description").hide(); $(".waiting-title").html('Creating an overview for <span class="project_name">' + window.dataParamsForOpening.acronymtitle + '</span> failed.'); $("#progress").html(...
7
diff --git a/CHANGELOG.md b/CHANGELOG.md ### Fixed - WebGL: fix a regression with global opacity not being properly cascaded to texture in WebGL mode (thanks @wpernath) -- Canvas: fix default "non transparent" mode with the canvas renderer +- Canvas: fix the "transparent" canvas mode with the canvas renderer (thanks @w...
1
diff --git a/src/index.test.js b/src/index.test.js -import React from 'react' -import ReactDOM from 'react-dom' -import App from './App' - it('renders without crashing', () => { const div = document.createElement('div') - ReactDOM.render(<App />, div) - ReactDOM.unmountComponentAtNode(div) })
2
diff --git a/shared/js/background/safari-events.es6.js b/shared/js/background/safari-events.es6.js @@ -128,7 +128,7 @@ safari.extension.globalPage.contentWindow.message = handleUIMessage let updateSetting = (e) => { let name = e.message.updateSetting.name let val = e.message.updateSetting.value - if (name && val) { + i...
11
diff --git a/view/frontend/templates/menu-custom.phtml b/view/frontend/templates/menu-custom.phtml } if ($item['children']) { - $html .= renderSnowdogMenuSubList($item['children'], $listLevel + 1); + $html .= renderSnowdogMenuSubList($block, $item['children'], $listLevel + 1); } $html .= '</li>';
1
diff --git a/includes/Core/Authentication/Authentication.php b/includes/Core/Authentication/Authentication.php @@ -538,11 +538,11 @@ final class Authentication { * @return array Filtered $data. */ private function inline_js_admin_data( $data ) { - $profile_data = $this->profile->get(); - if ( $profile_data ) { if ( ! i...
1
diff --git a/generators/heroku/templates/Procfile.ejs b/generators/heroku/templates/Procfile.ejs See the License for the specific language governing permissions and limitations under the License. -%> -web: java $JAVA_OPTS <% if (applicationType === 'gateway' || dynoSize === 'Free') { %>-Xmx256m<% } %> -jar <% if (build...
2
diff --git a/app/components/Features/DonateForm/index.js b/app/components/Features/DonateForm/index.js @@ -10,18 +10,18 @@ import { withFormik } from 'formik'; import * as Yup from 'yup'; // @material-ui/icons -// import CardGiftcard from '@material-ui/icons/CardGiftcard'; +import CardGiftcard from '@material-ui/icons/...
13
diff --git a/pelicanconf.py b/pelicanconf.py @@ -28,7 +28,7 @@ MARKDOWN = { PLUGIN_PATHS = ['plugins/'] PLUGINS = ['sitemap', 'extract_toc', 'tipue_search', 'liquid_tags.img', 'neighbors', 'render_math', 'related_posts', 'assets', 'share_post', - 'multi_part'] + 'series'] SITEMAP = { 'format': 'xml', 'priorities': {
14
diff --git a/src/core/operations/GenerateQRCode.mjs b/src/core/operations/GenerateQRCode.mjs import Operation from "../Operation"; import OperationError from "../errors/OperationError"; import qr from "qr-image"; - +import { toBase64 } from "../lib/Base64"; +import Magic from "../lib/Magic"; /** * Generate QR Code oper...
0
diff --git a/packages/idyll-components/src/switch.js b/packages/idyll-components/src/switch.js @@ -17,10 +17,9 @@ class Switch extends React.Component { child.type.name.toLowerCase() === 'case' && child.props.test === value; const matchDefault = child => child.type.name.toLowerCase() === 'default'; - const child = filt...
4
diff --git a/token-metadata/0xf485C5E679238f9304D986bb2fC28fE3379200e5/metadata.json b/token-metadata/0xf485C5E679238f9304D986bb2fC28fE3379200e5/metadata.json "symbol": "UGC", "address": "0xf485C5E679238f9304D986bb2fC28fE3379200e5", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss min-height: em(40px, 19px); margin-top: 0; padding: 0 em($govuk-spacing-scale-3, 19px) 0; - border-width: 2px; + border-width: $govuk-border-width-form-element; border-radius: 0; - border-color: transparent transparent darken($govuk-bu...
14
diff --git a/app/controllers/carto/api/public/oauth_app_presenter.rb b/app/controllers/carto/api/public/oauth_app_presenter.rb @@ -4,10 +4,11 @@ module Carto class OauthAppPresenter PRIVATE_ATTRIBUTES = %i( - id user_id name created_at updated_at client_id client_secret redirect_uris icon_url restricted + id user_id na...
3
diff --git a/packages/node_modules/@node-red/editor-client/src/js/nodes.js b/packages/node_modules/@node-red/editor-client/src/js/nodes.js @@ -1165,93 +1165,6 @@ RED.nodes = (function() { return node; } - /** - * Create a node from a type string. - * **NOTE:** Can throw on error - use `try` `catch` block when calling -...
2
diff --git a/src/components/charts/bar-chart.js b/src/components/charts/bar-chart.js @@ -60,13 +60,18 @@ const BarChart = ({ .domain(dateDomain) .range([marginLeft, width - marginRight]) + const yMaxEffective = + yMax || max([...data, ...(refLineData || [])], d => d.value) + const yScale = scaleLinear() - .domain([0, y...
1
diff --git a/token-metadata/0x6e4D93Efc2BeaC20992197278AD41f8d10b3EFAA/metadata.json b/token-metadata/0x6e4D93Efc2BeaC20992197278AD41f8d10b3EFAA/metadata.json "symbol": "FAZR", "address": "0x6e4D93Efc2BeaC20992197278AD41f8d10b3EFAA", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/test/jasmine/tests/select_test.js b/test/jasmine/tests/select_test.js @@ -42,11 +42,13 @@ function drag(path, options) { mouseEvent('mouseup', path[len - 1][0], path[len - 1][1], options); } -function assertSelectionNodes(cornerCnt, outlineCnt) { +function assertSelectionNodes(cornerCnt, outlineCnt, _msg) ...
0
diff --git a/templates/docs/examples/_blog_app.md b/templates/docs/examples/_blog_app.md <%= title("Blog App") %> -This is an open source simple blogging app that allows users who are admins to create blog posts in markdown format and allows all logged in users to comment on blog posts. Uses local authentication. +This...
7
diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md @@ -143,10 +143,10 @@ Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to o <div class="bg-grey-light mr-3 p-4 rounded-lg rounded-b">.rounded-b</div> <div class="bg-grey-light p-4 rounded-lg rounded...
7
diff --git a/packages/cx/src/util/getSearchQueryPredicate.js b/packages/cx/src/util/getSearchQueryPredicate.js -import { escapeSpecialRegexCharacters } from './escapeSpecialRegexCharacters'; +import { escapeSpecialRegexCharacters } from "./escapeSpecialRegexCharacters"; export function getSearchQueryPredicate(query, op...
8
diff --git a/server/lib/gateway/gateway.getLatestGladysVersion.js b/server/lib/gateway/gateway.getLatestGladysVersion.js +const db = require('../../models'); + /** * @description Return latest version of Gladys. * @returns {Promise} Resolve with latest version of Gladys. async function getLatestGladysVersion() { const ...
7
diff --git a/src/og/terrain/MapboxTerrain.js b/src/og/terrain/MapboxTerrain.js @@ -11,9 +11,9 @@ class MapboxTerrain extends GlobusTerrain { options = options || {}; - this.equalizeVertices = true; + this.equalizeVertices = options.equalizeVertices != undefined ? options.equalizeVertices : true; - this.equalizeNormals ...
0
diff --git a/includes/Modules/Subscribe_With_Google.php b/includes/Modules/Subscribe_With_Google.php @@ -93,7 +93,7 @@ final class Subscribe_With_Google extends Module return array( 'slug' => 'subscribe-with-google', 'name' => _x( 'Subscribe with Google', 'Service name', 'google-site-kit' ), - 'description' => __( 'Gen...
2
diff --git a/components/search/FilterSidebar.js b/components/search/FilterSidebar.js @@ -107,7 +107,7 @@ function isValidFilterForTestname(testName = 'XX', arrayWithMapping) { const tomorrowUTC = dayjs.utc().add(1, 'day').format('YYYY-MM-DD') const asnRegEx = /^(AS)?([1-9][0-9]*)$/ -const domainRegEx = /(^[a-z0-9]+([\-...
11
diff --git a/README.md b/README.md @@ -9,20 +9,31 @@ Want to contribute to JSDoc? Please read `CONTRIBUTING.md`. Installation and Usage ---------------------- -JSDoc supports Node.js 4.2.0 and later. You can install JSDoc in your project's -`node_modules` folder, or you can install it globally. +JSDoc supports Node.js ...
7
diff --git a/token-metadata/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/metadata.json b/token-metadata/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/metadata.json "symbol": "RSV", "address": "0x196f4727526eA7FB1e17b2071B3d8eAA38486988", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/token-metadata/0x35A735B7D1d811887966656855F870c05fD0A86D/metadata.json b/token-metadata/0x35A735B7D1d811887966656855F870c05fD0A86D/metadata.json "symbol": "THRN", "address": "0x35A735B7D1d811887966656855F870c05fD0A86D", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/token-metadata/0x3D658390460295FB963f54dC0899cfb1c30776Df/metadata.json b/token-metadata/0x3D658390460295FB963f54dC0899cfb1c30776Df/metadata.json "symbol": "COVAL", "address": "0x3D658390460295FB963f54dC0899cfb1c30776Df", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/web/binaries.html b/web/binaries.html <div class="col-xs-12 col-md-12"> <H3>Current Version</H3> - <H4>Version 1.0, Dec 12, 2018</H4> + <H3>Version 1.0, Dec 12, 2018</H3> - <OL> - <LI> Desktop Applications</LI> + <H4> Desktop Applications</H4> <UL> <LI><a href="http://bisweb.yale.edu/binaries/BioImageSuite...
3
diff --git a/src/web/basics/form-elements/input-button/input-button.js b/src/web/basics/form-elements/input-button/input-button.js @@ -84,7 +84,8 @@ class InputButton extends Core { _removeClass(klass) { this.el.classList.remove(klass) } _setLabelAttribute(attribute, newValue) { - this.el.querySelector("." + this.label...
9
diff --git a/src/components/ArrowKeyFocusManager.js b/src/components/ArrowKeyFocusManager.js @@ -33,10 +33,6 @@ class ArrowKeyFocusManager extends Component { const arrowDownConfig = CONST.KEYBOARD_SHORTCUTS.ARROW_DOWN; this.unsubscribeArrowUpKey = KeyboardShortcut.subscribe(arrowUpConfig.shortcutKey, () => { - if (thi...
9
diff --git a/reader/readerView.css b/reader/readerView.css #backtoarticle { padding: 2em 0 0 44px; color: dodgerblue; - max-width: 800px; + max-width: 720px; margin: auto; display: block; box-sizing: border-box; @@ -17,7 +17,7 @@ body, html { padding: 0; margin: 0; - font-size: 22px; + font-size: 21px; } iframe { displ...
3
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -4850,7 +4850,7 @@ function computejointprobability() { let result3 = document.getElementById("probability-result3"); var check = true; - if (favourable1 > 0 && total1 > 0 && favourable2 > 0 && total2 > 0) { + if (favourable1 >= 0 && total1 > 0 && favo...
1
diff --git a/LightboxImages.user.js b/LightboxImages.user.js // @description Opens image links in a lightbox instead of new window/tab in main & chat. Lightbox images that are displayed smaller than it's original size. // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 1.4.2 +//...
8
diff --git a/src/pages/using-spark/guides/content-style.mdx b/src/pages/using-spark/guides/content-style.mdx @@ -12,7 +12,7 @@ UX Writers, designers and developers can use this **Content Style Guide** as an <SprkDivider element="span" additionalClasses="sprk-u-mvn" /> -### Main Takeaways +## Main Takeaways - Use headin...
3
diff --git a/src/components/modeler/Modeler.vue b/src/components/modeler/Modeler.vue @@ -645,7 +645,12 @@ export default { if (Node.isTimerType(type)) { return new TimerEventNode(type, definition, diagram); } - + // Remove undefined or null properties + Object.keys(definition).forEach(key => { + if (definition[key] ===...
2
diff --git a/index.d.ts b/index.d.ts @@ -24,6 +24,11 @@ type Visibility = 'visible' | 'none' type Alignment = 'map' | 'viewport'; type AutoAlignment = Alignment | 'auto'; +type NamedStyles<T> = { + [P in keyof T]: SymbolLayerStyle | RasterLayerStyle | LineLayerStyle | FillLayerStyle | + FillExtrusionLayerStyle | Circle...
7
diff --git a/src/libs/actions/Policy.js b/src/libs/actions/Policy.js @@ -326,16 +326,15 @@ function removeMembers(members, policyID) { * @param {String} policyID */ function invite(logins, welcomeNote, policyID) { - const key = `${ONYXKEYS.COLLECTION.POLICY}${policyID}`; - const newEmployeeList = _.map(logins, login =>...
4
diff --git a/src/Widgets/FormContainerWidget/FormContainerWidgetEditingConfig.js b/src/Widgets/FormContainerWidget/FormContainerWidgetEditingConfig.js @@ -41,7 +41,7 @@ Scrivito.provideEditingConfig("FormContainerWidget", { content: () => [ new FormTextInputWidget({ required: true }), new TextWidget({ - text: "<p>By su...
7
diff --git a/token-metadata/0xa5a283557653f36cf9aA0d5cC74B1e30422349f2/metadata.json b/token-metadata/0xa5a283557653f36cf9aA0d5cC74B1e30422349f2/metadata.json "symbol": "UETL", "address": "0xa5a283557653f36cf9aA0d5cC74B1e30422349f2", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/Modal.js b/src/Modal.js @@ -37,6 +37,8 @@ class Modal extends Component { componentWillReceiveProps (nextProps) { if (nextProps.open) { this.showModal(); + } else if (nextProps.open === false) { + this.hideModal(); } } @@ -80,6 +82,13 @@ class Modal extends Component { $(`#${this.modalID}`).modal('open...
11
diff --git a/public/js/wire.js b/public/js/wire.js @@ -66,7 +66,7 @@ Wire.prototype.update = function() { } else if(simulationArea.mouseDown && simulationArea.lastSelected==this&& !this.checkWithin(simulationArea.mouseX, simulationArea.mouseY)){ // lets move this wiree ! - if(this.node1.parent.objectType=="CircuitEleme...
7
diff --git a/packages/app/src/server/service/page.ts b/packages/app/src/server/service/page.ts @@ -429,7 +429,6 @@ class PageService { try { await Page.bulkWrite(updatePathOperations); - await PageRedirect.bulkWrite(insertPageRedirectOperations); } catch (err) { if (err.code !== 11000) { @@ -437,6 +436,15 @@ class Page...
7
diff --git a/lib/core/api_client_manager.rb b/lib/core/api_client_manager.rb @@ -14,10 +14,10 @@ module Core interface: ENV['DEFAULT_SERVICE_INTERFACE'] || 'internal', debug: Rails.env.development?, client: { - open_timeout: 10, - read_timeout: 30, + open_timeout: nil, + read_timeout: 60, verify_ssl: Rails.configuratio...
12
diff --git a/lib/cartodb/controllers/layergroup.js b/lib/cartodb/controllers/layergroup.js @@ -124,7 +124,7 @@ LayergroupController.prototype.register = function(app) { allowQueryParams(['layer']), this.prepareContext, getMapStoreMapConfigProvider(this.mapStore, this.userLimitsApi, forcedFormat), - center(this.previewB...
10