code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/lib/modules/whisper/js/embarkjs.js b/lib/modules/whisper/js/embarkjs.js @@ -13,6 +13,7 @@ __embarkWhisperNewWeb3.setProvider = function (options) { } // TODO: take into account type self.web3 = new Web3(new Web3.providers.WebsocketProvider("ws://" + provider, options.providerOptions)); + self.web3.currentP...
2
diff --git a/package.json b/package.json "dependencies": { "browser-sync": "^2.24.7", "chalk": "^2.4.1", + "chokidar": "^2.0.4", "debug": "^4.0.1", "dependency-tree": "^6.3.0", "ejs": "^2.6.1", "fast-glob": "^2.2.2", "fs-extra": "^7.0.0", - "glob-watcher": "^5.0.1", "gray-matter": "^4.0.1", "hamljs": "^0.6.2", "handleb...
2
diff --git a/package.json b/package.json "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js", "module": "es/index.js", - "jsnext:main": "dist/bootstrap-vue.esm.js", + "jsnext:main": "es/index.js", "style": "dist/bootstrap-vue.css", "license": "MIT", "homepage": "https://bootstrap-vue.github.io",
3
diff --git a/src/components/Card.js b/src/components/Card.js @@ -19,8 +19,7 @@ const Description = styled.p` const TopContent = styled.div`` -const Card = ({ emoji, title, description, children, className }) => { - return ( +const Card = ({ emoji, title, description, children, className }) => ( <StyledCard className={c...
7
diff --git a/samples/csharp_dotnetcore/16.proactive-messages/Controllers/NotifyController.cs b/samples/csharp_dotnetcore/16.proactive-messages/Controllers/NotifyController.cs @@ -26,15 +26,7 @@ public NotifyController(IBotFrameworkHttpAdapter adapter, IConfiguration configu { _adapter = adapter; _conversationReferences...
3
diff --git a/src/utils/user_utils.js b/src/utils/user_utils.js @@ -108,8 +108,12 @@ export function getSuggestionsSplitBy(term: string, splitStr: string): Array<str } export function getSuggestionsSplitByMultiple(term: string, splitStrs: Array<string>): Array<string> { - // $FlowFixMe - Array.flatMap is not yet impleme...
14
diff --git a/package.json b/package.json "gray-matter": "^4.0.1", "hamljs": "^0.6.2", "handlebars": "^4.0.11", - "liquidjs": "^4.0.0", + "liquidjs": "^5.1.0", "lodash.chunk": "^4.2.0", "lodash.clone": "^4.5.0", "lodash.get": "^4.4.2",
3
diff --git a/_data/associates.yml b/_data/associates.yml @@ -39,3 +39,11 @@ associates: avatar: https://avatars1.githubusercontent.com/u/12243734?s=400&v=4 quote: >- "I'm interested in helping make Bitcoin better, and an important step forward is getting the community to use Bitcoin more efficiently. I hope that Optech...
0
diff --git a/src/all.js b/src/all.js @@ -9,46 +9,53 @@ import Header from './components/header/header' import Radios from './components/radios/radios' import Tabs from './components/tabs/tabs' -function initAll () { - // Find all buttons with [role=button] on the document to enhance. - new Button(document).init() +func...
11
diff --git a/src/plugins/plugin.colors.ts b/src/plugins/plugin.colors.ts +import {DoughnutController, PolarAreaController} from '../index.js'; import type {Chart, ChartConfiguration, ChartDataset} from '../types.js'; export interface ColorsPluginOptions { @@ -49,17 +50,17 @@ function colorizePolarAreaDataset(dataset: C...
11
diff --git a/generators/server/templates/build.gradle.ejs b/generators/server/templates/build.gradle.ejs @@ -49,7 +49,7 @@ plugins { <%_ if (databaseType === 'sql') { _%> id "org.liquibase.gradle" version "2.0.1" <%_ } _%> - id "org.sonarqube" version "2.7" + id "org.sonarqube" version "2.7.1" //jhipster-needle-gradle-...
3
diff --git a/schema/base.schema.json b/schema/base.schema.json "type": "object", "required": ["schemaVersion", "class"], "propertyNames": { - "pattern": "^[A-Za-z][0-9A-Za-z_]{0,47}$" + "oneOf": [ + { "pattern": "^[A-Za-z][0-9A-Za-z_]{0,47}$" }, + { "const": "$schema" } + ] }, "properties": { "schemaVersion": { "type":...
11
diff --git a/src/js/select2/selection/single.js b/src/js/select2/selection/single.js @@ -16,7 +16,7 @@ define([ $selection.addClass('select2-selection--single'); $selection.html( - '<span class="select2-selection__rendered" role="textbox" aria-readonly="true"></span>' + + '<span class="select2-selection__rendered"></sp...
5
diff --git a/bin/util.js b/bin/util.js @@ -160,8 +160,13 @@ exports.same = function same(v1, v2) { }; exports.smart = function(value) { - if (typeof value === 'string') return '"' + value.replace(/"/g, '\\"') + '"'; + const type = typeof value; + if (type === 'string') return '"' + value.replace(/"/g, '\\"') + '"'; if ...
7
diff --git a/components/measurement/AccessPointStatus.js b/components/measurement/AccessPointStatus.js @@ -3,27 +3,41 @@ import PropTypes from 'prop-types' import { Box } from 'ooni-components' import { Text } from 'rebass' import { FormattedMessage } from 'react-intl' +import styled from 'styled-components' -const Acc...
11
diff --git a/app/manifest.json b/app/manifest.json { "name": "Capture QR Code", "short_name": "Capture QR Code", + "description": "Capture QR Codes in real time", "icons": [{ "src": "images/touch/icon-128x128.png", "sizes": "128x128" "sizes": "192x192" }], "start_url": "/index.html?homescreen=1", - "display": "standalo...
1
diff --git a/apps/imageclock/app.js b/apps/imageclock/app.js @@ -603,6 +603,9 @@ var zeroOffset={X:0,Y:0}; var requestedDraws = 0; var isDrawing = false; + +var start; + function initialDraw(resources, face){ //print("Free memory", process.memory(false).free); requestedDraws++; @@ -628,7 +631,8 @@ function initialDraw(...
4
diff --git a/publish/releases.json b/publish/releases.json "major": 2, "minor": 46 }, - "sources": ["DebtCache", "Exchanger", "Synthetix"], - "sips": [138, 139, 140, 145, 150, 151] + "sources": ["Exchanger", "Synthetix"], + "sips": [138, 139, 140, 151] }, { "name": "Alnitak (Optimism)", "minor": 46 }, "ovm": true, - "s...
2
diff --git a/public_app/src/components/Registration/AddMember/index.js b/public_app/src/components/Registration/AddMember/index.js @@ -128,7 +128,7 @@ export const AddMembersFlow = () => { }; const SelectComorbidity = ({setValue, formData, navigation, programs}) => { - const MINIMUM_SUPPORT_YEAR = 1920; + const MINIMUM...
12
diff --git a/unlock-app/src/components/content/DashboardContent.jsx b/unlock-app/src/components/content/DashboardContent.jsx @@ -96,18 +96,6 @@ export const DashboardContent = () => { </Warning> </Phone> - <Warning> - We are switching the current checkout with redesigned checkout on 25 - August, 2022. The current check...
13
diff --git a/libs/aws/cloudwatchlogs.js b/libs/aws/cloudwatchlogs.js @@ -13,7 +13,7 @@ export default (aws) => { return { sdk: cloudwatchlogs, - getLogsByStreamName(params, logs, callback) { + getLogs(params, logs, callback) { //Recursive function to snag all logs from a logstream let logStreamName = params.logStreamNa...
10
diff --git a/core/keyboard_nav/ast_node.js b/core/keyboard_nav/ast_node.js @@ -418,7 +418,7 @@ Blockly.ASTNode.prototype.findPrevForField_ = function() { */ Blockly.ASTNode.prototype.navigateBetweenStacks_ = function(forward) { var curLocation = this.getLocation(); - if (!(curLocation instanceof Blockly.Block)) { + if ...
2
diff --git a/lib/app/private/bootstrap.js b/lib/app/private/bootstrap.js @@ -43,7 +43,7 @@ module.exports = function runBootstrap(done) { // If bootstrap takes too long, display warning message // (just in case user forgot to call THEIR bootstrap's `done` callback, if // they're using that approach) - var timeoutMs = s...
12
diff --git a/src/index.js b/src/index.js @@ -389,6 +389,8 @@ class Offline { authorizerOptions.identitySource = 'method.request.header.Authorization'; } else { + authorizerOptions.identitySource = endpoint.authorizer.identitySource || + 'method.request.header.Authorization'; // See #207 authorizerOptions = endpoint.aut...
0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md # Contributing -#### Setup for creating pull requests +## Setup for creating pull requests 1. You'll first need to go through a normal [react-native setup](https://facebook.github.io/react-native/docs/getting-started.html#content) -1. Create a new react-native project with...
3
diff --git a/diorama.js b/diorama.js @@ -1589,13 +1589,24 @@ const createPlayerDiorama = (player, { canvas = _makeCanvas(sideSize, sideSize); document.body.appendChild(canvas); } - const {width, height} = canvas; - const ctx = canvas.getContext('2d'); - const outlineRenderTarget = _makeOutlineRenderTarget(width * pixel...
0
diff --git a/core/algorithm-operator/lib/templates/algorithm-queue.js b/core/algorithm-operator/lib/templates/algorithm-queue.js @@ -70,6 +70,15 @@ const algorithmQueueTemplate = { key: 'ALGORITHM_QUEUE_INTERVAL' } } + }, + { + name: 'PRODUCER_UPDATE_INTERVAL', + valueFrom: { + configMapKeyRef: { + name: 'algorithm-ope...
0
diff --git a/closure/goog/labs/net/webchannel/webchannelbase.js b/closure/goog/labs/net/webchannel/webchannelbase.js @@ -2047,13 +2047,14 @@ WebChannelBase.prototype.clearDeadBackchannelTimer_ = function() { * failed request. * @param {?ChannelRequest.Error} error The error code for the * failed request. + * @param {nu...
1
diff --git a/app/models/carto/user_creation.rb b/app/models/carto/user_creation.rb @@ -204,7 +204,7 @@ class Carto::UserCreation < ActiveRecord::Base end def log_transition(prefix) - log.append("#{prefix}: State: #{self.state}") + log.append("#{prefix}: State: #{state}") end def initialize_user
1
diff --git a/dashboard/apps/configuration.fma/index.html b/dashboard/apps/configuration.fma/index.html <ul class="left" role="tablist" data-tab> <li class="tab-title active" role="presentational"><a href="#tabpanel1" role="tab" tabindex="0" aria-selected="true" controls="tabpanel1">General</a> </li> - <li class="tab-ti...
2
diff --git a/assets/sass/components/settings/_googlesitekit-settings-notice.scss b/assets/sass/components/settings/_googlesitekit-settings-notice.scss } + + .mdc-text-field:not(.mdc-text-field--disabled) { + + .mdc-text-field__input { + color: $c-text-notice-info-selected-text; + } + + .mdc-notched-outline__leading, + ...
12
diff --git a/index.d.ts b/index.d.ts @@ -93,19 +93,19 @@ declare namespace MapboxGL { * Components */ class MapView extends Component<MapViewProps> { - getPointInView(coordinate: GeoJSON.Position): Promise<void>; - getCoordinateFromView(point: GeoJSON.Position): Promise<void>; + getPointInView(coordinate: GeoJSON.Posit...
7
diff --git a/src/article/models/CustomAbstract.js b/src/article/models/CustomAbstract.js import Abstract from './Abstract' -import { STRING, TEXT } from 'substance' +import { ENUM, TEXT } from 'substance' import { RICH_TEXT_ANNOS } from './modelConstants' export default class CustomAbstract extends Abstract { @@ -19,6 ...
4
diff --git a/api/mutations/message/addMessage.js b/api/mutations/message/addMessage.js @@ -203,7 +203,7 @@ export default requireAuth(async (_: any, args: Input, ctx: GraphQLContext) => { // at this point we are only dealing with thread messages const thread = await loaders.thread.load(message.threadId); - if (thread.i...
1
diff --git a/lib/node_modules/@stdlib/utils/copy/test/test.js b/lib/node_modules/@stdlib/utils/copy/test/test.js var tape = require( 'tape' ); var assert = require( 'chai' ).assert; +var PI = require( '@stdlib/constants/math/float64-pi' ); var copy = require( './../lib' ); var fixtures = require( './fixtures' ); @@ -40...
4
diff --git a/lib/carto/connector.rb b/lib/carto/connector.rb @@ -51,6 +51,7 @@ module Carto # Availabillity check: checks general availability for user, # and specific provider availability if provider_name is not nil def self.check_availability!(user, provider_name=nil) + return false if user.nil? # check general avai...
11
diff --git a/modules/xmpp/ChatRoom.js b/modules/xmpp/ChatRoom.js @@ -113,9 +113,9 @@ export default class ChatRoom extends Listenable { * @param {boolean} options.hiddenFromRecorderFeatureEnabled - when set to {@code true} we will check identity tag * for node presence. */ - constructor(connection, jid, password, XMPP,...
4
diff --git a/backend/lib/endpoints/auth.js b/backend/lib/endpoints/auth.js @@ -142,15 +142,18 @@ async function routes(app) { // the first account with valid Database record will be the primary account let provider = null; let primaryAuthId = null; - const noAccount = otherAccounts.length === 0; + const noAccount = !ot...
7
diff --git a/src/styles/modules/buttons.scss b/src/styles/modules/buttons.scss color: #fff !important; background-color: #2ED8B1 !important; } + + .Icon { + color: #2ED8B1; + } } .btn-success { &:hover, &:focus, &:active { color: #fff !important; } + + .Icon { + color: #ffffff; + } }
12
diff --git a/upload.js b/upload.js @@ -151,7 +151,7 @@ export class UploadInstance extends EventEmitter { this.sentChunks = 0; this.fileLength = 1; this.EOFsent = false; - this.fileId = Random.id(); + this.fileId = Match.Optional(String) || Random.id(); this.FSName = this.collection.namingFunction ? this.collection.nam...
11
diff --git a/package.json b/package.json "name": "find-and-replace", "main": "./lib/find", "description": "Find and replace within buffers and across the project.", - "version": "0.208.2", + "version": "0.208.3", "license": "MIT", "activationCommands": { "atom-workspace": [
6
diff --git a/src/js/components/Chart/doc.js b/src/js/components/Chart/doc.js @@ -35,7 +35,9 @@ export default (Chart) => { ]).description( 'The size of the Chart.' ).defaultValue({ width: 'medium', height: 'small' }), - thickness: PropTypes.oneOf(['xsmall', 'small', 'medium', 'large', 'xlarge']).description( + thicknes...
1
diff --git a/articles/support/index.md b/articles/support/index.md @@ -66,3 +66,5 @@ Auth0's public [question and answer community](https://ask.auth0.com) offers sup In addition to the Auth0 Community, paid subscribers can create a private ticket via [Support Center](${env.DOMAIN_URL_SUPPORT}). All account administrato...
0
diff --git a/examples/launcher/src/components/Dom.jsx b/examples/launcher/src/components/Dom.jsx @@ -265,6 +265,59 @@ class DomItem extends React.Component { } } +class DomDetail extends React.Component { + /* constructor(props) { + super(props); + } */ + toggleOpen() { + const {el} = this.props; + + this.setState({ + ...
13
diff --git a/website/js/sections/CustomizingTooltips.js b/website/js/sections/CustomizingTooltips.js @@ -3,8 +3,6 @@ import { h } from 'hyperapp' import HTML_BUTTON from '../../snippets/html-button.md' import OPTIONS_OBJECT from '../../snippets/options-object.md' import DATA_ATTRIBUTES from '../../snippets/data-attribu...
7
diff --git a/src/lime/system/Clipboard.hx b/src/lime/system/Clipboard.hx @@ -52,16 +52,20 @@ class Clipboard // Get & Set Methods private static function get_text():String { - // Native clipboard calls __update when clipboard changes + // Native clipboard (except Xorg) calls __update when clipboard changes. #if (flash ...
7
diff --git a/appjs/working.js b/appjs/working.js @@ -448,6 +448,12 @@ $(document).ready(function () { clearall(); }); + $("#segcal").click(function () { + openit("#segcals"); + closenav(); + clearall(); + }); + $("#skew").click(function () { openit("#skews"); closenav();
1
diff --git a/lib/reducers/cosmosV0-reducers.js b/lib/reducers/cosmosV0-reducers.js @@ -563,7 +563,7 @@ function transactionReducerV2(transaction, reducers, stakingDenom) { ? transaction.logs[index].success || false : false, log: transaction.logs - ? transaction.logs[index].log + ? transaction.logs[index] && transaction...
1
diff --git a/src/traces/surface/index.js b/src/traces/surface/index.js @@ -21,7 +21,7 @@ module.exports = { moduleType: 'trace', name: 'surface', basePlotModule: require('../../plots/gl3d'), - categories: ['gl3d', '2dMap', 'noOpacity'], + categories: ['gl3d', '2dMap'], meta: { description: [ 'The data the describes the...
2
diff --git a/demo/site-map.js b/demo/site-map.js @@ -55,7 +55,7 @@ export default new SiteMapHelper({ items: { 'rails-part-1:-hello-world': `${tutorialsPath}/carbon-rails/hello-world.md`, 'rails-part-2:-introducing-data': `${tutorialsPath}/carbon-rails/introducing-data.md`, - 'rails-part-2:-updating-data': `${tutorials...
10
diff --git a/.vscode/settings.json b/.vscode/settings.json { - "phpserver.relativePath": "public" + "phpserver.relativePath": "public", + "editor.formatOnType": true, + "editor.formatOnPaste": true, + "editor.formatOnSave": true, + "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true, + "javascript.format....
0
diff --git a/assets/js/googlesitekit/widgets/components/widget-area.js b/assets/js/googlesitekit/widgets/components/widget-area.js @@ -45,12 +45,7 @@ const WidgetArea = ( { area } ) => { 'mdc-layout-grid__cell--span-8-tablet', 'mdc-layout-grid__cell--span-4-phone', ) }> - { /* - Disabled legitimately, because these ico...
4
diff --git a/token-metadata/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/metadata.json b/token-metadata/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/metadata.json "symbol": "OSPVS", "address": "0xf7D1f35518950E78c18E5A442097cA07962f4D8A", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/cravat/cravat.py b/cravat/cravat.py @@ -197,7 +197,7 @@ class Cravat (object): rtime = time.time() - stime print('converter finished in', rtime) if self.args.ec: - exit() + return if self.args.sm == False and \ ( self.runlevel <= self.runlevels['mapper'] or @@ -210,7 +210,7 @@ class Cravat (object): rtime ...
14
diff --git a/articles/libraries/lock/v10/customization.md b/articles/libraries/lock/v10/customization.md @@ -58,6 +58,7 @@ var lock = new Auth0Lock('clientID', 'account.auth0.com', options); | [responseMode](#responsemode-string-) | Option to send response as POST | | [responseType](#responsetype-string-) | Response as...
0
diff --git a/src/map/Map.js b/src/map/Map.js @@ -35,14 +35,14 @@ import SpatialReference from './spatial-reference/SpatialReference'; * @property {Boolean} [options.enableInfoWindow=true] - whether to enable infowindow on this map. * @property {Boolean} [options.hitDetect=true] - whether to enable hit detecting of laye...
3
diff --git a/userscript.user.js b/userscript.user.js @@ -52556,6 +52556,12 @@ var $$IMU_EXPORT$$; .replace(/(\/images\/+gamegraphics\/+[0-9]+\/+)thumbnail([0-9]+\.[^/.]+)(?:[?#].*)?$/, "$1screenshot$2") } + if (domain_nowww === "kino-teatr.ua") { + // https://kino-teatr.ua/public/main/persons/x2_photo_586dedfd79e22.jpg...
12
diff --git a/src/components/dashboard/FeedModalList.js b/src/components/dashboard/FeedModalList.js @@ -4,7 +4,6 @@ import { FlatList, View } from 'react-native' import { Portal } from 'react-native-paper' import { withStyles } from '../../lib/styles' import { getScreenWidth } from '../../lib/utils/Orientation' -import ...
2
diff --git a/rollup.config.js b/rollup.config.js @@ -5,7 +5,7 @@ export default [ { input: 'index.js', output: { - file: 'build/d3-graphviz.cjs', + file: 'build/d3-graphviz.js', format: 'umd', name: 'd3-graphviz', sourcemap: true,
13
diff --git a/README.md b/README.md @@ -17,7 +17,6 @@ Welcome to the Netlify CLI! The new 2.0 version was rebuilt from the ground up t * [init](#init) * [link](#link) * [login](#login) - * [logout](#logout) * [open](#open) * [sites](#sites) * [status](#status) @@ -62,10 +61,6 @@ Link a local repo or project folder to an...
2
diff --git a/planet.js b/planet.js @@ -757,10 +757,10 @@ planet.update = () => { rigManager.update(); }; -planet.connect = async (rn, {online = true} = {}) => { +planet.connect = async (rn, url, {online = true} = {}) => { roomName = rn; if (online) { - await _connectRoom(roomName); + await _connectRoom(roomName, url); ...
0
diff --git a/modules/Collections/views/entry.php b/modules/Collections/views/entry.php if (this.languages.length) { this.lang = App.session.get('collections.entry.'+this.collection._id+'.lang', ''); + if (typeof window.URLSearchParams === 'function') { + var langParam = new URLSearchParams(document.location.search.subs...
12
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -343,6 +343,7 @@ export const MapGen = ({ const [camera, setCamera] = useState(() => new THREE.OrthographicCamera()); const [chunks, setChunks] = useState([]); const [hoveredObject, setHoveredObject] = useState(null); ...
0
diff --git a/components/system/components/Loaders.js b/components/system/components/Loaders.js @@ -223,10 +223,6 @@ const STYLES_LOADER_SPINNER = css` border: 2px solid ${Constants.system.brand}; border-radius: 50%; border-top-color: ${Constants.system.foreground}; - border-top-color: ${Constants.system.foreground}; - ...
2
diff --git a/index.css b/index.css @@ -447,6 +447,10 @@ img:not([src]) { font-size: inherit; } +.body { + background-color: var(--color2); +} + body:not(.loading) .loader, body.loading .grid, body.loading .pagination @@ -454,8 +458,12 @@ body.loading .pagination display: none; } -.body { - background-color: var(--color...
0
diff --git a/test/Output.test.js b/test/Output.test.js @@ -281,7 +281,7 @@ describe("Output Object", function() { if (JSON.stringify(message) == JSON.stringify([144, 64, 64])) { - expect(WebMidi.time - sent).to.be.within(0, 5); + expect(WebMidi.time - sent).to.be.within(0, 10); index++; if (index === timestamps.length)...
11
diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ Contributing If you want to help improve an existing API script, just clone this repository, make your changes, and submit a pull request. If you would like to contribute a new script for the community to use, just clone this repository and create a new folder with the...
3
diff --git a/imports/services/isEditedService.js b/imports/services/isEditedService.js @@ -7,7 +7,7 @@ import { MeetingSeriesSchema } from '../collections/meetingseries.schema'; import { MeetingSeries } from '../meetingseries'; import {Topic} from '../topic'; -function setIsEditedMS(msId) { +function setIsEditedMeeting...
10
diff --git a/lib/components/map/connected-transit-vehicle-overlay.js b/lib/components/map/connected-transit-vehicle-overlay.js @@ -54,7 +54,7 @@ function VehicleTooltip (props) { </span> {/* TODO: localize MPH? */} {vehicle?.speed > 0 && <div>travelling at {vehicle.speed} Mph</div>} - {vehicle?.nextStop && <div>{stopSt...
13
diff --git a/webpack.config.js b/webpack.config.js @@ -36,7 +36,7 @@ module.exports = { disableHostCheck: true, historyApiFallback: true, headers: { - "Content-Security-Policy-Report-Only": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src *; img-src *" ...
11
diff --git a/_data/conferences.yml b/_data/conferences.yml date: June 8-11, 2020 place: Dublin, Ireland sub: CV - note: '<b>NOTE</b>: Deadline to be confirmed.' - title: IJCAI-PRICAI year: 2020 year: 2020 id: eccv20 link: https://eccv2020.eu - deadline: '2020-03-15 07:00:00' + deadline: '2020-03-05 07:00:00' timezone: ...
3
diff --git a/local_modules/MainWindow/Views/index.browser.html b/local_modules/MainWindow/Views/index.browser.html <meta http-equiv="Content-Security-Policy" content="default-src * data: gap: blob: https://ssl.gstatic.com http://localhost 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; - script-src 'se...
2
diff --git a/articles/tokens/refresh-token.md b/articles/tokens/refresh-token.md @@ -35,32 +35,45 @@ Another safeguard is that the API should allow offline access. This is configure To get a refresh token, you must include the `offline_access` [scope](/scopes) when you initiate an authentication request through the [au...
14
diff --git a/app/screens/onboarding/slide.tsx b/app/screens/onboarding/slide.tsx @@ -59,17 +59,17 @@ const SlideItem = ({theme, item, scrollX, index}: Props) => { const translateImage = scrollX.interpolate({ inputRange, - outputRange: [width * 0.7, 1, -width * 0.7], + outputRange: [width * 2, 0, -width * 2], }); const ...
7
diff --git a/src/sdk/conference/conference.js b/src/sdk/conference/conference.js <ul> <li>resolution: An object has width and height. Both width and height are number.</li> <li>qualityLevel: A string which is one of these values "BestQuality", "BetterQuality", "Standard", "BetterSpeed", "BestSpeed". It does not change ...
1
diff --git a/src/components/general/character-select/CharacterSelect.jsx b/src/components/general/character-select/CharacterSelect.jsx @@ -36,6 +36,9 @@ const characters = { class: 'Drop Hunter', bio: `Her nickname is Scilly or SLY. 13/F drop hunter. She is an adventurer, swordfighter and fan of potions. She is excepti...
0
diff --git a/closure/goog/testing/mockmatchers.js b/closure/goog/testing/mockmatchers.js @@ -267,7 +267,7 @@ goog.testing.mockmatchers.SaveArgument.prototype.arg; /** * An instance of the IgnoreArgument matcher. Returns true for all matches. - * @type {goog.testing.mockmatchers.IgnoreArgument} + * @type {!goog.testing....
1
diff --git a/package.json b/package.json ], "scripts": { "lint": "eslint lib test", - "prettier": "prettier --write \"{lib,test}/**/*.js\"", + "format": "prettier --write \"{lib,test}/**/*.js\"", "test": "tape -r babel-register -r ./test/util/setup test/*.js", "coverage": "nyc --reporter=lcov npm test" },
10
diff --git a/generators/server/templates/_build.gradle b/generators/server/templates/_build.gradle @@ -150,7 +150,7 @@ task integrationTest(type: Test) { check.dependsOn integrationTest <%_ if (cucumberTests) { _%> task cucumberTest(type: Test) { - description = "Execute cucumber behaviour tests." + description = "Exec...
4
diff --git a/editor.js b/editor.js @@ -229,7 +229,7 @@ const _flipGeomeryUvs = geometry => { geometry.attributes.uv.array[j] = 1 - geometry.attributes.uv.array[j]; } }; -const _makeUiMesh = () => { +const _makeMouseUiMesh = () => { const geometry = new THREE.PlaneBufferGeometry(1, 1) .applyMatrix4( localMatrix.compose(...
0
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -1662,6 +1662,8 @@ class Avatar { this.flyTime = NaN; this.useTime = NaN; this.useAnimation = null; + this.useAnimationCombo = []; + this.useAnimationEnvelope = []; this.sitState = false; this.sitAnimation = null; // this.activateState = false;
0
diff --git a/bin/check.sh b/bin/check.sh @@ -50,6 +50,12 @@ list_decoders | while read dec; do continue fi + # Still working on finalizing the `url` decoder + if [ "$dec" = 'url' ]; then + echo "Ignoring \`url\` decoder... but please do document me later!" + continue + fi + echo "Decoder \"$dec\" is not documented in R...
8
diff --git a/imports/ui/templates/components/decision/coin/coin.html b/imports/ui/templates/components/decision/coin/coin.html </div> {{#if showAdvanced}} <div class="toggles"> - <div class="toggle-setting"> - <div class="toggle-label"> - {{_ 'voting-editor-poll-voting'}} - {{> help tooltip='voting-editor-poll-tooltip'...
12
diff --git a/overview.md b/overview.md @@ -53,7 +53,8 @@ also hold other containers (folders / catalogs). The Collection specification shares some fields with the catalog spec but has a number of additional fields: license, extent (spatial and temporal), providers, keywords and summaries. Every Item in a Collection lin...
0
diff --git a/lib/assets/javascripts/new-dashboard/pages/Maps.vue b/lib/assets/javascripts/new-dashboard/pages/Maps.vue <template> <section class="section"> <div class="maps-list-container container grid"> - <div class="grid-cell--col12"> + <div class=""> <SectionTitle class="grid-cell" title='Your Maps' description="Th...
3
diff --git a/spark/components/modals/react/SprkModal.stories.js b/spark/components/modals/react/SprkModal.stories.js @@ -11,8 +11,8 @@ export const defaultStory = () => ( <SprkModal title="Default Modal" isVisible={true} - confirmText="Yes please" - cancelText="No thank you" + confirmText="Confirm Text" + cancelText="C...
3
diff --git a/token-metadata/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/metadata.json b/token-metadata/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/metadata.json "symbol": "YFII", "address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/main/createTray.js b/src/main/createTray.js -import { app, Menu, Tray as ElectronTray } from 'electron'; +import { app, Menu, Tray } from 'electron'; import path from 'path'; export default window => { @@ -17,7 +17,7 @@ export default window => { } } - const tray = new ElectronTray(iconPath); + const t...
10
diff --git a/src/Renderer/shaders/tonemapping.glsl b/src/Renderer/shaders/tonemapping.glsl @@ -42,7 +42,6 @@ vec4 sRGBToLinear(vec4 srgbIn) // see: https://knarkowicz.wordpress.com/2016/01/06/aces-filmic-tone-mapping-curve/ vec3 toneMapACESFast(vec3 color) { - // TODO debate this factor color *= 0.6; const float A = 2....
2
diff --git a/app/src/components/MeetingDrawer/Chat/Message.js b/app/src/components/MeetingDrawer/Chat/Message.js @@ -6,6 +6,7 @@ import DOMPurify from 'dompurify'; import marked from 'marked'; import Paper from '@material-ui/core/Paper'; import Typography from '@material-ui/core/Typography'; +import { useIntl } from 'r...
14
diff --git a/articles/libraries/auth0-swift/touchid-authentication.md b/articles/libraries/auth0-swift/touchid-authentication.md @@ -24,11 +24,22 @@ import Auth0 ### Credentials Manager -Setup the Credentials Manager and enable Touch ID authentication, you can pass the title to show in the Touch ID prompt: +Before retr...
3
diff --git a/src/content/developers/tutorials/how-to-use-manticore-to-find-smart-contract-bugs/index.md b/src/content/developers/tutorials/how-to-use-manticore-to-find-smart-contract-bugs/index.md @@ -80,7 +80,7 @@ As `f()` contains two paths, a DSE will construct two differents path predicates - Path 1: `a == 65` - Pa...
14
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -7,7 +7,9 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/node:7.10 + - image: circleci/node:8-browsers + environment: + CHROME_BIN: "/usr/bin/google-chrome" # Specify service dependencies here if necessary # CircleCI maintain...
3
diff --git a/accessibility-checker-engine/help/IBMA_Focus_Tabbable.mdx b/accessibility-checker-engine/help/IBMA_Focus_Tabbable.mdx @@ -10,19 +10,21 @@ import { Tag } from "carbon-components-react"; ## Who does this affect? -Lorem ipsum dolor sit amet, consectetur adipiscing elit, +* Blind people using screen readers +*...
3
diff --git a/modules/@apostrophecms/ui/ui/apos/components/AposContextMenu.vue b/modules/@apostrophecms/ui/ui/apos/components/AposContextMenu.vue <template> - <div class="apos-context-menu" ref="container"> + <div class="apos-context-menu"> <slot name="prebutton" /> <v-popover @hide="hide" popover-class="apos-popover" p...
4
diff --git a/src/modules/utils/services/MediaStream.js b/src/modules/utils/services/MediaStream.js let facingBackCamera = devices.find((device) => device.label.includes('back')); if (!facingBackCamera) { - facingBackCamera = devices.find((device) => device.kind === 'videoinput'); + const videoInputDevices = devices.fil...
9
diff --git a/config/environments/production.rb b/config/environments/production.rb @@ -25,7 +25,7 @@ Rails.application.configure do # Configure public file server for tests with Cache-Control for performance. config.public_file_server.enabled = true config.public_file_server.headers = { - 'Cache-Control' => "public, ma...
12
diff --git a/Source/Core/S2Cell.js b/Source/Core/S2Cell.js @@ -15,28 +15,33 @@ import RuntimeError from "./RuntimeError.js"; * * This implementation is based on the S2 C++ reference implementation: https://github.com/google/s2geometry * + * * Overview: * --------- - * The S2 library decomposes the unit sphere into a hi...
7
diff --git a/token-metadata/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/metadata.json b/token-metadata/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/metadata.json "symbol": "DFT", "address": "0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/index.ts b/src/index.ts @@ -29,6 +29,7 @@ export interface InstallOptions { namedExports?: {[filepath: string]: string[]}; remoteUrl?: string; remotePackages: [string, string][]; + noSourceMaps?: boolean; } const cwd = process.cwd(); @@ -45,6 +46,7 @@ function showHelp() { --clean Clear out the destina...
0