code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/client/components/composer/NewRequest/GRPCAutoInputForm.jsx b/src/client/components/composer/NewRequest/GRPCAutoInputForm.jsx @@ -22,12 +22,6 @@ const GRPCAutoInputForm = (props) => {
initialQuery
} = props.newRequestStreams;
- //component state for toggling show/hide
- const [show, toggleShow] = useSt... | 1 |
diff --git a/src/plots/plots.js b/src/plots/plots.js @@ -2202,7 +2202,7 @@ plots.transition = function(gd, data, layout, traces, frameOpts, transitionOpts)
// There's nothing to do if this module is not defined:
if(!module) continue;
- // Don't register the trace as transitioned if it doens't know what to do.
+ // Don'... | 1 |
diff --git a/assets/js/components/adminbar/AdminBarWidgets.stories.js b/assets/js/components/adminbar/AdminBarWidgets.stories.js @@ -47,7 +47,7 @@ Ready.args = {
};
export const AnalyticsInactive = Template.bind( {} );
-AnalyticsInactive.storyName = 'Inactive: Analytics';
+AnalyticsInactive.storyName = 'Inactive: Analy... | 2 |
diff --git a/src/pages/strategy/tabs/akashi/akashi.js b/src/pages/strategy/tabs/akashi/akashi.js if(e.altKey) {
KC3StrategyTabs.gotoTab(null, $(this).data("value"));
} else {
- KC3StrategyTabs.gotoTab(null,
- [$(this).data("value"), KC3StrategyTabs.pageParams[2]].filter(v => !!v));
+ const extraParams = KC3StrategyTabs... | 11 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,70 @@ 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.49.0] -- 2019-07-24
+
+### Added
+- Add `indicator` traces [#3978, #4007, #4014, #4037, #4029]
+- Add `choroplethmapbox` traces [#398... | 3 |
diff --git a/packages/gpt/ad.native.js b/packages/gpt/ad.native.js @@ -12,11 +12,11 @@ class Ad extends Component {
Linking.canOpenURL(url)
.then(supported => {
if (!supported) {
- return console.error("Cant open url", url);
+ return console.error("Cant open url", url); // eslint-disable-line no-console
}
return Linkin... | 8 |
diff --git a/src/scripting/logichook/LogicHookUtils.js b/src/scripting/logichook/LogicHookUtils.js const util = require('util')
const vm = require('vm')
const path = require('path')
+const fs = require('fs')
const isClass = require('is-class')
const debug = require('debug')('botium-core-asserterUtils')
@@ -140,6 +141,2... | 11 |
diff --git a/src/server/routes/page.js b/src/server/routes/page.js @@ -446,8 +446,8 @@ module.exports = function(crowi, app) {
const layoutName = configManager.getConfig('crowi', 'customize:layout');
let view = `layout-${layoutName}/page`;
- // TODO find page by link
- const page = await ShareLink.find({ _id: link }).p... | 10 |
diff --git a/src/client/js/components/RevisionComparer/RevisionComparer.jsx b/src/client/js/components/RevisionComparer/RevisionComparer.jsx @@ -45,8 +45,10 @@ const RevisionComparer = (props) => {
const { path } = revisionComparerContainer.pageContainer.state;
const { sourceRevision, targetRevision } = revisionCompare... | 4 |
diff --git a/shared/js/background.js b/shared/js/background.js @@ -45,8 +45,6 @@ chrome.runtime.onMessage.addListener((req, sender, res) => {
});
function Background() {
- $this = this;
-
// clearing last search on browser startup
settings.updateSetting('last_search', '')
| 2 |
diff --git a/storybook-utilities/components/AdditionalInputInfo.js b/storybook-utilities/components/AdditionalInputInfo.js @@ -122,7 +122,7 @@ AdditionalInputInfo.defaultProps = {
listElement: 'ul',
};
-AdditionalInputInfo.PropTypes = {
+AdditionalInputInfo.propTypes = {
/**
* A space-separated string of classes to
* a... | 3 |
diff --git a/src/client/js/components/CustomNavigation.jsx b/src/client/js/components/CustomNavigation.jsx @@ -9,7 +9,7 @@ const CustomNavigation = (props) => {
const [activeTab, setActiveTab] = useState(Object.keys(props.navTabMapping)[0]);
const [sliderWidth, setSliderWidth] = useState(0);
const [sliderMarginLeft, se... | 10 |
diff --git a/app.server.js b/app.server.js @@ -13,7 +13,7 @@ const HOST = "0.0.0.0";
const GOOGLE_CREDENTIAL =
process.env.GOOGLE_CREDENTIAL ||
"990846956506-bfhbjsu4nl5mvlkngr3tsmfcek24e8t8.apps.googleusercontent.com";
-const ENFORCE_SSL = process.env.ENFORCE_SSL || 'true';
+const ENFORCE_SSL = process.env.ENFORCE_SSL... | 1 |
diff --git a/packages/core/parcel-bundler/src/cli.js b/packages/core/parcel-bundler/src/cli.js @@ -224,7 +224,7 @@ async function bundle(main, command) {
const server = await bundler.serve(port, command.https, command.host);
if (server && command.open) {
await require('./utils/openInBrowser')(
- `${command.https ? 'htt... | 4 |
diff --git a/spec/models/carto/user_migration_spec.rb b/spec/models/carto/user_migration_spec.rb @@ -364,7 +364,7 @@ describe 'UserMigration' do
@map, @table, @table_visualization, @visualization = create_full_visualization(carto_user)
carto_user.tables.exists?(name: @table.name).should be
- debugger
+
user.in_database... | 2 |
diff --git a/translations/en-us.yaml b/translations/en-us.yaml @@ -2681,9 +2681,8 @@ dangerZone:
'db-cattle-maxtotal': 'Database pool: maximum total connections (change requires restart)'
'db-prep-stmt-cache-size': 'Database pool: Prepared statement cache size (per connection; change requires restart)'
'default-cluster... | 2 |
diff --git a/cli/bin/quasar b/cli/bin/quasar @@ -54,7 +54,6 @@ else {
else {
const commands = [
'info',
- 'serve',
'help'
]
@@ -62,7 +61,6 @@ else {
if (cmd.length === 1) {
const mapToCmd = {
i: 'info',
- s: 'serve',
h: 'help'
}
cmd = mapToCmd[cmd]
| 1 |
diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js @@ -255,6 +255,15 @@ module.exports = {
],
include: paths.appSrc
},
+ {
+ test: /postMock.html$/,
+ use: {
+ loader: 'file-loader',
+ options: {
+ name: '[name].[ext]',
+ },
+ },
+ },
{
// "oneOf" will traverse all following loaders until one wi... | 0 |
diff --git a/articles/client-auth/index.yml b/articles/client-auth/index.yml versioning:
baseUrl: client-auth
- current: OIDC
+ current: oidc
versions:
- - non-OIDC
- - OIDC
+ - non-oidc
+ - oidc
defaultArticles:
- OIDC: index
+ oidc: index
| 2 |
diff --git a/definitions/npm/moment_v2.x.x/flow_v0.63.x-/moment_v2.x.x.js b/definitions/npm/moment_v2.x.x/flow_v0.63.x-/moment_v2.x.x.js @@ -144,9 +144,9 @@ declare class moment$Moment {
days(day: number|string): this;
day(): number;
days(): number;
- weekday(number: number): this;
+ weekday(day: number|string): this;
... | 11 |
diff --git a/src/components/TableToolbar.js b/src/components/TableToolbar.js @@ -188,7 +188,6 @@ class TableToolbar extends React.Component {
{options.viewColumns && (
<Popover
refExit={this.setActiveIcon.bind(null)}
- container={tableRef}
trigger={
<IconButton
aria-label={viewColumns}
@@ -207,7 +206,6 @@ class TableTo... | 2 |
diff --git a/src/app/Http/Controllers/Operations/FetchOperation.php b/src/app/Http/Controllers/Operations/FetchOperation.php @@ -100,8 +100,11 @@ trait FetchOperation
$tempQuery = $query->{$operation}($searchColumn, $search_string);
}
}
-
- return $tempQuery;
+ // If developer provide an empty searchable_attributes arr... | 11 |
diff --git a/index.html b/index.html }
function initializePublicBrowser() {
-
setUILanguage();
var edition = QueryString.edition;
var isLatestRedirect = true;
// set language one more time after finishing components initialization
setUILanguage();
+
// RELEASES DROPDOWN HANDLER for daily build/community content
if (opt... | 1 |
diff --git a/src/pages/_document.js b/src/pages/_document.js @@ -67,7 +67,7 @@ class HTMLDocument extends Document {
<Head>
<Helmet
htmlAttributes={{ lang: "en", dir: "ltr" }}
- title="My page"
+ title="My Store"
meta={[
{ charSet: "utf-8" },
// Use minimum-scale=1 to enable GPU rasterization
| 1 |
diff --git a/sox.features.js b/sox.features.js function addCSS() {
$('.js-vote-up-btn, .js-vote-down-btn, .js-favorite-btn').addClass('sox-better-css');
- $('head').append('<link rel="stylesheet" href="https://rawgit.com/shu8/SE-Answers_scripts/master/coolMaterialDesignCss.css" type="text/css" />');
+ $('head').append(... | 14 |
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb @@ -169,6 +169,10 @@ module ApplicationHelper
end
end
+ def image_tag(source, options={})
+ super "/#{frontend_version}/images/#{source}", options
+ end
+
def editor_image_path(source)
image_path(source, true)
end
| 1 |
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md # Code of Conduct
-One of Cesium's strengths is our community. Our contributors and users are pushing the 3D geospatial field to amazing new levels. We rely on an open, friendly, inclusive environment to facilitate this. As such, we follow the [Contributor Covenant](... | 1 |
diff --git a/lib/assets/test/spec/cartodb/dashboard/dialogs/create/listing/navigation_view.spec.js b/lib/assets/test/spec/cartodb/dashboard/dialogs/create/listing/navigation_view.spec.js @@ -143,12 +143,14 @@ describe('common/dialogs/create/listing/navigation_view', function() {
expect(stateChanged).toBeTruthy();
});
-... | 7 |
diff --git a/src/unpoly/framework.js b/src/unpoly/framework.js @@ -189,7 +189,7 @@ up.framework = (function() {
Internet Explorer 11 or lower are [now longer supported](https://github.com/unpoly/unpoly/discussions/340).
- The last Unpoly version to support Internet Explorer 11 is 2.6.x.
+ If you need to support Interne... | 7 |
diff --git a/components/CopyButton.js b/components/CopyButton.js @@ -4,7 +4,7 @@ import ClipboardJS from 'clipboard';
export default class CopyButton extends React.PureComponent {
constructor(props) {
super(props);
- this.btnRef = React.createRef();
+ this.copyBtnRef = React.createRef();
this.clipboardRef = React.creat... | 10 |
diff --git a/src/components/Abstract/Abstract.styles.js b/src/components/Abstract/Abstract.styles.js // @flow
import React from "react";
-import styled from "styled-components";
+import styled, { css } from "styled-components";
import type { ComponentType } from "react";
export const AbstractContainer: ComponentType<*>... | 7 |
diff --git a/lod.js b/lod.js @@ -2,6 +2,46 @@ import * as THREE from 'three';
const localVector2D = new THREE.Vector2();
+/*
+note: the nunber of lods at each level can be computed with this function:
+
+ getNumLodsAtLevel = n => n === 0 ? 1 : (2*n+1)**2-(getNumLodsAtLevel(n-1));
+
+the total number of chunks with 3 lo... | 0 |
diff --git a/src/yy/v22/YyManipV22.hx b/src/yy/v22/YyManipV22.hx @@ -374,7 +374,7 @@ class YyManipV22 {
var fp1 = fd1 + fn1 + ".";
for (tab in ChromeTabs.impl.tabEls){
var tp = tab.gmlFile.path;
- if (!NativeString.startsWith(tp, fd0)) continue;
+ if (tp == null || !NativeString.startsWith(tp, fd0)) continue;
if (Nativ... | 1 |
diff --git a/views/boxs/chart.ejs b/views/boxs/chart.ejs <button type="button" class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bars"></i>
</button>
- <ul class="dropdown-menu" role="menu">
+ <ul class="dropdown-menu" role="menu" style="height: 300px; overflow: auto">
<li ng-repeat="devi... | 1 |
diff --git a/resources/js/custom.js b/resources/js/custom.js @@ -82,7 +82,6 @@ try {
function openLyrics() {
document.body.classList.add("web-chrome-drawer-open");
document.body.classList.remove("web-chrome-drawer-opening");
- document.querySelector('.web-chrome-drawer').style.backgroundColor = "var(--systemToolbarTitl... | 2 |
diff --git a/src/renderer/components/path-selector.js b/src/renderer/components/path-selector.js @@ -32,7 +32,7 @@ class PathSelector extends React.Component {
handleClick () {
const opts = Object.assign({
- defaultPath: this.props.value && path.dirname(this.props.value),
+ defaultPath: path.dirname(this.props.value ||... | 9 |
diff --git a/run-tests.js b/run-tests.js @@ -124,7 +124,7 @@ const testMarket = async (market) => {
if (failed || hasWarnings) {
if (failed) { log.bright ('\nFAILED'.bgBrightRed.white, market.red, '(' + language + '):\n') }
- else { log.bright.yellow (market, '(' + language + '):\n') }
+ else { log.bright ('\nWARN'.bgY... | 1 |
diff --git a/shared/js/background/utils.es6.js b/shared/js/background/utils.es6.js @@ -5,7 +5,7 @@ function extractHostFromURL (url, shouldKeepWWW) {
if (!url) return
let urlObj = tldjs.parse(url)
- let hostname = urlObj.hostname
+ let hostname = urlObj.hostname || ''
if (!shouldKeepWWW) {
hostname = hostname.replace(/... | 12 |
diff --git a/src/enforcers/Response.js b/src/enforcers/Response.js @@ -30,7 +30,6 @@ module.exports = {
prototype: {},
validator: function ({ major }) {
- const MediaType = require('./MediaType');
return {
type: 'object',
properties: {
@@ -41,11 +40,7 @@ module.exports = {
content: {
allowed: major === 3,
type: 'object... | 5 |
diff --git a/packages/gatsby/lib/schema/infer-graphql-type.js b/packages/gatsby/lib/schema/infer-graphql-type.js @@ -11,6 +11,7 @@ const _ = require("lodash")
const moment = require("moment")
const mime = require("mime")
const isRelative = require("is-relative")
+const isRelativeUrl = require("is-relative-url")
const {... | 8 |
diff --git a/generators/client/templates/angular/package.json.ejs b/generators/client/templates/angular/package.json.ejs "bootstrap": "4.2.1",
"core-js": "2.6.3",
"moment": "2.24.0",
- "ng-jhipster": "0.9.0",
+ "ng-jhipster": "0.9.1",
"ngx-cookie": "2.0.1",
"ngx-infinite-scroll": "7.0.1",
"ngx-webstorage": "2.0.1",
| 3 |
diff --git a/public/javascripts/SVLabel/src/SVLabel/canvas/ContextMenu.js b/public/javascripts/SVLabel/src/SVLabel/canvas/ContextMenu.js @@ -231,10 +231,16 @@ function ContextMenu (uiContextMenu) {
self.labelTags.forEach(function (tag) {
if (tag.tag === tagValue) {
if (!labelTags.includes(tag.tag_id)) {
- // Clear exis... | 1 |
diff --git a/scripts/build-js.js b/scripts/build-js.js @@ -64,7 +64,25 @@ function es(components, cb) {
sourcemapFile: `./${env === 'development' ? 'build' : 'package'}/js/swiper.esm.browser.bundle.js.map`,
banner,
file: `./${env === 'development' ? 'build' : 'package'}/js/swiper.esm.browser.bundle.js`,
- })).then(() =... | 0 |
diff --git a/src/components/pagination/Pagination.vue b/src/components/pagination/Pagination.vue <template>
<nav aria-label="Page navigation">
<ul class="pagination" :class="pageSize">
- <li :class="{'disabled':sliceStart==1||currentPage==1}" v-if="boundaryLinks" @click="sliceStart=sliceStart-1">
+ <li :class="{'disabl... | 1 |
diff --git a/source/views/menu/MenuView.js b/source/views/menu/MenuView.js @@ -109,6 +109,7 @@ const MenuView = Class({
isMenuView: true,
showFilter: false,
+ filterPlaceholder: null,
closeOnActivate: true,
controller: function () {
@@ -157,6 +158,7 @@ const MenuView = Class({
return [
(this.filterView = this.get('show... | 0 |
diff --git a/src/plots/cartesian/constraints.js b/src/plots/cartesian/constraints.js @@ -168,7 +168,6 @@ exports.handleDefaults = function(layoutIn, layoutOut, opts) {
if(val !== null) {
for(axId in group) {
axOut = layoutOut[id2name(axId)];
- // TODO: do we also need to (deep) copy rangebreaks?
axOut[attr] = attr === ... | 2 |
diff --git a/js/kiri-init.js b/js/kiri-init.js @@ -1482,7 +1482,7 @@ var gs_kiri_init = exports;
slaSupportDensity: UC.newInput(LANG.sa_sldn_s, {title:LANG.sa_sldn_l, convert:UC.toFloat, bound:UC.bound(0.01,0.9), modes:SLA}),
slaSupportSize: UC.newInput(LANG.sa_slsz_s, {title:LANG.sa_slsz_l, convert:UC.toFloat, bound:U... | 11 |
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/field/material-textarea/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/field/material-textarea/template.vue ref="textarea"
class="form-control materialize-textarea"
v-model="value"
- v-bind:style="{minHeight: `${schema.rows}em`, maxHeight:... | 12 |
diff --git a/src/scss/hpe/_hpe.defaults.scss b/src/scss/hpe/_hpe.defaults.scss @@ -4,8 +4,8 @@ $brand-font-family: 'Metric', Arial, sans-serif;
$brand-large-number-font-family: 'Metric', Arial, sans-serif;
$brand-color: #01a982;
$brand-color-lighter: desaturate(lighten($brand-color, 55%), 40%);
-$brand-neutral-colors: ... | 11 |
diff --git a/packages/node_modules/@node-red/nodes/locales/de/network/22-websocket.html b/packages/node_modules/@node-red/nodes/locales/de/network/22-websocket.html <p>Dieser Konfigurations-Node erstellt einen WebSocket Server-Endpunkt unter Verwendung des angegebenen Pfades.</p>
</script>
-<!-- WebSocket Client config... | 2 |
diff --git a/tools/deployer/AirSwap/src/DelegateMapping.ts b/tools/deployer/AirSwap/src/DelegateMapping.ts @@ -3,6 +3,31 @@ import { ProvideOrder, SetRule, UnsetRule } from "../generated/templates/Delegat
import { User, Token, DelegateContract, Rule } from "../generated/schema"
export function handleSetRule(event: SetR... | 3 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,15 @@ 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.46.1] -- 2019-04-02
+
+### Fixed
+- Fix `bar` traces that set `textfont` but don't have `text`
+ (bug introduced in 1.46.0) [#3715]
+... | 3 |
diff --git a/app/models/observation.rb b/app/models/observation.rb @@ -579,7 +579,7 @@ class Observation < ApplicationRecord
# Find observations by user
scope :by, lambda {|user|
- if user&.id || user.to_i > 0
+ if user.is_a?( User ) || user.to_i > 0
where("observations.user_id = ?", user)
else
joins(:user).where("user... | 1 |
diff --git a/test/jasmine/tests/select_test.js b/test/jasmine/tests/select_test.js @@ -20,26 +20,26 @@ function drag(path, options) {
Lib.clearThrottle();
if(options.type === 'touch') {
- touchEvent('touchstart', path[0][0], path[0][1]);
+ touchEvent('touchstart', path[0][0], path[0][1], options);
path.slice(1, len).fo... | 0 |
diff --git a/deepfence_console/deepaudit/main.go b/deepfence_console/deepaudit/main.go @@ -637,7 +637,7 @@ func logErrorAndExit(errMsg string) {
os.Exit(1)
}
-func getContainerVulnerabilities(imageName string, imageTarPath string, imageId string) {
+func saveContainerImage(imageName string, imageTarPath string, imageId... | 5 |
diff --git a/__tests__/types.ts b/__tests__/types.ts -import produce, {produce as produce2, applyPatches, Patch} from "../src/immer"
+import produce, {
+ produce as produce2,
+ applyPatches,
+ Draft,
+ Patch
+} from "../src/immer"
interface State {
readonly num: number
@@ -97,3 +102,113 @@ it("can apply patches", () =>... | 0 |
diff --git a/token-metadata/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/metadata.json b/token-metadata/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/metadata.json "symbol": "RARI",
"address": "0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/app-object.js b/app-object.js @@ -80,6 +80,35 @@ const localFrameOpts = {
data: localData,
};
+const iframeContainer = document.getElementById('iframe-container');
+const iframeContainer2 = document.getElementById('iframe-container2');
+if (iframeContainer && iframeContainer2) {
+ iframeContainer.getFov = ... | 0 |
diff --git a/src/utils/utils.js b/src/utils/utils.js @@ -842,3 +842,53 @@ export function getCurrencyAffixes({
suffix: parts[2] || ''
};
}
+
+/**
+ * Fetch the field data provided a component.
+ *
+ * @param data
+ * @param component
+ * @return {*}
+ */
+export function fieldData(data, component) {
+ if (!data) {
+ re... | 5 |
diff --git a/src/traces/scattergl/index.js b/src/traces/scattergl/index.js @@ -301,7 +301,8 @@ function sceneUpdate(gd, subplot) {
clearViewport(scene.select2d, vp);
}
- var anyComponent = scene.scatter2d || scene.line2d || (scene.glText || [])[0];
+ var anyComponent = scene.scatter2d || scene.line2d ||
+ (scene.glText... | 0 |
diff --git a/index.d.ts b/index.d.ts @@ -170,8 +170,7 @@ export class AxiosError<T = unknown, D = any> extends Error {
export class CanceledError<T> extends AxiosError<T> {
}
-export interface AxiosPromise<T = any> extends Promise<AxiosResponse<T>> {
-}
+export type AxiosPromise<T = any> = Promise<AxiosResponse<T>>;
ex... | 3 |
diff --git a/__tests__/afterChange.test.js b/__tests__/afterChange.test.js @@ -10,6 +10,7 @@ class SliderWithBeforeChange extends React.Component {
};
this.afterChange = this.afterChange.bind(this);
}
+
afterChange(currentSlide) {
console.log(currentSlide, "afterChange");
this.setState({
@@ -33,16 +34,34 @@ describe("A... | 1 |
diff --git a/src/components/core/breakpoints/getBreakpoint.js b/src/components/core/breakpoints/getBreakpoint.js @@ -6,7 +6,7 @@ export default function (breakpoints) {
let breakpoint = false;
const points = Object.keys(breakpoints).map((point) => {
- if (typeof point === 'string' && point.startsWith('@')) {
+ if (type... | 14 |
diff --git a/shared/js/background/chrome-events.es6.js b/shared/js/background/chrome-events.es6.js @@ -181,24 +181,24 @@ const abpLists = require('./abp-lists.es6')
const httpsStorage = require('./storage/https.es6')
// recheck tracker and https lists every 12 hrs
-chrome.alarms.create('updateLists', {periodInMinutes: ... | 5 |
diff --git a/README.md b/README.md @@ -12,11 +12,21 @@ Check the stack and try it online [https://ng-fullstack.surge.sh](https://ng-ful
If you already have Node/Go setup, all you have to do is run:
+```shell
$ npm install -g generator-ng-fullstack
+```
-then to create a new app:
+Or, if you want to run the latest (in d... | 0 |
diff --git a/articles/tutorials/browser-based-vs-native-experience-on-mobile.md b/articles/tutorials/browser-based-vs-native-experience-on-mobile.md ---
- description: This doc covers the differences between a browser-based vs. native experience when implementing Auth0 on a mobile device.
+description: This doc covers ... | 0 |
diff --git a/src/utils/innerSliderUtils.js b/src/utils/innerSliderUtils.js @@ -273,15 +273,9 @@ export const changeSlide = (spec, options) => {
} else if (options.message === "dots") {
// Click on dots
targetSlide = options.index * options.slidesToScroll;
- if (targetSlide === options.currentSlide) {
- return null;
- }... | 1 |
diff --git a/src/containers/target-pane.jsx b/src/containers/target-pane.jsx @@ -74,8 +74,10 @@ class TargetPane extends React.Component {
const emptyItem = spriteLibraryContent.find(item => item.name === 'Empty');
if (emptyItem) {
this.props.vm.addSprite2(JSON.stringify(emptyItem.json)).then(() => {
+ setTimeout(() =>... | 11 |
diff --git a/OpenRobertaServer/staticResources/js/app/simulation/robertaLogic/program.eval.js b/OpenRobertaServer/staticResources/js/app/simulation/robertaLogic/program.eval.js @@ -406,7 +406,7 @@ define(['robertaLogic.actors', 'robertaLogic.memory', 'robertaLogic.program', 'r
};
var isObject = function(obj) {
- return... | 9 |
diff --git a/userscript.user.js b/userscript.user.js @@ -30249,9 +30249,9 @@ var $$IMU_EXPORT$$;
}
}
- if (domain_nosub === "imgbox.com" && /^[0-9]+[-.]t\./.test(domain) && options.do_request && options.cb) {
+ if (domain_nosub === "imgbox.com" && /^(?:[0-9]+[-.])?t\./.test(domain) && options.do_request && options.cb) ... | 7 |
diff --git a/src/lambda/handler-runner/HandlerRunner.js b/src/lambda/handler-runner/HandlerRunner.js @@ -39,6 +39,14 @@ export default class HandlerRunner {
debugLog(`Loading handler... (${handlerPath})`)
if (useDocker) {
+ // https://github.com/lambci/docker-lambda/issues/329
+ if (runtime === 'nodejs14.x') {
+ logWar... | 0 |
diff --git a/src/lib.js b/src/lib.js @@ -393,7 +393,7 @@ const potionColors = {
};
// Process items returned by API
-async function _getItems(base64, customTextures = false, packs, cacheOnly = false) {
+async function processItems(base64, customTextures = false, packs, cacheOnly = false) {
// API stores data as base64 ... | 10 |
diff --git a/lib/Chunk.js b/lib/Chunk.js @@ -162,11 +162,11 @@ class Chunk {
});
}
- moveModule(module, other) {
+ moveModule(module, otherChunk) {
module.removeChunk(this);
- module.addChunk(other);
- other.addModule(module);
- module.rewriteChunkInReasons(this, [other]);
+ module.addChunk(otherChunk);
+ otherChunk.ad... | 4 |
diff --git a/Source/Core/GroundPolylineGeometry.js b/Source/Core/GroundPolylineGeometry.js @@ -366,16 +366,28 @@ define([
// Split positions across the IDL and the Prime Meridian as well.
// Split across prime meridian because very large geometries crossing the Prime Meridian but not the IDL
// may get split by the pla... | 9 |
diff --git a/execute_awsbinary.go b/execute_awsbinary.go @@ -90,6 +90,9 @@ func tappedHandler(handlerSymbol interface{},
// TODO - add Context.Timeout handler to ensure orderly exit
return func(ctx context.Context, msg json.RawMessage) (interface{}, error) {
+
+ // TODO - add panic handler.
+
ctx = applyInterceptors(ct... | 0 |
diff --git a/src/lib/analytics/AnalyticsClass.js b/src/lib/analytics/AnalyticsClass.js @@ -16,10 +16,9 @@ import {
toLower,
values,
} from 'lodash'
-import { Platform } from 'react-native'
import { cloneErrorObject, ExceptionCategory } from '../logger/exceptions'
-import { osVersion } from '../utils/platform'
+import {... | 0 |
diff --git a/docs/providers/aws/guide/iam.md b/docs/providers/aws/guide/iam.md @@ -169,7 +169,14 @@ resources:
- logs:CreateLogGroup
- logs:CreateLogStream
- logs:PutLogEvents
- Resource: arn:aws:logs:${region}:${accountId}:log-group:/aws/lambda/*:*:*
+ Resource:
+ - 'Fn::Join':
+ - ':'
+ -
+ - 'arn:aws:logs'
+ - Ref: ... | 1 |
diff --git a/plugins/plugin-webpack/plugin.js b/plugins/plugin-webpack/plugin.js @@ -240,6 +240,7 @@ module.exports = function plugin(config, args) {
},
{
test: /\.css$/,
+ exclude: /\.module\.css$/,
use: [
{
loader: MiniCssExtractPlugin.loader,
@@ -249,6 +250,20 @@ module.exports = function plugin(config, args) {
},
]... | 0 |
diff --git a/client/src/templates/layouts/NavigationLayout.js b/client/src/templates/layouts/NavigationLayout.js @@ -285,13 +285,13 @@ const NavigationLayout = (props) => {
}
};
- const submitFeedbackForm = async () => {
+ const submitFeedbackForm = async (user) => {
feedbackFormDispatch({ type: FEEDBACK_FORM_SUBMIT })... | 14 |
diff --git a/test/TemplateRenderHandlebarsTest.js b/test/TemplateRenderHandlebarsTest.js @@ -152,6 +152,23 @@ test("Handlebars Render Paired Shortcode", async t => {
t.is(await fn({ name: "Howdy" }), "<p>This is a TESTINGHOWDY.</p>");
});
+test("Handlebars Render Paired Shortcode (HTML)", async t => {
+ let tr = new Te... | 0 |
diff --git a/layouts/partials/helpers/text-color.html b/layouts/partials/helpers/text-color.html {{- $bg := .self.Scratch.Get "bg" }}
-{{ printf "-- logging -- overwrite %s -- bg %s -- light %s -- dark %s -- end of logging --" .overwrite $bg .light .dark }}
{{- $text_muted := cond (.muted | default false) "text-muted "... | 2 |
diff --git a/token-metadata/0x6251E725CD45Fb1AF99354035a414A2C0890B929/metadata.json b/token-metadata/0x6251E725CD45Fb1AF99354035a414A2C0890B929/metadata.json "symbol": "MXT",
"address": "0x6251E725CD45Fb1AF99354035a414A2C0890B929",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/lib/assets/javascripts/new-dashboard/i18n/locales/en.json b/lib/assets/javascripts/new-dashboard/i18n/locales/en.json }
},
"DBConnection": {
- "description_fl": "To connect to CARTO's database from third-party tools, you first need to add the IP address you are connecting from and then generate a certifica... | 7 |
diff --git a/src/geo/geocoder/tomtom-geocoder.js b/src/geo/geocoder/tomtom-geocoder.js var ENDPOINT = 'https://api.tomtom.com/search/2/search/{{address}}.json?key={{apiKey}}';
var TYPES = {
- 'POI': 'venue',
- 'Street': 'neighbourhood',
'Geography': 'region',
- 'Point Address': 'address',
+ 'Geography:Country': 'countr... | 7 |
diff --git a/src/Model.js b/src/Model.js @@ -38,7 +38,7 @@ const ReadWriteMigrations = {
}
const TransactOps = { delete: 'Delete', put: 'Put', update: 'Update' }
const BatchOps = { delete: 'DeleteRequest', put: 'PutRequest', update: 'PutRequest' }
-const SanityPages = 100
+const SanityPages = 1000
/*
DynamoDB model ent... | 1 |
diff --git a/layouts/partials/fragments/stripe.html b/layouts/partials/fragments/stripe.html </div>
{{- end }}
</div>
- <div class="row should-fade justify-content-between pr-3">
+ <div class="row should-fade justify-content-between pr-3
+ {{- if and (eq (len ($.Params.prices | default slice)) 1) (not (isset .Params "u... | 2 |
diff --git a/karma.conf.js b/karma.conf.js @@ -72,6 +72,13 @@ const baseConfig = {
mochaReporter: {
showDiff: true
},
+ customHeaders: [
+ {
+ match: '.*.html',
+ name: 'Content-Security-Policy',
+ value: "script-src https: 'self' 'unsafe-inline'"
+ }
+ ],
customLaunchers: {
ChromeDebug: {
base: 'Chrome',
| 12 |
diff --git a/README.md b/README.md @@ -11,9 +11,6 @@ We are not affiliated with ProtonMail team. All copyrights belong to their respe
#### Background behaviour
When closing the window, the app will continue running in the background. On OSX, app will be available in the dock and on WIN & Linux (depends on distro) in th... | 2 |
diff --git a/src/MUIDataTable.js b/src/MUIDataTable.js @@ -890,9 +890,9 @@ class MUIDataTable extends React.Component {
for (let i = 0; i < sortedData.length; i++) {
const row = sortedData[i];
- tableData.push({ index: row.position, data: row.rowData });
+ tableData.push(data[row.position]);
if (row.rowSelected) {
- se... | 13 |
diff --git a/token-metadata/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/metadata.json b/token-metadata/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/metadata.json "symbol": "PAMP",
"address": "0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/shared/scss/_tracker-network-icons.scss b/shared/scss/_tracker-network-icons.scss /* Tracker Network Icons */
$icons: ("adobe", "adtech", "amazon", "aol", "appnexus", "chartbeat", "comscore", "facebook", "fox", "generic", "google", "mixpanel", "moat", "nielsen", "outbrain", "quantcast", "taboola", "twitter... | 10 |
diff --git a/src/editor.js b/src/editor.js @@ -403,18 +403,20 @@ JSONEditor.AbstractEditor = Class.extend({
},
updateHeaderText: function() {
if(this.header) {
+ var header_text = this.getHeaderText();
// If the header has children, only update the text node's value
if(this.header.children.length) {
for(var i=0; i<this... | 11 |
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml @@ -9,6 +9,9 @@ on:
branches:
- '**'
+env:
+ CI: true
+
jobs:
lint:
name: Lint on Node.js ${{ matrix.node-version }} and ${{ matrix.os }}
@@ -67,11 +70,11 @@ jobs:
# Workaround until https://github.com/stylelint/stylelint/issues/4337 is fixed
- na... | 12 |
diff --git a/docs/release.md b/docs/release.md ### Manual release
-1. **Choose one**: `npm run release-patch` or `npm run release-minor`. This script pulls from upstream, bumps the version, commits changes, and publishes tags to your `upstream` repository (that is this repo).
+1. **Choose one**: `npm run release:patch`... | 3 |
diff --git a/src/dots.js b/src/dots.js @@ -27,7 +27,9 @@ export class Dots extends React.Component {
var dotCount = getDotCount({
slideCount: this.props.slideCount,
- slidesToScroll: this.props.slidesToScroll
+ slidesToScroll: this.props.slidesToScroll,
+ slidesToShow: this.props.slidesToShow,
+ infinite: this.props.in... | 0 |
diff --git a/packages/app/src/server/service/page.ts b/packages/app/src/server/service/page.ts @@ -1107,7 +1107,6 @@ class PageService {
try {
await Page.bulkWrite(deletePageOperations);
- await PageRedirect.bulkWrite(insertPageRedirectOperations);
}
catch (err) {
if (err.code !== 11000) {
@@ -1117,6 +1116,15 @@ class ... | 7 |
diff --git a/test/integration/offline.js b/test/integration/offline.js @@ -135,6 +135,7 @@ describe('Offline', () => {
offline.inject({
method: 'GET',
url: '/fn3',
+ headers: { 'x-api-key': validToken },
}, res => {
expect(res.statusCode).to.eq(200);
done();
| 0 |
diff --git a/assets/js/components/user-input/UserInputQuestionnaire.js b/assets/js/components/user-input/UserInputQuestionnaire.js @@ -48,11 +48,14 @@ export default function UserInputQuestionnaire() {
setActiveSlug( questions[ activeSlugIndex + 1 ] );
}, [ activeSlugIndex ] );
- const back = useCallback( ( steps = 1 )... | 1 |
diff --git a/articles/extensions/index.md b/articles/extensions/index.md @@ -32,6 +32,9 @@ Auth0 provides the following pre-defined extensions, and they are available for
- [Auth0 Management API Webhooks](/extensions/management-api-webhooks)
- [Auth0 Authentication API Webhooks](/extensions/authentication-api-webhooks)... | 0 |
diff --git a/js/webcomponents/bisweb_regressiontestelement.js b/js/webcomponents/bisweb_regressiontestelement.js @@ -291,7 +291,7 @@ var run_tests=async function(testlist,firsttest=0,lasttest=-1,testname='All',use
window.BISELECTRON.remote.getCurrentWindow().openDevTools();
}
- console.clear();
+// console.clear();
if ... | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.