code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js b/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js @@ -181,10 +181,10 @@ function Keyboard (svl, canvas, contextMenu, googleMap, ribbon, zoomControl) { */ status.shiftDown = e.shiftKey; if (!status.focusOnTextField) { - // "e": "Walk", ...
1
diff --git a/electron/offscreen.js b/electron/offscreen.js @@ -7,6 +7,9 @@ const path = require('path'); const open = require('open'); const fs = require('fs'); +const defaultModel = "assets/models/2.0/BoomBox/glTF/BoomBox.gltf"; +const outputFile = "output.png"; + let mainWindow; let argv = process.argv; @@ -97,10 +10...
7
diff --git a/app/.eslintrc.json b/app/.eslintrc.json "allowImportExportEverywhere": false, "codeFrame": false }, - "plugins": [ - "react" - ], + "plugins": ["react"], "rules": { - "indent": [ - "error", - 4 - ], - "linebreak-style": [ - "error", - "unix" - ], - "quotes": [ - "error", - "single" - ], - "semi": [ - "erro...
11
diff --git a/src/compare-tree/index.js b/src/compare-tree/index.js @@ -31,8 +31,9 @@ CompareTree.prototype = { let query = this.addQuery(id, dependencies) - dependencies.map(this.track, this) - .forEach(node => node.connect(query)) + for (var i = 0; i < dependencies.length; i++) { + this.addBranch(dependencies[i], quer...
10
diff --git a/test/unit/cartodb/lzmaMiddleware.test.js b/test/unit/cartodb/lzmaMiddleware.test.js @@ -20,6 +20,9 @@ describe('lzma-middleware', function() { query: { api_key: 'test', lzma: data + }, + profiler: { + done: function () {} } };
1
diff --git a/src/server/service/page.js b/src/server/service/page.js @@ -105,7 +105,7 @@ class PageService { if (updateMetadata) { unorderedBulkOp .find({ _id: page._id }) - .update({ $set: { path: newPagePath, lastUpdateUser: user._id, updatedAt: Date.now().toISOString() } }); + .update({ $set: { path: newPagePath, la...
4
diff --git a/packages/vite-plugin-imba/src/index.imba b/packages/vite-plugin-imba/src/index.imba import type { CompileData } from './utils/compile.ts' import svgPlugin from "./svg-plugin"; import type { Plugin, HmrContext } from "vite"; -import { buildIdParser, IdParser, ImbaRequest, normalize } from "./utils/id"; +imp...
8
diff --git a/site/rabbit.ent b/site/rabbit.ent @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!ENTITY version-java-client "5.1.0"> +<!ENTITY version-java-client "5.1.1"> <...
12
diff --git a/web/adminManager-editModal.html b/web/adminManager-editModal.html </label> <div class="col-sm-9"> <div class="input-group"> - <input type="text" class="form-control" id="modEditAdmin-citizenfxID" maxlength="16" + <input type="text" class="form-control" id="modEditAdmin-citizenfxID" maxlength="20" autocompl...
3
diff --git a/config/cards.yml b/config/cards.yml articles: - title: "Rules" - url: "/rules" + url: "/rules/current" - title: "Extensions" url: "/extensions" - title: "Webtasks" url: "https://webtask.io/docs/101" + external: true - id: "identity-providers"
0
diff --git a/README.md b/README.md [![Build Status](https://secure.travis-ci.org/gokr/canoe.svg)](http://travis-ci.org/gokr/canoe) -Canoe is a cross platform RaiBlocks Wallet application. It's based upon the [Copay](https://copay.io) Bitcoin wallet source code released under the MIT license. For binary downloads, see [...
10
diff --git a/scripts/feeHandler.js b/scripts/feeHandler.js @@ -7,6 +7,8 @@ const wallets = {"olympus": "0x09227deaeE08a5Ba9D6Eb057F922aDfAd191c36c", "imtoken": "0xb9E29984Fe50602E7A619662EBED4F90D93824C7", "trust": "0xf1aa99c69715f423086008eb9d06dc1e35cc504d", "cipher": "0xDD61803d4a56C597E0fc864F7a20eC7158c6cBA5" } +c...
12
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -887,7 +887,7 @@ export const MapGen = () => { const chunk = terrainApp?.getChunkForPhysicsObject(hoveredPhysicsObject); if (chunk) { console.log('got chunk', chunk, hoveredPhysicsObject); - setSelectedPhysicsObject(ho...
0
diff --git a/web/app/components/DepositWithdraw/openledger/OpenLedgerFiatDepositWithdrawal.jsx b/web/app/components/DepositWithdraw/openledger/OpenLedgerFiatDepositWithdrawal.jsx @@ -100,7 +100,7 @@ class OpenLedgerFiatDepositWithdrawCurrency extends React.Component { withdraw_fragment = <td> <button className={"button...
14
diff --git a/src/shaderlib/index.js b/src/shaderlib/index.js @@ -24,7 +24,7 @@ import project from '../shaderlib/project/project'; import project64 from '../shaderlib/project64/project64'; import lighting from '../shaderlib/lighting/lighting'; -import {registerShaderModules} from 'luma.gl'; +import {registerShaderModul...
0
diff --git a/viewer/js/config/viewer.js b/viewer/js/config/viewer.js @@ -175,14 +175,6 @@ define([ iconClass: 'fa fa-smile-o' }] } - }, { - type: 'dynamic', - url: 'http://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer', - title: i18n.viewer.operationalLayers.cities, - options: { - id: ...
4
diff --git a/Source/Scene/Cesium3DTileFeature.js b/Source/Scene/Cesium3DTileFeature.js @@ -258,23 +258,6 @@ Cesium3DTileFeature.prototype.getPropertyInherited = function (name) { return undefined; }; -// getPropertyInherited() -// 1. check for batch table, and try batchTable.getProperty() -// (this will change with new...
5
diff --git a/bin/enforcers/Items.js b/bin/enforcers/Items.js * limitations under the License. **/ 'use strict'; -const EnforcerRef = require('../enforcer-ref'); +const Base = require('../validator-parameter-base'); module.exports = { init: function (data) { - + // TODO: need to test this, maybe create schema for each i...
4
diff --git a/src/haxe/io/Bytes.hx b/src/haxe/io/Bytes.hx @@ -701,7 +701,7 @@ class Bytes { setInt32(pos + 4, v.high); } - public function getString( pos : Int, len : Int ) : String { + public function getString( pos : Int, len : Int, ?encoding : Dynamic ) : String { if( pos < 0 || len < 0 || pos + len > length ) throw ...
7
diff --git a/svc/scenarios.js b/svc/scenarios.js @@ -22,12 +22,12 @@ async function processScenarios(matchID, cb) { epoch_week: currentWeek, wins: row.wins ? '1' : '0', }); - const values = Object.keys(row).map(() => '?').join(','); + const values = Object.keys(row).map(() => '?'); const query = util.format( 'INSERT IN...
5
diff --git a/token-metadata/0xf0Bc1ae4eF7ffb126A8347D06Ac6f8AdD770e1CE/metadata.json b/token-metadata/0xf0Bc1ae4eF7ffb126A8347D06Ac6f8AdD770e1CE/metadata.json "symbol": "1MT", "address": "0xf0Bc1ae4eF7ffb126A8347D06Ac6f8AdD770e1CE", "decimals": 7, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/app/assets/stylesheets/editor-3/_mosaic.scss b/app/assets/stylesheets/editor-3/_mosaic.scss .Mosaic-list { - @include display-flex(); - @include flex-wrap(wrap); + display: flex; + flex-wrap: wrap; } + .Mosaic-item { position: relative; width: 40px; box-sizing: border-box; cursor: pointer; - &:hover { &::b...
2
diff --git a/OurUmbraco.Site/Views/Partials/Navigation/TopNavigation.cshtml b/OurUmbraco.Site/Views/Partials/Navigation/TopNavigation.cshtml { <a href="https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/.github/CONTRIBUTING.md" target="_blank" rel="noreferrer noopener">@page.Name</a> } - else if (page.Name == "Packages...
2
diff --git a/package/src/components/InlineAlert/v1/InlineAlert.js b/package/src/components/InlineAlert/v1/InlineAlert.js @@ -47,7 +47,9 @@ const StyledDiv = styled.div` border-color: ${applyTheme("InlineAlert.borderColor_warning")}; `; default: - return ""; + return css` + display: none; + `; } }}; `; @@ -117,8 +119,8 ...
1
diff --git a/src/js/routes.js b/src/js/routes.js @@ -1037,6 +1037,39 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr abstract: true }) + /* Explore Bitcoin.com */ + .state('tabs.bitcoin-com', { + url: '/bitcoincom', + views: { + 'tab-home@tabs': { + controller: 'bitcoincomController'...
1
diff --git a/src/components/form/form.stories.js b/src/components/form/form.stories.js import React from 'react'; import { storiesOf } from '@storybook/react'; -import { boolean, text } from '@storybook/addon-knobs'; +import { boolean, text, select } from '@storybook/addon-knobs'; +import OptionsHelper from '../../util...
14
diff --git a/src/components/IntlTelInputApp.js b/src/components/IntlTelInputApp.js @@ -72,6 +72,7 @@ class IntlTelInputApp extends Component { this.setInitialState = this.setInitialState.bind(this); this.setNumber = this.setNumber.bind(this); this.scrollTo = this.scrollTo.bind(this); + this.updateDialCode = this.update...
3
diff --git a/content/components/_all.yml b/content/components/_all.yml @@ -694,7 +694,7 @@ keyword-list: hasJs: false # <-- auto generated, don't change hasReact: true # <-- auto generated, don't change link-list: - name: Link list + name: Link List description: > The link list style is a simple list of vertical or hor...
10
diff --git a/devices/camera.js b/devices/camera.js @@ -501,7 +501,17 @@ export default class Camera extends RingPolledDevice { if (deviceHealth) { const attributes = {} if (this.device.hasBattery) { - attributes.batteryLevel = deviceHealth.battery_percentage + attributes.batteryLevel = this.device.batteryLevel === null...
7
diff --git a/tests/unit/components/LMap.spec.js b/tests/unit/components/LMap.spec.js @@ -213,13 +213,12 @@ describe('component: LMap.vue', () => { noBlockingAnimations: true, }); - expect(wrapper).toBeDefined(); - - /* // Move the map several times in a short timeperiod wrapper.setProps({ center: { lat: 0, lng: 170 } }...
12
diff --git a/src/http.js b/src/http.js @@ -65,7 +65,7 @@ export default function http(url, request = {}) { } // exported for testing -export const shouldDownloadAsText = (contentType = '') => /json|xml|yaml|text/.test(contentType) +export const shouldDownloadAsText = (contentType = '') => /(json|xml|yaml|text)\b/.test(...
7
diff --git a/data.js b/data.js @@ -4104,6 +4104,14 @@ module.exports = [{ url: "https://github.com/MikeMcl/big.js/", source: "https://raw.githubusercontent.com/MikeMcl/big.js/master/big.js" }, + { + name: "FAT", + github: "nextapps-de/fat", + tags: ["fast", "animation", "tool", "tween", "transform", "transition", "filt...
0
diff --git a/game.js b/game.js @@ -856,15 +856,70 @@ world.appManager.addEventListener('objectadd', e => { hitTracker.parent.remove(hitTracker); world.appManager.removeEventListener('frame', frame); }); - app.addEventListener('die', () => { metaversefileApi.removeApp(app); app.destroy(); }); + app.hit = (damage, opts =...
4
diff --git a/scripts/compile-fx.sh b/scripts/compile-fx.sh @@ -5,7 +5,7 @@ for f2 in *.webm; do ffmpeg -i "$f2" -f image2 -vf fps=fps=24 lol%03d.png for f in lol0*.png; do echo alpha "$f" - convert "$f" -transparent '#494949' "$f"-transparent.png + convert "$f" -transparent '#494949' -transparent "#225458" "$f"-transpa...
0
diff --git a/reference/features/language.md b/reference/features/language.md @@ -26,7 +26,7 @@ If you'd like us to add or improve support for a language that isn't in the abov ### What do you mean when you say MeiliSearch offers *optimized* support for a language? -Under the hood, MeiliSearch relies on tokenizers that ...
7
diff --git a/app/models/daos/UserDAOImpl.scala b/app/models/daos/UserDAOImpl.scala @@ -256,7 +256,7 @@ object UserDAOImpl { |from (select anonProfile.ip_address, count(anonProfile.audit_task_id) as audit_count, | sum (anonProfile.n_labels) as label_count | from (select anonUsersTable.ip_address, anonUsersTable.audit_ta...
3
diff --git a/spec/requests/carto/api/geocodings_controller_spec.rb b/spec/requests/carto/api/geocodings_controller_spec.rb require_relative '../../../spec_helper' require_relative '../../api/json/geocodings_controller_shared_examples' require_relative '../../../../app/controllers/carto/api/geocodings_controller' +requi...
1
diff --git a/components/Gallery/ArticleGallery.js b/components/Gallery/ArticleGallery.js import React, { Component, Fragment } from 'react' import PropTypes from 'prop-types' import Gallery from './Gallery' -import get from 'lodash/get' import { imageSizeInfo } from 'mdast-react-render/lib/utils' import { postMessage }...
14
diff --git a/test/row-details.html b/test/row-details.html <dom-module id="x-grid"> <template> <vaadin-grid id="grid" style="width: 50px; height: 400px;"> - <slot></slot> + <template class="row-details"><span>[[index]]</span>-details</template> <vaadin-grid-column> <template>[[index]]</template> </vaadin-grid-column> <...
7
diff --git a/src/plot_api/to_image.js b/src/plot_api/to_image.js @@ -90,15 +90,15 @@ function toImage(gd, opts) { config = gd._context; } - function isBadlySet(attr) { + function isImpliedOrValid(attr) { return !(attr in opts) || Lib.validate(opts[attr], attrs[attr]); } - if(!isBadlySet('width') || !isBadlySet('height'...
10
diff --git a/src/og/scene/planet.js b/src/og/scene/planet.js @@ -24,8 +24,8 @@ import { Node } from '../quadTree/Node.js'; import { NormalMapCreator } from '../utils/NormalMapCreator.js'; import { PlanetCamera } from '../camera/PlanetCamera.js'; import { RenderNode } from './RenderNode.js'; -import { Segment } from '.....
10
diff --git a/doc/includes/API.md b/doc/includes/API.md @@ -2736,9 +2736,13 @@ const context = builder.context(); Person .query() .context({ - runBefore: (result, builder) => {}, - runAfter: (result, builder) => {}, - onBuild: (builder) => {} + runBefore: (result, builder) => { + return result; + }, + runAfter: (result,...
7
diff --git a/edit.js b/edit.js @@ -589,10 +589,10 @@ ${land ? '' : `\ void main() { vec2 worldUv = vWorldUv; - ${land ? '' : `\ + /* ${land ? '' : `\ vec3 view_dir = normalize(ts_view_pos - ts_frag_pos); worldUv = parallaxMap(vUv, worldUv, view_dir); - `} + `} */ worldUv = mod(worldUv, 1.0); vec3 c = fourTapSample3(vUv...
2
diff --git a/react/package-lock.json b/react/package-lock.json { "name": "@sparkdesignsystem/spark-react", - "version": "4.1.1-alpha.0", + "version": "4.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { "dev": true }, "@sparkdesignsystem/spark-styles": { - "version": "1.1.1-alpha.0", - "resolved": "https:...
3
diff --git a/assets/js/app/certificates/certificates-controller.js b/assets/js/app/certificates/certificates-controller.js $scope.openUploadCertsModal = function (certificate) { - var modalInstance = $uibModal.open({ + const modalInstance = $uibModal.open({ animation: true, ariaLabelledBy: 'modal-title', ariaDescribedB...
9
diff --git a/src/client/js/app.jsx b/src/client/js/app.jsx @@ -27,6 +27,7 @@ import MyDraftList from './components/MyDraftList/MyDraftList'; import SeenUserList from './components/User/SeenUserList'; import LikerList from './components/User/LikerList'; import TableOfContents from './components/TableOfContents'; +import...
12
diff --git a/app/src/scripts/dataset/dataset.store.js b/app/src/scripts/dataset/dataset.store.js @@ -1980,7 +1980,8 @@ let datasetStore = Reflux.createStore({ let datasetId = this.data.dataset.original ? this.data.dataset.original : this.data.dataset._id - let userId = this.data.currentUser + let userId = + this.data.c...
1
diff --git a/src/items/class-features/drone_technomancy.json b/src/items/class-features/drone_technomancy.json } }, "effects": [], - "flags": { - "exportSource": { - "world": "sf", - "system": "sfrpg", - "coreVersion": "9.235", - "systemVersion": "0.16.0" - } - }, + "flags": {}, "_id": "g3SC6Rr9iJNubQYQ" }
2
diff --git a/lib/commands/query.js b/lib/commands/query.js @@ -33,7 +33,7 @@ function Query(options, callback) { util.inherits(Query, Command); Query.prototype.then = Query.prototype.catch = function() { - var err = "Error: you have tried to call .then(), .catch(), or invoked await on the result of query that is not a ...
3
diff --git a/components/Account/Memberships/Claim.js b/components/Account/Memberships/Claim.js @@ -172,8 +172,7 @@ class ClaimMembership extends Component { const claim = () => { const code = sanitizeVoucherCode(values.voucherCode) - const claimWith = (fn, { code, context = 'unknown' }) => - fn(code) + const claimWith ...
10
diff --git a/.travis.yml b/.travis.yml @@ -16,11 +16,12 @@ language: node_js before_script: - npm install node-sass -g +- npm ci script: - npm run lint - npm run build -- travis_wait npx electron-builder --publish onTag +- travis_wait 30 npx electron-builder --publish onTag cache: npm
12
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js @@ -66,7 +66,7 @@ module.exports = class ServerlessOffline { // Some users would like to know their environment outside of the handler process.env.IS_OFFLINE = true; - return Promise.resolve(this._buildServer()) + return this._buildServer() .then(() => th...
2
diff --git a/client/NewGame.jsx b/client/NewGame.jsx @@ -15,7 +15,7 @@ class InnerNewGame extends React.Component { this.state = { spectators: true, - selectedGameFormat: 'joust', + selectedGameFormat: 'duel', selectedGameType: 'casual', password: '' }; @@ -67,30 +67,6 @@ class InnerNewGame extends React.Component { re...
2
diff --git a/test/functional/fixtures/api/es-next/speed/test.js b/test/functional/fixtures/api/es-next/speed/test.js @@ -4,6 +4,10 @@ describe('[API] Test Speed', function () { }); it('Should run test with different speed in iframe', function () { - return runTests('./testcafe-fixtures/speed-test.js', 'Speed in iframe'...
1
diff --git a/src/constants/text.js b/src/constants/text.js @@ -36,7 +36,7 @@ export default { tabSaved: "Saved", tabSupportUs: "Support us", tabParadeMap: "Map", - tabParadeStages: "Stages", + tabParadeGroups: "Groups", featuredEventListTitle: "Featured events", filterByInterest: "All event types", categoryFilterButton...
0
diff --git a/core/workspace.js b/core/workspace.js @@ -513,7 +513,18 @@ Blockly.Workspace.prototype.remainingCapacity = function() { if (isNaN(this.options.maxBlocks)) { return Infinity; } - return this.options.maxBlocks - this.getAllBlocks().length; + + // Insertion markers exist on the workspace for rendering reasons...
8
diff --git a/packages/stockflux-chart/src/styles/app.css b/packages/stockflux-chart/src/styles/app.css @@ -19,6 +19,7 @@ body { right: 0; bottom: 0; left: 0; + padding: 20px; } #showcase-container .row.primary-row { @@ -46,7 +47,7 @@ body { #showcase-title { color: var(--chart-teal); position: relative; - top: 5px; + b...
3
diff --git a/_data/conferences.yml b/_data/conferences.yml place: Rhodes, Greece date: Jul 08-13, 2023 start: 2023-09-02 - end: 2022-09-08 + end: 2023-09-08 hindex: -1 sub: KR note: Mandatory abstract deadline on March 07, 2023. More info <a href='https://kr.org/KR2023/'>here</a>.
3
diff --git a/src/pages/index.js b/src/pages/index.js @@ -223,7 +223,7 @@ const IndexPage = () => ( <SprkStackItem> <SprkButton - href="https://github.com/sparkdesignsystem/spark-design-system/blob/staging/CONTRIBUTING.md" + href="https://github.com/sparkdesignsystem/spark-design-system/blob/master/CONTRIBUTING.md" vari...
3
diff --git a/lib/protocol/protocol.js b/lib/protocol/protocol.js @@ -492,7 +492,7 @@ function parseProtocol (driverRes) { return {isW3C, isMJSONWP, value: driverRes.value}; } - if (_.isError(driverRes.error)) { + if (_.has(driverRes, 'error')) { return {isW3C, isMJSONWP, error: driverRes.error}; }
14
diff --git a/src/pages/MobileRegionTable/MobileRegionTable.js b/src/pages/MobileRegionTable/MobileRegionTable.js @@ -5,44 +5,27 @@ import type { ComponentType } from 'react'; import useLoadData from 'hooks/useLoadData'; import PageTitle from 'components/PageTitle'; -// import RegionTable from 'components/RegionTable'; ...
4
diff --git a/src/extras/timeSeries.js b/src/extras/timeSeries.js @@ -92,12 +92,11 @@ module.exports = class TimeSeries { * Returns the series */ get() { - let currTs = now(); - this.log.filter((point) => { - return (now - point.timestamp < this.window); + let outList = this.log.filter((point) => { + return (now() - poi...
1
diff --git a/src/components/Map/Map.js b/src/components/Map/Map.js import React, { useState, useEffect, useRef } from 'react'; import type { ComponentType } from 'react'; +import { withRouter } from 'react-router'; import mapboxgl from 'mapbox-gl'; import axios from 'axios'; import * as topojson from 'topojson'; @@ -25...
4
diff --git a/lambda_permissions.go b/lambda_permissions.go @@ -232,13 +232,25 @@ func (perm S3Permission) descriptionInfo() ([]descriptionNode, error) { for _, eachEvent := range perm.Events { s3Events = fmt.Sprintf("%s\n%s", eachEvent, s3Events) } - - nodes := []descriptionNode{ - { + nodes := make([]descriptionNode, ...
0
diff --git a/packages/fether-react/src/assets/sass/modules/_reset.scss b/packages/fether-react/src/assets/sass/modules/_reset.scss @mixin reset { @viewport { - zoom: 1.0; + zoom: 1; width: extend-to-zoom; } @-ms-viewport { width: extend-to-zoom; - zoom: 1.0; + zoom: 1; } - html, body, div, span, applet, object, iframe,...
2
diff --git a/config/redirects.js b/config/redirects.js @@ -1135,6 +1135,8 @@ module.exports = [ { from: [ + '/clients/client-settings', + '/dashboard/reference/settings-application', '/get-started/dashboard/application-settings', '/best-practices/application-settings', '/best-practices/app-settings-best-practices' @@ -...
1
diff --git a/server/preprocessing/other-scripts/linkedcat.R b/server/preprocessing/other-scripts/linkedcat.R @@ -100,7 +100,7 @@ build_query <- function(query, params, limit){ 'main_title', 'subtitle', 'pub_year', 'host_label', 'host_maintitle', 'host_pubplace', 'host_pubyear', 'author100_a', 'author100_d', 'author100_...
2
diff --git a/src/pages/guides/Suppressors.jsx b/src/pages/guides/Suppressors.jsx @@ -6,8 +6,9 @@ import ItemsTable from '../../components/item-table'; import { selectAllItems, fetchItems } from '../../features/items/itemsSlice'; import { Filter, - ButtonGroupFilter, - ButtonGroupFilterButton, + // ButtonGroupFilter, + ...
14
diff --git a/core/type_infer.js b/core/type_infer.js @@ -16,10 +16,9 @@ goog.require('goog.asserts'); * @constructor */ Blockly.Scheme = function(names, type) { - var inst = type.instantiate(names); - // Clone the type expression except free type variables, so that bound - // variables would be changed. + // variables ...
1
diff --git a/token-metadata/0x4a220E6096B25EADb88358cb44068A3248254675/metadata.json b/token-metadata/0x4a220E6096B25EADb88358cb44068A3248254675/metadata.json "symbol": "QNT", "address": "0x4a220E6096B25EADb88358cb44068A3248254675", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/examples/experimental/sun/src/shadow-effect/shadow-module.js b/examples/experimental/sun/src/shadow-effect/shadow-module.js @@ -27,9 +27,9 @@ uniform vec4 shadow_color; varying vec3 shadow_vPosition; -const vec4 bitPackShift = vec4(1.0, 256.0, 256.0 * 256.0, 256.0 * 256.0 * 256.0); +const vec4 bitPackShift...
7
diff --git a/components/open-licence-ribbon.js b/components/open-licence-ribbon.js @@ -14,8 +14,6 @@ const OpenLicenceRibbon = () => ( .ribbon{ display: flex; background-color: rgb(180,225,250); - border-radius: 5px; - margin: auto; min-height: 50px; }
2
diff --git a/src/Select/Select.js b/src/Select/Select.js @@ -4,7 +4,7 @@ import Downshift from 'downshift'; import { StyledSelectWrapper, - StyledSelectInput, + StyledSelectButton, StyledSelectMenu } from './Select-styled'; import Menu from '../Menu'; @@ -41,14 +41,17 @@ const Select = props => { } } return ( - <Styled...
4
diff --git a/ios/RCTMGL-v10/RCTMGLMapView.swift b/ios/RCTMGL-v10/RCTMGLMapView.swift @@ -117,11 +117,6 @@ open class RCTMGLMapView : MapView { var reactOnPress : RCTBubblingEventBlock? = nil var reactOnMapChange : RCTBubblingEventBlock? = nil - var reactZoomEnabled : Bool = true - var reactScrollEnabled : Bool = true -...
2
diff --git a/backend/lib/index.js b/backend/lib/index.js const Ajv = require("ajv"); const cors = require("cors"); const fastify = require("fastify"); +const logStream = require("./logger"); const auth = require("./endpoints/auth"); const feedback = require("./endpoints/feedback"); @@ -14,7 +15,10 @@ const version = re...
12
diff --git a/src/post/AuthorBio.js b/src/post/AuthorBio.js @@ -48,13 +48,13 @@ class AuthorBio extends Component { if (author) { const isFollowing = author ? author.followers.indexOf(loggedInUser) >= 0 : false; const onClickFollowFn = isFollowing ? this.props.unfollowUser : this.props.followUser; - const { about, locat...
2
diff --git a/src/Editor/index.js b/src/Editor/index.js @@ -32,10 +32,8 @@ import { ReflexContainer, ReflexSplitter, ReflexElement } from "../Reflex"; import { flatMap, map, filter, pick, camelCase } from "lodash"; import ToolBar from "../ToolBar"; -import CircularView, { - CircularView as CircularViewUnconnected -} fro...
14
diff --git a/demo/main.js b/demo/main.js @@ -565,6 +565,13 @@ class ShakaDemoMain { } } + // See if it's a custom asset saved here. + for (const asset of shakaDemoCustom.assets()) { + if (asset.manifestUri == manifest) { + return asset; + } + } + // Construct a new asset. const asset = new ShakaDemoAssetInfo( /* name= ...
11
diff --git a/app/models/carto/api_key.rb b/app/models/carto/api_key.rb @@ -284,13 +284,5 @@ module Carto self.name = NAME_DEFAULT_PUBLIC self.grants = GRANTS_ALL_APIS end - - def exists_master_key?(user_id) - Carto::ApiKey.exists?(id: user_id, type: TYPE_MASTER) - end - - def exists_default_public_key?(user_id) - Carto...
2
diff --git a/planet.js b/planet.js @@ -733,7 +733,15 @@ const _connectRoom = async (roomName, worldURL) => { microphoneMediaStream = new MediaStream([track]); const audio = document.createElement('audio'); audio.srcObject = microphoneMediaStream; - audio.play(); + const _tryPlay = async () => { + try { + await audio.pl...
0
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -47,6 +47,7 @@ import debug from './debug.js'; import * as sceneCruncher from './scene-cruncher.js'; import * as scenePreviewer from './scene-previewer.js'; import * as sounds from './sounds.js'; +import * as lodder from './lod.js'; import hpManager from './hp...
0
diff --git a/token-metadata/0x75231F58b43240C9718Dd58B4967c5114342a86c/metadata.json b/token-metadata/0x75231F58b43240C9718Dd58B4967c5114342a86c/metadata.json "symbol": "OKB", "address": "0x75231F58b43240C9718Dd58B4967c5114342a86c", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/components/Story/StoryLoading.less b/src/components/Story/StoryLoading.less max-width: @width; border-radius: 4px; background-color: @white; - margin-top: 1em; color: #353535; border: solid 1px #e9e7e7; + &:not(:first-child) { + margin-top: 12px; + } + &__header { padding: 16px; display: flex;
2
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl @@ -33,7 +33,7 @@ $spaceBetweenTiles = 16px overflow: hidden; background-color: #999 color: #f6f6f6 - height: 90px + height: auto font-size: 16px line-height: 22px border-radius: 3px
11
diff --git a/articles/quickstart/spa/vuejs/_includes/_centralized_login.md b/articles/quickstart/spa/vuejs/_includes/_centralized_login.md @@ -11,12 +11,12 @@ Create a service and instantiate `auth0.WebAuth`. Provide a method called `login import auth0 from 'auth0-js'; import EventEmitter from 'events'; -import { AUTH_...
3
diff --git a/js/templates/modals/orderDetail/summaryTab/orderDetails.html b/js/templates/modals/orderDetail/summaryTab/orderDetails.html <div class="col6"> <div class="txB rowTn"><%= ob.polyT('orderDetail.summaryTab.orderDetails.quantityHeading') %></div> <% - let quantity = typeof item.quantity === 'number' ? + let qu...
8
diff --git a/sox.css b/sox.css } /* stickyVoteButtons -- for the vote buttons on the left of the post */ +.sox-stickyVoteButtons { + z-index: 1; +} + .sox-stickyVoteButtons > .js-voting-container { position: -webkit-sticky; position: sticky;
12
diff --git a/src/utilities/date_range.js b/src/utilities/date_range.js @@ -10,8 +10,8 @@ const moment = require('moment'); module.exports = q => { let start; let end; - // See if date is unix, if so, add milliseconds - if (/^[0-9]*$/.test(q.start && (q.final || q.end))) { + // If the number is more than 5 digits long, ...
3
diff --git a/lib/application.js b/lib/application.js @@ -84,9 +84,9 @@ class Application extends events.EventEmitter { const { name, ext } = path.parse(fileName); if (ext !== '.js' || name.startsWith('.')) return; const script = await this.createScript(fileName); - const map = this[place]; + const scripts = this[place]...
10
diff --git a/components/CurrencyExRate/CurrencyExRate.js b/components/CurrencyExRate/CurrencyExRate.js @@ -124,7 +124,6 @@ var CurrencyExRate = function (_props) }; //component prototype CurrencyExRate.prototype.ctor = "CurrencyExRate"; -CurrencyExRate.prototype.valueProp = 'value'; DependencyContainer.getInstance().re...
13
diff --git a/articles/libraries/lock/v11/migration-legacy-flows.md b/articles/libraries/lock/v11/migration-legacy-flows.md @@ -117,3 +117,55 @@ The new user profile conforms to the OIDC specification, which allows for certai ``` The contents will vary depending on which [scopes](/scopes) are requested. You will need to...
0
diff --git a/src/components/DropList/DropList.togglers.jsx b/src/components/DropList/DropList.togglers.jsx -import React, { forwardRef } from 'react' +import React, { useRef, forwardRef } from 'react' import { classNames } from '../../utilities/classNames' import { noop } from '../../utilities/other' import ControlGrou...
7
diff --git a/localization/demo_data.pot b/localization/demo_data.pot @@ -156,9 +156,6 @@ msgstr "" msgid "Italian" msgstr "" -msgid "Demo in different language" -msgstr "" - msgid "This is the note content of the recipe ingredient" msgstr "" @@ -310,3 +307,21 @@ msgstr "" msgid "Dutch" msgstr "" +msgid "Norwegian" +msg...
0
diff --git a/lambda/kendra-crawler/package-lock.json b/lambda/kendra-crawler/package-lock.json "license": "MIT" }, "node_modules/pdf2json/node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1k...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md ### Chores -- Replaces all default exports in the theme directory with constants and exports them. Puts all properties of SimpleTheme and ROOT_THEME_API objects in ABC and uses IDENTIFIERS constants for safety. [77](https://github.com/input-output-hk/react-polymorph/pull/77) +- ...
7
diff --git a/package.json b/package.json { "name": "nativescript-doctor", - "version": "0.3.2", + "version": "0.3.3", "description": "Library that helps identifying if the environment can be used for development of {N} apps.", "main": "lib/index.js", "types": "./typings/nativescript-doctor.d.ts",
12
diff --git a/docs/local-setup/local-dev-node.md b/docs/local-setup/local-dev-node.md --- id: local-dev-node -title: Local Development on Local Node -sidebar_label: Local Development on Local Node +title: Local Development on Local Network +sidebar_label: Local Development on Local Network --- ## Requirements
10
diff --git a/test/integration/diffs.spec.js b/test/integration/diffs.spec.js @@ -7,7 +7,7 @@ var fs = require('fs'); var getDiffs = helpers.getDiffs; function getExpectedOutput () { - var output = fs.readFileSync('test/integration/fixtures/diffs/output', 'UTF8'); + var output = fs.readFileSync('test/integration/fixture...
8
diff --git a/ui/app/components/NavBar.js b/ui/app/components/NavBar.js @@ -88,17 +88,15 @@ const NavBar = ({ isLoggedIn, login, logout }) => ( </NavLink> </li> <li> - <NavLink - to={{ - pathname: - "https://hotosm.atlassian.net/servicedesk/customer/portal/4", - }} + <a + href="https://hotosm.atlassian.net/servicedesk/c...
4
diff --git a/.github/workflows/orm-check.yml b/.github/workflows/orm-check.yml name: Check ORM (Sequel) usage -on: [pull_request] +on: + push: + branches-ignore: + - master jobs: orm-check: runs-on: ubuntu-latest @@ -9,9 +12,6 @@ jobs: uses: actions/checkout@v2 - name: Check if the last commit modified deprecated Seque...
2