code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/public/viewjs/components/productamountpicker.js b/public/viewjs/components/productamountpicker.js @@ -87,7 +87,7 @@ $(".input-group-productamountpicker").on("change", function()
else
{
$("#qu-conversion-info").removeClass("d-none");
- $("#qu-conversion-info").text(__t("This equals %1$s %2$s in stock", dest... | 7 |
diff --git a/src/transporters/amqp.js b/src/transporters/amqp.js @@ -130,7 +130,6 @@ class AmqpTransporter extends Transporter {
.createChannel()
.then((channel) => {
this.channel = channel;
- this.onConnected().then(resolve);
this.logger.info("AMQP channel is created.");
channel.prefetch(this.opts.prefetch);
@@ -157,7... | 1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -501,7 +501,7 @@ Contributions to `monaco-typescript`:
- Many improvements in `monaco-typescript`: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.
- New tokenization support for: Julia, Scala, Lexon, Terraform HCL, Dart, Syste... | 1 |
diff --git a/app/stylesheets/builtin-pages/components/files-list.less b/app/stylesheets/builtin-pages/components/files-list.less .item {
&:extend(.overflow-ellipsis);
- padding: 2px 10px;
+ padding: 0 10px;
-webkit-user-select: none;
cursor: pointer;
+ height: 25px;
+ line-height: 25px;
+
+ * {
+ line-height: 25px;
+ v... | 4 |
diff --git a/lib/assets/javascripts/dashboard/views/dashboard/dialogs/delete-items/delete-items-view-model.js b/lib/assets/javascripts/dashboard/views/dashboard/dialogs/delete-items/delete-items-view-model.js @@ -40,8 +40,10 @@ module.exports = Backbone.Collection.extend({
if (this.isDeletingDatasets()) {
this.setState... | 12 |
diff --git a/src/connectors/pcloud.js b/src/connectors/pcloud.js @@ -13,3 +13,5 @@ Connector.trackArtSelector = `${playerPopupSelector} .cover img`;
Connector.currentTimeSelector = `${playerPopupSelector} .playinfo .currtime`;
Connector.durationSelector = `${playerPopupSelector} .playinfo .maxtime`;
+
+Connector.isTrac... | 7 |
diff --git a/docs/rules/no-v-for-template-key-on-child.md b/docs/rules/no-v-for-template-key-on-child.md @@ -20,8 +20,8 @@ In Vue.js 3.x, with the support for fragments, the `<template v-for>` key can be
See [Migration Guide - `key` attribute > With `<template v-for>`](https://v3-migration.vuejs.org/breaking-changes/ke... | 7 |
diff --git a/source/components/HOC/GlobalListeners.js b/source/components/HOC/GlobalListeners.js @@ -4,10 +4,10 @@ import React, { Component } from 'react';
import type { SyntheticMouseEvent } from 'react';
import {
- addEventsToDocument,
- addEventsToWindow,
- removeEventsFromDocument,
- removeEventsFromWindow,
+ addD... | 7 |
diff --git a/lib/HueSensor.js b/lib/HueSensor.js @@ -387,9 +387,9 @@ function HueSensor (accessory, id, obj) {
this.createButton(1, 'Button', SINGLE_DOUBLE_LONG)
this.type = {
key: 'buttonevent',
- homekitValue: function (v) { return Math.floor(v / 1000) },
+ homekitValue: function (v) { return v % 1000 },
homekitActio... | 7 |
diff --git a/docs/textinput.md b/docs/textinput.md @@ -638,6 +638,7 @@ The color of the `TextInput` underline.
### `clearButtonMode`
When the clear button should appear on the right side of the text view.
+This property is supported only for single-line TextInput component.
| Type | Required | Platform |
| ------------... | 7 |
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue win: null, doc: null, html: null, body: null, head: null, app: null,
scrollTop: 0,
timeout: null,
- delay: 50,
+ delay: 0... | 12 |
diff --git a/polyfills/Array/prototype/includes/config.json b/polyfills/Array/prototype/includes/config.json "op_mob": "*",
"ie_mob": "*",
"firefox_mob": "*",
- "samsung_mob": "*"
+ "samsung_mob": "*",
+ "bb": "10 - *"
},
"license": "CC0",
"spec": "https://github.com/tc39/Array.prototype.includes",
| 0 |
diff --git a/js/luno.js b/js/luno.js @@ -133,7 +133,7 @@ module.exports = class luno extends Exchange {
let timestamp = order['creation_timestamp'];
let status = (order['state'] === 'PENDING') ? 'open' : 'closed';
let side = (order['type'] === 'ASK') ? 'sell' : 'buy';
- if (typeof market == 'undefined')
+ if (typeof ma... | 1 |
diff --git a/lib/elastic_model/elastic_model.rb b/lib/elastic_model/elastic_model.rb @@ -201,7 +201,7 @@ module ElasticModel
return false unless lat.kind_of?(Numeric) && lon.kind_of?(Numeric)
return false if lat < -90.0 || lat > 90.0
return false if lon < -180.0 || lon > 180.0
- return false if lat.nan? || lon.nan?
+ r... | 1 |
diff --git a/packages/core/index.d.ts b/packages/core/index.d.ts @@ -6,7 +6,7 @@ import {
declare type PluginHook = () => void
declare type PluginHookWithMiddlewareName = (middlewareName: string) => void
-declare type PluginHookPromise = (request: Request) => Promise<any>
+declare type PluginHookPromise = (request: Req... | 1 |
diff --git a/src/stores/ParityStore.js b/src/stores/ParityStore.js @@ -37,7 +37,12 @@ export default class ParityStore {
const { ipcRenderer, remote } = electron;
// Set/Update isParityRunning
- this.setIsParityRunning(!!remote.getGlobal('isParityRunning'));
+ const isParityRunning = !!remote.getGlobal('isParityRunning... | 1 |
diff --git a/README.md b/README.md [](https://github.com/pikapkg/snowpack/actions)
-<p align="center">
- <img height="420" src="https://imgur.com/uXHFm5y.jpg" alt="cover image">
-</p>
+
**Snowpack is... | 3 |
diff --git a/assets/css/fonts.css b/assets/css/fonts.css }
@font-face {
- font-family: ExpensifyNewKansas-MediumItalic;
+ font-family: ExpensifyNewKansas-Medium;
font-weight: 500;
font-style: italic;
src: url('/fonts/ExpensifyNewKansas-MediumItalic.woff2') format('woff2'), url('/fonts/ExpensifyNewKansas-MediumItalic.wo... | 4 |
diff --git a/workshops/reinvent2018/readme.md b/workshops/reinvent2018/readme.md @@ -291,13 +291,13 @@ Your AWS Cloud9 environment will begin to be setup. Once its ready continue with
* Under getting started select Clone Git Repository
* In the terminal window that pops up complete the clone command to be
<pre>
- git c... | 3 |
diff --git a/components/mapbox/hooks/sources.js b/components/mapbox/hooks/sources.js @@ -37,6 +37,7 @@ function useSources(contour, voies, numeros, numero) {
if (numero) {
sources.push({
+ generateId: true,
name: 'positions',
type: 'geojson',
data: adresseToPositionsGeoJson(numero)
| 0 |
diff --git a/public/assets/homepage.js b/public/assets/homepage.js @@ -134,27 +134,31 @@ function logWebpageActivity(activity){
});
}
+var vidBanner, bannerVid,
+ instructVideoContainer, instructVideos;
+var DEFAULT_VIDEO = 1;
+var TICK_SIZE = 500, requiredTicks = [18, 22, 17],
+ curVideo = 1, numTicks = 0;
-$( documen... | 7 |
diff --git a/edit.js b/edit.js @@ -500,7 +500,7 @@ const [
canvas.width = 8192;
canvas.height = 8192;
const texture = new THREE.Texture(canvas);
- texture.anisotropy = 16;
+ // texture.anisotropy = 16;
texture.flipY = false;
texture.needsUpdate = true;
const material = new THREE.MeshBasicMaterial({
@@ -928,7 +928,7 @@ ... | 2 |
diff --git a/src/components/ProductItem/styles.js b/src/components/ProductItem/styles.js @@ -53,18 +53,8 @@ export const styles = (theme) => ({
top: theme.spacing.unit
},
"img": {
- // height: "auto",
width: "100%",
- objectFit: "cover",
- [theme.breakpoints.down("sm")]: {
- height: 3200
- },
- [theme.breakpoints.down(... | 13 |
diff --git a/src/screens/EventDetailsScreen/component.js b/src/screens/EventDetailsScreen/component.js @@ -20,7 +20,6 @@ import LayoutColumn from "../../components/LayoutColumn";
import ShadowedScrollView from "../../components/ShadowedScrollView";
import SectionDivider from "../../components/SectionDivider";
import Pe... | 2 |
diff --git a/demos/pre/mpc.js b/demos/pre/mpc.js }
var total_count = multiplication_count * (jiff_instance.party_count - 1);
- var promise = jiff_instance.preprocessing('slt', 1 /* 10 */, null, null, null, null, null, null, null);
+ var promise = jiff_instance.preprocessing('smult', total_count /* 10 */, null, null, nu... | 13 |
diff --git a/token-metadata/0xcB8d1260F9c92A3A545d409466280fFdD7AF7042/metadata.json b/token-metadata/0xcB8d1260F9c92A3A545d409466280fFdD7AF7042/metadata.json "symbol": "NFT",
"address": "0xcB8d1260F9c92A3A545d409466280fFdD7AF7042",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/app/models/carto/account_type.rb b/app/models/carto/account_type.rb @@ -6,7 +6,7 @@ module Carto
INDIVIDUAL = 'Individual'.freeze
FREE_2020 = 'Free 2020'.freeze
- TRIAL_PLANS = [INDIVIDUAL, FREE_2020].freeze
+ TRIAL_PLANS = [FREE_2020].freeze
TRIAL_DURATION = { INDIVIDUAL => 14.days, FREE_2020 => 1.year }.... | 2 |
diff --git a/Source/ThirdParty/GltfPipeline/updateVersion.js b/Source/ThirdParty/GltfPipeline/updateVersion.js @@ -395,6 +395,7 @@ define([
}
var joints = [];
var jointNames = skin.jointNames;
+ if (defined(jointNames)) {
for (i = 0; i < jointNames.length; i++) {
var jointNodeIndex = globalMapping.nodes[jointNames[i]];... | 3 |
diff --git a/src/lib/client.js b/src/lib/client.js @@ -392,6 +392,7 @@ StreamClient.prototype = {
} else {
kwargs.headers['stream-auth-type'] = 'simple';
}
+ kwargs.timeout = 10 * 1000; // 10 seconds
kwargs.headers.Authorization = signature;
kwargs.headers['X-Stream-Client'] = this.userAgent();
| 12 |
diff --git a/Dockerfile b/Dockerfile @@ -7,7 +7,7 @@ ARG callbackUrl=https://resourcewatch.org/auth
ARG controlTowerUrl=https://production-api.globalforestwatch.org
ARG RW_GOGGLE_API_TOKEN_SHORTENER=not_valid
ARG RW_MAPBOX_API_TOKEN=not_valid
-ARG RW_FEATURE_FLAG_AREAS_V2=false
+ARG RW_FEATURE_FLAG_AREAS_V2=
ARG WRI_AP... | 14 |
diff --git a/README.md b/README.md @@ -16,6 +16,19 @@ MUI-Datatables is a data tables component built on [Material-UI](https://www.mat
<img src="https://user-images.githubusercontent.com/19170080/38026128-eac9d506-3258-11e8-92a7-b0d06e5faa82.gif" />
</div>
+# Table of content
+* [Install](#install)
+* [Demo](#demo)
+* ... | 3 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -34,7 +34,7 @@ commands:
steps:
- restore_cache:
keys:
- - v1-dependencies-extension-{{ checksum "lunie-browser-extension/package.json" }}
+ - v1-dependencies-extension-{{ checksum "package.json" }}
- v1-dependencies-extension-
- run: yarn install
@@ -42,7 +42... | 4 |
diff --git a/native/components/tag-input.react.js b/native/components/tag-input.react.js @@ -33,7 +33,9 @@ const defaultProps = {
tagColor: '#dddddd',
tagTextColor: '#777777',
inputColor: '#777777',
+ minHeight: 27,
maxHeight: 75,
+ defaultInputWidth: 90,
};
const tagDataPropType = PropTypes.oneOfType([
@@ -63,10 +65,1... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Validate `theme()` works in arbitrary values ([#6852](https://github.com/tailwindlabs/tailwindcss/pull/6852))
- Properly detect `theme()` value usage in arbitrary properties ([#6... | 3 |
diff --git a/plugins/image/app/views/image/os_images/private/_item.html.haml b/plugins/image/app/views/image/os_images/private/_item.html.haml -%tr{id: "image_#{image.id}", data: {search_name: image.name+'_'+image.id, marker_id: image.id}}
+%tr{id: "image_#{image.id}", data: {search_name: "#{image.name}_#{image.id}", m... | 1 |
diff --git a/html/base/inputs/DatePicker.stories.js b/html/base/inputs/DatePicker.stories.js @@ -14,7 +14,7 @@ export default {
},
};
-export const datePickerStory = () => {
+export const datePicker = () => {
useEffect(() => {
datePicker();
}, []);
@@ -62,11 +62,11 @@ export const datePickerStory = () => {
`;
};
-dateP... | 3 |
diff --git a/lib/assets/core/javascripts/cartodb3/editor/layers/layer-content-views/analyses/analyses-quota/analyses-quota-options.js b/lib/assets/core/javascripts/cartodb3/editor/layers/layer-content-views/analyses/analyses-quota/analyses-quota-options.js @@ -51,14 +51,6 @@ var ANALYSES_WITH_QUOTA_MAP = {
}
},
'data-o... | 2 |
diff --git a/src/components/core/loop/loopFix.js b/src/components/core/loop/loopFix.js export default function () {
const swiper = this;
const {
- params, activeIndex, slides, loopedSlides, allowSlidePrev, allowSlideNext,
+ params, activeIndex, slides, loopedSlides, allowSlidePrev, allowSlideNext, snapGrid, rtl,
} = sw... | 7 |
diff --git a/lib/inat_content_type_detector.rb b/lib/inat_content_type_detector.rb @@ -24,6 +24,10 @@ class InatContentTypeDetector
type_from_mime_magic == "video/3gpp"
return "audio/mp4"
end
+ # fix for some .m4a audio files that file detects as video
+ if type == "video/mp4" && mime_types_for_filename.include?( "audi... | 11 |
diff --git a/app/templates/_tsconfig.json b/app/templates/_tsconfig.json "sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
- "noImplicitAny": false
+ "noImplicitAny": false,
+ "skipLibCheck": true
},
"exclude": [
"node_modules",
| 0 |
diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js @@ -867,7 +867,7 @@ function buildOptimisticChatReport(
function buildOptimisticCreatedReportAction(ownerEmail) {
const reportActionID = NumberUtils.rand64();
return {
- [reportActionID]: {
+ 0: {
actionName: CONST.REPORT.ACTIONS.TYPE.CREATED,
pendingAction... | 13 |
diff --git a/detox/android/detox/src/main/java/com/wix/detox/espresso/ReactViewHierarchyUpdateIdlingResource.java b/detox/android/detox/src/main/java/com/wix/detox/espresso/ReactViewHierarchyUpdateIdlingResource.java @@ -24,7 +24,6 @@ public class ReactViewHierarchyUpdateIdlingResource implements IdlingResource {
publi... | 2 |
diff --git a/src/commands/alert.js b/src/commands/alert.js @@ -2,18 +2,28 @@ const log = require('../util/logger.js')
const config = require('../config.js')
const Translator = require('../structs/Translator.js')
const Profile = require('../structs/db/Profile.js')
+const Feed = require('../structs/db/Feed.js')
module.ex... | 1 |
diff --git a/userscript.user.js b/userscript.user.js @@ -62739,6 +62739,8 @@ var $$IMU_EXPORT$$;
var popup_update_pos_func = null;
var popup_hidecursor_func = nullfunc;
var popup_hidecursor_timer = null;
+ var popup_client_rect_cache = null;
+ var last_popup_client_rect_cache = 0;
var dragstart = false;
var dragstartX ... | 7 |
diff --git a/framer/Components/SliderComponent.coffee b/framer/Components/SliderComponent.coffee @@ -70,6 +70,9 @@ class exports.SliderComponent extends Layer
else
@fill.width = @width
+ # Set initial value
+ if not @value then @value = 0.5
+
@fill.borderRadius = @sliderOverlay.borderRadius = @borderRadius
@knob.dragga... | 12 |
diff --git a/src/mixins/crownConfig.js b/src/mixins/crownConfig.js @@ -179,8 +179,16 @@ export default {
this.node.pool.component.addToPool(this.shape);
}
},
- updateNodeBounds: debounce(function(element, bounds) {
- store.dispatch('updateNodeBounds', { node: this.node, bounds });
+ updateNodeBounds: debounce(function(... | 8 |
diff --git a/angular/projects/spark-angular/src/lib/components/inputs/Text.stories.ts b/angular/projects/spark-angular/src/lib/components/inputs/Text.stories.ts @@ -191,7 +191,7 @@ export const invalidHugeTextInput = () => ({
sprkInput
variant="huge"
/>
- <label sprkLabel>Huge Text Input</label>
+ <label sprkLabel>Text... | 3 |
diff --git a/src/components/nodes/task/index.js b/src/components/nodes/task/index.js @@ -40,9 +40,24 @@ export default {
}
const currentLoopCharacteristics = node.definition.get('loopCharacteristics') || {};
+
if (value.markerFlags.loopCharacteristics === 'loop' && currentLoopCharacteristics.$type !== 'bpmn:StandardLoo... | 12 |
diff --git a/packages/frontend/src/mixpanel/index.js b/packages/frontend/src/mixpanel/index.js import mixpanel from 'mixpanel-browser';
import { BROWSER_MIXPANEL_TOKEN } from '../config';
+import { isWhitelabel } from '../config/whitelabel';
function buildTrackingProps() {
const sanitizedUrl = decodeURI(window.location... | 1 |
diff --git a/src/views/explore/style.js b/src/views/explore/style.js @@ -460,5 +460,5 @@ export const CategoryWrapper = styled.div`
display: ${props => (props.selected ? 'flex' : 'none')};
flex-direction: column;
justify-content: flex-start;
- flex: auto;
+ flex: none;
`;
| 1 |
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -580,7 +580,6 @@ final class Analytics extends Module
// POST.
'create-property' => 'analytics',
'create-profile' => 'analytics',
- 'settings' => '',
'create-account-ticket' => 'analyticsprovisioning',
);
}
| 2 |
diff --git a/js/binance.js b/js/binance.js @@ -4024,7 +4024,7 @@ module.exports = class binance extends Exchange {
const code = (this.options['defaultType'] === 'future') ? market['quote'] : market['base'];
// sometimes not all the codes are correctly returned...
if (code in balances) {
- const parsed = this.parsePosit... | 10 |
diff --git a/src/js/utils/styles.js b/src/js/utils/styles.js @@ -42,6 +42,14 @@ export const backgroundStyle = (background, theme) => {
};
`;
}
+ } else if (background.dark === false) {
+ return css`
+ color: ${theme.global.colors.text};
+ `;
+ } else if (background.dark) {
+ return css`
+ color: ${theme.global.colors.... | 1 |
diff --git a/packages/cx-core/src/widgets/grid/Grid.js b/packages/cx-core/src/widgets/grid/Grid.js @@ -1168,7 +1168,7 @@ class GridRowComponent extends VDOM.Component {
}
onMouseDown(e) {
- if (isDragHandleEvent(e) || this.props.record.dragHandles.length == 0)
+ if (this.props.dragSource && (isDragHandleEvent(e) || thi... | 11 |
diff --git a/package.json b/package.json "glob": "7.1.1",
"html-wiring": "1.2.0",
"insight": "0.8.4",
- "jhipster-core": "1.2.9",
+ "jhipster-core": "1.3.0",
"js-yaml": "3.8.3",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
| 3 |
diff --git a/Source/Core/Geometry.js b/Source/Core/Geometry.js /*global define*/
define([
+ './Check',
'./defaultValue',
'./defined',
'./DeveloperError',
'./GeometryType',
'./PrimitiveType'
], function(
+ Check,
defaultValue,
defined,
DeveloperError,
@@ -67,10 +69,8 @@ define([
options = defaultValue(options, defaultVa... | 14 |
diff --git a/configs/data-driven-forms.json b/configs/data-driven-forms.json "https://data-driven-forms.org/hooks/use-field-api",
"https://data-driven-forms.org/mappers/custom-mapper"
],
- "stop_urls": [],
+ "stop_urls": [
+ "https://data-driven-forms.org/mappers/checkbox(?!\\?)",
+ "https://data-driven-forms.org/mappe... | 8 |
diff --git a/assets/js/modules/analytics/datastore/properties.test.js b/assets/js/modules/analytics/datastore/properties.test.js @@ -90,9 +90,6 @@ describe( 'modules/analytics properties', () => {
);
registry.dispatch( STORE_NAME ).createProperty( accountId );
- // TODO: This is failing and I'm not clear on why, when i... | 2 |
diff --git a/assets/js/util/date-range/index.js b/assets/js/util/date-range/index.js @@ -23,7 +23,6 @@ export {
} from './constants';
export { getDateString } from './get-date-string';
export { getPreviousDate } from './get-previous-date';
-export { getPreviousWeekDate } from './get-previous-week-date';
export { isVali... | 2 |
diff --git a/build.py b/build.py # See the License for the specific language governing permissions and
# limitations under the License.
-# Usage: build.py <0 or more of accessible, core, generators, langfiles>
+# Usage: build.py <0 or more of core, generators, langfiles>
# build.py with no parameters builds all files.
... | 2 |
diff --git a/docs/src/pages/quasar-cli/quasar-conf-js.md b/docs/src/pages/quasar-cli/quasar-conf-js.md @@ -214,7 +214,7 @@ return {
More on cssAddon [here](/layout/grid/introduction-to-flexbox#flex-addons).
### Property: devServer
-**Webpack devServer options**. Take a look at the [full list](https://webpack.js.org/con... | 2 |
diff --git a/pages/_error.js b/pages/_error.js @@ -44,7 +44,7 @@ class Error extends PureComponent {
<h1>{statusCode}</h1>
<p>This page could not be found</p>
<Link route="home">
- <a className="c-button -a">
+ <a className="c-button -primary">
Go to Resource Watch
</a>
</Link>
| 14 |
diff --git a/utils/files/__tests__/remoteFiles.spec.js b/utils/files/__tests__/remoteFiles.spec.js @@ -3,7 +3,6 @@ const remoteFiles = require('../remoteFiles')
const fs = require('fs')
const child_process = require('child_process')
const zlib = require('zlib')
-const env = Object.assign({}, process.env)
const config =... | 7 |
diff --git a/docs/content/examples/charts/pie/MultiLevel.js b/docs/content/examples/charts/pie/MultiLevel.js -import { HtmlElement, Repeater } from 'cx/widgets';
+import { Content, HtmlElement, Repeater, Tab } from 'cx/widgets';
import { Controller, KeySelection } from 'cx/ui';
import { Svg, Text, Rectangle, Line } fro... | 0 |
diff --git a/login.js b/login.js @@ -276,6 +276,16 @@ class LoginManager extends EventTarget {
}));
}
+ async getLatestBlock() {
+ const res = await fetch(`https://accounts.exokit.org/latestBlock`);
+ return await res.json();
+ }
+
+ async getEvents() {
+ const res = await fetch(`https://accounts.exokit.org/latestBlock... | 0 |
diff --git a/app/views/users/_show.html.haml b/app/views/users/_show.html.haml .alert.alert-warning
=t :profile_visibility_desc, site_name: @site.name
- if @user.known_non_spammer? || is_curator? || is_me?( @user )
- - description = formatted_user_text( @user.description, attributes: %w(href rel target) )
+ - descripti... | 11 |
diff --git a/site/documentation.md b/site/documentation.md @@ -136,16 +136,24 @@ for the original RabbitMQ protocol.
* [Capturing Traffic with Wireshark](/amqp-wireshark.html)
-### Distributed RabbitMQ
+### Clustering
- * [Replication and Distributed Feature Overview](distributed.html)
* [Clustering](clustering.html)
*... | 4 |
diff --git a/packages/react-dom/src/server/ReactDOMServerFormatConfig.js b/packages/react-dom/src/server/ReactDOMServerFormatConfig.js @@ -691,6 +691,7 @@ function pushStartOption(
let children = null;
let value = null;
let selected = null;
+ let innerHTML = null;
for (const propKey in props) {
if (hasOwnProperty.call(... | 11 |
diff --git a/src/app/controllers/Marlin/MarlinController.js b/src/app/controllers/Marlin/MarlinController.js @@ -608,7 +608,7 @@ class MarlinController {
// Perform preemptive query to prevent starvation
const now = new Date().getTime();
const timespan = Math.abs(now - this.query.lastQueryTime);
- if (timespan > 2000) ... | 1 |
diff --git a/scripts/sv_logger.js b/scripts/sv_logger.js @@ -171,11 +171,11 @@ on('explosionEvent', (source, ev) => {
}
})
-onNet('txaLogger:DeathNotice', (killer, cause) => {
+onNet('txaLogger:DeathNotice', (killerSource, cause) => {
let killerData = null;
- if(killer !== null && killer !== false){
+ if(killerSource !... | 2 |
diff --git a/src/index.js b/src/index.js @@ -3,16 +3,14 @@ const Core = require('./core')
// Parent
const Plugin = require('./core/Plugin')
-// Orchestrators
-const Dashboard = require('./plugins/Dashboard')
-
// Acquirers
-const Dummy = require('./plugins/Dummy')
+const Dashboard = require('./plugins/Dashboard')
const... | 0 |
diff --git a/editor/upload.php b/editor/upload.php @@ -72,8 +72,9 @@ class ExSimpleXMLElement extends SimpleXMLElement
}
}
-if (!isset($_SESSION['toolkits_logon_username']))
+if (!isset($_SESSION['toolkits_logon_username']) && !is_user_admin())
{
+ _debug("Session is invalid or expired");
die("Session is invalid or exp... | 11 |
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.44.4] -- 2019-02-12
+
+### Fixed
+- Fix `Plotly.react` used with `uirevision` when removing traces [#3527]
+- Fix `scattergl` update ... | 3 |
diff --git a/commands/rssrefresh.js b/commands/rssrefresh.js @@ -32,7 +32,7 @@ module.exports = async (bot, message, command) => {
await dbOps.failedLinks.reset(source.link)
log.command.info(`Refreshed ${source.link} and is back on cycle`, message.guild)
} catch (err) {
- await message.channel.send(`Unable to refresh <... | 1 |
diff --git a/src/User.jsx b/src/User.jsx @@ -12,6 +12,8 @@ import { AppContext } from './components/app';
import styles from './User.module.css';
+import * as sounds from '../sounds.js';
+
//
export const User = ({ address, setAddress, setLoginFrom }) => {
@@ -44,6 +46,10 @@ export const User = ({ address, setAddress, ... | 0 |
diff --git a/preview.js b/preview.js @@ -3,6 +3,13 @@ import {storageHost, inappPreviewHost} from './constants';
const queue = [];
let running = false;
+let f;
+
+const next = ()=>{
+ /** Unshift the queue to generate the next preview */
+ const {url, ext, type, width, height, resolve, reject} = queue.shift();
+ genera... | 0 |
diff --git a/test-complete/nodejs-documents-transaction-timelimit.js b/test-complete/nodejs-documents-transaction-timelimit.js @@ -52,7 +52,7 @@ describe('Document transaction test', function() {
*/
var tid = 0;
it('should commit the write document', function(done) {
- db.transactions.open({transactionName: "nodeTransa... | 3 |
diff --git a/app/src/renderer/connectors/lcdClient.js b/app/src/renderer/connectors/lcdClient.js @@ -90,12 +90,60 @@ Object.assign(Client.prototype, {
},
tx: argReq("GET", "/txs"),
- // staking
- updateDelegations: req("POST", "/stake/delegations"),
+ /* ============ STAKE ============ */
+
+ // Get all delegations inf... | 3 |
diff --git a/src/main/client/editor/actions/map/stopStrategies.js b/src/main/client/editor/actions/map/stopStrategies.js @@ -173,12 +173,12 @@ export function addStopToPattern (pattern, stop, index) {
} else { // if shape coordinates do not exist, add pattern stop and get shape between stops (if multiple stops exist)
p... | 1 |
diff --git a/generators/upgrade/index.js b/generators/upgrade/index.js @@ -176,18 +176,15 @@ module.exports = class extends BaseGenerator {
}
}
- _gitCommitAll(commitMsg, callback) {
- const commit = () => {
+ _gitCommitAll(commitMsg) {
+ const gitAdd = this.gitExec(['add', '-A'], { maxBuffer: 1024 * 10000, silent: thi... | 2 |
diff --git a/.travis.yml b/.travis.yml @@ -3,14 +3,16 @@ language: node_js
node_js:
- stable
+sudo: required
+before_install:
+ - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
+ - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
+ - sudo apt-get u... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -27425,9 +27425,14 @@ var $$IMU_EXPORT$$;
// https://ae01.alicdn.com/kf/HT1N7knFG0dXXagOFbXQ/220255879/HT1N7knFG0dXXagOFbXQ.jpg
// https://cbu01.alicdn.com/img/ibank/2016/379/147/3522741973_1026601309.310x310.jpg
// https://cbu01.alicdn.com/img/ibank/2016/379/147/... | 7 |
diff --git a/src/components/inspectors/CycleExpression.vue b/src/components/inspectors/CycleExpression.vue @@ -34,8 +34,8 @@ export default {
props: ['value', 'repeatInput'],
data() {
const periods = [
- { name: periodNames.minute, value: 'M' },
- { name: periodNames.hour, value: 'H' },
+ { name: periodNames.minute, va... | 3 |
diff --git a/src/setData/yearTwo.js b/src/setData/yearTwo.js @@ -693,11 +693,11 @@ export default ([
items: [
2176571298, // Nightmare's End (Emblem)
2176571299, // Deep in the Woods (Emblem)
- 2574262861, // Soulsknot (Transmat Effect)
- 2574262860, // Arachnophile (Transmat Effect)
4224972854, // Dark Fluorescence (S... | 5 |
diff --git a/app/src/main/java/com/github/mobile/core/commit/CommitUriMatcher.java b/app/src/main/java/com/github/mobile/core/commit/CommitUriMatcher.java @@ -45,11 +45,17 @@ public class CommitUriMatcher {
if (repo == null)
return null;
+ if (pathSegments.size() == 6) {
+ if ("pull".equals(pathSegments.get(2)) && "com... | 1 |
diff --git a/docs/docs/building-and-running.md b/docs/docs/building-and-running.md @@ -180,9 +180,7 @@ If you're using Docker Desktop on Windows, add `-f deploy/helm/docker-desktop-wi
# update magda helm repo
helm repo update
# update magda chart dependencies
-helm dep build deploy/helm/internal-charts/storage-api
-hel... | 14 |
diff --git a/src/cli/argument-parser.js b/src/cli/argument-parser.js @@ -96,7 +96,7 @@ export default class CLIArgumentParser {
.option('--dev', 'enables mechanisms to log and diagnose errors')
.option('--qr-code', 'outputs QR-code that repeats URLs used to connect the remote browsers')
.option('--sf, --stop-on-first-f... | 0 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -174,16 +174,12 @@ articles:
- title: "For Users"
url: "/multifactor-authentication/guardian/user-guide"
- - title: "SMS"
- url: "/multifactor-authentication"
-
- title: "Google Authenticator"
url: "/multifactor-authentication/google-authenticator"
- title: "Duo S... | 2 |
diff --git a/Source/Scene/FrameState.js b/Source/Scene/FrameState.js @@ -239,9 +239,9 @@ define([
/**
* Distances to the near and far planes of the camera frustums
* @type {Number[]}
- * @default [1.0, 1000.0]
+ * @default []
*/
- this.frustumSplits = [1.0, 1000.0];
+ this.frustumSplits = [];
}
/**
| 4 |
diff --git a/app/views/carto/builder/visualizations/show.html.erb b/app/views/carto/builder/visualizations/show.html.erb <% if current_user.google_maps_api_key %>
<!-- include google maps library -->
- <script type='text/javascript' src="http://www.maps.google.com/maps/api/js?key=<%= current_user.google_maps_api_key %>... | 2 |
diff --git a/src/resources/parser/glb-parser.js b/src/resources/parser/glb-parser.js @@ -1160,7 +1160,7 @@ var createAnimation = function (gltfAnimation, animationIndex, gltfAccessors, bu
var createNode = function (gltfNode, nodeIndex) {
var entity = new GraphNode();
- if (gltfNode.hasOwnProperty('name')) {
+ if (gltfN... | 4 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md # neo.mjs Contributing Guide
-
We are very excited that you are interested in contributing to neo.mjs.<br>
No worries, you don't need to be a guru, ninja or rockstar to support the project.
## What you can do to help:
### 1. neo.mjs just got released, so the most important... | 13 |
diff --git a/player/js/elements/AudioElement.js b/player/js/elements/AudioElement.js @@ -17,7 +17,11 @@ function AudioElement(data, globalData, comp) {
this.audio = this.globalData.audioController.createAudio(assetPath);
this._currentTime = 0;
this.globalData.audioController.addAudio(this);
+ this._volumeMultiplier = 1... | 9 |
diff --git a/token-metadata/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/metadata.json b/token-metadata/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/metadata.json "symbol": "SWRV",
"address": "0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/app-object.js b/app-object.js @@ -244,6 +244,11 @@ class App extends THREE.Object3D {
getPhysicsIds() {
return this.physicsIds;
}
+ activate() {
+ this.dispatchEvent({
+ type: 'activate',
+ });
+ }
/* hit(hp) {
this.hitTracker.hit(hp);
} */
| 0 |
diff --git a/commands/strike.js b/commands/strike.js @@ -6,7 +6,9 @@ const softban = require('./softban.js');
const maxStrikesAtOnce = 5;
-exports.command = async (message, args, database, bot) => {
+let command = {};
+
+command.command = async (message, args, database, bot) => {
if(!await util.isMod(message.member) &&... | 5 |
diff --git a/src/pages/ReimbursementAccount/RequestorStep.js b/src/pages/ReimbursementAccount/RequestorStep.js @@ -92,6 +92,11 @@ class RequestorStep extends React.Component {
city: 'requestorAddressCity',
state: 'requestorAddressState',
zipCode: 'requestorAddressZipCode',
+
+ addressStreet: 'requestorAddressStreet',
+... | 9 |
diff --git a/framer/Layer.coffee b/framer/Layer.coffee @@ -439,8 +439,8 @@ class exports.Layer extends BaseClass
set: (value) ->
if value is null
newValue = null
- @off "change:parent", @
- Screen.off "resize", @
+ @off "change:parent", @parentChanged
+ Screen.off "resize", @layout
else
newValue = _.defaults _.clone(va... | 7 |
diff --git a/src/components/ScreenSizeProvider.js b/src/components/ScreenSizeProvider.js @@ -13,7 +13,7 @@ type State = {
size: ScreenSize
};
-export const getScreenSize = (): ScreenSize => {
+const getScreenSize = (): ScreenSize => {
const { width } = Dimensions.get("window");
if (width >= 440) {
return "large";
| 2 |
diff --git a/components/bases-locales/index.js b/components/bases-locales/index.js @@ -14,9 +14,12 @@ import Counter from '../ui/metrics/counter'
import BaseAdresseLocale from './bases-adresse-locales/base-adresse-locale'
import BalCoverMap from './bal-cover-map'
import Notification from '../notification'
+import allPa... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.