code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/components/VaccinationsMap/InfoCard/InfoCard.js b/src/components/VaccinationsMap/InfoCard/InfoCard.js @@ -81,7 +81,7 @@ export const InfoCard = ({ data, areaName, date, postcode, areaType, return <Error setShowInfo={ setShowInfo }/>; } - else if ( !locationData || !Object.keys(locationData).length ) { ...
7
diff --git a/iris/queries/community/hasFeatures.js b/iris/queries/community/hasFeatures.js @@ -18,7 +18,7 @@ export default async ( const currentUser = user; if (!currentUser) { - return new UserError('You must be signed in to manage this community'); + return defaultFeatures; } const { customer, community } = await St...
1
diff --git a/src/abstract-ops/objects.mjs b/src/abstract-ops/objects.mjs @@ -213,7 +213,7 @@ export function ValidateAndApplyPropertyDescriptor(O, P, extensible, Desc, curre target.Set = Desc.Set; } if (Desc.Enumerable !== undefined) { - target.Enumerable = Desc.Set; + target.Enumerable = Desc.Enumerable; } if (Desc.Co...
1
diff --git a/articles/custom-domains/self-managed-certificates.md b/articles/custom-domains/self-managed-certificates.md --- title: Configure Custom Domains with Self-Managed Certificates description: How to create custom domains with self-managed certificates -beta: true toc: true --- # Custom Domains with Self-Manage...
2
diff --git a/_src/index.jade b/_src/index.jade @@ -23,23 +23,23 @@ section.container section h1 Comparison p Put two budgets head-to-head. How much did the budget grow or shrink? How are cuts and increases distributed across spending categories? How did revenue sources change? - img.img-responsive.thumbnail(src="/image...
7
diff --git a/website/siteConfig.js b/website/siteConfig.js @@ -15,7 +15,7 @@ try { // We don't care if there are no repos synced locally // We only care if we are on the CI server and about to deploy } -const defaultVersionShown = '0.60'; +const defaultVersionShown = '0.59'; const baseUrl = '/react-native/'; const repo...
12
diff --git a/Contributors.md b/Contributors.md - [@Litchstarken](https://github.com/Litchstarken) - [@BLiTz3R](https://github.com/BLiTz3R) - [@peterson oaikhenah](https://github.com/nextwebb) -- [@umanghans](hhttps://github.com/umanghans) -- [@dark-wonder](hhttps://github.com/dark-wonder) +- [@umanghans](https://github...
1
diff --git a/BUILD.gn b/BUILD.gn @@ -325,7 +325,7 @@ if (is_win && !is_component_build) { "//chrome:chrome_dll", ":copy_node", "//v8:nwjc", - "//chrome/test/chromedriver:chromedriver", + "//chrome/test/chromedriver:chromedriver_server", "//third_party/ffmpeg:ffmpeg" ] outputs = [ @@ -347,7 +347,7 @@ if (is_mac && !is_c...
4
diff --git a/token-metadata/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be/metadata.json b/token-metadata/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be/metadata.json "symbol": "XFT", "address": "0xABe580E7ee158dA464b51ee1a83Ac0289622e6be", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/README.md b/README.md @@ -48,7 +48,7 @@ Add Toggl one-click time tracking to popular web tools. - [Google Keep][53] - [Google Mail][29] - [GQueue][44] - - [HabitRPG][31] + - [Habitica][31] - [Help Scout][36] - [Husky Marketing Planner][103] - [Intercom][95] @@ -136,7 +136,7 @@ List of all the changes and a...
10
diff --git a/api/mutations/user/editUser.js b/api/mutations/user/editUser.js // @flow +import Raven from 'shared/raven'; import type { GraphQLContext } from '../../'; import type { EditUserInput } from '../../models/user'; import UserError from '../../utils/UserError'; @@ -47,11 +48,17 @@ export default requireAuth( } ...
1
diff --git a/package-lock.json b/package-lock.json "integrity": "sha512-YJhbp0sz3egFFKl3BcCNPQKzuGFOP4PACcsifhK6ROGnJUW9ViYLuLybQ9GQZm7Zejy3tkGuiXYMq3GiyGkU4g==", "dev": true }, - "@types/mime-types": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.0.tgz", - "integri...
4
diff --git a/docs/content/examples/list/Grouping.js b/docs/content/examples/list/Grouping.js -import {HtmlElement, Checkbox, Grid, List} from 'cx/widgets'; +import {HtmlElement, Checkbox, Grid, List, Tab} from 'cx/widgets'; import {Content, Controller, KeySelection} from 'cx/ui'; import {Md} from '../../../components/M...
0
diff --git a/src/components/dashboard/FaceVerification/sdk/UICustomization.css b/src/components/dashboard/FaceVerification/sdk/UICustomization.css #DOM_FT_overlayContainer { background-color: rgba(255, 255, 255, 0.5) !important; } -#DOM_FT_getReadyScreen h2 { - color: rgb(66, 69, 74) !important; -} #DOM_FT_frameOvalBac...
2
diff --git a/articles/appliance/raci.md b/articles/appliance/raci.md @@ -58,57 +58,78 @@ The following RACI Matrix provides a more in-depth summary of the roles and resp <td>The Auth0 CSE will show the subscriber's infrastructure engineer [how to upload the SSL certificates, enter the SMTP credentials, and add administ...
0
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -3748,7 +3748,7 @@ function amsol() var a = document.getElementById("aval").value var c = document.getElementById("cval").value var amadd=parseInt(a)+parseInt(c) - var res =parseInt(amadd/2) + var res =parseFloat(amadd/2) var explain = document.getElem...
1
diff --git a/server/game/cards/20-HMW/AMummersFarce.js b/server/game/cards/20-HMW/AMummersFarce.js @@ -12,7 +12,7 @@ class AMummersFarce extends AgendaCard { this.forcedReaction({ when: { - onCardStood: event => event.card.controller === this.controller && event.card.hasTrait('Fool') + onCardStood: event => event.card....
1
diff --git a/public/viewjs/components/productpicker.js b/public/viewjs/components/productpicker.js @@ -243,3 +243,9 @@ $(document).on("Grocy.BarcodeScanned", function(e, barcode) Grocy.Components.ProductPicker.GetInputElement().blur(); }, 200); }); + +$(document).on("shown.bs.modal", function(e) +{ + $(".modal-footer")...
7
diff --git a/_pages/conference.html b/_pages/conference.html @@ -29,7 +29,7 @@ permalink: /conference <div class="row"> <div class="col-xs-12 col-sm-12"> <h1> - <a id="conf-title-href" nohref></a> + <a id="conf-title-href" nohref></a><br> <span id="twitter-box"></span> <iframe src="https://ghbtns.com/github-btn.html?us...
3
diff --git a/src/modules/gametree.js b/src/modules/gametree.js @@ -31,19 +31,6 @@ exports.new = function(options = {}) { }, options)) } -exports.cloneNode = function(node, parentId = null) { - if (node == null) return null - - let id = helper.getId() - - return { - id, - data: JSON.parse(JSON.stringify(node.data)), - p...
2
diff --git a/core/api/src/config/servers/web.ts b/core/api/src/config/servers/web.ts @@ -14,6 +14,8 @@ export const DEFAULT = { // i.e.: [ 'https://www.site.com' ] allowedRequestHosts: process.env.ALLOWED_HOSTS ? process.env.ALLOWED_HOSTS.split(",") + : process.env.WEB_URL + ? [process.env.WEB_URL] : [], // Port or Soc...
12
diff --git a/src/Appwrite/Utopia/Request/Filters/V15.php b/src/Appwrite/Utopia/Request/Filters/V15.php @@ -33,7 +33,7 @@ class V15 extends Filter case 'storage.listBuckets': case 'storage.listFiles': case 'teams.list': - case 'teams.getMemberships': + case 'teams.listMemberships': case 'users.list': $content = $this->c...
10
diff --git a/source/Table/Table.js b/source/Table/Table.js @@ -445,7 +445,7 @@ export default class Table extends PureComponent { const style = this._cachedColumnStyles[columnIndex]; - const colTitle = title ? title : (typeof renderedCell === 'string' ? renderedCell : null); + const columnTitle = title ? title : (typeo...
10
diff --git a/public/app/js/basic.js b/public/app/js/basic.js @@ -87,7 +87,10 @@ const arrayFindByKey = function(arr, pair) { const htmlTagsRegex = /(<([^>]+)>)/gi; // https://css-tricks.com/snippets/javascript/strip-html-tags-in-javascript/ const decodeHTML = function(html) { + if (html) { return html.replace(htmlTagsR...
1
diff --git a/src/DevChatter.Bot.Core/Games/Heist/HeistGame.cs b/src/DevChatter.Bot.Core/Games/Heist/HeistGame.cs @@ -47,9 +47,18 @@ public void AttemptToCreateGame(IChatClient chatClient, ChatUser chatUser) } public void StartHeist(IChatClient chatClient) + { + // TODO Pick Random Heist from collection + var heistMissi...
12
diff --git a/src/checkout/component.js b/src/checkout/component.js @@ -121,9 +121,10 @@ export const Checkout : Component<CheckoutPropsType> = create({ value: getLocale }, - payment: { + createOrder: { type: 'function', queryParam: 'token', + alias: 'payment', queryValue(payment) : ZalgoPromise<string> { return payment...
10
diff --git a/src/post/postSingle/PostSingle.js b/src/post/postSingle/PostSingle.js @@ -137,7 +137,8 @@ export default class PostSingle extends Component { }; const postMetaData = jsonParse(content.json_metadata); - let canonicalHost = 'https://busy.org'; + const busyHost = 'https://busy.org'; + let canonicalHost = busy...
3
diff --git a/src/backend.github.js b/src/backend.github.js @@ -435,13 +435,8 @@ var _ = Mavo.Backend.register($.Class({ return repoInfo.pagesInfo.then(pagesInfo => pagesInfo.html_url + path) .catch(xhr => { - // No Github Pages, return rawgit URL - if (sha) { - return `https://cdn.rawgit.com/${repo}/${sha}/${path}`; - ...
14
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/explorer/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/explorer/template.vue command: 'editPage', tooltipTitle: `edit '${child.title || child.name}'` }"> - <admin-components-iconeditpage v-if="isSites"></...
7
diff --git a/generators/server/templates/src/main/docker/app.yml.ejs b/generators/server/templates/src/main/docker/app.yml.ejs @@ -306,8 +306,6 @@ services: - SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID=jhipster-registry - SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET=jhipster-registry <%_...
2
diff --git a/src/utils/vc/crypto/Bls12381BBSSignatureDock2022.js b/src/utils/vc/crypto/Bls12381BBSSignatureDock2022.js @@ -39,7 +39,7 @@ export default class Bls12381BBSSignatureDock2022 extends CustomLinkedDataSignat type: Bls12381BBSSigDockSigName, LDKeyClass: Bls12381G2KeyDock2022, contextUrl: SUITE_CONTEXT_URL, - a...
10
diff --git a/src/PanelTraits/Fields.php b/src/PanelTraits/Fields.php @@ -226,7 +226,7 @@ trait Fields public function orderFields($order, $form = 'both') { $this->transformFields($form, function ($fields) use ($order) { - return $this->getOrderedFields($fields, $order); + return $this->applyOrderToFields($fields, $orde...
10
diff --git a/appveyor.yml b/appveyor.yml @@ -7,6 +7,7 @@ install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules + - npm install -g npm@5.7 - npm install # Post-install test scripts.
3
diff --git a/test/util/index.js b/test/util/index.js @@ -38,7 +38,7 @@ module.exports.runTasks = async plugin => { const latestVersion = (await plugin.getLatestVersion()) || '1.0.0'; const changelog = (await plugin.getChangelog(latestVersion)) || null; const increment = plugin.getContext('increment') || plugin.config.g...
12
diff --git a/packages/nexrender-action-copy/readme.md b/packages/nexrender-action-copy/readme.md @@ -4,6 +4,9 @@ Copy your video/image sequence to a specified folder after rendering is finished ## Installation +If you are using [binary](https://github.com/inlife/nexrender/releases) version of the nexrender, +there is n...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Summaries are allowed to specify JSON Schema in addition to ranges and sets of values. ([#1045](https://github.com/radiantearth/stac-spec/issues/1045)) - Added `preview` relation...
3
diff --git a/src/angular/projects/spark-angular/src/lib/components/inputs/sprk-textarea-container/sprk-textarea-container.component.ts b/src/angular/projects/spark-angular/src/lib/components/inputs/sprk-textarea-container/sprk-textarea-container.component.ts @@ -22,11 +22,11 @@ export class SprkTextareaContainerCompone...
3
diff --git a/src/Header.jsx b/src/Header.jsx @@ -669,6 +669,9 @@ export default function Header({ <h1>Sheila</h1> </div> <canvas id="previewCanvas" className={styles.avatar} ref={previewCanvasRef} /> + <div className={styles['panel-header']}> + <h1>Equipment</h1> + </div> </div>) ]} open={open}
0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -63,9 +63,17 @@ jobs: - test:one ember-lts-3.16 - test:one ember-lts-3.20 - test:one ember-lts-3.24 - - test:one ember-beta allow-failure: [false] include: + - workspace: ember-simple-auth + test-suite: "test:one ember-beta" + allow-failure: true + - w...
11
diff --git a/lib/shared/addon/mixins/hover-dropdowns.js b/lib/shared/addon/mixins/hover-dropdowns.js @@ -3,7 +3,7 @@ import { next, cancel, later } from '@ember/runloop'; import { get, set } from '@ember/object'; export default Mixin.create({ - clostTimer: null, + closeTimer: null, actions: { prevent() { @@ -11,36 +11,...
13
diff --git a/test/internalTest.js b/test/internalTest.js @@ -15,61 +15,6 @@ mineflayer.testedVersions.forEach((supportedVersion, i) => { const Chunk = require('prismarine-chunk')(supportedVersion) describe(`mineflayer_internal ${version.minecraftVersion}`, function () { - const w = { - piglin_safe: { - type: 'byte', - ...
2
diff --git a/.github/workflows/build-zips.yml b/.github/workflows/build-zips.yml @@ -86,9 +86,3 @@ jobs: GIT_AUTHOR_NAME: ${{ github.actor }} GIT_COMMITTER_EMAIL: ${{ github.actor }}@users.noreply.github.com GIT_COMMITTER_NAME: ${{ github.actor }} - - deploy-to-release: - runs-on: ubuntu-latest - needs: build-zips - if...
2
diff --git a/index.css b/index.css @@ -2919,7 +2919,10 @@ progress::-webkit-progress-value { background-color: #00B3DB; fill: #FF0000; } -.inventory-menu .wrap .slot img { +.inventory-menu .wrap .slot img, +.inventory-menu .wrap .slot .item +{ + position: absolute; width: calc(50px - 5px * 2 - 3px * 2); height: calc(50...
0
diff --git a/lib/query.js b/lib/query.js @@ -2943,6 +2943,10 @@ function castDoc(query, overwrite) { */ Query.prototype.populate = function() { + if (arguments.length === 0) { + return this; + } + var res = utils.populate.apply(null, arguments); var opts = this._mongooseOptions;
1
diff --git a/blocks/init/src/Blocks/custom/column/components/column-options.js b/blocks/init/src/Blocks/custom/column/components/column-options.js import React from 'react'; import { __ } from '@wordpress/i18n'; import { Fragment } from '@wordpress/element'; -import { PanelBody, Icon, RangeControl, ToggleControl, Selec...
14
diff --git a/articles/protocols/saml/samlp.md b/articles/protocols/saml/samlp.md @@ -9,7 +9,7 @@ description: SAML Identity Provider Configuration These are the parameters used to configure a SAML Identity Provider: -* The __post-back URL__ (also called __Assertion Consumer Service URL__) is: `https://${account.namespa...
1
diff --git a/test/Air/Air.test.js b/test/Air/Air.test.js @@ -1133,6 +1133,63 @@ describe('#AirService', () => { expect(cancelPNR).to.have.callCount(0); }); }); + it('should succeed when there are OPEN and VOID tickets and cancelTickets = true', () => { + // Spies + const getUniversalRecordByPNR = sinon.spy(() => Promis...
0
diff --git a/js/test/functions/test.number.js b/js/test/functions/test.number.js @@ -38,7 +38,7 @@ it ('decimalToPrecision: truncation (to N digits after dot)', () => { // equal (decimalToPrecision ('123.456', TRUNCATE, -3, AFTER_POINT), '100') // not yet supported }) -it.only ('decimalToPrecision: truncation (to N sig...
1
diff --git a/iris/queries/community/hasChargeableSource.js b/iris/queries/community/hasChargeableSource.js @@ -9,12 +9,12 @@ export default async ( ) => { if (!stripeCustomerId) return false; - const { isOwner } = await loaders.userPermissionsInCommunity.load([ - user.id, - id, - ]); + const { + isOwner, + isModerator,...
11
diff --git a/includes/Core/Util/User_Input_Settings.php b/includes/Core/Util/User_Input_Settings.php @@ -161,14 +161,14 @@ class User_Input_Settings { if ( $code < 200 || 299 < $code ) { if ( is_array( $settings ) && ! empty( $settings['error'] ) ) { return new WP_Error( - 'user_input_settings_request', + $settings['er...
4
diff --git a/packages/node_modules/@node-red/editor-api/lib/editor/theme.js b/packages/node_modules/@node-red/editor-api/lib/editor/theme.js @@ -299,7 +299,7 @@ module.exports = { theme.page._.tabicon.colour = themeContext.page.tabicon.colour } } - // if the plugin has a title AND the users settings.js does NOT have a ...
3
diff --git a/test/jasmine/tests/gl_plot_interact_test.js b/test/jasmine/tests/gl_plot_interact_test.js @@ -710,3 +710,68 @@ describe('Test gl plot side effects', function() { }).then(done); }); }); + +describe('gl2d interaction', function() { + var gd; + + beforeAll(function() { + jasmine.addMatchers(customMatchers); +...
0
diff --git a/aleph/worker.py b/aleph/worker.py @@ -49,7 +49,12 @@ indexing_lock = threading.Lock() def op_index(collection_id: str, batch: List[Task], worker: Worker): collection = Collection.by_id(collection_id) sync = any(task.context.get("sync", False) for task in batch) + # ToDo: nack in case of failure? + try: ind...
9
diff --git a/articles/quickstart/webapp/scala/01-login.md b/articles/quickstart/webapp/scala/01-login.md @@ -18,10 +18,6 @@ budicon: 448 <%= include('../_includes/_getting_started', { library: 'Node.js', callback: 'http://localhost:3000/callback' }) %> -## Add your Auth0 Configuration Keys - -${snippet(meta.snippets.de...
2
diff --git a/tools/protocols/src/Server.ts b/tools/protocols/src/Server.ts limitations under the License. */ -import * as jayson from 'jayson' +import { Client, JSONRPCRequest } from 'jayson' import { BigNumber } from 'ethers/utils' import { REQUEST_TIMEOUT } from '@airswap/constants' import { @@ -25,8 +25,15 @@ import...
4
diff --git a/articles/quickstart/webapp/laravel/01-login.md b/articles/quickstart/webapp/laravel/01-login.md @@ -388,7 +388,7 @@ We're going to implement a method called `upsertUser()` to retrieve or add users namespace App\Repositories; -use App\User; +use App\Models\User; use Auth0\Login\Auth0User; use Auth0\Login\Au...
3
diff --git a/src/graphql/dataLoaders/urlLoaderFactory.js b/src/graphql/dataLoaders/urlLoaderFactory.js @@ -4,8 +4,7 @@ import DataLoader from 'dataloader'; * Given list of urls, return their latest fetch respectively */ export default dataLoaders => - new DataLoader( - async urls => { + new DataLoader(async urls => { c...
2
diff --git a/src/containers/plugins/SimpleRestContainer.js b/src/containers/plugins/SimpleRestContainer.js @@ -110,7 +110,7 @@ module.exports = class SimpleRestContainer { }, (initComplete) => { - if (this.caps[Capabilities.SIMPLEREST_INIT_TEXT]) { + if (_.isString(this.caps[Capabilities.SIMPLEREST_INIT_TEXT])) { this....
11
diff --git a/app/views/index.scala.html b/app/views/index.scala.html </a> </div> <div class="col-sm-4"> - <a class="newslink" href="http://www.dbknews.com/2016/10/14/university-of-maryland-app-washington-disability-access/" id="diamondback-img-link"> + <a class="newslink" href="https://dbknews.com/2016/10/13/university...
14
diff --git a/src/components/CustomChart/rangeChart.js b/src/components/CustomChart/rangeChart.js @@ -14,7 +14,7 @@ import moment from 'moment'; import React, { Fragment, PureComponent } from 'react'; import styless from './index.less'; -@connect() +@connect(({ application }) => ({ curAppDetail: application.groupDetail ...
1
diff --git a/tests/integration/home.js b/tests/integration/home.js @@ -17,10 +17,6 @@ beforeAll(async () => { }) -afterAll(() => { - browser.close() - server.close() -}) test('is dom loaded',async () => { expect.assertions(1); @@ -57,3 +53,8 @@ test('is map loaded',async () => { let sceneContent = await page.waitForSel...
5
diff --git a/package.json b/package.json "build-commit": "npm run build && git add dist && (git commit -m 'Dist' || echo 'Nothing to commit') && git push", "release": "npm run build-commit && grabthar-release", "postrelease": "npm run cdnify -- --commitonly", - "release:pre": "npm run build-commit && grabthar-release p...
12
diff --git a/modules/service/file-service.js b/modules/service/file-service.js @@ -25,7 +25,7 @@ class FileService { reject(err); } else { const fullpath = path.join(directory, filename); - + try { fs.writeFile(fullpath, data, (err) => { if (err) { reject(err); @@ -33,6 +33,9 @@ class FileService { resolve(fullpath); }...
9
diff --git a/app/assets/stylesheets/editor-3/_menu.scss b/app/assets/stylesheets/editor-3/_menu.scss @import 'vars'; .EditorMenu { - @include flex(0 0 72px); + flex: 0 0 72px; position: relative; width: 72px; min-height: 450px; } .EditorMenu-navigation { - @include display-flex(); - @include align-items(center); - @inc...
2
diff --git a/package/src/frontend/media/MediaPool.js b/package/src/frontend/media/MediaPool.js @@ -31,7 +31,7 @@ export class MediaPool { } } } - allocatePlayer({playerType, playerId, playsInline, loop = false}){ + allocatePlayer({playerType, playerId, playsInline, loop = false, poster}){ let player = undefined; if (!t...
9
diff --git a/src/templates/code-samples-template.js b/src/templates/code-samples-template.js @@ -6,7 +6,7 @@ import { copyToClipboard } from '~/utils/common-utils'; /* eslint-disable indent */ export default function codeSamplesTemplate(xCodeSamples) { return html` - <section class="table-title top-gap"> CODE SAMPLES <...
7
diff --git a/src/components/data-table/index.css b/src/components/data-table/index.css .data-table, .data-table-filters-wrapper { border: 0; + border-collapse: collapse; max-width: 1200px; margin: 0 auto; } max-height: 64px; max-width: 64px; } + +.data-table tr:hover td { + background-color: #292626; +} \ No newline at...
7
diff --git a/packages/saltcorn-data/base-plugin/actions.js b/packages/saltcorn-data/base-plugin/actions.js @@ -9,6 +9,7 @@ const fetch = require("node-fetch"); const vm = require("vm"); const Table = require("../models/table"); const View = require("../models/view"); +const File = require("../models/file"); const { get...
11
diff --git a/lib/assets/javascripts/new-dashboard/pages/Home/RecentSection/RecentSection.vue b/lib/assets/javascripts/new-dashboard/pages/Home/RecentSection/RecentSection.vue import { mapState } from 'vuex'; import SectionTitle from 'new-dashboard/components/SectionTitle'; import SimpleMapCard from 'new-dashboard/compo...
2
diff --git a/src/components/CardCollection/index.js b/src/components/CardCollection/index.js @@ -53,9 +53,9 @@ class CardCollection extends React.Component { super(props); this.state = { currentYear: fiscalYearList[7], - currentServiceArea: "", currentBureau: "", data: null, + currentServiceArea: "PS", } // this.getDat...
12
diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less @@ -199,12 +199,20 @@ body { // * NOTE // *****************************/ .note{ + &::before{ + content : ""; box-sizing : border-box; border-style : solid; border-width : 11px; border-image : @noteBorderImage 12; border-image-outset : 9px 0px; filter : drop...
13
diff --git a/nanoexpress.d.ts b/nanoexpress.d.ts @@ -5,6 +5,7 @@ import { HttpResponse as HttpResponseBasic, WebSocket as WebSocketBasic } from 'uWebSockets.js'; +import { Ajv, Options as AjvOptions } from 'ajv'; declare namespace nanoexpress { export interface AppOptions extends AppOptionsBasic { @@ -13,6 +14,8 @@ dec...
7
diff --git a/source/agent/webrtc/sdp.js b/source/agent/webrtc/sdp.js 'use strict'; const transform = require('sdp-transform'); +const logger = require('../logger').logger; +const log = logger.getLogger('Sdp'); const h264ProfileOrder = ['E', 'H', 'M', 'B', 'CB']; @@ -42,7 +44,7 @@ function translateProfile (profLevId) {...
4
diff --git a/run.js b/run.js @@ -236,6 +236,7 @@ document.getElementById('enter-xr-button').addEventListener('click', e => { optionalFeatures: [ 'local-floor', 'bounded-floor', + 'hand-tracking', ], }).then(onSessionStarted); } else {
0
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -38,5 +38,4 @@ jobs: sudo chmod o+wx /home/circleci/repo/gaia - run: yarn run test - - run: yarn run test:e2e - run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
4
diff --git a/src/components/discordBot.js b/src/components/discordBot.js @@ -13,6 +13,7 @@ module.exports = class DiscordBot { constructor(config) { this.config = config; this.client = null; + this.announceChannel = null; this.cronFunc = null; this.spamLimitCache = {} if(!this.config.enabled){ @@ -41,31 +42,6 @@ module...
7
diff --git a/src/schema/deserialize.js b/src/schema/deserialize.js @@ -60,9 +60,13 @@ function runDeserialize(exception, map, schema, originalValue, options) { } else if (schema.anyOf || schema.oneOf) { let result; - let subSchema; - if (schema.discriminator && (subSchema = schema.discriminate(value))) { + if (schema.d...
1
diff --git a/gulpfile.js b/gulpfile.js @@ -75,7 +75,7 @@ function umd(){ //build tabulator function esm(){ //return gulp.src('src/js/**/*.js') - return gulp.src('src/js/core_esm.js') + return gulp.src('src/js/esm.js') .pipe(insert.prepend(version + "\n")) .pipe(concat('tabulator.es2015.js')) .pipe(gulp.dest('dist/js'))...
3
diff --git a/packages/vulcan-core/lib/server/start.js b/packages/vulcan-core/lib/server/start.js @@ -2,12 +2,6 @@ import {Inject} from 'meteor/meteorhacks:inject-initial'; import { SyncedCron } from 'meteor/percolatestudio:synced-cron'; import { getSetting, registerSetting } from 'meteor/vulcan:lib'; -import { - popula...
13
diff --git a/new_contributors/UPLOAD_INSTRUCTIONS.md b/new_contributors/UPLOAD_INSTRUCTIONS.md @@ -58,18 +58,6 @@ Your folder should look similar to this: Once your files are properly uploaded and organized, add, commit, and push your changes to your forked remote Github repository either using the command line or the ...
5
diff --git a/doc/api/query-builder/eager-methods.md b/doc/api/query-builder/eager-methods.md @@ -329,17 +329,23 @@ Deprecated! Will be removed in version 3.0. Use [withGraphFetched](/api/query-bu ## eagerObject() +::: warning +Deprecated! Will be removed in version 3.0. Use [graphExpressionObject](#graphexpressionobjec...
10
diff --git a/mesh-lodder.js b/mesh-lodder.js @@ -492,8 +492,22 @@ class MeshLodder { start: indexIndex, count: g.index.count, }, - cloneApp() { - return null; // XXX + cloneApp: () => { + const geometry = g.clone(); + + _mapUvs(g, geometry, 'originalUv', 'uv', 0, g.attributes.originalUv.count); + _mapUvs(g, geometry, '...
0
diff --git a/lib/assets/javascripts/new-dashboard/i18n/locales/en.json b/lib/assets/javascripts/new-dashboard/i18n/locales/en.json "PASSWORD": "Password" }, "views": "{views} views (30 days)", - "condensedViews": "No mapviews | 1 mapview | {n} mapviews", + "condensedViews": "No views | 1 view | {n} views", "sharedBy": ...
14
diff --git a/assets/sass/components/global/_googlesitekit-gathering-data-notice.scss b/assets/sass/components/global/_googlesitekit-gathering-data-notice.scss display: block; font-size: 16px; line-height: 19px; - padding: 0 0 20px; + padding: 0; @media (min-width: $bp-tablet) { font-size: 28px; position: relative; text...
2
diff --git a/javascripts/core/canvases.js b/javascripts/core/canvases.js @@ -37,6 +37,7 @@ function animationOnOff(name) { if (name == "floatingText") document.getElementById("floatingTextAnimBtn").textContent = "Floating text: " + ((player.options.animations.floatingText) ? "ON" : "OFF") else if (name == "bigCrunch") ...
7
diff --git a/lib/assets/core/javascripts/cartodb3/deep-insights-integration/features-integration.js b/lib/assets/core/javascripts/cartodb3/deep-insights-integration/features-integration.js @@ -22,17 +22,17 @@ module.exports = { track: function (options) { checkAndBuildOpts(options, REQUIRED_OPTS, this); - + var visMap ...
9
diff --git a/articles/api-auth/why-use-access-tokens-to-secure-apis.md b/articles/api-auth/why-use-access-tokens-to-secure-apis.md @@ -101,4 +101,6 @@ Since in many cases it is desirable to retrieve additional user information at t * [User Authentication with OAuth 2.0](https://oauth.net/articles/authentication/) * [OA...
0
diff --git a/components/mapbox/map-legends.js b/components/mapbox/map-legends.js @@ -8,7 +8,7 @@ function MapLegends({title, legend}) { return ( <div className='circle-color-legend'> <div className='legend-header'> - <h6>{title}</h6> + <div className='legend-title'>{title}</div> <div className='wrap-icons' onClick={() ...
14
diff --git a/provision_annotations.go b/provision_annotations.go @@ -256,7 +256,8 @@ func annotateEventSourceMappings(lambdaAWSInfos []*LambdaAWSInfo, } // If it's not nil and also not a literal, go ahead and try and update it if resourceRef != nil && - resourceRef.RefType != resourceLiteral { + resourceRef.RefType != ...
9
diff --git a/articles/tutorials/building-multi-tenant-saas-applications-with-azure-active-directory.md b/articles/tutorials/building-multi-tenant-saas-applications-with-azure-active-directory.md @@ -225,7 +225,7 @@ Adding buttons directly to Lock's DOM is not officially supported, so make sure ```js <script src="https:...
12
diff --git a/src/index.js b/src/index.js var exec = require("cordova/exec"); -var deviceVendor = window.clientInformation && window.clientInformation.vendor; +var deviceVendor = (typeof window.clientInformation != 'undefined' && typeof window.clientInformation.vendor != 'undefined') ? window.clientInformation.vendor : ...
9
diff --git a/test/jasmine/tests/ternary_test.js b/test/jasmine/tests/ternary_test.js @@ -6,13 +6,13 @@ var supplyLayoutDefaults = require('@src/plots/ternary/layout/defaults'); var d3 = require('d3'); var createGraphDiv = require('../assets/create_graph_div'); var destroyGraphDiv = require('../assets/destroy_graph_div'...
0
diff --git a/scripts/contractInteraction/testnet_contracts.json b/scripts/contractInteraction/testnet_contracts.json "WRBTC" : "0x69FE5cEC81D5eF92600c1A0dB1F11986AB3758Ab", "swap" : "0x3ED5C55D08F75488736fb4A2e512698E71251cf0", "swapNetwork":"0x61172B53423E205a399640e5283e51FE60EC2256", - "og" : "0xC5452Dbb2E3956C1161c...
6
diff --git a/lib/waterline/utils/query/private/normalize-new-record.js b/lib/waterline/utils/query/private/normalize-new-record.js @@ -371,12 +371,15 @@ module.exports = function normalizeNewRecord(newRecord, modelIdentity, orm, curr // > the exact same timestamp (in a `.createEach()` scenario, for example) else if (at...
11
diff --git a/assets/src/edit-story/components/library/panes/media/media3p/media3pPane.js b/assets/src/edit-story/components/library/panes/media/media3p/media3pPane.js @@ -54,7 +54,7 @@ const ProviderTabSection = styled.div` const MediaSubheading = styled.div` margin-top: 24px; padding: 0 24px; - visibility: ${(props) =...
1
diff --git a/src/utils.js b/src/utils.js @@ -52,16 +52,8 @@ module.exports.createNetworkId = function() { module.exports.delimiter = '---'; -function sanitizeKey(key) { - return key.replace(/\./g, '!').replace(/\#/g, '@').replace(/\[/g, '{').replace(/\]/g, '}'); -} - -function desanitizeKey(key) { - return key.replace(...
13
diff --git a/articles/cross-origin-authentication/index.md b/articles/cross-origin-authentication/index.md @@ -17,7 +17,7 @@ Auth0 strongly recommends that authentication transactions be handled via [Unive When authentication requests are made from your application (via the Lock widget or a custom login form) to Auth0,...
2
diff --git a/sketches/midi.js b/sketches/midi.js @@ -10,7 +10,7 @@ function() { this.output = function() { var out = []; - for (key in midi.downKeys) + for (let key in midi.downKeys) out.push(midi.frequencyFromNoteNumber(key)); return out.length > 0 ? out : 0; }
1
diff --git a/packages/app/src/components/Page/DisplaySwitcher.tsx b/packages/app/src/components/Page/DisplaySwitcher.tsx @@ -12,7 +12,9 @@ import { } from '~/stores/context'; import { useDescendantsPageListModal } from '~/stores/modal'; import { useCurrentPagePath, useSWRxCurrentPage } from '~/stores/page'; -import { u...
12
diff --git a/lib/plugins/digging.js b/lib/plugins/digging.js +const nbt = require('prismarine-nbt') +const { performance } = require('perf_hooks') + module.exports = inject function inject (bot) { @@ -10,7 +13,7 @@ function inject (bot) { function dig (block, cb) { if (bot.targetDigBlock) bot.stopDigging() cb = cb || n...
7