code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/components/playerController.js b/src/components/playerController.js @@ -138,49 +138,58 @@ module.exports = class PlayerController { * the ES6 gods might not like this.. * FIXME: To prevent retaliation from the gods, consider making the activePlayers an Map instead of an Array. * + * * @param {array} pl...
7
diff --git a/src/lib/urlHelper.js b/src/lib/urlHelper.js @@ -23,35 +23,18 @@ export function getNewEntryUrl(collectionName, direct) { */ const uriChars = /[\w\-.~]/i; const ucsChars = /[\xA0-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFEF}\u{10000}-\u{1FFFD}\u{20000}-\u{2FFFD}\u{30000}-\u{3FFFD}\u{40000}-\u{4FFFD}\u{50000}-\...
2
diff --git a/src/module/config.js b/src/module/config.js @@ -395,7 +395,11 @@ SFRPG.weaponPropertiesTooltips = { "double": "SFRPG.WeaponPropertiesDoubleTooltip", "shatter": "SFRPG.WeaponPropertiesShatterTooltip", "drainCharge": "SFRPG.WeaponPropertiesDrainChargeTooltip", - "echo": "SFRPG.WeaponPropertiesEchoTooltip" + ...
0
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -248,7 +248,7 @@ jobs: # Create a release sentry-cli releases new -p haven-grc $VERSION # Associate commits with the release - sentry-cli releases set-commits --auto $VERSION + sentry-cli releases set-commits --auto $VERSION || true oc set image deployment/hav...
8
diff --git a/angular/projects/spark-angular/src/lib/directives/inputs/sprk-field-error/sprk-field-error.directive.spec.ts b/angular/projects/spark-angular/src/lib/directives/inputs/sprk-field-error/sprk-field-error.directive.spec.ts @@ -4,9 +4,7 @@ import { SprkFieldErrorDirective } from './sprk-field-error.directive';...
7
diff --git a/src/actions/navigation.js b/src/actions/navigation.js @@ -25,8 +25,6 @@ export const navigate = (dispatch: Dispatch<NavigationAction>) => ( const prevScreen = getCurrentRouteName(prevState); if (typeof currentScreen === "string" && prevScreen !== currentScreen) { - // the line below uses the Google Analyti...
2
diff --git a/scripts/update-prices.js b/scripts/update-prices.js @@ -89,8 +89,8 @@ const getGrid = (item) => { for(const grid of item._props.Grids){ gridData.totalSize = gridData.totalSize + grid._props.cellsH * grid._props.cellsV; gridData.pockets.push({ - height: grid._props.cellsH, - width: grid._props.cellsV + heig...
12
diff --git a/src/firestore.test.js b/src/firestore.test.js import { call } from 'redux-saga/effects' -import dbModule from './firestore' +import firestoreModule from './firestore' describe('firestore', () => { let doc, collection, context @@ -32,7 +32,7 @@ describe('firestore', () => { } const response = [result, resul...
10
diff --git a/templates/examples/extensions/js_lambda_hooks/KendraFallback/test/run_test.js b/templates/examples/extensions/js_lambda_hooks/KendraFallback/test/run_test.js @@ -41,11 +41,11 @@ describe('#test_kendra_highlights()', () => { // tests that in markdown format, only the top answer phrase is returned with the l...
3
diff --git a/src/encoded/static/components/award.js b/src/encoded/static/components/award.js @@ -18,6 +18,8 @@ const typeSpecificColorList = labColors.colorList(); const statusColorList = labColors.colorList(); + + // Draw the total chart count in the middle of the donut. function drawDonutCenter(chart) { const width =...
0
diff --git a/src/lib/gundb/UserStorageClass.js b/src/lib/gundb/UserStorageClass.js @@ -138,7 +138,8 @@ export const welcomeMessage = { from: '0x0000000000000000000000000000000000000000', }, reason: - 'GoodDollar is a digital coin with built-in\nbasic income. Start collecting your income by claiming GoodDollars every da...
0
diff --git a/gulpfile.js b/gulpfile.js @@ -242,11 +242,10 @@ gulp.task('inject', function () { }); var pkg = require('./package.json'); -var nextVersion; -var ghToken; +var nextVersion = pkg.version; +var ghToken = gutil.env.token; gulp.task('release:init', function (cb) { - ghToken = gutil.env.token; if (!ghToken) { r...
11
diff --git a/lib/plugins/aws/provider/awsProvider.js b/lib/plugins/aws/provider/awsProvider.js @@ -151,12 +151,13 @@ class AwsProvider { that.serverless.cli.log("'Too many requests' received, sleeping 5 seconds"); setTimeout(doCall, 5000); } else { - if (err.message === 'The security token included in the request is in...
1
diff --git a/composer.json b/composer.json } ], "require": { - "backpack/base": "dev-v4 as 1.1.99", + "backpack/base": "v4.x-dev as 1.1.99", "doctrine/dbal": "^2.5", "venturecraft/revisionable": "1.*", "intervention/image": "^2.3",
3
diff --git a/README.md b/README.md @@ -147,12 +147,6 @@ Start your local server: make docker-dev ``` -If you'd like to run the Celery worker for async features such as mail sending, start it too: - -```shell - docker-compose up -d celery -``` - Now just go to [http://localhost:8000](http://localhost:8000) in your brows...
2
diff --git a/source/guides/references/configuration.md b/source/guides/references/configuration.md @@ -18,12 +18,10 @@ Option | Default | Description ----- | ---- | ---- `baseUrl` | `null` | URL used as prefix for {% url `cy.visit()` visit %} or {% url `cy.request()` request %} command's URL `env` | `{}` | Any values t...
5
diff --git a/update-db.js b/update-db.js @@ -47,7 +47,7 @@ function getCurrentVersion (lock) { return dependencies['caniuse-lite'].version } } else if (lock.mode === 'yarn') { - match = /caniuse-lite@[^:]+:\n\s+version\s+"([^"]+)"/.exec(lock.content) + match = /caniuse-lite@[^:]+:\r?\n\s+version\s+"([^"]+)"/.exec(lock....
11
diff --git a/build/webpack.dist.conf.js b/build/webpack.dist.conf.js @@ -18,7 +18,9 @@ let webpackConfig = merge(baseWebpackConfig, { }, output: { path: config.dist.assetsRoot, - filename: 'uiv.min.js' + filename: 'uiv.min.js', + library: 'uiv', + libraryTarget: 'umd' }, module: { rules: utils.styleLoaders({
3
diff --git a/apps/health/boot.js b/apps/health/boot.js @@ -105,12 +105,13 @@ function handleStepGoalNotification() { if (!settings.stepGoalNotificationDate || settings.stepGoalNotificationDate < now) { // notification not yet shown today? Bangle.buzz(200, 0.5); if (process.env.BOARD == "BANGLEJS2") { + const widgetOffs...
7
diff --git a/Source/Scene/TileBoundingS2Cell.js b/Source/Scene/TileBoundingS2Cell.js @@ -15,11 +15,9 @@ import GeometryInstance from "../Core/GeometryInstance.js"; import Matrix4 from "../Core/Matrix4.js"; import PerInstanceColorAppearance from "./PerInstanceColorAppearance.js"; import Primitive from "./Primitive.js"; ...
1
diff --git a/src/Esquio.UI/ClientApp/src/app/products/flags/FlagsForm.vue b/src/Esquio.UI/ClientApp/src/app/products/flags/FlagsForm.vue <template> <section class="flags_form container u-container-medium"> <div class="row"> - <h1>{{$t('flags.detail')}}</h1> + <h1 class="col col-auto pl-0">{{$t('flags.detail')}}</h1> + ...
7
diff --git a/src/shaders/metallic-roughness.frag b/src/shaders/metallic-roughness.frag @@ -83,15 +83,11 @@ struct MaterialInfo float perceptualRoughness; // roughness value, as authored by the model creator (input to shader) vec3 reflectance0; // full reflectance color (normal incidence angle) - float metalness; // met...
2
diff --git a/articles/api/authentication/_multifactor-authentication.md b/articles/api/authentication/_multifactor-authentication.md @@ -106,7 +106,6 @@ If OTP is supported by the user and you don't want to request a different factor | `client_id` <br/><span class="label label-danger">Required</span> | Your application...
2
diff --git a/assets/js/modules/thank-with-google/datastore/publications.test.js b/assets/js/modules/thank-with-google/datastore/publications.test.js @@ -394,24 +394,9 @@ describe( 'modules/thank-with-google publications', () => { } ); it( 'returns a publisher center URL for an existing publication', () => { - registry ...
2
diff --git a/index.html b/index.html <p style="font-family:mathfont" id="lnans"></p><br> </div> -<div class="collapse" id="adams"> - <h1 style="color: white;font-family:mathfont">Adam Number Checker</h2><p>&nbsp;</p> - <input style="color: white; font-family:mathfont" type="text"id="adam1" placeholder="Enter the input ...
7
diff --git a/contracts/libraries/TokenLib.sol b/contracts/libraries/TokenLib.sol pragma solidity ^0.4.24; import "../modules/PermissionManager/IPermissionManager.sol"; -import "./KindMath.sol"; +import "openzeppelin-solidity/contracts/math/SafeMath.sol"; library TokenLib { - using KindMath for uint256; + using SafeMath...
14
diff --git a/token-metadata/0x05D412CE18F24040bB3Fa45CF2C69e506586D8e8/metadata.json b/token-metadata/0x05D412CE18F24040bB3Fa45CF2C69e506586D8e8/metadata.json "symbol": "MFTU", "address": "0x05D412CE18F24040bB3Fa45CF2C69e506586D8e8", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/lib/node_modules/@stdlib/ndarray/ctor/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/ndarray/ctor/benchmark/c/benchmark.c @@ -601,14 +601,14 @@ double benchmark12() { for ( i = 0; i < ITERATIONS; i++ ) { sub[ 0 ] = (int64_t)( rand_double()*6.0 ); v = stdlib_ndarray_get_ptr( arr, sub ); - if ( v == NULL...
4
diff --git a/OpenRobertaParent/pom.xml b/OpenRobertaParent/pom.xml <inceptionYear>2014</inceptionYear> <properties> <!-- the server version history is a comma separated list of all versions BEFORE the actual version. New to old (e.g. 2.1.0,2.0.0,1.9.9,1.9.7) --> - <openRobertaServer.history>2.5.5,2.5.4,2.5.3,2.5.2,2.5....
6
diff --git a/articles/quickstart/spa/_includes/_token_renewal_server_setup.md b/articles/quickstart/spa/_includes/_token_renewal_server_setup.md @@ -52,5 +52,5 @@ console.log('Listening on http://localhost:${serverPort}'); </html> ``` ::: note -Add `http://localhost:${serverPort}/silent` to the **Callback URLs** sectio...
0
diff --git a/src/og/Popup.js b/src/og/Popup.js @@ -5,7 +5,7 @@ import { Vec3 } from './math/Vec3.js'; import { getHTML, parseHTML, createLonLat } from './utils/shared.js'; const TEMPLATE = - `<div class="og-popup"> + `<div class="og-popup {className}"> <div class="og-popup-content-wrapper"> <div class="og-popup-content...
0
diff --git a/.github/Contributing.md b/.github/Contributing.md @@ -3,7 +3,7 @@ This guide will tell you how you can and should contribute to JokeAPI. Not following it might cause me to reject your changes but at the very least we will both lose time. So please read this guide before contributing. Thanks :) -## Menu: +#...
10
diff --git a/test/jasmine/tests/axes_test.js b/test/jasmine/tests/axes_test.js @@ -4376,6 +4376,33 @@ describe('Test axes', function() { }) .then(done, done.fail); }); + it('should respect axis title placement on relayout', function(done) { + + function getPos(gd, sel) { + return d3Select(gd).select(sel).node().getBoun...
0
diff --git a/articles/custom-domains/index.md b/articles/custom-domains/index.md @@ -18,7 +18,7 @@ You'll need to register and own the domain name to which you're mapping your Aut Currently, the following Auth0 features and flows support use of custom domains: * OAuth 2.0/OIDC-Compliant Flows (all of which make calls t...
0
diff --git a/generate.js b/generate.js @@ -666,6 +666,9 @@ function preprocess() { } else if (file == "index.html") { var filename = "./_site/index.html"; } else if(file == "search.html") { + if (!fs.existsSync("./_site/" + file.replace('.html', ''))) { + fs.mkdirSync("./_site/" + file.replace('.html', '')); + } var fi...
1
diff --git a/src/components/EditorWidgets/Markdown/MarkdownControl/VisualEditor/keys.js b/src/components/EditorWidgets/Markdown/MarkdownControl/VisualEditor/keys.js import { Block, Text } from 'slate'; -import { isHotkey } from 'is-hotkey'; +import isHotkey from 'is-hotkey'; export default onKeyDown; @@ -38,19 +38,17 @...
3
diff --git a/src/runtime-semantics/EvaluateBody.mjs b/src/runtime-semantics/EvaluateBody.mjs @@ -319,7 +319,7 @@ export function* EvaluateBody_FunctionBody(FunctionStatementList, functionObject // GeneratorBody : FunctionBody export function* EvaluateBody_GeneratorBody(GeneratorBody, functionObject, argumentsList) { Q(...
1
diff --git a/extensions/txAdminClient/resource/sv_logger.js b/extensions/txAdminClient/resource/sv_logger.js @@ -4,6 +4,7 @@ const utils = require('./utils.js') //Helpers const log = (x)=>{console.log(x)} const dir = (x)=>{console.dir(x)} +const isUndefined = (x) => { return (typeof x === 'undefined') }; const logError...
8
diff --git a/src/components/molecules/CardLexicon/index.js b/src/components/molecules/CardLexicon/index.js -import { Flex, Heading, Icon, Link, Text } from 'components/atoms' -import { withPrefix } from 'gatsby' +import { Flex, Heading, Icon, Link, Text, Image } from 'components/atoms' import PropTypes from 'prop-types...
14
diff --git a/docs/rules/no-v-for-template-key.md b/docs/rules/no-v-for-template-key.md @@ -18,8 +18,8 @@ This rule reports the `<template v-for>` elements which have `key` attribute. In Vue.js 2.x, disallows `key` attribute on `<template>` elements. ::: warning Note -Do not use with the [vue/no-v-for-template-key-on-ch...
7
diff --git a/config/initializers/01_app_config.rb b/config/initializers/01_app_config.rb @@ -2,7 +2,7 @@ require_dependency 'carto/configuration' module Cartodb def self.get_config(*config_chain) - current = config + current = Cartodb.config config_chain.each { |config_param| current = current[config_param] if current....
13
diff --git a/app/helpers/account_type_helper.rb b/app/helpers/account_type_helper.rb @@ -42,11 +42,9 @@ module AccountTypeHelper 'BASIC LUMP-SUM ACADEMIC' => 'Professional Non-Profit', 'BASIC LUMP-SUM NON-PROFIT' => 'Professional Non-Profit', 'Enterprise Builder - Annual' => 'Enterprise', - 'Enterprise Builder - On-pre...
2
diff --git a/lib/CT_Modeler.js b/lib/CT_Modeler.js +"use strict"; /////// CHALKTALK MODELER FOR HTML5 /////////////////////////////////////////////////////////////// -if (! window.CT) CT = { }; +if (! window.CT) window.CT = { }; CT.REVISION = "0"; CT.def = function(a, b) { return a !== undefined ? a : b !== undefined ?...
12
diff --git a/lib/assets/javascripts/new-dashboard/components/Onboarding/OnboardingButton.vue b/lib/assets/javascripts/new-dashboard/components/Onboarding/OnboardingButton.vue @@ -20,13 +20,3 @@ export default { } }; </script> -<style scoped lang="scss"> -@import 'new-dashboard/styles/variables'; - -.button { - &.button...
2
diff --git a/converters/toZigbee.js b/converters/toZigbee.js @@ -200,16 +200,19 @@ const converters = { const brightnessValue = message.hasOwnProperty('brightness') ? message.brightness : message.brightness_percent; const hasState = message.hasOwnProperty('state'); + const hasTrasition = message.hasOwnProperty('transit...
11
diff --git a/packages/mermaid/src/diagrams/c4/svgDraw.js b/packages/mermaid/src/diagrams/c4/svgDraw.js @@ -234,7 +234,7 @@ export const drawC4Shape = function (elem, c4Shape, conf) { const c4ShapeElem = elem.append('g'); c4ShapeElem.attr('class', 'person-man'); - // <rect fill="#08427B" height="119.2188" rx="2.5" ry="2...
1
diff --git a/packages/insomnia-app/app/ui/components/modals/space-settings-modal.tsx b/packages/insomnia-app/app/ui/components/modals/space-settings-modal.tsx @@ -68,7 +68,7 @@ class SpaceSettingsModal extends PureComponent<Props> { {isRemote && ( <> <HelpTooltip className="space-left"> - To rename a ${strings.remoteSp...
2
diff --git a/src/components/source/mediaSource/SourceDetailsContainer.js b/src/components/source/mediaSource/SourceDetailsContainer.js @@ -100,7 +100,7 @@ class SourceDetailsContainer extends React.Component { if (metadata.length > 0) { metadataContent = ( <ul>{ metadata.map(item => - <li key={`metadata-${item.label}`}...
4
diff --git a/package.json b/package.json "lodash.throttle": "4.1.1", "namespace-emitter": "1.0.0", "on-load": "3.2.0", - "prettier-bytes": "1.0.3", + "prettier-bytes": "1.0.4", "socket.io-client": "2.0.1", "tus-js-client": "1.4.3", "url-parse": "1.1.9",
3
diff --git a/token-metadata/0x051aAB38D46f6ebB551752831C7280b2b42164Db/metadata.json b/token-metadata/0x051aAB38D46f6ebB551752831C7280b2b42164Db/metadata.json "symbol": "FCN", "address": "0x051aAB38D46f6ebB551752831C7280b2b42164Db", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/src/plugins/submenu/template.js b/src/plugins/submenu/template.js @@ -12,7 +12,9 @@ export default { display: 'submenu', add: function (core, targetElement) { const context = core.context; - context.template = {}; + context.template = { + selectedIndex: -1 + }; /** set submenu */ let templateDiv = this.set...
3
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/assetview/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/assetview/template.vue }, deleteAsset() { $perAdminApp.stateAction('deleteAsset', this.asset.path) - $perAdminApp.getNodeFromView('/state/tools').as...
12
diff --git a/examples/wind/package.json b/examples/wind/package.json "babel-polyfill": "^6.16.0", "d3-request": "^1.0.3", "d3-voronoi": "^1.1.1", - "deck.gl": "4.0.6", - "luma.gl": "4.0.0-beta.1", + "deck.gl": ">=4.1.0-beta.6", + "luma.gl": ">=4.0.0-beta.6", "react": "^15.4.1", "react-autobind": "^1.0.6", "react-dom": ...
3
diff --git a/tests/importer_test.py b/tests/importer_test.py @@ -41,7 +41,7 @@ def _do(file_ext, parse): import re fc = srunit.flask_client() - for suffix in '', ' (2)', ' (3)': + for suffix in '', ' 2', ' 3': for f in pkio.sorted_glob(pkunit.data_dir().join('*.' + file_ext)): json, stream = parse(f) sim_type = re.sear...
1
diff --git a/docker/README.md b/docker/README.md @@ -21,6 +21,15 @@ After building local image, run node.js-examples inside container: docker run -ti --rm orbit-db npm run examples:node ``` +## Why would you want to run OrbitDB in container? + +Containers are nice because as software execution environments they are: +-...
7
diff --git a/js/drawHeatmap.js b/js/drawHeatmap.js @@ -84,12 +84,13 @@ function tallyDomains(d, start, end, domains, acc = _.times(domains.length + 1, return tallyDomains(d, start, end, domains, acc, i + 1); } +var gray = colorHelper.rgb(colorHelper.greyHEX); var regionColorMethods = { // For ordinal scales, subsample ...
9
diff --git a/src/os/annotation/abstractannotationctrl.js b/src/os/annotation/abstractannotationctrl.js @@ -54,10 +54,10 @@ os.annotation.UI_TEMPLATE = '<button class="btn btn-success mr-1" title="Save the name" ' + 'ng-click="ctrl.saveAnnotation()" ' + 'ng-disabled="!ctrl.name">' + - '<i class="fa fa-check"/> OK' + + '...
1
diff --git a/client/GameBoard.jsx b/client/GameBoard.jsx @@ -387,9 +387,6 @@ export class InnerGameBoard extends React.Component { <div className='player-info'> <PlayerStats fate={otherPlayer ? otherPlayer.fate : 0} honor={otherPlayer ? otherPlayer.totalHonor : 0} user={otherPlayer ? otherPlayer.user : null} /> <div cl...
2
diff --git a/libs/components/forms/src/app/public/modules/input-box/input-box.component.scss b/libs/components/forms/src/app/public/modules/input-box/input-box.component.scss @@ -62,34 +62,7 @@ sky-input-box { } } -@mixin sky-input-box-modern-border($mode: "light") { - @if $mode == "dark" { - box-shadow: inset 0 0 0 1p...
4
diff --git a/src/functions.js b/src/functions.js @@ -609,14 +609,18 @@ var _ = Mavo.Functions = { between: $.extend((haystack, from, to, tight) => { [haystack, from, to] = [str(haystack), str(from), str(to)]; - var i1 = from? haystack[tight? "lastIndexOf" : "indexOf"](from) : -1; - var i2 = haystack[tight? "indexOf" : ...
1
diff --git a/bin/run-bench.js b/bin/run-bench.js @@ -21,7 +21,7 @@ const opts = Object.create(null) process.argv.slice(2).forEach(function forEachFileArg(file) { if (/^--/.test(file)) { - opts[file.substr(2)] = true + opts[file.substring(2)] = true } else if (/[*]/.test(file)) { globs.push(path.join(benchpath, file)) }...
14
diff --git a/.travis.yml b/.travis.yml @@ -37,7 +37,7 @@ jobs: script: - cp ./cli/defaults/* ./site/config/ - | - echo \'{ "sessionKey": "session", "masterPassword": false }\' > ./site/private/authConfig.json + echo '{ "sessionKey": "session", "masterPassword": false }' > ./site/private/authConfig.json # - npm run fix ...
1
diff --git a/src/components/comments/container/commentsContainer.js b/src/components/comments/container/commentsContainer.js @@ -52,7 +52,7 @@ const CommentsContainer = ({ const cachedComments = useAppSelector((state) => state.cache.comments); const [lcomments, setLComments] = useState([]); - const [replies, setReplies...
10
diff --git a/src/microcosm.js b/src/microcosm.js @@ -125,11 +125,11 @@ inherit(Microcosm, Emitter, { }, on (type, callback, scope) { - let [event, meta] = type.split(':', 2) + let [event, meta=''] = type.split(':', 2) switch (event) { case 'change': - this.changes.on(meta || '', callback, scope) + this.changes.on(meta,...
9
diff --git a/src/technologies.json b/src/technologies.json "icon": "afterpay.png", "js": { "Afterpay": "", - "afterpay_product": "" + "afterpay_product": "", + "AfterpayAttractWidget": "" }, "saas": true, "scripts": [ "portal\\.afterpay\\.com", - "static\\.afterpay\\.com" + "static\\.afterpay\\.com", + "present-afterpa...
7
diff --git a/src/lib/project-loader-hoc.jsx b/src/lib/project-loader-hoc.jsx import React from 'react'; +import PropTypes from 'prop-types'; import analytics from './analytics'; import log from './log'; import storage from './storage'; /* Higher Order Component to provide behavior for loading projects by id from - * th...
9
diff --git a/templates/workflow/contact_form.html b/templates/workflow/contact_form.html <div class="form-group"> <label for="address">Address</label> - <input - type="text" + <textarea id="address" name="address" class="form-control" placeholder="Address" - /> + ></textarea> </div> </div> <div class="modal-footer"> cl...
3
diff --git a/components/evenement/event.js b/components/evenement/event.js @@ -46,9 +46,9 @@ function Event({event, background, isPassed, id, activeEvent, handleOpen}) { <div className='display-info-container'> <button type='button' onClick={() => handleOpen(id)} className='button-container'> {activeEvent === id ? ( - ...
7
diff --git a/src/assets/css/suneditor-contents.css b/src/assets/css/suneditor-contents.css border-spacing: 0; border-collapse: collapse; } + +/* RTL - table */ +.sun-editor-editable.se-rtl table { + margin: 0 0 10px auto; +} + .sun-editor-editable table thead { border-bottom: 2px solid #333; }
3
diff --git a/.travis.yml b/.travis.yml @@ -8,6 +8,7 @@ env: global: - REACT_ENV=development - REACT_APP_LOG_LEVEL=debug + - BUNDLESIZE_GITHUB_TOKEN=63f6d1717c6652d63234cf9629977b08f4bac3fd # - REACT_APP_NETWORK_ID=4447 - MNEMONIC="choice congress hobby buddy dutch busy army eager empty solution start grunt" - CI=false
0
diff --git a/README.md b/README.md ![Imgur](http://i.imgur.com/eL73Iit.png) -![Imgur](http://i.imgur.com/neCK8dp.jpg) +![Imgur](https://i.imgur.com/x8fRykW.jpg) # SpaceX Data REST API @@ -30,52 +30,52 @@ GET https://api.spacexdata.com/v1/launches/latest ```json { - "flight_number": 46, + "flight_number": 47, "launch_ye...
3
diff --git a/README.md b/README.md <h3 align="center">Open Source REST API for rocket, core, capsule, pad, and launch data</h3> <h1 align="center"> -<a href="https://docs.spacexdata.com">Docs</a> - <a href="https://github.com/r-spacex/SpaceX-API/blob/master/docs/clients.md">Clients</a> - <a href="https://github.com/r-s...
1
diff --git a/core/content/connector.js b/core/content/connector.js @@ -391,7 +391,7 @@ var BaseConnector = window.BaseConnector || function () { album: null, uniqueID: null, duration: null, - currentTime: 0, + currentTime: null, isPlaying: true, trackArt: null };
12
diff --git a/public/javascripts/Admin/src/Admin.js b/public/javascripts/Admin/src/Admin.js @@ -595,6 +595,7 @@ function Admin (_, $, c3, turf) { } } } + } function toggleAuditedStreetLayer() { if (document.getElementById('auditedstreet').checked) { @@ -606,9 +607,13 @@ function Admin (_, $, c3, turf) { // A helper meth...
1
diff --git a/promise.js b/promise.js @@ -284,7 +284,7 @@ PromisePreparedStatementInfo.prototype.close = function() { ]); (function(functionsToWrap) { - for (const i = 0; functionsToWrap && i < functionsToWrap.length; i++) { + for (var i = 0; functionsToWrap && i < functionsToWrap.length; i++) { const func = functionsTo...
1
diff --git a/now.json b/now.json "COMPOSE_PASSWORD": "@compose-password", "COMPOSE_URL": "@compose-url", "COMPOSE_PORT": "@compose-port", - "OPTICS_API_KEY": "@optics-api-key" + "OPTICS_API_KEY": "@optics-api-key", + "STRIPE_TOKEN": "@stripe-token" } }
12
diff --git a/src/encoded/loadxl.py b/src/encoded/loadxl.py @@ -598,7 +598,7 @@ PHASE1_PIPELINES = { remove_keys('related_datasets'), ], 'file': [ - remove_keys('paired_end', 'derived_from', 'controlled_by', 'paired_with') + remove_keys('derived_from', 'controlled_by') ], 'analysis_step': [ remove_keys('parents') @@ -66...
2
diff --git a/packages/slackbot-proxy/src/services/RegisterService.ts b/packages/slackbot-proxy/src/services/RegisterService.ts @@ -63,6 +63,8 @@ export class RegisterService implements GrowiCommandProcessor { }; if (isUrl(growiUrl) == null) { + const invalidErrorMsg = 'Please enter a valid URL'; + await client.chat.pos...
7
diff --git a/lib/index.js b/lib/index.js 'use strict'; const Sharp = require('./constructor'); -[ - 'input', - 'resize', - 'composite', - 'operation', - 'colour', - 'channel', - 'output', - 'utility' -].forEach(function (decorator) { - require('./' + decorator)(Sharp); -}); +require('./input')(Sharp); +require('./resiz...
2
diff --git a/lib/carto/visualization_invalidation_service.rb b/lib/carto/visualization_invalidation_service.rb @@ -2,7 +2,7 @@ module Carto class VisualizationInvalidationService def initialize(visualization) @visualization = visualization - @invalidate_affected_maps = false + @invalidate_affected_visualizations = fals...
4
diff --git a/includes/Modules/AdSense.php b/includes/Modules/AdSense.php @@ -273,7 +273,7 @@ final class AdSense extends Module $this->get_tag_block_on_consent_attribute() // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ); printf( - '<script>(adsbygoogle = window.adsbygoogle || []).push(JSON.parse(%s))...
2
diff --git a/docs/_api-mocking/mock_matcher.md b/docs/_api-mocking/mock_matcher.md @@ -3,6 +3,9 @@ title: "matcher" position: 1.1 description: |- Criteria for deciding which requests to mock. + + Note that if you use matchers that target anything other than the url string, you may also need to add a `name` to your matc...
7
diff --git a/views/index.hbs b/views/index.hbs <div class="mb-4"> <h3 class="alt-h2 lh-condensed mb-3">Turn conversations into next steps</h3> <p class="preview-subscribe"> - Start work on GitHub, right from your Slack channels with slash commands like <span class="alt-mono-font bg-gray f5">/example</span>. With slash ...
14
diff --git a/assets/js/modules/analytics-4/components/dashboard/ActivationBanner/SetupBanner.js b/assets/js/modules/analytics-4/components/dashboard/ActivationBanner/SetupBanner.js /** * WordPress dependencies */ +import { useCallback, useState } from '@wordpress/element'; import { __, sprintf } from '@wordpress/i18n';...
12
diff --git a/packagescripts/linux/packageLinux.sh b/packagescripts/linux/packageLinux.sh @@ -135,6 +135,9 @@ EOFprerm createDEB() { + # https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics#s-pkgname + PACKAGENAME="ride-${BASE_VERSION}_${RIDEVERSION}-1_${DEBCPUTYPE}.deb" + # Dependencies tested with Debian 8 and ...
4
diff --git a/packages/housing/package.json b/packages/housing/package.json "postbump": "editme -w" }, "dependencies": { - "@hackoregon/civic-logger": "^1.0.0-alpha.e7d4647a", "@hackoregon/civic-server": "^0.0.10", "@hackoregon/component-library": "^0.2.5", "@hackoregon/webpacker": "^0.1.7",
13
diff --git a/src/components/workshops/Carousel.js b/src/components/workshops/Carousel.js @@ -115,7 +115,6 @@ class CarouselSubmissionForm extends Component { console.log('Clicking Submit Button') const { workshopSlug, userEmail, submissionData } = this.props const { liveUrl, codeUrl } = submissionData - const authToken...
1
diff --git a/healthcheck.js b/healthcheck.js 'use strict' require('dotenv').config() -const http = require('http') +const fetch = require('node-fetch') const signale = require('./src/utils/signale') const checkMongoDB = require('./src/utils/connect') @@ -16,36 +16,26 @@ if (dbUrl == null) { process.exit(1) } -const che...
14
diff --git a/src/web/OutputWaiter.mjs b/src/web/OutputWaiter.mjs @@ -435,7 +435,12 @@ class OutputWaiter { * Saves all outputs to a single archvie file */ saveAllClick() { + const downloadButton = document.getElementById("save-all-to-file"); + if (downloadButton.firstElementChild.innerHTML === "archive") { this.downloa...
0
diff --git a/docs/deep/openapi.yml b/docs/deep/openapi.yml @@ -118,13 +118,18 @@ paths: description: the domain of the host tribe server. type: string type: object - /tribes: get: tags: - tribes summary: Add a new channel for tribe in tribe server description: Create new tribe text channel. + parameters: + - descriptio...
0
diff --git a/src/payment-flows/honey.js b/src/payment-flows/honey.js @@ -74,7 +74,7 @@ function initHoney() : PaymentFlowInstance { } export const honey : PaymentFlow = { - name: 'card_fields', + name: 'honey', setup: setupHoney, isEligible: isHoneyEligible, isPaymentEligible: isHoneyPaymentEligible,
12
diff --git a/README.md b/README.md @@ -42,7 +42,7 @@ Waiting... 3. Head on over to your browser and navigate to `127.0.0.1:9000`. This should display the Project Sidewalk webpage. Note that the first time compilation takes time. ### Additional Tools -1. Importing SQL dump: The Postgres database schema has already been ...
3
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -59,14 +59,12 @@ jobs: path: ./coverage/lcov.info docs: docker: - - image: circleci/node:8 + - image: maxsam4/solidity-kit:0.4.24 steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: yarn install - - run: sudo apt insta...
3
diff --git a/src/domain/session/room/CallViewModel.ts b/src/domain/session/room/CallViewModel.ts @@ -67,14 +67,6 @@ export class CallViewModel extends ViewModel<Options> { } } - get isCameraMuted(): boolean { - return this.call.muteSettings.camera; - } - - get isMicrophoneMuted(): boolean { - return this.call.muteSetti...
1
diff --git a/docs/installation.md b/docs/installation.md @@ -34,6 +34,8 @@ For Windows platforms, this script requires **TLS 1.2 or newer** enabled. ## 3. Bare-Metal Installation +*Note: Currently, table detection requires Python 3.7 and below, as a vital dependency, `camelot-py` has not been ported yet to Python 3.8.*...
3
diff --git a/app/components/Wallet/PasswordConfirm.jsx b/app/components/Wallet/PasswordConfirm.jsx @@ -3,6 +3,10 @@ import Translate from "react-translate-component"; import Immutable from "immutable"; import cname from "classnames"; import PropTypes from "prop-types"; +import counterpart from "counterpart"; +import {F...
14
diff --git a/detox/ios/Detox/GREYIdlingResourcePrettyPrint.m b/detox/ios/Detox/GREYIdlingResourcePrettyPrint.m @@ -188,7 +188,7 @@ NSDictionary* _prettyPrintJSTimerObservationIdlingResource(WXJSTimerObservationI { NSMutableDictionary* rv = [NSMutableDictionary new]; rv[@"javascriptTimerIDs"] = [jsTimer valueForKeyPath:...
7
diff --git a/installer/installer.sh b/installer/installer.sh @@ -198,6 +198,9 @@ install_mysql() { text_color $GREEN "OK" fi perform_step sed -i 's|max_binlog_size|#max_binlog_size|' /etc/mysql/mysql.conf.d/mysqld.cnf "Setting max log size" + perform_step sed -i '/disable_log_bin/a wait_timeout = 31536000' /etc/mysql/m...
3
diff --git a/source/dialog/components/SearchPage.js b/source/dialog/components/SearchPage.js @@ -15,7 +15,7 @@ class SearchPage extends PureComponent { onUnlockAllArchives: PropTypes.func.isRequired }; - componentWillMount() { + componentDidMount() { this.props.onPrepareFirstResults(); }
10
diff --git a/examples/example-plugin-headermenu.html b/examples/example-plugin-headermenu.html }; } + // keep a copy of all column for the array of visible columns + var visibleColumns = columns; var options = { enableColumnReorder: false, headerMenuPlugin.onCommand.subscribe(function(e, args) { if(args.command === "hi...
1