code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/local_modules/Exchange/Views/ExchangeContentView.web.js b/local_modules/Exchange/Views/ExchangeContentView.web.js @@ -264,14 +264,6 @@ class ExchangeContentView extends ListView {
self.emptyStateMessageContainerView = view
self.addSubview(view)
-
-
-
- // setInterval((context, options) => {
- // console.lo... | 2 |
diff --git a/layouts/partials/helpers/fragments.html b/layouts/partials/helpers/fragments.html {{- $directory_same_name := in ($page_scratch.Get "fragments_directory_name") (printf "%s%s/" $root.File.Dir (replace $name ".md" "")) -}}
{{- if and (not .Params.disabled) (isset .Params "fragment") (not $directory_same_name... | 0 |
diff --git a/components/Profile/Page.js b/components/Profile/Page.js @@ -689,7 +689,9 @@ class Profile extends Component {
loadMore={makeLoadMore('documents', {
firstComments: 0,
firstDocuments: 20,
- afterDocument: user.documents.pageInfo.endCursor
+ afterDocument:
+ user.documents.pageInfo &&
+ user.documents.pageInf... | 9 |
diff --git a/core/renderers/common/info.js b/core/renderers/common/info.js @@ -467,14 +467,20 @@ Blockly.blockRendering.RenderInfo.prototype.getSpacerRowHeight_ = function(
/**
* Calculate the centerline of an element in a rendered row.
* @param {Blockly.blockRendering.Row} row The row containing the element.
- * @para... | 1 |
diff --git a/src/components/Plotter/PercentageHeatmap.js b/src/components/Plotter/PercentageHeatmap.js @@ -12,20 +12,26 @@ import moment from "moment";
const scaleLevels = [
0,
- .15,
- // .25,
- .5,
+ .05,
+ .1,
+ .2,
+ .3,
+ .6,
.7,
- 1,
+ .95,
+ 1
];
export const scaleColours = [
- "#43244C",
- // "#4f2a5a",
+ "#1f0... | 7 |
diff --git a/site/package.json b/site/package.json "react-emotion": "^8.0.12"
},
"devDependencies": {
+ "babel-cli": "^6.26.0",
+ "babel-core": "^6.26.0",
+ "babel-loader": "^7.1.2",
+ "babel-preset-env": "^1.6.1",
+ "babel-preset-react": "^6.24.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
| 3 |
diff --git a/apps/messages/app.js b/apps/messages/app.js @@ -83,7 +83,7 @@ function getMessageImage(msg) {
if (s=="calendar") return atob("GBiBAAAAAAAAAAAAAA//8B//+BgAGBgAGBgAGB//+B//+B//+B9m2B//+B//+Btm2B//+B//+Btm+B//+B//+A//8AAAAAAAAAAAAA==");
if (s=="facebook") return getFBIcon();
if (s=="hangouts") return atob("FB... | 1 |
diff --git a/readme.md b/readme.md @@ -40,7 +40,7 @@ lighthouse --help
## Lighthouse Viewer
-If you run Lighthouse with the `--output=json` flag, it will generate a json dump of the run. You can view this report online by visiting <http://googlechrome.github.io/lighthouse/viewer/> and dragging the file onto the app. Re... | 4 |
diff --git a/Source/Scene/ImageryLayer.js b/Source/Scene/ImageryLayer.js @@ -857,7 +857,7 @@ define([
function finalizeReprojectTexture(imageryLayer, context, imagery, texture) {
var minificationFilter = imageryLayer.minificationFilter;
var magnificationFilter = imageryLayer.magnificationFilter;
- var usesLinearTexture... | 1 |
diff --git a/modules/core/src/lib/deck-picker.js b/modules/core/src/lib/deck-picker.js @@ -116,7 +116,9 @@ export default class DeckPicker {
}
// Resize it to current canvas size (this is a noop if size hasn't changed)
this.pickingFBO.resize({width: gl.canvas.width, height: gl.canvas.height});
+ if (this.depthFBO) {
th... | 1 |
diff --git a/token-metadata/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/metadata.json b/token-metadata/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/metadata.json "symbol": "SWM",
"address": "0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/sirepo/server.py b/sirepo/server.py @@ -739,7 +739,7 @@ def _json_input():
req = flask.request
if req.mimetype != 'application/json':
pkdlog('{}: req.mimetype is not application/json', req.mimetype)
- raise werkzeug.Exceptions.BadRequest('expecting application/json')
+ raise werkzeug.exceptions.BadRequest(... | 11 |
diff --git a/docs/api-reference/internal/layer-manager.md b/docs/api-reference/internal/layer-manager.md > The `LayerManager` class is gradually being refactor into a `ComponentManager` class and will be made part of the `lifecycle` directory. It is now an internal class, use the `Deck` class (or the [`DeckGL`](/docs/a... | 3 |
diff --git a/spec/lib/carto/ghost_tables_manager_spec.rb b/spec/lib/carto/ghost_tables_manager_spec.rb @@ -249,7 +249,7 @@ module Carto
end
it 'should link raster tables' do
- skip unless user.db_service.tables_effective.include?('raster_overviews')
+ next unless user.db_service.tables_effective.include?('raster_overvi... | 14 |
diff --git a/test/pieces.js b/test/pieces.js @@ -36,10 +36,10 @@ describe('Pieces', function() {
}
}
},
- things: {
+ thing: {
extend: '@apostrophecms/piece-type',
options: {
- alias: 'things',
+ alias: 'thing',
name: 'thing',
label: 'Thing',
publicApiProjection: {
@@ -56,10 +56,10 @@ describe('Pieces', function() {
}
... | 4 |
diff --git a/src/routes.js b/src/routes.js @@ -8,7 +8,6 @@ import Settings from './app/AppSettings';
import Page from './feed/Page';
import User from './user/User';
-import Transfer from './wallet/Transfer';
import Tags from './tags/Tags';
import Donors from './statics/Donors';
import Post from './post/Post';
@@ -29,13... | 2 |
diff --git a/articles/getting-started/index.md b/articles/getting-started/index.md @@ -22,15 +22,19 @@ Let's get started!
<ul class="topic-links">
<li>
<i class="icon icon-budicon-715"></i><a href="/getting-started/overview">Auth0 Overview</a>
- <p>Learn what Auth0 is and how you can use it</p>
+ <p>Learn what Auth0 is... | 0 |
diff --git a/docs/sphinx_greenlight_instructions.md b/docs/sphinx_greenlight_instructions.md ## Getting Started
-1. Flash our installer onto your raspberry pi using your preferred method.
+1. Flash our installer onto your raspberry pi using your preferred method. We like to use balena echer, which you can download [her... | 0 |
diff --git a/PostBanDeletedPosts.user.js b/PostBanDeletedPosts.user.js // @description When user posts on SO Meta regarding a post ban, fetch and display deleted posts (must be mod) and provide easy way to copy the results into a comment
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-//... | 8 |
diff --git a/Gemfile b/Gemfile @@ -24,7 +24,6 @@ gem 'oauth-plugin', git: 'https://github.com/CartoDB/oauth-plugin.git
gem 'hiredis', '~> 0.6.1'
gem 'redis', '~> 3.3.5'
-gem 'loofah', '~> 2.3.1'
gem 'nokogiri', '~> 1.10'
gem 'statsd-client', '0.0.7', require: 'statsd'
gem 'aws-sdk-s3', '~> 1'
| 2 |
diff --git a/src/libs/actions/App.js b/src/libs/actions/App.js @@ -4,6 +4,7 @@ import lodashGet from 'lodash/get';
import Str from 'expensify-common/lib/str';
import ONYXKEYS from '../../ONYXKEYS';
import * as DeprecatedAPI from '../deprecatedAPI';
+import * as API from '../API';
import CONST from '../../CONST';
import... | 4 |
diff --git a/src/charts/BarStacked.js b/src/charts/BarStacked.js @@ -92,6 +92,11 @@ class BarStacked extends Bar {
'data:realIndex': realIndex
})
+ let elGoalsMarkers = this.graphics.group({
+ class: 'apexcharts-bar-goals-markers',
+ style: `pointer-events: none`
+ })
+
let barHeight = 0
let barWidth = 0
@@ -162,6 +167... | 11 |
diff --git a/lib/classes/Variables.js b/lib/classes/Variables.js @@ -216,8 +216,9 @@ class Variables {
const matchedFileRefString = variableString.match(this.fileRefSyntax)[0];
const referencedFileRelativePath = matchedFileRefString
.replace(this.fileRefSyntax, (match, varName) => varName.trim());
- const referencedFil... | 9 |
diff --git a/src/map/spatial-reference/SpatialReference.js b/src/map/spatial-reference/SpatialReference.js @@ -10,7 +10,7 @@ const DefaultSpatialRef = {
'resolutions': (function () {
const resolutions = [];
const d = 2 * 6378137 * Math.PI;
- for (let i = 0; i < 20; i++) {
+ for (let i = 0; i < 21; i++) {
resolutions[i]... | 12 |
diff --git a/lib/ejs.js b/lib/ejs.js @@ -482,10 +482,10 @@ Template.prototype = {
if (!this.source) {
this.generateSource();
if (opts.client) {
- prepended += 'var __output = [], __append = caller_append || __output.push.bind(__output);' + '\n';
+ prepended += 'var __output = [], __append = callerAppend || __output.pus... | 10 |
diff --git a/packages/@uppy/thumbnail-generator/types/index.d.ts b/packages/@uppy/thumbnail-generator/types/index.d.ts @@ -3,8 +3,12 @@ import ThumbnailGeneratorLocale = require('./generatedLocale')
declare module ThumbnailGenerator {
interface ThumbnailGeneratorOptions extends Uppy.PluginOptions {
- thumbnailWidth?: n... | 0 |
diff --git a/lib/windshaft/metadata/mapnik-layer-metadata.js b/lib/windshaft/metadata/mapnik-layer-metadata.js 'use strict';
-var queue = require('queue-async');
var PSQL = require('cartodb-psql');
var _ = require('underscore');
var assert = require('assert');
@@ -49,38 +48,32 @@ MapnikLayerMetadata.prototype.getMetada... | 14 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -102,6 +102,14 @@ class App extends THREE.Object3D {
type: 'activate',
});
}
+ wear() {
+ localPlayer.wear(this);
+ }
+ use() {
+ this.dispatchEvent({
+ type: 'use',
+ });
+ }
destroy() {
this.dispatchEvent({
type: 'destroy',
| 0 |
diff --git a/src/components/FullPageOfflineView.js b/src/components/FullPageOfflineView.js @@ -31,10 +31,10 @@ const FullPageOfflineView = (props) => {
style={[styles.flex1, styles.alignItemsCenter, styles.justifyContentCenter]}
>
<Icon
- src={Expensicons.Offline}
+ src={Expensicons.OfflineCloud}
fill={themeColors.offl... | 4 |
diff --git a/token-metadata/0x26E75307Fc0C021472fEb8F727839531F112f317/metadata.json b/token-metadata/0x26E75307Fc0C021472fEb8F727839531F112f317/metadata.json "symbol": "C20",
"address": "0x26E75307Fc0C021472fEb8F727839531F112f317",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog
+## v1.2.1 (2019-6-10)
+
+### Bug Fixes
+
+* Fixed a Chrome 75 compatibility issue when `t.typeText` typed each character at the beginning of the input ([#3865](https://github.com/DevExpress/testcafe/issues/3865))
+* Fixed a bug when a test with an unhandled promise ... | 0 |
diff --git a/src/struct/commands/Command.js b/src/struct/commands/Command.js @@ -10,7 +10,6 @@ const Parser = require('./arguments/Parser');
* @typedef {Object} CommandOptions
* @prop {string[]} [aliases=[]] - Command names.
* @prop {Array<Argument|Control>|Argument|Control|ArgumentFunction} [args=[]] - Arguments to pa... | 10 |
diff --git a/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/UserDimensionsPieChart.js b/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/UserDimensionsPieChart.js @@ -292,11 +292,17 @@ export default function UserDimensionsPieChart( { dimensionName, dimensionValue,
... | 1 |
diff --git a/package.json b/package.json "test": "npm run test:all",
"test:all": "npm run test:unit && npm run test:integration && npm run test:acceptance",
"test:acceptance": "NODE_ENV=test mocha -t 5000 --exit --recursive test/acceptance",
- "test:integration": "NODE_ENV=test mocha -t 5000 --exit --recursive test/int... | 12 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -2,15 +2,9 @@ version: 2
jobs:
build:
- branches:
- ignore:
- - gh-pages
docker:
- image: circleci/node:10
working_directory: ~/repo
- environment:
- - SOURCE_BRANCH: master
- - TARGET_BRANCH: gh-pages
steps:
- checkout
- restore_cache:
@@ -24,6 +18,14 @@ jobs... | 3 |
diff --git a/src/modules/app/services/User.js b/src/modules/app/services/User.js /**
* @type {number}
*/
- this.lastConfirmPassword = null;
- /**
- * @type {number}
- */
- this.lastNotificationTimeStamp = null;
+ this.lastPasswordInput = null;
/**
* @type {DefaultSettings}
* @private
* @return {Object} data
* @return {... | 10 |
diff --git a/sparta_main.go b/sparta_main.go @@ -5,14 +5,14 @@ import (
"crypto/sha1"
"encoding/hex"
"fmt"
- "github.com/Sirupsen/logrus"
- "github.com/asaskevich/govalidator"
- "github.com/spf13/cobra"
"os"
"path"
"runtime"
- "strings"
"time"
+
+ "github.com/Sirupsen/logrus"
+ "github.com/asaskevich/govalidator"
+ "gi... | 0 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -799,10 +799,6 @@ articles:
- title: "Jumpstart"
url: "/services/jumpstart"
- - title: "Compliance"
- hidden: true
- url: "/compliance"
- children:
- title: "GDPR"
hidden: true
url: "/compliance/gdpr"
| 2 |
diff --git a/src/modules/Fill.js b/src/modules/Fill.js @@ -120,7 +120,7 @@ class Fill {
}
if (cnf.fill.type === 'gradient') {
- gradientFill = this.handleGradientFill(gradientFill, fillColor, fillOpacity)
+ gradientFill = this.handleGradientFill(gradientFill, fillColor, fillOpacity, this.seriesIndex)
}
if (cnf.fill.ima... | 11 |
diff --git a/package.json b/package.json "url": "https://github.com/unexpectedjs/unexpected"
},
"scripts": {
- "test": "make test && make test-phantomjs",
+ "test": "make test && make test-chrome-headless",
"lint": "eslint .",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-exampl... | 1 |
diff --git a/packages/app/src/styles/theme/_apply-colors-dark.scss b/packages/app/src/styles/theme/_apply-colors-dark.scss @@ -38,8 +38,9 @@ $border-color: $border-color-global;
*/
input.form-control,
select.form-control,
+select.custom-select,
textarea.form-control {
- color: lighten($color-global, 30%);
+ color: $col... | 7 |
diff --git a/bot/src/discord_commands/quiz.js b/bot/src/discord_commands/quiz.js @@ -58,15 +58,15 @@ function createTitleOnlyEmbed(title) {
}
function getFinalAnswerLineForQuestionAndAnswerLinkAnswer(card) {
- return `${card.question} ([${card.answer.join(', ')}](${card.dictionaryLink}))`;
+ return `${card.question.rep... | 14 |
diff --git a/app/stylesheets/builtin-pages/library.less b/app/stylesheets/builtin-pages/library.less @@ -966,12 +966,15 @@ body.drag {
.dropdown-item {
position: relative;
+ text-align: left;
- .badge {
+ .fa-check {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
+ font-size: 13px;
+ color: @co... | 4 |
diff --git a/assets/js/modules/thank-with-google/index.js b/assets/js/modules/thank-with-google/index.js @@ -27,13 +27,13 @@ import { isFeatureEnabled } from '../../features';
export { registerStore } from './datastore';
-const ifSwgIsEnabled = ( func ) => ( ...args ) => {
- if ( isFeatureEnabled( 'swgModule' ) ) {
+co... | 10 |
diff --git a/packages/rekit-studio/src/features/home/ProjectExplorer.js b/packages/rekit-studio/src/features/home/ProjectExplorer.js @@ -75,8 +75,8 @@ export class ProjectExplorer extends Component {
getMenuItems(treeNode) {
const evtKey = treeNode.props.eventKey;
// eventKey is 'file' property of most items
- const { ... | 7 |
diff --git a/.gitignore b/.gitignore *.pfx
node_modules/
-.vscode/
coverage/
typings/
cov-int/
npm-debug.log
+
# core does not use a package lock file
package-lock.json
# ignore Apple's desktop store files
**/.DS_Store
+# ignore VS and Eclipse files
+.vscode/
+.settings/
| 8 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 13.0.0
- Removed: Node.js 8.x support. Node.js 10 is now required. We can guarantee stylelint works on the latest Node.js 10 release. ([#4500](https://github.com/stylelint/stylelint/pull/4500)).
- Remo... | 6 |
diff --git a/src/botPage/bot/TradeEngine/Proposal.js b/src/botPage/bot/TradeEngine/Proposal.js @@ -133,9 +133,7 @@ export default Engine =>
const { proposals } = this.data;
if (proposals.length > 0) {
- const hasEqualLength = proposals.length === this.proposalTemplates.length;
- const hasEqualProposals = () =>
- this.p... | 8 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,12 @@ To see all merged commits on the master branch that will be part of the next plo
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.58.5] -- 2021-07-06
+
+### Fixed
+ - Fix to improve sanitizing href inputs for SVG and HTML text elements [[#5803]... | 3 |
diff --git a/source/api.rst b/source/api.rst <link href="_static/css/api.css" rel="stylesheet">
<redoc hide-loading spec-url="_downloads/swagger.yaml"></redoc>
- <script src="https://cdn.jsdelivr.net/npm/redoc@1.22.0/dist/redoc.min.js"></script>
+ <script src="https://rebilly.github.io/ReDoc/releases/v1.22.0/redoc.min.... | 1 |
diff --git a/src/components/categories/CategoryRenderables.js b/src/components/categories/CategoryRenderables.js import React from 'react'
import PropTypes from 'prop-types'
import { Link } from 'react-router'
+import classNames from 'classnames'
import {
CheckCircleIcon,
} from '../assets/Icons'
@@ -127,25 +128,49 @@ ... | 12 |
diff --git a/src/components/barters-table/index.js b/src/components/barters-table/index.js @@ -92,6 +92,9 @@ function BartersTable(props) {
imageLink
wikiLink
avg24hPrice
+ traderPrices {
+ price
+ }
}
count
}
@@ -255,7 +258,9 @@ function BartersTable(props) {
return false;
}
- cost = cost + requiredItem.item.avg24hPri... | 7 |
diff --git a/en/option/series/line.md b/en/option/series/line.md @@ -121,26 +121,19 @@ If is typed in `boolean`, then it means whether to enable smoothing. If is typed
Please refer to [smoothMonotone](~series-line.smoothMonotone) to change smoothing algorithm.
## smoothMonotone(string)
-Whether the broken line keep the... | 13 |
diff --git a/website/src/css/customTheme.scss b/website/src/css/customTheme.scss @@ -580,6 +580,7 @@ html[data-theme="dark"] .avatar__name a {
padding: 12px;
.menu__list-item a {
+ color: var(--ifm-color-emphasis-700);
padding: 6px 12px 8px;
}
}
@@ -630,8 +631,21 @@ html[data-theme="dark"] .navbar-sidebar {
aside[class... | 1 |
diff --git a/jobs/capsules.js b/jobs/capsules.js @@ -26,15 +26,24 @@ module.exports = async () => {
const result = await got(REDDIT_CAPSULES);
const $ = cheerio.load(result.body);
- const v1Capsules = $('body > div.content > div > div > table:nth-child(8) > tbody').text();
- const v2Capsules = $('body > div.content > d... | 1 |
diff --git a/src/components/dashboard/Claim/useClaimQueue.js b/src/components/dashboard/Claim/useClaimQueue.js @@ -10,8 +10,10 @@ import { showSupportDialog } from '../../common/dialogs/showSupportDialog'
import { showQueueDialog } from '../../common/dialogs/showQueueDialog'
import Config from '../../../config/config'
... | 0 |
diff --git a/lib/plugins/html/templates/url/summary/index.pug b/lib/plugins/html/templates/url/summary/index.pug @@ -43,10 +43,6 @@ block content
tr
td Total Page Transfer Size:
td #{h.size.format(d.pagexray.pageSummary.transferSize)}
- if d.pagexray && d.pagexray.pageSummary
- tr
- td Total Page Size:
- td #{h.size.fo... | 13 |
diff --git a/src/components/progress/README.md b/src/components/progress/README.md @@ -40,7 +40,7 @@ export default {
Set the maximum value with the `max` prop (default is `100`), and the current value via the
`value` prop (default `0`).
-When creating multiple bars in a sinple process, place hte value prop on the indi... | 1 |
diff --git a/core/field_bound_variable.js b/core/field_bound_variable.js @@ -428,9 +428,9 @@ Blockly.FieldBoundVariable.prototype.getBlockShapedPath_ = function(width) {
height = 23;
}
var rectWidth = width - Blockly.BlockSvg.TAB_WIDTH;
- inlineSteps.push('M 0,0');
- inlineSteps.push('l 0 ' + height + ' l ' + rectWidth... | 1 |
diff --git a/index.html b/index.html <rapi-doc
id = "thedoc"
- spec-url="./specs/guy.json"
+ spec-url = "./specs/multiple-example.yaml"
theme = "light"
allow-api-list-style-selection = "false"
- render-style = "read"
+ render-style = "view"
regular-font = 'Open Sans'
schema-style = 'tree'
schema-expand-level = "3"
defa... | 13 |
diff --git a/src/themes/spectre.js b/src/themes/spectre.js // Spectre Theme using Spectre CSS framework. <https://picturepan2.github.io/spectre/index.html>
import { AbstractTheme } from '../theme'
+import { $each } from '../utilities';
+
export var spectreTheme = AbstractTheme.extend({
// Config options that allows cha... | 1 |
diff --git a/core/worker/.travis.yml b/core/worker/.travis.yml @@ -45,3 +45,5 @@ deploy:
script: PRIVATE_REGISTRY=docker.io/hkube npm run build
on:
branch: master
+after_deploy:
+ - curl -X POST -H 'accept:application/json' -H "authorization:token ${TRAVIS_API_TOKEN}" -H 'content-type:application/json' -H 'travis-api-v... | 0 |
diff --git a/articles/connector/test-dc.md b/articles/connector/test-dc.md ---
description: How to create and test an Active Directory Domain Controller.
+toc: true
---
# Creating a Test Active Directory Domain Controller
Auth0's AD/LDAP integration is relatively easy to set up, but it does require that you have access... | 14 |
diff --git a/Gruntfile.js b/Gruntfile.js @@ -109,7 +109,7 @@ module.exports = function(grunt) {
// used by watch to copy shared/js to build dir
exec: {
- copyjs: `cp shared/js/*.js build/${browser}/${buildType}/js/`
+ copyjs: `cp shared/js/*.js build/${browser}/${buildType}/js/ && rm build/${browser}/${buildType}/js/*.... | 2 |
diff --git a/src/compiler/nodes.imba1 b/src/compiler/nodes.imba1 @@ -5890,13 +5890,6 @@ export class TagHandlerSpecialArg < ValueNode
def c
"'~${value}'"
-export class TagDynamicArg < ValueNode
- def isPrimitive
- yes
-
- def c
- "'~&{value}'"
-
export class TagModifier < TagPart
prop params
@@ -5989,6 +5982,10 @@ expo... | 7 |
diff --git a/js/background.js b/js/background.js @@ -31,16 +31,6 @@ load.JSONfromLocalFile(settings.getSetting('tosdr'), (data) => {
tosdrRegexList = Object.keys(tosdr).map(x => new RegExp(`${x}\\.`))
})
-// // Load the tracker whitelist
-// load.JSONfromLocalFile(settings.getSetting('trackerWhitelist'), (data) => {
-
... | 2 |
diff --git a/test/server/cards/07-WotW/MotoChagatai.spec.js b/test/server/cards/07-WotW/MotoChagatai.spec.js @@ -11,7 +11,7 @@ describe('Moto Chagatai', function() {
},
player2: {
inPlay: ['steward-of-law'],
- hand: ['for-shame', 'tailsman-of-the-sun'],
+ hand: ['for-shame', 'talisman-of-the-sun'],
provinces: ['public-... | 1 |
diff --git a/config/redirects.js b/config/redirects.js @@ -1043,10 +1043,6 @@ module.exports = [
from: '/architecture-scenarios/application/web-app-sso/implementation-aspnetcore',
to: '/architecture-scenarios/web-app-sso/implementation-aspnetcore'
},
- {
- from: '/architecture-scenarios/b2b/b2b-authentication',
- to: '... | 2 |
diff --git a/src/modules/app/__tests__/CameraModule.spec.js b/src/modules/app/__tests__/CameraModule.spec.js @@ -26,14 +26,15 @@ describe('CameraModule', () => {
const far = 70;
const params = {
- position: position,
- fov: fov,
- aspect: aspect,
- near: near,
- far: far
+ position,
+ fov,
+ aspect,
+ near,
+ far
};
co... | 7 |
diff --git a/assets/js/modules/analytics/components/module/ModuleAcquisitionChannelsWidget/PieChart.js b/assets/js/modules/analytics/components/module/ModuleAcquisitionChannelsWidget/PieChart.js */
import Data from 'googlesitekit-data';
import { DATE_RANGE_OFFSET, STORE_NAME } from '../../../datastore/constants';
-impo... | 2 |
diff --git a/src/puppeteer_utils.js b/src/puppeteer_utils.js @@ -82,6 +82,18 @@ const injectFile = async (page, filePath) => {
* Beware that the injected jQuery object will be set to the `window.$` variable and thus it might cause conflicts with
* libraries included by the page that use the same variable (e.g. another ... | 7 |
diff --git a/binding.js b/binding.js @@ -73,7 +73,7 @@ module.exports.download_vips = function () {
// Ensure glibc >= 2.15
const lddVersion = process.env.LDD_VERSION;
if (lddVersion) {
- if (/(glibc|gnu libc)/i.test(lddVersion)) {
+ if (/(glibc|gnu libc|gentoo)/i.test(lddVersion)) {
const glibcVersion = lddVersion ? l... | 0 |
diff --git a/site/oauth2-examples-oauth0.md b/site/oauth2-examples-oauth0.md @@ -13,7 +13,7 @@ Let's test the following 3 OAuth flows:
## Create RabbitMQ API
-In OAuth0, resources are mapped to Application APIs.
+In Auth0, resources are mapped to Application APIs.
1. Once you have logged onto your account in https://au... | 10 |
diff --git a/package.json b/package.json "name": "inferno-build",
"private": true,
"license": "MIT",
- "version": "1.3.0-rc.9",
+ "version": "1.3.0-rc.10",
"author": {
"name": "Dominic Gannaway",
"email": "dg@domgan.com"
"chalk": "^1.1.3",
"concat-stream-es6": "0.0.1",
"convert-source-map": "^1.4.0",
- "coveralls": "^2... | 6 |
diff --git a/views/partials/trendingAssets.handlebars b/views/partials/trendingAssets.handlebars {{#unless this.nsfw}}
<a href="/{{this.name}}/{{this.claimId}}">
{{#ifConditional this.fileType '===' 'video/mp4'}}
- <video class="grid-item trending-video" controls>
+ <video class="grid-item trending-video" controls onlo... | 1 |
diff --git a/packages/app/src/styles/theme/kibela.scss b/packages/app/src/styles/theme/kibela.scss @@ -109,4 +109,22 @@ html[dark] {
@include btn-page-editor-mode-manager(darken($primary, 15%), lighten($primary, 45%), lighten($primary, 50%));
}
}
+
+ /*
+ * GROWI Sidebar
+ */
+ .grw-sidebar {
+ // Pagetree
+ .grw-paget... | 7 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,12 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.48.3] -- 2019-06-13
+
+### Fixed
+- Fix `hoverinfo` and `hovertemplate` behavior for `funnel` traces [#3958]
+
+
## [1.48.2] -- 2019-... | 3 |
diff --git a/src/webroutes/resources.js b/src/webroutes/resources.js @@ -49,7 +49,12 @@ module.exports = async function action(res, req) {
//Send command request
let cmdSuccess = globals.fxRunner.srvCmd(`txaReportResources`);
if(!cmdSuccess){
- let out = await webUtils.renderMasterView('basic/generic', req.session, {me... | 7 |
diff --git a/lib/carto/tracking/events.rb b/lib/carto/tracking/events.rb @@ -300,7 +300,6 @@ module Carto
def initialize(name, reporter_id, properties)
@name = name
- # TODO: remove this filtering as frontend stops sending "user_id: '-'"
@properties = properties
@format = SegmentFormat.new(@properties)
@reporter = Cart... | 2 |
diff --git a/Source/Scene/Model.js b/Source/Scene/Model.js @@ -5329,7 +5329,7 @@ Model.prototype.update = function (frameState) {
loadResources.resourcesParsed &&
loadResources.pendingShaderLoads === 0
) {
- if (!this.showOutline) {
+ if (this.showOutline) {
ModelOutlineLoader.outlinePrimitives(this);
}
createResources... | 3 |
diff --git a/components/Vote/ElectionCandidacy.js b/components/Vote/ElectionCandidacy.js @@ -28,6 +28,7 @@ import UsernameField from '../Profile/UsernameField'
import GenderField from '../Profile/GenderField'
import withMe from '../../lib/apollo/withMe'
import Loader from '../Loader'
+import SignIn from '../Auth/SignIn... | 9 |
diff --git a/packages/vulcan-forms/lib/components/Form.jsx b/packages/vulcan-forms/lib/components/Form.jsx @@ -74,6 +74,8 @@ class Form extends Component {
this.initialDocument = merge({}, this.props.prefilledProps, this.props.document);
}
+ defaultValues = {};
+
submitFormCallbacks = [];
successFormCallbacks = [];
fai... | 9 |
diff --git a/semantics.json b/semantics.json "H5P.GoToQuestion 1.3",
"H5P.IVHotspot 1.2",
"H5P.Questionnaire 1.3",
- "H5P.FreeTextQuestion 1.0"
+ "H5P.FreeTextQuestion 1.0",
+ "H5P.MultiMediaChoice 0.3"
]
},
{
| 0 |
diff --git a/extension/data/tbutils.js b/extension/data/tbutils.js @@ -258,7 +258,7 @@ function initwrapper ({userDetails, newModSubs, cacheDetails}) {
* @param {string} subreddit when present cache is threated as an object and the value will be written to subreddit property. If missing the value is pushed.
*/
TBUtils.... | 4 |
diff --git a/app/models/carto/api_key_grants.rb b/app/models/carto/api_key_grants.rb @@ -37,7 +37,6 @@ module Carto
attr_reader :granted_apis
def initialize(grants_json = [])
- @granted_apis = []
@table_permissions = {}
# TODO: this should be removed when complete, previous json schema validation grants it
@@ -47,7 +46... | 11 |
diff --git a/articles/cms/wordpress/jwt-authentication.md b/articles/cms/wordpress/jwt-authentication.md @@ -30,6 +30,10 @@ If you've also installed and enabled the latest version of the [Auth0 WordPress
## Authenticating requests
+::: note
+See [access tokens](/tokens/access-token) (both JWTs and opaque strings) for a... | 0 |
diff --git a/api/src/server.js b/api/src/server.js @@ -19,7 +19,7 @@ const api = express();
setupExpressRequestHandler(api);
-api.use(cors());
+api.use(cors({ maxAge: 1728000 }));
api.use(compression());
api.use(bodyParser.urlencoded({ extended: true }));
api.use(bodyParser.json({ limit: '5mb' }));
@@ -81,7 +81,7 @@ ap... | 12 |
diff --git a/admin-base/materialize/custom/_global.scss b/admin-base/materialize/custom/_global.scss @@ -39,11 +39,13 @@ dl {
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
opacity: 0
}
+
.svg-icon {
display: inline-block;
position: relative;
- width: 100%;
- padding-bottom: 100%;
+ width: 24px;
+ pad... | 12 |
diff --git a/server.js b/server.js @@ -49,29 +49,12 @@ app.prepare().then(async () => {
server.get("/experiences", async (r, s) => s.redirect("/_/system"));
server.get("/_/experiences", async (r, s) => s.redirect("/_/system"));
server.get("/system/:c", async (r, s) => s.redirect(`/_/system/${r.params.c}`));
-
server.ge... | 2 |
diff --git a/tests/uri_router_test.py b/tests/uri_router_test.py @@ -23,7 +23,7 @@ def test_error_for_bots():
r = fc.post(uri, json=d)
pkeq(200, r.status_code)
- r = fc.post(uri, environ_base={'HTTP_USER_AGENT': f'I AM A BOT'}, json=d)
+ r = fc.post(uri, environ_base={'HTTP_USER_AGENT': 'SPIDER'}, json=d)
pkeq(500, r.s... | 12 |
diff --git a/Makefile b/Makefile .DEFAULT_GOAL=build
GO_LINT := $(GOPATH)/bin/golint
+WORK_DIR := ./sparta
################################################################################
# Meta
@@ -96,6 +97,10 @@ describe: build
################################################################################
# ALM com... | 0 |
diff --git a/src/containers/language-selector.jsx b/src/containers/language-selector.jsx @@ -27,6 +27,7 @@ class LanguageSelector extends React.Component {
children,
...props
} = this.props;
+ document.documentElement.lang = this.props.currentLocale; //update the lang attribute of the html for screenreaders
return (
<L... | 12 |
diff --git a/test/unit/specs/store/user.spec.js b/test/unit/specs/store/user.spec.js @@ -158,12 +158,14 @@ describe('Module: User', () => {
store.dispatch('setErrorCollection', { account: 'abc', optin: true })
expect(store.state.user.errorCollection).toBe(true)
expect(window.analytics).toBeTruthy()
+ expect(ravenSpy).t... | 7 |
diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml -# name: Dependabot auto-merge
-# on: pull_request
+name: Dependabot auto-merge
+on: pull_request
-# permissions:
-# contents: write
+permissions:
+ contents: write
-# jobs:
-# dependabot:
-# runs-on: ubuntu-latest
-# if: ${{ github.actor ==... | 3 |
diff --git a/packages/emergency-response/src/components/App/index.js b/packages/emergency-response/src/components/App/index.js @@ -6,6 +6,7 @@ import React from 'react';
import '@hackoregon/component-library/assets/global.styles.css';
import '@hackoregon/component-library/assets/vendor/leaflet.css';
+import firstFiveMi... | 14 |
diff --git a/src/consumer/offsetManager/index.js b/src/consumer/offsetManager/index.js @@ -293,10 +293,9 @@ module.exports = class OffsetManager {
}
offsets.forEach(({ topic, partitions }) => {
- this.committedOffsets[topic] = partitions.reduce(
- indexPartitions,
- { ...this.committedOffsets[topic] },
- )
+ this.commi... | 1 |
diff --git a/articles/guides/ip-whitelist.md b/articles/guides/ip-whitelist.md @@ -35,19 +35,20 @@ The IP addresses are region-specific.
### United States
```text
-35.167.74.121, 35.166.202.113, 35.160.3.103, 54.183.64.135, 54.67.77.38, 54.67.15.170, 54.183.204.205
+35.167.74.121, 35.166.202.113, 35.160.3.103, 54.183.6... | 3 |
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js @@ -593,26 +593,27 @@ BlazeComponent.extendComponent({
this.term.set(evt.target.searchTerm.value);
},
'click .js-minicard'(evt) {
- // LINK CARD
- const card = Blaze.getData(evt.currentTarget);
- const _id = Cards.insert({
- title: c... | 11 |
diff --git a/src/lib/taxcalc.js b/src/lib/taxcalc.js @@ -3,6 +3,10 @@ function isSpecialPriceActive(fromDate, toDate) {
fromDate = new Date(fromDate) || false
toDate = new Date(toDate) || false
+ if (!fromDate && !toDate) {
+ return true
+ }
+
if (fromDate && toDate) {
return fromDate < now && toDate > now
}
| 12 |
diff --git a/layouts/partials/fragments/content-split.html b/layouts/partials/fragments/content-split.html {{- printf " text-muted text-%s" "secondary" -}}
{{- end -}}
">
- {{- $self.Content | markdownify -}}
+ {{- .content | markdownify -}}
</div>
</div>
{{end}}
| 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.