code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/index.d.ts b/index.d.ts @@ -46,7 +46,7 @@ declare namespace Eris {
getMessage(messageID: string): Promise<Message>;
getMessages(limit?: number, before?: string, after?: string, around?: string): Promise<Message[]>;
getPins(): Promise<Message[]>;
- createMessage(content: MessageContent, file?: MessageFile):... | 11 |
diff --git a/src/core/annotation.js b/src/core/annotation.js @@ -1760,7 +1760,7 @@ class ButtonWidgetAnnotation extends WidgetAnnotation {
}
for (const key of normalAppearance.getKeys()) {
if (key !== "Off") {
- this.data.buttonValue = key;
+ this.data.buttonValue = this._decodeFormValue(key);
break;
}
}
| 4 |
diff --git a/edit.html b/edit.html <div class="key" id="key-m" function="birdseye">M</div> -->
</div>
</div>
- <nav class="enter-xr-button" id="mic-on-button" style="display: none;">Mic On</nav>
- <nav class="enter-xr-button disabled" id="mic-off-button">Mic Off</nav>
+ <!-- <nav class="enter-xr-button" id="mic-on-butt... | 2 |
diff --git a/src/plots/gl3d/scene.js b/src/plots/gl3d/scene.js @@ -350,7 +350,7 @@ var proto = Scene.prototype;
proto.initializeGLCamera = function() {
var cameraData = this.fullSceneLayout.camera;
- var ortho = (cameraData.projection.type === 'orthographic');
+ var ortho = (cameraData.projection && cameraData.projecti... | 9 |
diff --git a/core/pipeline-driver-queue/config/main/config.base.js b/core/pipeline-driver-queue/config/main/config.base.js @@ -33,8 +33,8 @@ config.persistence = {
type: 'pipeline-driver'
};
-config.checkQueueInterval = 500;
-config.updateStateInterval = 5000;
+config.checkQueueInterval = process.env.CHECK_QUEUE_INTERV... | 0 |
diff --git a/src/containers/CreateTaskRun/CreateTaskRun.js b/src/containers/CreateTaskRun/CreateTaskRun.js @@ -130,10 +130,18 @@ class CreateTaskRun extends React.Component {
// Namespace, PipelineRef, Resources, and Params must all have values
const validNamespace = !!namespace;
const validTaskRef = !!taskRef;
- const... | 1 |
diff --git a/Contributing.md b/Contributing.md @@ -16,7 +16,8 @@ In general, a web platform class (like `Window`, or `Node`, or `Location`, or `C
As such, most web platform classes present in jsdom are implemented in two parts:
-- An IDL file, such as [`Attr.idl`](https://github.com/tmpvar/jsdom/blob/master/lib/jsdom/l... | 1 |
diff --git a/src/tests/utils/msg/sendImage.js b/src/tests/utils/msg/sendImage.js -import * as http from 'ava-http'
-//import { rsa } from '../../../public/electronjs/rsa'
-//import { meme } from '../../../public/electronjs/meme'
-import { encrypt, decrypt } from '../../electronjs/rsa'
-import { uploadMeme } from '../..... | 2 |
diff --git a/templates/workflow/projectdashboard_list.html b/templates/workflow/projectdashboard_list.html {% extends "base.html" %}
-{% block bread_crumb %}
-<div>
-<ol class="breadcrumb">
- <li><a href="/workflow/dashboard/0/">{{ user.activity_user.organization.level_1_label }} Index</a></li>
- <li class="active">{{ ... | 7 |
diff --git a/package.json b/package.json "css-loader": "0.27.3",
"eslint": "3.18.0",
"eslint-config-onelint": "2.0.0",
- "extract-text-webpack-plugin": "2.1.0",
- "file-loader": "0.10.1",
+ "extract-text-webpack-plugin": "^2.1.0",
+ "file-loader": "~0.10.1",
"httpception": "0.4.1",
"iconv-lite": "^0.4.15",
"istanbul": ... | 4 |
diff --git a/lib/assets/core/javascripts/cartodb3/editor/export-image-pane/export-image-pane.js b/lib/assets/core/javascripts/cartodb3/editor/export-image-pane/export-image-pane.js @@ -172,37 +172,6 @@ module.exports = CoreView.extend({
});
},
- _getStaticStyles: function (styles) {
- if (!styles) {
- return;
- }
-
- v... | 2 |
diff --git a/tests/helpers.js b/tests/helpers.js @@ -145,7 +145,7 @@ const testHelpers = {
addSegmentOverride: (browser, index, value, selectionIndex = 0) => {
browser.waitAndClick(byId(`select-segment-option-${selectionIndex}`));
browser.waitForElementVisible(byId(`segment-override-${0}`));
- browser.pause(200);
+ bro... | 7 |
diff --git a/Source/dom/models/Selection.js b/Source/dom/models/Selection.js @@ -12,57 +12,56 @@ export class Selection {
*/
constructor(page) {
this._object = page._object
- }
-
- forEach(fn) {
- return this.layers.forEach(fn)
- }
- map(fn) {
- return this.layers.map(fn)
- }
-
- reduce(fn, initial) {
- return this.lay... | 7 |
diff --git a/src/screens/ParadeMapScreen/Map.ios.js b/src/screens/ParadeMapScreen/Map.ios.js @@ -95,7 +95,7 @@ class Map extends PureComponent<Props> {
{this.props.permission && (
<Touchable
onPress={this.moveToCurrentLocation}
- style={{ alignSelf: "flex-end", marginTop: 44 }}
+ style={styles.touchable}
>
<Image
sourc... | 5 |
diff --git a/__tests__/integration/handler/handlerPayload.test.js b/__tests__/integration/handler/handlerPayload.test.js @@ -40,53 +40,62 @@ describe('handler payload tests', () => {
description: 'when handler is context.done',
expected: 'foo',
path: 'context-done-handler',
+ status: 200,
},
{
description: 'when handle... | 0 |
diff --git a/assets/js/modules/analytics/datastore/properties.test.js b/assets/js/modules/analytics/datastore/properties.test.js @@ -221,6 +221,7 @@ describe( 'modules/analytics properties', () => {
} );
it( 'dispatches an error if the request fails', async () => {
+ registry.dispatch( STORE_NAME ).setSettings( {} );
c... | 12 |
diff --git a/includes/Modules/Thank_With_Google/Web_Tag.php b/includes/Modules/Thank_With_Google/Web_Tag.php @@ -145,7 +145,7 @@ class Web_Tag extends Module_Web_Tag {
}
$twg_inline_script = sprintf(
- '(self.SWG_BASIC=self.SWG_BASIC||[]).push(function(s){s.init(%s);})',
+ '(self.SWG_BASIC=self.SWG_BASIC||[]).push(func... | 10 |
diff --git a/web/app.js b/web/app.js @@ -615,7 +615,7 @@ let PDFViewerApplication = {
});
},
- setTitleUsingUrl(url) {
+ setTitleUsingUrl(url = '') {
this.url = url;
this.baseUrl = url.split('#')[0];
let title = getPDFFileNameFromURL(url, '');
@@ -1928,8 +1928,13 @@ if (typeof PDFJSDev === 'undefined' || PDFJSDev.test(... | 12 |
diff --git a/src/6_branch.js b/src/6_branch.js @@ -325,7 +325,7 @@ Branch.prototype['init'] = wrap(
var sessionData = session.get(self._storage);
var url = (options && typeof options.url !== 'undefined' && options.url !== null) ?
options.url :
- null;
+ utils.getWindowLocation();
var branchMatchIdFromOptions = (options... | 11 |
diff --git a/token-metadata/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/metadata.json b/token-metadata/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/metadata.json "symbol": "ONG",
"address": "0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/index.d.ts b/index.d.ts @@ -266,6 +266,8 @@ export interface AxiosProgressEvent {
download?: boolean;
}
+type Milliseconds = number;
+
export interface AxiosRequestConfig<D = any> {
url?: string;
method?: Method | string;
@@ -276,7 +278,7 @@ export interface AxiosRequestConfig<D = any> {
params?: any;
para... | 7 |
diff --git a/Projects/Superalgos/TS/Bot-Modules/Sensor-Bot/Exchange-Raw-Data/HistoricOHLCVs.js b/Projects/Superalgos/TS/Bot-Modules/Sensor-Bot/Exchange-Raw-Data/HistoricOHLCVs.js return;
}
+ /* Check if the uiStartDate is Invalid, if so lets set it to the Epoch and let the getMarketStart function later take care of it ... | 10 |
diff --git a/src/client/js/components/PageHistory.jsx b/src/client/js/components/PageHistory.jsx @@ -24,7 +24,7 @@ class PageHistory extends React.Component {
this.onDiffOpenClicked = this.onDiffOpenClicked.bind(this);
}
- async componentDidMount() {
+ async componentWillMount() {
const pageId = this.props.pageId;
if (... | 7 |
diff --git a/components/base-adresse-nationale/addresses-list.js b/components/base-adresse-nationale/addresses-list.js @@ -32,7 +32,7 @@ function AddressesList({title, subtitle, placeholder, addresses, getLabel, addre
<h5>{title}</h5>
<div>{subtitle}</div>
</div>
- {addresses.length > 0 && (
+ {addresses.length > 0 ? (... | 0 |
diff --git a/plugins/downloader/youtube-dl.js b/plugins/downloader/youtube-dl.js @@ -73,6 +73,7 @@ const toMP3 = async (
options
) => {
const safeVideoName = randomBytes(32).toString("hex");
+ const extension = options.extension || "mp3";
try {
if (!ffmpeg.isLoaded()) {
@@ -88,14 +89,16 @@ const toMP3 = async (
"-i",
s... | 11 |
diff --git a/src/modules/tooltip/Labels.js b/src/modules/tooltip/Labels.js @@ -126,8 +126,15 @@ export default class Labels {
})
}
} else {
- if (e && e.target && e.target.getAttribute('fill')) {
- pColor = e.target.getAttribute('fill')
+ // get a color from a hover area (if it's a line pattern then get from a first li... | 1 |
diff --git a/src/traces/histogram/calc.js b/src/traces/histogram/calc.js @@ -106,7 +106,7 @@ module.exports = function calc(gd, trace) {
// decrease end a little in case of rounding errors
binend = pr2c(binspec.end) + (i - Axes.tickIncrement(i, binspec.size, false, calendar)) / 1e6;
- while(i < binend) {
+ while(i < bi... | 0 |
diff --git a/components/combobox/combobox.jsx b/components/combobox/combobox.jsx @@ -918,6 +918,10 @@ class Combobox extends React.Component {
isEqual(item, this.props.selection[0])
);
+ this.setState({
+ activeOptionIndex,
+ });
+
menuItemSelectScroll({
container: this.menuRef,
focusedIndex: activeOptionIndex,
| 1 |
diff --git a/components/Discussion/Comments.js b/components/Discussion/Comments.js @@ -239,6 +239,7 @@ class Comments extends PureComponent {
const {
t,
now,
+ isAdmin,
focusId,
orderBy,
discussionComments: { loading, error, discussion, fetchMore },
@@ -269,7 +270,7 @@ class Comments extends PureComponent {
* Construct... | 12 |
diff --git a/src/Header.module.css b/src/Header.module.css @@ -201,6 +201,30 @@ body {
overflow: hidden;
align-items: center;
}
+.header input[type=range] {
+ margin: 0 10px;
+}
+input[type=range] {
+ -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
+ /* width: 100%; // Specific width ... | 0 |
diff --git a/selector.js b/selector.js @@ -4,3 +4,10 @@ selector.addEventListener('click', e => {
selector.classList.toggle('open');
selections.classList.toggle('open');
});
+
+document.addEventListener('click', e => {
+ if (e.target && !['header-label', 'selector', 'selections'].includes(e.target.id) && selector.class... | 7 |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -30,9 +30,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.1.0
- name: Set up Fastly CLI
- uses: fastly/compute-actions/setup@main
+ uses: fastly/compute-actions/setup@v2
with:
- cli_version: '1.7.0'
+ token: ${{ secrets.GITHUB_... | 4 |
diff --git a/plugins/shortcuts/back.js b/plugins/shortcuts/back.js @@ -15,14 +15,35 @@ function _registerLocalShortcut(win, shortcut, action) {
});
}
-function registerShortcuts(win) {
- const { playPause, next, previous, search } = getSongControls(win);
+function registerShortcuts(win, options) {
+ const songControls ... | 11 |
diff --git a/content/en/blog/signal-boosting.md b/content/en/blog/signal-boosting.md @@ -98,7 +98,7 @@ const purple = signal("Haze");
const c = computed(() => {
if (choice.value) {
- console.log(uptown.value, "Funk");
+ console.log(funk.value, "Funk");
} else {
console.log("Purple", purple.value);
}
| 1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 8.4.1 (unreleased)
-### Breaking
-
### Feature
- Sentry integration @zotya
- All the environment variables defined at runtime that have the `RAZZLE_` prefix, are now available in the browser under window.env @zotya
-### Bugfix
-
-### Internal
-
## 8.4.0 (2020-10-14)
### Featu... | 6 |
diff --git a/policykit/policyengine/autocomplete.py b/policykit/policyengine/autocomplete.py @@ -17,9 +17,7 @@ def generate_action_autocompletes(cls):
Generate autocompletes for model fields and properties defined on an action
"""
ignored_types = ["JSONField", "OneToOneField"]
- hints = [
- f.name for f in cls._meta.ge... | 0 |
diff --git a/site/ssl.xml b/site/ssl.xml @@ -492,7 +492,7 @@ ssl_options.password = t0p$3kRe7
<p>
Every TLS-enabled tool and TLS implementation, including Erlang/OTP and
- RabbitMQ, has a way to mark a set of certificates as
+ RabbitMQ, has a way of marking a set of certificates as
trusted. On Linux and other UNIX-like... | 4 |
diff --git a/token-metadata/0x5732046A883704404F284Ce41FfADd5b007FD668/metadata.json b/token-metadata/0x5732046A883704404F284Ce41FfADd5b007FD668/metadata.json "symbol": "BLZ",
"address": "0x5732046A883704404F284Ce41FfADd5b007FD668",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/frontend/imports/ui/client/widgets/neworder.js b/frontend/imports/ui/client/widgets/neworder.js @@ -82,12 +82,11 @@ Template.neworder.viewmodel({
}
try {
const price = new BigNumber(this.price());
- let amount = new BigNumber(this.amount());
const total = new BigNumber(this.total());
- if (total.isZero() &... | 1 |
diff --git a/gulpfile.js b/gulpfile.js @@ -9,7 +9,6 @@ const uglify = require('gulp-terser');
const htmlmin = require('gulp-htmlmin');
const concat = require('gulp-concat');
const sourcemaps = require('gulp-sourcemaps');
-const materialize = require.resolve('materialize-css');
const cleanCSS = require('gulp-clean-css')... | 6 |
diff --git a/package.json b/package.json "passport-local": "^1.0.0",
"passport-saml": "^0.15.0",
"path": "^0.11.14",
- "pg": "^4.4.3",
+ "pg": "^6.4.2",
"pg-hstore": "^2.3.2",
- "pgtools": "0.0.2",
+ "pgtools": "0.3.0",
"prop-types": "15.5.10",
"pug": "^2.0.0-beta2",
"ratelimiter": "^3.0.3",
"redux-thunk": "^0.1.0",
"s... | 5 |
diff --git a/src/style_manager/view/LayerView.js b/src/style_manager/view/LayerView.js @@ -126,7 +126,9 @@ export default Backbone.View.extend({
if (isString(preview)) {
style[stackModel.get('property')] = preview;
} else {
- each(preview, (val, prop) => (style[prop] = val));
+ let prvStr = [];
+ each(preview, (val, pr... | 7 |
diff --git a/token-metadata/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/metadata.json b/token-metadata/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/metadata.json "symbol": "FUSE",
"address": "0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/src/components/core/update/updateSlides.js b/src/components/core/update/updateSlides.js @@ -255,6 +255,20 @@ export default function () {
} else slides.filter(slidesForMargin).css({ marginBottom: `${spaceBetween}px` });
}
+ if (params.centeredSlides && params.centeredSlidesBounds) {
+ let allSlidesSize = 0... | 0 |
diff --git a/src/og/utils/shared.js b/src/og/utils/shared.js @@ -24,6 +24,10 @@ if (!('createImageBitmap' in window)) {
}
};
+export function getDefault(param, def) {
+ return param != undefined ? param : def;
+};
+
export function isEmpty(v) {
return v == null;
};
| 0 |
diff --git a/specs/lib/removeUnusedElementsSpec.js b/specs/lib/removeUnusedElementsSpec.js @@ -298,8 +298,12 @@ const gltf = {
],
textures: [
{
- 'sampler': 0,
- 'source': 1
+ name: 'texture',
+ sampler: 0,
+ source: 1
+ },
+ {
+ name: 'unusedTexture'
}
],
images: [
@@ -314,6 +318,11 @@ const gltf = {
{
bufferView: 11,... | 7 |
diff --git a/app/views/navbar.scala.html b/app/views/navbar.scala.html </li>
<script>
// Got this code from https://www.w3schools.com/jsref/met_win_setinterval.asp
- var countDownDate = new Date("Nov 30, 2018 13:00:00").getTime();
+ var countDownDate = new Date("Nov 30, 2018 13:07:15").getTime();
// Update the count do... | 3 |
diff --git a/_data/conferences.yml b/_data/conferences.yml note: '<b>NOTE</b>: First round submission deadline.'
- title: AAAI
- year: 2019
+ year: 2020
id: aaai19
- link: https://aaai.org/Conferences/AAAI-19/
- deadline: '2018-09-05 23:59:59'
- timezone: UTC-10
- date: January 27 - February 1, 2019
- place: Hilton Haw... | 3 |
diff --git a/package.json b/package.json {
"name": "prettier-atom",
"main": "./dist/main.js",
- "version": "0.40.0",
+ "version": "0.41.0",
"description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration",
"keywords": [
"atom",
| 6 |
diff --git a/src/components/general/character/Character.jsx b/src/components/general/character/Character.jsx @@ -97,7 +97,7 @@ const Stat = ({
);
};
-export const Character = ({ game, wearActions, dioramaCanvasRef }) => {
+export const Character = ({ game, /* wearActions,*/ dioramaCanvasRef }) => {
const { state, setSt... | 2 |
diff --git a/src/services/milestones/milestones.hooks.js b/src/services/milestones/milestones.hooks.js @@ -53,6 +53,7 @@ const getApprovedKeys = (milestone, data, user) => {
'fiatAmount',
'conversionRate',
'items',
+ 'image',
];
// Fields that can be editted once milestone stored on the blockchain
| 11 |
diff --git a/src/og/entity/Polyline.js b/src/og/entity/Polyline.js @@ -1626,7 +1626,10 @@ class Polyline {
* @param {Array.<Array.<number,number,number>>} path3v - Polyline path cartesian coordinates.
* @param {Boolean} [forceEqual=false] - Makes assigning faster for size equal coordinates array.
*/
- setPath3v(path3v,... | 0 |
diff --git a/modules/Cockpit/Controller/Media.php b/modules/Cockpit/Controller/Media.php @@ -282,15 +282,24 @@ class Media extends \Cockpit\AuthController {
$pathinfo = $path_parts = pathinfo($file);
- header("Pragma: public");
- header("Expires: 0");
- header("Cache-Control: must-revalidate, post-check=0, pre-check=0"... | 7 |
diff --git a/Source/Document.js b/Source/Document.js @@ -3,7 +3,7 @@ import { Layer } from './Layer'
import { Page } from './Page'
import { Selection } from './Selection'
import { toArray } from './utils'
-import { wrapNativeObject } from './wrapNativeObject'
+import { wrapNativeObject, wrapObject } from './wrapNativeO... | 9 |
diff --git a/src/components/ButtonLink.js b/src/components/ButtonLink.js @@ -45,19 +45,15 @@ const Secondary = styled(StyledButton)`
}
`
-const ButtonLink = ({ to, isSecondary, children, className, ...props }) => {
- if (isSecondary) {
- return (
+const ButtonLink = ({ to, isSecondary, children, className, ...props }) ... | 7 |
diff --git a/src/helper.js b/src/helper.js @@ -619,6 +619,10 @@ module.exports = {
if(cacheOnly === false && hypixelPlayer === null)
hypixelPlayer = await updateRank;
+ if(hypixelPlayer === null){
+ hypixelPlayer = { achievements: {} };
+ }
+
return hypixelPlayer;
},
| 12 |
diff --git a/index.mjs b/index.mjs @@ -35,6 +35,9 @@ function makeId(length) {
(async () => {
const app = express();
app.use('*', async (req, res, next) => {
+ res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
+ res.setHeader('Cross-Origin-Embedder-Policy', 'require-corp');
+
const o = url.parse(req.originalU... | 0 |
diff --git a/devices/lixee.js b/devices/lixee.js @@ -556,7 +556,11 @@ const definition = {
(await Promise.allSettled(configReportings))
.filter((e) => e.status == 'rejected')
.forEach((e) => {
+ if (e.reason.code == 134) { // unsupported_attribute
+ logger.warn(e.reason.message);
+ } else {
throw e.reason;
+ }
});
},
o... | 8 |
diff --git a/packages/cx/src/ui/adapter/TreeAdapter.js b/packages/cx/src/ui/adapter/TreeAdapter.js @@ -23,11 +23,12 @@ export class TreeAdapter extends ArrayAdapter {
}
processNode(context, instance, level, result, record) {
- result.push(record);
+ let isHiddenRootNode = level == 0 && this.hideRootNodes;
+ if (!isHidd... | 0 |
diff --git a/renderer/components/nettests/im/WhatsApp.js b/renderer/components/nettests/im/WhatsApp.js @@ -32,7 +32,7 @@ const WhatsApp = ({measurement, isAnomaly, render}) => {
<FormattedMessage id='TestResults.Details.InstantMessaging.WhatsApp.Reachable.Hero.Title' />
)
- const TelegramDetails = () => (
+ const Whats... | 10 |
diff --git a/tools/make/lib/deps/david.mk b/tools/make/lib/deps/david.mk @@ -16,7 +16,12 @@ ROOT_PACKAGE_JSON ?= $(ROOT_DIR)/package.json
# Define the command-line options to use when invoking the david executable:
DAVID_FLAGS ?= \
--package $(ROOT_PACKAGE_JSON) \
- --ignore update-notifier
+ --ignore update-notifier \... | 8 |
diff --git a/src/server/routes/revision.js b/src/server/routes/revision.js * # test
*
* test
- * createdAt:
- * type: string
- * description: date created at
- * example: 2010-01-01T00:00:00.000Z
* format:
* type: string
* description: format
* type: string
* description: path
* example: /user/alice/test
+ * createdAt:... | 14 |
diff --git a/apps.json b/apps.json "name": "Numerals Clock",
"shortName": "Numerals Clock",
"icon": "numerals.png",
- "version":"0.02",
+ "version":"0.03",
"description": "A simple big numerals clock",
"tags": "numerals,clock",
"type":"clock",
"storage": [
{"name":"numerals.app.js","url":"numerals.app.js"},
{"name":"nu... | 3 |
diff --git a/stories/wp-dashboard.stories.js b/stories/wp-dashboard.stories.js @@ -39,7 +39,11 @@ storiesOf( 'WordPress', module )
<div id="dashboard-widgets">
<div className="metabox-holder">
<div id="google_dashboard_widget" className="postbox">
- <h2 className="hndle ui-sortable-handle"><span><SvgIcon id="logo-g" he... | 3 |
diff --git a/packages/vulcan-lib/lib/modules/callbacks.js b/packages/vulcan-lib/lib/modules/callbacks.js @@ -55,18 +55,25 @@ export const runCallbacks = function () {
if (typeof callbacks !== "undefined" && !!callbacks.length) { // if the hook exists, and contains callbacks to run
return callbacks.reduce(function(accum... | 7 |
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -31,7 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/android-pre-build
- shell: bash
with:
target_branch: ${{ github.event.inputs.release }}
- name: Code push release
| 2 |
diff --git a/assets/js/util/i18n.js b/assets/js/util/i18n.js @@ -300,21 +300,28 @@ export const numberFormat = ( number, options = {} ) => {
*/
return new Intl.NumberFormat( locale, formatOptions ).format( number );
} catch ( error ) {
- logOnce( `Site Kit numberFormat error: Intl.NumberFormat( ${ JSON.stringify( local... | 2 |
diff --git a/app/components/new-edit-cluster/template.hbs b/app/components/new-edit-cluster/template.hbs <h3>{{stack.catalogTemplate.name}}</h3>
<div class="mt-10 description">{{stack.catalogTemplate.description}}</div>
{{else if (eq section 'footer')}}
- <button type="button" disabled='true' class="btn bg-primary" {{a... | 2 |
diff --git a/src/kiri-mode/fdm/prepare.js b/src/kiri-mode/fdm/prepare.js // if using brim vs raft
if (process.outputBrimCount) {
let polys = [],
- preout = brimout = [];
+ preout = [];
// offset specified # of brims
POLY.offset(brims, nozzle, {
});
print.setType('brim');
+ brimout = POLY.nest(polys.clone(), true).clone... | 7 |
diff --git a/game.js b/game.js @@ -23,6 +23,7 @@ import {getLocalPlayer, setLocalPlayer} from './players.js';
import npcManager from './npc-manager.js';
import raycastManager from './raycast-manager.js';
import zTargeting from './z-targeting.js';
+import Avatar from './avatars/avatars.js';
const localVector = new THREE... | 9 |
diff --git a/test/jasmine/tests/hover_label_test.js b/test/jasmine/tests/hover_label_test.js @@ -243,6 +243,9 @@ describe('hover info', function() {
var mockCopy = Lib.extendDeep({}, mock);
mockCopy.data[0].hoverinfo = 'y';
+ // we do support superscripts in hover, but it's annoying to write
+ // out all the tspan stuf... | 1 |
diff --git a/src/og/entity/GeoObjectHandler.js b/src/og/entity/GeoObjectHandler.js @@ -245,18 +245,14 @@ class GeoObjectHandler {
if (!alreadyAdded) {
this._instancedTags.set(tag, {
- vCounts: geoObject._verticesCount * itemSize,
iCounts: 1,
- iSize: geoObject._indices.length,
index: this._instancedTags.size
});
} else... | 2 |
diff --git a/src/botPage/view/Dialogs/Chart.js b/src/botPage/view/Dialogs/Chart.js @@ -42,7 +42,8 @@ class ChartContent extends PureComponent {
this.listeners = [];
this.chartId = 'binary-bot-chart';
this.state = {
- granularity: null,
+ chartType : 'mountain',
+ granularity: 0,
symbol : 'R_100',
barrierType: undefined... | 12 |
diff --git a/lib/classes/CLI.test.js b/lib/classes/CLI.test.js @@ -624,7 +624,7 @@ describe('CLI', () => {
});
describe('Integration tests', function() {
- this.timeout(0);
+ this.timeout(1000 * 60 * 10);
const that = this;
const serverlessExec = require('../../tests/serverless-binary');
| 7 |
diff --git a/packages/app/src/server/service/file-uploader/aws.ts b/packages/app/src/server/service/file-uploader/aws.ts @@ -5,6 +5,7 @@ import {
DeleteObjectsCommand,
PutObjectCommand,
DeleteObjectCommand,
+ GetObjectCommandOutput,
} from '@aws-sdk/client-s3';
import { getSignedUrl } from '@aws-sdk/s3-request-presigne... | 7 |
diff --git a/apps.json b/apps.json {
"id": "antonclk",
"name": "Anton Clock",
- "version": "0.02",
+ "version": "0.03",
"description": "A simple clock using the bold Anton font.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
| 3 |
diff --git a/lib/Compilation.js b/lib/Compilation.js @@ -276,28 +276,6 @@ class Compilation extends Tapable {
const cacheName = (cacheGroup || "m") + identifier;
if (this.cache && this.cache[cacheName]) {
const cacheModule = this.cache[cacheName];
-
- let rebuild = true;
- if (this.fileTimestamps && this.contextTimesta... | 2 |
diff --git a/src/components/dashboard/FeedList.js b/src/components/dashboard/FeedList.js @@ -108,7 +108,7 @@ const FeedList = ({ data, handleFeedSelection, initialNumToRender, onEndReached,
}
const renderQuickActions = ({ item }) => {
const canCancel = item && item.displayType === 'sendpending'
- const canDelete = item... | 0 |
diff --git a/content/docs/glossary/spf.md b/content/docs/glossary/spf.md @@ -65,7 +65,7 @@ For more information on SPF best practices and syntax, check out [www.openspf.or
we hope that they are helpful.
### Record Flattening
- There is an experimental tool called the [dmarcian SPF Record Flattener](https://dmarcian.com... | 14 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -4,15 +4,32 @@ Welcome, and thanks in advance for your help!
# How to contribute to Serverless-Offline
+To install all the locked versions for serverless-offline
+```bash
+npm ci
+```
+
# Development setup
+You can test your local changes to serverless-offline if differ... | 0 |
diff --git a/articles/libraries/auth0js/v8/index.md b/articles/libraries/auth0js/v8/index.md @@ -75,7 +75,7 @@ There are two required parameters that must be passed in the `options` object wh
| `client_id` | required | (String) Your Auth0 client\_id |
| `redirectUri` | optional | (String) The default `redirectUri` used... | 3 |
diff --git a/character-controller.js b/character-controller.js @@ -497,14 +497,16 @@ class PlayerBase extends THREE.Object3D {
_setAppTransform();
}
- const _deinitPhysics = () => {
+ const _enableAppPhysics = () => {
+ if (!app.hasComponent('pet')) {
const physicsObjects = app.getPhysicsObjects();
for (const physicsOb... | 0 |
diff --git a/Specs/Scene/GroundPrimitiveSpec.js b/Specs/Scene/GroundPrimitiveSpec.js @@ -99,6 +99,7 @@ defineSuite([
beforeEach(function() {
scene.morphTo3D(0);
+ scene.render(); // clear any afterRender commands
rectangle = Rectangle.fromDegrees(-80.0, 20.0, -70.0, 30.0);
| 1 |
diff --git a/articles/quickstart/spa/angularjs/_includes/_centralized_login.md b/articles/quickstart/spa/angularjs/_includes/_centralized_login.md -## Add Authentication with Auth0
-The [Auth0 hosted login page](/hosted-pages/login) is the easiest way to set up authentication in your application. We recommend using the... | 4 |
diff --git a/lib/media/drm_engine.js b/lib/media/drm_engine.js @@ -851,7 +851,7 @@ shaka.media.DrmEngine.prototype.queryMediaKeys_ = function(configsByKeySystem) {
goog.asserts.assert(!this.supportedTypes_ || this.supportedTypes_.size,
'We should get at least one supported MIME type');
- this.currentDrmInfo_ = shaka.me... | 10 |
diff --git a/site/api-guide.xml b/site/api-guide.xml @@ -291,19 +291,56 @@ channel.basicPublish(exchangeName, routingKey,
<doc:heading>Channels and Concurrency Considerations (Thread Safety)</doc:heading>
<p>
- <code>Channel</code> instances must not be shared between
- threads. Applications
+ As a rule of thumb, shari... | 7 |
diff --git a/src/article/editor/EditorPackage.js b/src/article/editor/EditorPackage.js @@ -163,6 +163,7 @@ export default {
})
config.addLabel('cite', 'Cite')
+ config.addLabel('insert', 'Insert')
config.addLabel('insert-xref-bibr', 'Reference')
config.addLabel('insert-xref-fig', 'Figure')
config.addLabel('insert-xref-... | 4 |
diff --git a/apps/neonx/neonx.app.js b/apps/neonx/neonx.app.js @@ -115,17 +115,15 @@ function drawAnimated(){
// Animate draw through different colors
speed = 25;
- setTimeout(function() {
- _draw(false, 1);
setTimeout(function() {
_draw(false, 2);
setTimeout(function() {
_draw(false, 3);
- setTimeout(
- function(){
+ ... | 7 |
diff --git a/src/DevChatter.Bot.Infra.Ef/AppDataContext.cs b/src/DevChatter.Bot.Infra.Ef/AppDataContext.cs @@ -54,9 +54,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
modelBuilder.Entity<AliasEntity>()
.HasIndex(b => b.Word).IsUnique();
- modelBuilder.Entity<CommandWordEntity>()
- .HasIndex(b =... | 1 |
diff --git a/src/components/colorscale/scales.js b/src/components/colorscale/scales.js @@ -44,7 +44,7 @@ var scales = {
],
// modified RdBu based on
- // www.sandia.gov/~kmorel/documents/ColorMaps/ColorMapsExpanded.pdf
+ // http://www.kennethmoreland.com/color-maps/
'RdBu': [
[0, 'rgb(5,10,172)'], [0.35, 'rgb(106,137,2... | 3 |
diff --git a/package.json b/package.json "bytes": "^3.0.0",
"chalk": "^2.0.0",
"cli-truncate": "^1.0.0",
- "dat-doctor": "^1.2.5",
+ "dat-doctor": "^2.0.0",
"dat-encoding": "^5.0.1",
"dat-json": "^1.0.0",
"dat-link-resolve": "^2.2.0",
| 4 |
diff --git a/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js b/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js @@ -22,6 +22,7 @@ import variables from '../../styles/variables';
import themeColors from '../../styles/themes/default';
import Text from '../Text';
import withLocalize from '../withLoc... | 9 |
diff --git a/userscript.user.js b/userscript.user.js @@ -28126,6 +28126,7 @@ var $$IMU_EXPORT$$;
var sub = document.createElement("table");
var sub_tr = document.createElement("tr");
var sub_in_td = document.createElement("td");
+ sub_in_td.style = "display:inline";
var input = document.createElement("input");
input.ty... | 7 |
diff --git a/components/Auth/withMembership.js b/components/Auth/withMembership.js @@ -189,7 +189,7 @@ export const enforceMembership = (
) => WrappedComponent =>
withAuthorization(['member'])(({ isAuthorized, me, ...props }) => {
if (isAuthorized) {
- return <WrappedComponent meta={meta} {...props} />
+ return <Wrappe... | 1 |
diff --git a/js/trackView.js b/js/trackView.js @@ -423,7 +423,14 @@ class TrackView {
const max = visibleViewport.featureCache.features.getMax(start, end)
allFeatures = [{value: max}]
} else {
- allFeatures = FeatureUtils.findOverlapping(visibleViewport.featureCache.features, start, end)
+ const viewFeatures = FeatureU... | 1 |
diff --git a/userscript.user.js b/userscript.user.js @@ -90690,6 +90690,16 @@ var $$IMU_EXPORT$$;
return src.replace(/(\/galerija\/+[0-9]{4}-[0-9]{2}\/+(?:[0-9]{2}\/+){2}[a-z]+-[0-9]+-[0-9a-f]{10,})-(?:default|thumb)(\.[^/.]+)(?:[?#].*)?$/, "$1-velika$2");
}
+ if (domain_nowww === "olx.ba") {
+ // https://www.olx.ba/co... | 8 |
diff --git a/src/css/docs/components/docs-markdown.css b/src/css/docs/components/docs-markdown.css @@ -587,20 +587,6 @@ blockquote .DocsMarkdown--header-anchor-positioner {
vertical-align: top;
}
-@media (max-width: 768px) {
- .DocsMarkdown table {
- display: block;
- overflow-x: auto;
- max-width: 100%;
- }
-
- .DocsM... | 7 |
diff --git a/lib/jake.js b/lib/jake.js @@ -123,6 +123,9 @@ if (!global.jake) {
let filter = typeof f == 'string' ? f : null;
for (p in jake.Task) {
+ if (!jake.Task.hasOwnProperty(p)) {
+ continue;
+ }
if (filter && p.indexOf(filter) == -1) {
continue;
}
@@ -136,6 +139,9 @@ if (!global.jake) {
}
// Print out each entry... | 8 |
diff --git a/lib/plugins/input/journaldUpload.js b/lib/plugins/input/journaldUpload.js @@ -3,12 +3,18 @@ const http = require('http')
const throng = require('throng')
const extractTokenRegEx = /([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/
const tokenFormatRegEx = /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-... | 4 |
diff --git a/lib/site_data_exporter.rb b/lib/site_data_exporter.rb @@ -125,7 +125,7 @@ class SiteDataExporter
end
# If this is a development env, really make sure the password gets passed
# in. In production this should work without a password
- if dbconfig[:password] && Rails.env.development?
+ if dbconfig[:password] ... | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.