code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/test/jasmine/tests/bar_test.js b/test/jasmine/tests/bar_test.js @@ -1191,9 +1191,9 @@ describe('bar hover', function() {
};
}
- function _hover(gd, xval, yval, closest) {
+ function _hover(gd, xval, yval, hovermode) {
var pointData = getPointData(gd);
- var pt = Bar.hoverPoints(pointData, xval, yval, close... | 0 |
diff --git a/lib/assets/test/spec/fixtures/builder/config-model.fixture.js b/lib/assets/test/spec/fixtures/builder/config-model.fixture.js var ConfigModel = require('builder/data/config-model');
+var _ = require('underscore');
function getConfigModelFixture (opts) {
opts = opts || {};
var baseUrl = opts.baseUrl || '/u/... | 11 |
diff --git a/generators/generator-botbuilder/generators/app/templates/echo/package.json.ts b/generators/generator-botbuilder/generators/app/templates/echo/package.json.ts "test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc && node ./lib/index.js",
- "watch": "tsc && node ./lib/index.js"... | 0 |
diff --git a/N/query.d.ts b/N/query.d.ts @@ -594,6 +594,37 @@ export interface Result {
readonly columns: Column[];
}
+/**
+ * One page of the paged query results.
+ * @since 2018.1
+ */
+export interface Page {
+ /**
+ * References the query results contained in this page.
+ */
+ readonly data: ResultSet;
+
+ /**
+ * ... | 1 |
diff --git a/components/core/Application.js b/components/core/Application.js @@ -776,6 +776,12 @@ export default class ApplicationPage extends React.Component {
const next = this.state.history[this.state.currentIndex];
const current = NavigationData.getCurrentById(navigation, next.id);
+ // NOTE(jim): Only happens duri... | 9 |
diff --git a/assets/js/components/GoogleChartV2.js b/assets/js/components/GoogleChartV2.js @@ -155,6 +155,8 @@ export default function GoogleChartV2( props ) {
if ( chartWrapper !== chartWrapperRef.current ) {
// eslint-disable-next-line no-unused-expressions
googleRef.current?.visualization.events.removeAllListeners( ... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-# Head
+# 14.4.0
- Added: `function-no-unknown` rule ([#5865](https://github.com/stylelint/stylelint/pull/5865)).
- Added: `font-family-name-quotes` autofix ([#5806](https://github.com/stylelint/stylelint/pull/580... | 6 |
diff --git a/packages/app/src/components/SearchPage/SearchResultList.jsx b/packages/app/src/components/SearchPage/SearchResultList.jsx import React from 'react';
import PropTypes from 'prop-types';
-import Page from '../PageList/Page';
-import loggerFactory from '~/utils/logger';
+import SearchResultListItem from './Se... | 5 |
diff --git a/.travis.yml b/.travis.yml @@ -3,12 +3,12 @@ jobs:
- sudo: required
services:
- docker
- language: generic
+ language: node_js
before_install: docker pull carto/nodejs6-xenial-pg101:postgis-2.4.4.5
script: npm run docker-test -- nodejs6-xenial-pg101:postgis-2.4.4.5
- sudo: required
services:
- docker
- lang... | 12 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -145,7 +145,7 @@ Once a new Pull Request is started,
## Submitting contributions
-Before opening a pull request (or submitting a contribution) you will need to sign a Contributor License Agreement (CLA) before making a submission, [learn more here](https://carto.com/con... | 1 |
diff --git a/components/mapbox/open-gps.js b/components/mapbox/open-gps.js import React from 'react'
import PropTypes from 'prop-types'
import Link from 'next/link'
-import {MapPin} from 'react-feather'
+import {Navigation} from 'react-feather'
function OpenGPS({lat, lon, isSafariBrowser}) {
const href = isSafariBrowse... | 14 |
diff --git a/webpack.config.js b/webpack.config.js @@ -83,7 +83,11 @@ function getBasePlugins() {
ecma: 7,
warnings: false,
mangle: false,
- compress: true
+ compress: true,
+ output: {
+ ascii_only: true,
+ beautify: false
+ }
}
})
];
| 12 |
diff --git a/src/vuex/modules/session.js b/src/vuex/modules/session.js @@ -148,16 +148,7 @@ export default () => {
// TODO split into sign in with ledger and signin with local key
async signIn(
{ state, commit, dispatch },
-<<<<<<< HEAD:app/src/renderer/vuex/modules/session.js
{ localKeyPairName, address, sessionType =... | 1 |
diff --git a/app/controllers/announcements_controller.rb b/app/controllers/announcements_controller.rb class AnnouncementsController < ApplicationController
- load_and_authorize_resource
+ load_and_authorize_resource params_method: :announcement_params
skip_before_filter :authenticate_user!, only: [ :index ]
skip_befor... | 2 |
diff --git a/packages/openneuro-app/src/scripts/datalad/routes/admin.jsx b/packages/openneuro-app/src/scripts/datalad/routes/admin.jsx @@ -18,17 +18,17 @@ export function hashDatasetToRange(dataset, range) {
const AdminDataset = ({ dataset }) => (
<div className="dataset-form">
- <div className="col-xs-12 dataset-form-... | 7 |
diff --git a/src/pages/settings/Security/CloseAccountPage.js b/src/pages/settings/Security/CloseAccountPage.js @@ -43,7 +43,6 @@ class CloseAccountPage extends Component {
CloseAccount.clearError();
this.state = {
isConfirmModalVisible: false,
- confirmModalPrompt: '',
};
}
@@ -57,8 +56,7 @@ class CloseAccountPage exte... | 5 |
diff --git a/magda-web-client/src/Components/SearchFacets/FacetHeader.js b/magda-web-client/src/Components/SearchFacets/FacetHeader.js @@ -208,6 +208,7 @@ class FacetHeader extends Component {
>
<img
className="facet-icon"
+ alt=""
src={
this.state.buttonActive
? IconList[`${this.props.id}_active`]
@@ -222,7 +223,7 @@ ... | 12 |
diff --git a/ui/analytics.js b/ui/analytics.js @@ -130,7 +130,7 @@ const analytics: Analytics = {
}
},
videoStartEvent: (claimId, duration) => {
- sendGaTimingEvent('Media', 'StartDelay', Number((duration * 1000).toFixed(0)), claimId);
+ sendGaTimingEvent('Media', 'TimeToStart', Number((duration * 1000).toFixed(0)), cl... | 10 |
diff --git a/app/components/syntax_highlight/index.tsx b/app/components/syntax_highlight/index.tsx import React, {useCallback, useMemo} from 'react';
import {StyleSheet, View} from 'react-native';
import SyntaxHighlighter from 'react-syntax-highlighter';
-import {github, monokai, solarizedDark, solarizedLight} from 're... | 4 |
diff --git a/token-metadata/0x05860d453C7974CbF46508c06CBA14e211c629Ce/metadata.json b/token-metadata/0x05860d453C7974CbF46508c06CBA14e211c629Ce/metadata.json "symbol": "EDN",
"address": "0x05860d453C7974CbF46508c06CBA14e211c629Ce",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/token-metadata/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/metadata.json b/token-metadata/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/metadata.json "symbol": "BAC",
"address": "0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a",
"decimals": 18,
- "dharmaVerificationStatus": "UNVERIFIED"
+ "dharmaVerificationStatus"... | 3 |
diff --git a/new-semantics/Semantics.hs b/new-semantics/Semantics.hs @@ -395,32 +395,11 @@ addToEnvironment = M.insert
lookupEnvironment :: LetLabel -> Environment -> Maybe Contract
lookupEnvironment = M.lookup
-maxIdFromContract :: Contract -> LetLabel
-maxIdFromContract Null = 0
-maxIdFromContract (Commit _ _ _ _ _ _... | 10 |
diff --git a/app/controllers/carto/api/visualization_presenter.rb b/app/controllers/carto/api/visualization_presenter.rb @@ -60,18 +60,16 @@ module Carto
prev_id: @visualization.prev_id,
next_id: @visualization.next_id,
transition_options: @visualization.transition_options,
- active_child: @visualization.active_child,
... | 2 |
diff --git a/website/ops.py b/website/ops.py @@ -1946,7 +1946,10 @@ def notifyUsers(configOld, configNew, dictInfo, dictID):
mailText += "\nYou can access the dictionary at the following address:\n"
mailText += siteconfig['baseUrl'] + "#/" + dictID
mailText += "\n\nYours,\nThe Lexonomy team"
+ try:
sendmail(user, mailS... | 8 |
diff --git a/packages/app/src/components/ReactMarkdownComponents/NextLink.tsx b/packages/app/src/components/ReactMarkdownComponents/NextLink.tsx @@ -40,7 +40,7 @@ export const NextLink = ({
return (
<Link {...props} href={href}>
- <a className={className}>{children}</a>
+ <a href={href} className={className}>{children}... | 7 |
diff --git a/articles/security/store-tokens.md b/articles/security/store-tokens.md @@ -48,5 +48,3 @@ If your single-page app has a backend server at all, then tokens should be handl
### If no backend is present
If you have a single-page app (SPA) with no corresponding backend server, your SPA should request new tokens ... | 2 |
diff --git a/Docker/_README.md b/Docker/_README.md @@ -69,7 +69,7 @@ Do _not_ forget, to increase the version numer in the next section, too.
BASE_DIR=/data/openroberta-lab
ARCH=x64 # either x64 or arm32v7
CCBIN_VERSION=1 # this is needed in the dockerfile!
-BASE_VERSION=23
+BASE_VERSION=24
CC_RESOURCES=/data/openrober... | 6 |
diff --git a/src/lib/userStorage/UserProfileStorage.js b/src/lib/userStorage/UserProfileStorage.js // @flow
-import * as TextileCrypto from '@textile/crypto'
+import TextileCrypto from '@textile/crypto'
import { assign } from 'lodash'
import IPFS from '../ipfs/IpfsStorage'
import pino from '../logger/pino-logger'
@@ -2... | 3 |
diff --git a/includes/Modules/Idea_Hub.php b/includes/Modules/Idea_Hub.php @@ -327,8 +327,6 @@ final class Idea_Hub extends Module
* @return mixed Parsed response data on success, or WP_Error on failure.
*/
protected function parse_data_response( Data_Request $data, $response ) {
- $this->register();
-
switch ( "{$data... | 2 |
diff --git a/plugins/debug/debugPanel.js b/plugins/debug/debugPanel.js var DEBUG_HEIGHT = 50;
var Counters = function(name) {
- this.stats = {};
- this.reset(stats);
+ this.stats = [];
+ this.reset(this.stats);
}
- Counters.prototype.reset = function() {
+ Counters.prototype.reset = function(stats) {
var self = this;
(... | 1 |
diff --git a/shared/js/background/trackers.es6.js b/shared/js/background/trackers.es6.js @@ -117,7 +117,7 @@ function checkTrackersWithParentCompany (url, siteDomain, request) {
if (!tracker) return
// Check to see if this request matches any of the blocking rules for this tracker
- if (tracker.rules) {
+ if (tracker.r... | 3 |
diff --git a/grails-app/conf/application.groovy b/grails-app/conf/application.groovy @@ -52,6 +52,7 @@ grails.plugin.springsecurity.controllerAnnotations.staticRules = [
[pattern:'/settings/index', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/report/save', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/vi... | 11 |
diff --git a/Readme.md b/Readme.md @@ -5,7 +5,7 @@ This is the desktop implementation of OONI Probe.
Our two primary target platforms are:
- macOS
-- Windows > 7 (we may also support older versions, but not as primary tagets)
+- Windows > 7 (we may also support older versions, but not as primary targets)
Moreover, sinc... | 1 |
diff --git a/nodes/core/storage/50-file.js b/nodes/core/storage/50-file.js @@ -28,10 +28,9 @@ module.exports = function(RED) {
this.createDir = n.createDir || false;
var node = this;
node.wstream = null;
- node.data = [];
node.msgQueue = [];
node.closing = false;
- node.closeCallbacks = [];
+ node.closeCallback = null;... | 3 |
diff --git a/src/lib/gundb/UserPropertiesClass.js b/src/lib/gundb/UserPropertiesClass.js // @flow
-import { assign } from 'lodash'
+import { assign, isUndefined } from 'lodash'
import { defer, from as fromPromise } from 'rxjs'
import { retry } from 'rxjs/operators'
@@ -50,36 +50,39 @@ export default class UserPropertie... | 1 |
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-flag/sprk-flag.stories.ts b/angular/projects/spark-angular/src/lib/components/sprk-flag/sprk-flag.stories.ts @@ -57,7 +57,7 @@ defaultStory.story = {
},
};
-export const reverse = () => ({
+export const reversed = () => ({
moduleMetadata: modules,
temp... | 3 |
diff --git a/src/components/dashboard/FaceRecognition.js b/src/components/dashboard/FaceRecognition.js @@ -18,10 +18,6 @@ type Props = {
}
class FaceRecognition extends React.Component<Props> {
- handleSubmit = () => {
- this.props.screenProps.doneCallback({ isEmailConfirmed: true })
- }
-
handleClaim = async () => {
t... | 0 |
diff --git a/src/sections/Workshop-grid/index.js b/src/sections/Workshop-grid/index.js @@ -18,6 +18,7 @@ import Lab from "../../images/socialIcons/lab_color.png";
const WorkshopsPage = ({hide_path}) => {
const [content, setContent] = useState(false);
+ const [open, setOpen] = useState(false);
const [ID, setID] = useSta... | 1 |
diff --git a/data.js b/data.js @@ -2357,6 +2357,13 @@ module.exports = [
url: "https://github.com/wessman/defer.js",
source: "https://raw.githubusercontent.com/wessman/defer.js/master/src/defer.js"
},
+ {
+ name: "@shinsenter/defer.js",
+ tags: ["lazy", "loader", "lazyloader", "lazy-load", "async", "defer"],
+ descript... | 0 |
diff --git a/activities/GameOfLife.activity/css/activity.css b/activities/GameOfLife.activity/css/activity.css @@ -230,3 +230,16 @@ canvas {
background-color: #808080;
border: 2px solid #808080;
}
+
+@media screen and (min-width: 641px) and (max-width: 820px) {
+ .generation-container {
+ height: 20px;
+ margin: 10px 0... | 7 |
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb @@ -280,7 +280,7 @@ module ApplicationHelper
return text if text.blank?
split ||= "\n\n"
text = text.split(split)[0]
- text = strip_tags(text).html_safe
+ sanitize( text, tags: %w(a b strong i em) ).html_safe
end
def remaining_paragraphs... | 11 |
diff --git a/docs/README.md b/docs/README.md @@ -189,8 +189,9 @@ The most updated and useful are :
* [Auto Crystal](https://github.com/link-discord/mineflayer-autocrystal) - Automatic placing & breaking of end crystals.
* [Tool](https://github.com/TheDudeFromCI/mineflayer-tool) - A utility for automatic tool/weapon sel... | 3 |
diff --git a/base/main_menus/MainBattleMenu.ts b/base/main_menus/MainBattleMenu.ts @@ -120,8 +120,8 @@ export class MainBattleMenu {
this.abilities[char.key_name] = [];
});
this.djinni_already_used = ordered_elements.reduce((a, b) => ((a[b] = 0), a), {});
- this.inner_horizontal_menu.open();
let this_char = this.data.i... | 1 |
diff --git a/src/mixpanel/index.js b/src/mixpanel/index.js @@ -26,7 +26,7 @@ export const Mixpanel = {
mixpanel.people.set_once(props)
}
},
- withTracking: async (name, fn, errorOpration, finalOperation) => {
+ withTracking: async (name, fn, errorOpration = () => {}, finalOperation = () => {}) => {
try {
mixpanel.track... | 1 |
diff --git a/src/generators/posthtml.js b/src/generators/posthtml.js @@ -6,10 +6,15 @@ const includes = require('posthtml-include')
const expressions = require('posthtml-expressions')
module.exports = async (html, config) => {
+ const directives = [
+ { name: '?php', start: '<', end: '>' },
+ ...config.build.posthtml.d... | 0 |
diff --git a/includes/Modules/Idea_Hub.php b/includes/Modules/Idea_Hub.php @@ -315,7 +315,7 @@ final class Idea_Hub extends Module
}
}
- add_action( 'transition_post_status', 'on_all_status_transitions', 10, 3 );
+ add_action( 'transition_post_status', 'on_idea_hub_post_status_transition', 10, 3 );
return parent::is_co... | 10 |
diff --git a/lib/form/admin/plugin.js b/lib/form/admin/plugin.js @@ -4,6 +4,6 @@ var form = require('express-form')
, field = form.field;
module.exports = form(
- field('settingForm[plugin:isEnabledPlugins]').trim().toBoolean()
+ field('settingForm[plugin:isEnabledPlugins]').trim().toBooleanStrict()
);
| 7 |
diff --git a/Specs/Core/PolygonPipelineSpec.js b/Specs/Core/PolygonPipelineSpec.js @@ -132,14 +132,14 @@ describe("Core/PolygonPipeline", function () {
const indices = PolygonPipeline.triangulate(combinedPositions, [4]);
expect(indices).toEqual([
- 3,
0,
4,
+ 7,
5,
4,
0,
3,
- 4,
+ 0,
7,
5,
0,
@@ -183,6 +183,9 @@ descri... | 3 |
diff --git a/html/objects/_flag.scss b/html/objects/_flag.scss }
}
-/// Adds 4px gutter.
+/// Adds extra small gutter. (Default 4px)
.sprk-o-Flag--tiny {
> .sprk-o-Flag__figure {
padding-right: $sprk-flag-gutter-tiny;
}
}
-/// Adds 8px gutter.
+/// Adds small gutter. (Default 8px)
.sprk-o-Flag--small {
> .sprk-o-Flag__... | 3 |
diff --git a/test/MUIDataTableBody.test.js b/test/MUIDataTableBody.test.js @@ -202,6 +202,137 @@ describe('<TableBody />', function() {
assert.strictEqual(selectRowUpdate.callCount, 1);
});
+ it('should gather selected row data when clicking row with selectableRowsOnClick=true.', () => {
+ let selectedRowData;
+ const ... | 0 |
diff --git a/karma.conf.js b/karma.conf.js @@ -32,6 +32,9 @@ module.exports = function (config) {
!process.env.TRAVIS_PULL_REQUEST_BRANCH // Catch Travis "PR" builds
? 'unexpected'
: 'unexpected-dev',
+ // Attempt to fix timeouts on CI:
+ // https://github.com/karma-runner/karma-browserstack-launcher/pull/168#issuecomm... | 12 |
diff --git a/admin-base/ui.apps/src/main/js/perAdminApp.js b/admin-base/ui.apps/src/main/js/perAdminApp.js @@ -238,9 +238,11 @@ function findNodeFromPathImpl(node, path) {
function notifyUserImpl(title, message, cb) {
set(view, '/state/notification/title', title)
set(view, '/state/notification/message', message)
- set(... | 12 |
diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/results.html b/modules/xerte/parent_templates/Nottingham/models_html5/results.html this.init = function() {
if (x_currentPageXML.getAttribute("text") != undefined && x_currentPageXML.getAttribute("text") != "") {
- $('#pageContents').prepend('<div id="... | 1 |
diff --git a/source/delegate-factory/package.json b/source/delegate-factory/package.json {
"name": "@airswap/delegate-factory",
- "version": "0.4.4",
+ "version": "1.4.4",
"description": "Deploys Delegate contracts for use in the Swap Protocol",
"license": "Apache-2.0",
"repository": {
| 3 |
diff --git a/packages/idyll-document/src/components/author-tool.js b/packages/idyll-document/src/components/author-tool.js @@ -68,7 +68,7 @@ class AuthorTool extends React.PureComponent {
<div className="icon-links">
<a className="icon-link" href={componentDocsLink}>
<img className="icon-link-image"
- src="https://raw.... | 4 |
diff --git a/packages/jsdoc-eslint-config/index.js b/packages/jsdoc-eslint-config/index.js @@ -284,7 +284,11 @@ module.exports = {
'sort-keys': 'off',
'sort-vars': 'off', // TODO: enable?
'space-before-blocks': ['error', 'always'],
- 'space-before-function-paren': ['error', 'never'],
+ 'space-before-function-paren': ['... | 11 |
diff --git a/src/components/DrawerForm/index.js b/src/components/DrawerForm/index.js @@ -288,7 +288,7 @@ class DrawerForm extends PureComponent {
const serviceComponentLists =
serviceComponentList &&
serviceComponentList.length > 0 &&
- serviceComponentList.length;
+ serviceComponentList[0].service_id;
const containerP... | 1 |
diff --git a/token-metadata/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/metadata.json b/token-metadata/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/metadata.json "symbol": "VI",
"address": "0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/lib/tasks/remote_tables_maintenance.rake b/lib/tasks/remote_tables_maintenance.rake @@ -88,6 +88,21 @@ namespace :cartodb do
target_username: args['target_username'], granted_api_key: args['granted_api_key'])
end
+ desc 'Removes a Data Library entry from a user'
+ task :remove_from_data_library, [:username... | 2 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -139,7 +139,7 @@ articles:
- title: "Mobile App"
url: "/client-auth/current/mobile-desktop"
- - title: "Authentication"
+ - title: "Legacy"
url: "/client-auth/legacy"
hidden: true
children:
| 3 |
diff --git a/packages/build/src/install/local.js b/packages/build/src/install/local.js @@ -53,7 +53,10 @@ const LOCAL_INSTALL_NAME = '@netlify/plugin-local-install-core'
// Core plugins and non-local plugins already have their dependencies installed
const getLocalPluginsOptions = function(pluginsOptions) {
- return plu... | 7 |
diff --git a/src/ApiGateway.js b/src/ApiGateway.js @@ -563,8 +563,6 @@ module.exports = class ApiGateway {
event = lambdaProxyIntegrationEvent.getEvent()
}
- event.isOffline = true
-
if (this._service.custom && this._service.custom.stageVariables) {
event.stageVariables = this._service.custom.stageVariables
} else if (... | 2 |
diff --git a/app/middlewares/error.js b/app/middlewares/error.js @@ -3,13 +3,13 @@ var PgErrorHandler = require('../postgresql/error_handler');
module.exports = function errorMiddleware() {
return function error(err, req, res, next) {
- var pgErrorHandler = new PgErrorHandler(err);
-
- var msg = {
- error: [pgErrorHand... | 4 |
diff --git a/test/test262.mjs b/test/test262.mjs @@ -66,14 +66,6 @@ const excludedTests = new Set([
'test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/conversion-operation.js',
'test/built-ins/TypedArrayConstructors/internals/Set/conversion-operation.js',
- // -0 is apparently broken.
- 'test/built-ins/... | 2 |
diff --git a/package.json b/package.json "truffle-privatekey-provider",
"solc",
"sequelize",
- "sequelize-cli"
+ "sequelize-cli",
+ "ipfs"
],
"ignorePaths": [],
- "schedule": "before 2am",
+ "schedule": "before 11am",
"rebaseStalePrs": false
}
}
| 8 |
diff --git a/storage.js b/storage.js import localforage from './localforage.js';
+import {makePromise} from './util.js';
+let ids = 0;
+const loadPromise = new Promise((accept, reject) => {
const iframe = document.createElement('iframe');
iframe.onload = () => {
console.log('iframe load outer 1');
@@ -9,48 +12,92 @@ if... | 4 |
diff --git a/404.html b/404.html if (window.location.href.indexOf("react-ui") == -1) {
window.locationSubdirectory = '';
- document.write('<link rel="stylesheet" type="text/css" href="/components/styles/index.css" />');
+ /* document.write('<link rel="stylesheet" type="text/css" href="/components/styles/index.css" />')... | 2 |
diff --git a/token-metadata/0x584B44853680ee34a0F337B712a8f66d816dF151/metadata.json b/token-metadata/0x584B44853680ee34a0F337B712a8f66d816dF151/metadata.json "symbol": "AIDOC",
"address": "0x584B44853680ee34a0F337B712a8f66d816dF151",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/conf/routes b/conf/routes @@ -131,5 +131,5 @@ POST /amtAssignment @controllers.Missio
# Clustering and Attributes
GET /runSingleUserClusteringAllUsers @controllers.AttributeController.runSingleUserClusteringAllUsers
-GET /userLabelsToCluster @controllers.AttributeController.getUserLabelsToCluster(userId: S... | 1 |
diff --git a/src/components/ExpensiTextInput/BaseExpensiTextInput.js b/src/components/ExpensiTextInput/BaseExpensiTextInput.js @@ -166,7 +166,6 @@ class BaseExpensiTextInput extends Component {
<View
style={[
styles.expensiTextInputContainer,
- !hasLabel && styles.pv0,
this.state.isFocused && styles.borderColorFocus,
(... | 5 |
diff --git a/src/inner-slider.js b/src/inner-slider.js @@ -122,47 +122,33 @@ export class InnerSlider extends React.Component {
}
this.ro.disconnect();
};
- UNSAFE_componentWillReceiveProps = nextProps => {
- let spec = {
- listRef: this.list,
- trackRef: this.track,
- ...nextProps,
- ...this.state
- };
+
+ didPropsCha... | 2 |
diff --git a/components/post.js b/components/post.js @@ -332,6 +332,53 @@ function Post({title, published_at, feature_image, html, backLink}) {
.kg-audio-player, .kg-audio-thumbnail {
display: none;
}
+
+ .kg-file-card-container {
+ display: flex;
+ align-items: stretch;
+ justify-content: space-between;
+ padding: 6px... | 0 |
diff --git a/geometry-manager.js b/geometry-manager.js @@ -2299,6 +2299,9 @@ const geometryWorker = (() => {
);
allocator.freeAll();
};
+ w.removeGeometryPhysics = (physics, id) => {
+ moduleInstance.removeGeometryPhysics(physics, id);
+ };
/* w.earcut = (tracker, ps, holes, holeCounts, points, z, zs, objectId, positio... | 0 |
diff --git a/lib/shared/addon/components/cluster-driver/driver-gke/component.js b/lib/shared/addon/components/cluster-driver/driver-gke/component.js @@ -200,7 +200,13 @@ export default Component.extend(ClusterDriver, {
if (get(this, 'mode') === 'new') {
// set(this, 'config.serviceAccount', filter?.firstObject && filte... | 12 |
diff --git a/src/components/shapes/draw.js b/src/components/shapes/draw.js @@ -171,11 +171,7 @@ function drawOne(gd, index) {
);
}
- path.node().addEventListener('click', function() { return clickFn(path); });
- }
-
- function clickFn(path) {
- activateShape(gd, path);
+ path.node().addEventListener('click', function()... | 2 |
diff --git a/src/instance/methods.js b/src/instance/methods.js @@ -67,10 +67,10 @@ Moon.prototype.destroy = function() {
Moon.prototype.build = function(vdom) {
for(var vnode in vdom) {
if(vnode !== undefined && !vnode.once) {
- if(child.nodeName === "#text") {
+ if(vnode.type === "#text") {
var valueOfVNode = "";
valu... | 12 |
diff --git a/backend/README.md b/backend/README.md @@ -67,14 +67,25 @@ Export key pair in base64 with no newlines:
gpg --armor --export KEY_ID | base64 -w0
gpg --armor --export-secret-key KEY_ID | base64 -w0
-## Migrations
+## Creating a new table in the database [Work in Progress]
-[Sequelize migrations docs](https://... | 14 |
diff --git a/packages/bitcore-node/test/integration/wallet-benchmark.integration.ts b/packages/bitcore-node/test/integration/wallet-benchmark.integration.ts @@ -207,7 +207,7 @@ describe('Wallet Benchmark', function() {
{ [address1]: 0.1, [address2]: 0.1 }
]);
const fundedTx = await rpc.call('fundrawtransaction', [tx]);... | 1 |
diff --git a/src/helpers/assets.js b/src/helpers/assets.js @@ -19,8 +19,10 @@ class AssetComponent extends Component {
this.updateAsset(this.props);
}
componentWillReceiveProps(nextProps) {
+ if (nextProps.asset !== this.props.asset) {
this.updateAsset(nextProps);
}
+ }
updateAsset(props) {
const query = gql`
query Get... | 7 |
diff --git a/packages/feature-flags/src/index.js b/packages/feature-flags/src/index.js @@ -4,7 +4,10 @@ function initFeatureFlags({ flagState, currentEnvironment, environments }) {
}
if (!Object.values(environments).includes(currentEnvironment)) {
- throw Error(`invalid environment: "${currentEnvironment}"`);
+ throw E... | 1 |
diff --git a/lib/assets/javascripts/builder/editor/layers/layer-content-views/analyses/analyses-view.js b/lib/assets/javascripts/builder/editor/layers/layer-content-views/analyses/analyses-view.js @@ -88,12 +88,12 @@ module.exports = CoreView.extend({
type: 'alert',
title: _t('editor.messages.layer-hidden.title'),
body... | 4 |
diff --git a/vis/js/list.js b/vis/js/list.js @@ -140,7 +140,7 @@ list.drawList = function() {
}
window.clearTimeout(timer);
timer = window.setTimeout(function() {
- debounce(self.filterList(event.target.value.split(" ")), config.debounce);
+ debounce(self.filterList(event.target.value.split(" "), this.current_filter_pa... | 1 |
diff --git a/assets/js/components/legacy-notifications/setup-incomplete.js b/assets/js/components/legacy-notifications/setup-incomplete.js @@ -41,8 +41,6 @@ export const getSetupIncompleteComponent = ( module, inGrid = false, fullWidth =
return ctaWrapper( cta, inGrid, fullWidth, createGrid );
};
-export default getSet... | 2 |
diff --git a/web3swift.podspec b/web3swift.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.swift_version = '5.0'
spec.frameworks = 'CoreImage'
- spec.dependency 'BigInt', '~> 5.2.1'
+ spec.dependency 'BigInt', '~> 5.2'
spec.dependency 'Star... | 1 |
diff --git a/token-metadata/0x47eB79217f42f92dbd741ADd1B1a6783A2c873cf/metadata.json b/token-metadata/0x47eB79217f42f92dbd741ADd1B1a6783A2c873cf/metadata.json "symbol": "BAST",
"address": "0x47eB79217f42f92dbd741ADd1B1a6783A2c873cf",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml @@ -15,12 +15,11 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
- build:
+ build-and-push:
# The type of runner that the jo... | 2 |
diff --git a/src/js/tools/drawing/Stroke.js b/src/js/tools/drawing/Stroke.js linePixels = pskl.PixelUtils.getLinePixels(col, this.startCol, row, this.startRow);
}
- pskl.PixelUtils.resizePixels(linePixels, penSize).forEach(function (point) {
- targetFrame.setPixel(point[0], point[1], color);
+ var bump = (penSize + 1) ... | 7 |
diff --git a/app/shared/actions/blockexplorers.js b/app/shared/actions/blockexplorers.js @@ -72,7 +72,7 @@ export function getBlockExplorers() {
{
name: 'explore.beos.world',
patterns: {
- account: 'https://explore.beos.world/account/{account}',
+ account: 'https://explore.beos.world/accounts/{account}',
txid: 'https:/... | 1 |
diff --git a/packages/e2e-tests/utils/account.js b/packages/e2e-tests/utils/account.js @@ -8,6 +8,11 @@ const getBankAccount = async () => {
return account;
};
+function generateTestAccountId() {
+ return `test-playwright-account-${Date.now()}-${Math.floor(Math.random() * 1000) % 1000}`;
+}
+
module.exports = {
- getBa... | 3 |
diff --git a/browsers/chrome/manifest.json b/browsers/chrome/manifest.json {
- "name": "DuckDuckGo Plus",
+ "name": "DuckDuckGo Privacy Essentials",
"version": "2017.11.9",
- "description": "DuckDuckGo Privacy Protection",
+ "description": "Privacy, simplified. Protect your data as you search and browse: tracker blocki... | 3 |
diff --git a/packages/app/src/components/Admin/ImportData/GrowiArchive/ImportCollectionItem.jsx b/packages/app/src/components/Admin/ImportData/GrowiArchive/ImportCollectionItem.jsx import React from 'react';
+
import PropTypes from 'prop-types';
// eslint-disable-next-line no-unused-vars
-import { withTranslation } fro... | 14 |
diff --git a/README.md b/README.md @@ -18,7 +18,6 @@ Running it
* [Run a minimal image][mini]. This is the simple demo included in this repo.
* Or run [Etoys][etoys]. Everything except the image and template files is in this repo.
* Or similarly, [Scratch][scratch], also in here.
-* Go to the [SqueakJS debugger][debug]... | 1 |
diff --git a/src/lib/gundb/__tests__/UserStorage.js b/src/lib/gundb/__tests__/UserStorage.js @@ -694,4 +694,21 @@ describe('users index', () => {
let addr = await userStorage.getUserAddress('test@test.com')
expect(addr).toBe(wallet)
})
+
+ it('isValidValue should return true', async () => {
+ const isValidValue = await... | 0 |
diff --git a/src/image/roi/manager.js b/src/image/roi/manager.js @@ -290,7 +290,7 @@ export default class RoiManager {
minCommonBorderLength = 5
} = options;
let rois = this.getRois(opt);
- let toMerge = new Set();
+ let toMerge = [];
switch (algorithm.toLowerCase()) {
//Algorithms. We can add more algorithm to create ... | 4 |
diff --git a/middleware/ApiKeyAuthMiddleware.php b/middleware/ApiKeyAuthMiddleware.php @@ -58,6 +58,7 @@ class ApiKeyAuthMiddleware extends AuthMiddleware
if ($request->getQueryParam('secret') !== null && $apiKeyService->IsValidApiKey($request->getQueryParam('secret'), ApiKeyService::API_KEY_TYPE_SPECIAL_PURPOSE_CALEND... | 1 |
diff --git a/packages/app/src/components/MaintenanceModeContent.tsx b/packages/app/src/components/MaintenanceModeContent.tsx @@ -31,9 +31,7 @@ const MaintenanceModeContent = () => {
<i className="icon-arrow-right"></i>
<a className="btn btn-link" href="/admin">{ t('maintenance_mode.admin_page') }</a>
</p>
- )
-
- }
+ )... | 7 |
diff --git a/Source/Core/GeographicTilingScheme.js b/Source/Core/GeographicTilingScheme.js /*global define*/
define([
+ './Check',
'./Cartesian2',
'./defaultValue',
'./defined',
'./defineProperties',
- './DeveloperError',
'./Ellipsoid',
'./GeographicProjection',
'./Math',
'./Rectangle'
], function(
+ Check,
Cartesian2,... | 3 |
diff --git a/src/browser/provider/built-in/chrome/cdp.js b/src/browser/provider/built-in/chrome/cdp.js @@ -29,10 +29,15 @@ async function setEmulation (runtimeInfo) {
await client.Network.setUserAgentOverride({ userAgent: config.userAgent });
if (config.touch !== void 0) {
- await client.Emulation.setTouchEmulationEnab... | 4 |
diff --git a/test/subSuites/grpcTest.js b/test/subSuites/grpcTest.js @@ -59,20 +59,25 @@ module.exports = () => {
};
const requestSetup = async (index) => {
try {
- await sideBar.selectRequest.selectByIndex(index);
+ console.log('inside REQ setup');
+ await sideBar.openRequestDropdown.click();
+ const dropdown = await ... | 12 |
diff --git a/src/duration.js b/src/duration.js @@ -216,7 +216,7 @@ export default class Duration {
}
/**
- * Create a Duration from a JavaScript object with keys like 'years' and 'hours.
+ * Create a Duration from a JavaScript object with keys like 'years' and 'hours'.
* If this object is empty then a zero milliseconds... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.