code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/test/provisioning/src/test/plans-acceptance-test.js b/test/provisioning/src/test/plans-acceptance-test.js @@ -270,11 +270,11 @@ describe('Create and update plans acceptance test', () => {
};
});
- it('should be created or already exists', (done) => {
+ it('should be accepted and processed', (done) => {
aba... | 4 |
diff --git a/packages/client-app/static/workspace.less b/packages/client-app/static/workspace.less @@ -430,13 +430,10 @@ body.platform-linux {
.btn-toolbar {
margin-left: 0;
padding: 0 17px;
- line-height: 36px;
img.content-mask {
vertical-align: middle;
background-color: @text-color-heading;
- padding-bottom: 10px;
}
... | 7 |
diff --git a/elements/simple-fields/demo/upload.html b/elements/simple-fields/demo/upload.html <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>simple-fields-field Demo</title>
+ <script>window.WCGlobalBasePath = "/node_modules/";</script>
<script src="../.... | 12 |
diff --git a/src/index.js b/src/index.js @@ -49,7 +49,7 @@ module.exports = class Client {
consumer(
{
groupId,
- createPartitionAssigner,
+ partitionAssigners,
sessionTimeout,
heartbeatInterval,
maxBytesPerPartition,
@@ -65,7 +65,7 @@ module.exports = class Client {
logger: this.logger,
cluster,
groupId,
- createParti... | 11 |
diff --git a/app/scripts/lib/get-first-preferred-lang-code.js b/app/scripts/lib/get-first-preferred-lang-code.js @@ -17,7 +17,14 @@ const existingLocaleCodes = allLocales.map(locale => locale.code.toLowerCase().r
*
*/
async function getFirstPreferredLangCode () {
- let userPreferredLocaleCodes = await getPreferredLocal... | 9 |
diff --git a/src/components/Settings/RequestDeleteAccount.vue b/src/components/Settings/RequestDeleteAccount.vue @@ -37,21 +37,15 @@ export default {
Dialog.create({
title: this.$t('USERDATA.DIALOGS.REQUEST_DELETE_ACCOUNT.TITLE'),
message: this.$t('USERDATA.DIALOGS.REQUEST_DELETE_ACCOUNT.MESSAGE'),
- buttons: [
- {
- l... | 4 |
diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js @@ -53,7 +53,8 @@ var RevealNotes = (function() {
function post( event ) {
var slideElement = Reveal.getCurrentSlide(),
- notesElement = slideElement.querySelector( 'aside.notes' );
+ notesElement = slideElement.querySelector( 'aside.notes' ),
+ fragmentElement... | 7 |
diff --git a/articles/protocols/oauth2/oauth-state.md b/articles/protocols/oauth2/oauth-state.md @@ -5,7 +5,7 @@ description: Explains how to use the state parameter in authentication requests
# The State Parameter
-The `state` parameter is one of the supported Auth0 [Authentication Parameters](/libraries/lock/v10/send... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 14.5.0
- Added: `ignoreFunctions: []` to `function-no-unknown` ([#5901](https://github.com/stylelint/stylelint/pull/5901)).
| 6 |
diff --git a/docs/02-quickstart.md b/docs/02-quickstart.md @@ -16,7 +16,8 @@ Snowpack is agnostic to how you serve your site during development. If you have
- [`serve`](https://www.npmjs.com/package/serve) (recommended: popular, easy to use)
- [`servor`](https://www.npmjs.com/package/servor) (recommended: has live-relo... | 3 |
diff --git a/module/actor/actor.js b/module/actor/actor.js @@ -1020,7 +1020,7 @@ export class GurpsActor extends Actor {
importAd(i,p) {
let a = new Advantage();
- a.name = i.name || "Advantage";
+ a.name = i.name + (i.levels? " "+i.levels.toString() : "") || "Advantage";
a.points = i.calc.points;
a.note = i.notes;
a.u... | 1 |
diff --git a/modules/Cockpit/rest-api.php b/modules/Cockpit/rest-api.php @@ -39,21 +39,21 @@ $this->on("before", function() {
$allowed = (isset($apikeys['master']) && trim($apikeys['master']) && $apikeys['master'] == $token);
}
- if (!$allowed) {
- return false;
- }
-
$parts = explode('/', $path, 2);
$resource = $parts... | 11 |
diff --git a/src/lib/duration/create.js b/src/lib/duration/create.js @@ -14,7 +14,7 @@ var aspNetRegex = /^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/;
// from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html
// somewhat more in line with 4.4.3.2 2004 spec, but allows de... | 4 |
diff --git a/services/src/app.js b/services/src/app.js @@ -74,9 +74,12 @@ app.configure(channels);
// Configure a middleware for 404s and the error handler
app.use(express.notFound());
-/* eslint-disable no-unused-vars */
app.use((err, req, res, next) => {
- if (!err.statusCode) err.statusCode = err.code ? err.code : 5... | 7 |
diff --git a/libs/ktx2image.js b/libs/ktx2image.js @@ -13,8 +13,8 @@ class Ktx2Image
{
this.vkFormat = 0;
this.typeSize = 0;
- this.pixelWidth = 0;
- this.pixelHeight = 0;
+ this.width = 0;
+ this.height = 0;
this.pixelDepth = 0;
this.layerCount = 0;
this.faceCount = 0;
@@ -78,8 +78,8 @@ class Ktx2Image
this.vkFormat =... | 10 |
diff --git a/wwwroot/config.json b/wwwroot/config.json "<a target=\"_blank\" href=\"http://www.gov.au/\"><img src=\"https://nationalmap.gov.au/images/AG-Rvsd-Stacked-Press.png\" height=\"45\" alt=\"Australian Government\" /></a>"
],
"displayOneBrand": 1,
- "catalogIndexUrl": "https://terria-catalogs-public.storage.goog... | 13 |
diff --git a/app/src/scripts/dashboard/dashboard.datasets.store.js b/app/src/scripts/dashboard/dashboard.datasets.store.js @@ -98,7 +98,16 @@ let UploadStore = Reflux.createStore({
if (!isAdmin && !isPublic) {
datasets = datasets.filter(dataset => {
if (dataset.group && userStore.data && userStore.data.profile) {
- ret... | 11 |
diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js @@ -888,5 +888,5 @@ define({
"OPEN_PREFERENNCES" : "Open Preferences",
//Strings for LanguageTools Preferences
- LANGUAGE_TOOLS_PREFERENCES : "Preferences for Language Tools"
+ "LANGUAGE_TOOLS_PREFERENCES" : "Preferences for Language Tools"
});
| 1 |
diff --git a/src/index.postcss7.js b/src/index.postcss7.js @@ -63,7 +63,7 @@ const getConfigFunction = (config) => () => {
return resolveConfig([...getAllConfigs(configObject)])
}
-const plugin = postcss.plugin('tailwind', (config) => {
+const plugin = postcss.plugin('tailwindcss', (config) => {
const plugins = []
cons... | 10 |
diff --git a/articles/logout/index.md b/articles/logout/index.md @@ -123,6 +123,8 @@ In order to avoid validation errors, make sure that you do include the protocol
* The `returnTo` parameter does not function for all social providers. Please check your social provider's settings to ensure that they will accept the `re... | 0 |
diff --git a/listener_clients/blink1listener/blink1listener.py b/listener_clients/blink1listener/blink1listener.py @@ -164,6 +164,7 @@ except:
print('No blink(1) devices found.')
exit (0)
+while(1):
try:
sio.connect('http://' + server + ':' + port)
sio.wait()
@@ -172,7 +173,11 @@ try:
except KeyboardInterrupt:
print('E... | 11 |
diff --git a/packages/mjml-social/src/SocialElement.js b/packages/mjml-social/src/SocialElement.js @@ -229,11 +229,13 @@ export default class MjSocialElement extends BodyComponent {
>
<tr>
<td ${this.htmlAttributes({ style: 'icon' })}>
- <a ${this.htmlAttributes({
+ ${this.getAttribute('href') != '' ?
+ `<a ${this.html... | 11 |
diff --git a/server/game/cards/11.2-TMoW/HagensDaughter.js b/server/game/cards/11.2-TMoW/HagensDaughter.js @@ -5,7 +5,7 @@ class HagensDaughter extends DrawCard {
this.interrupt({
canCancel: true,
when: {
- onCharacterKilled: event => event.allowSave && event.card === this && this.canBeSaved()
+ onCharacterKilled: even... | 11 |
diff --git a/src/UserConfig.js b/src/UserConfig.js @@ -195,6 +195,15 @@ class UserConfig {
this.addHandlebarsHelper(name, callback);
}
+ getFilter(name) {
+ return (
+ this.javascriptFunctions[name] ||
+ this.nunjucksFilters[name] ||
+ this.liquidFilters[name] ||
+ this.handlebarsHelpers[name]
+ );
+ }
+
addNunjucksTag... | 0 |
diff --git a/core/src/modules/ops/profileProperty.ts b/core/src/modules/ops/profileProperty.ts @@ -32,14 +32,14 @@ export namespace ProfilePropertyOps {
case "url":
return formatURL(value.toString());
case "boolean":
- if (![true, false, 0, 1, "true", "false"].includes(value)) {
- throw new Error(`${value} is not a val... | 9 |
diff --git a/src/wrapper.js b/src/wrapper.js @@ -2,16 +2,12 @@ import React, { Component, PropTypes } from 'react';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import { IntlProvider } from 'react-intl';
-
import { login } from './auth/authActions';
import { getConfig, getRate } fr... | 11 |
diff --git a/token-metadata/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/metadata.json b/token-metadata/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/metadata.json "symbol": "PYRO",
"address": "0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/src/mavoscript.js b/src/mavoscript.js @@ -369,7 +369,7 @@ var _ = Mavo.Script = {
return `get(${_.serialize(node.object)}, ${property})`;
},
"ArrayExpression": node => `[${node.elements.map(_.serialize).join(", ")}]`,
- "Literal": node => node.raw,
+ "Literal": node => node.raw.replace(/\r/g, "\\r").replac... | 11 |
diff --git a/_includes/index.css b/_includes/index.css @@ -246,7 +246,7 @@ footer.elv-layout {
}
@media (min-width: 64em) { /* 1024px */
.elv-layout-toc {
- margin-left: 18rem;
+ margin-left: 15rem;
max-width: 60rem;
margin-right: 1rem;
position: relative;
| 3 |
diff --git a/node/lib/util/synthetic_branch_util.js b/node/lib/util/synthetic_branch_util.js @@ -54,14 +54,23 @@ function identity(v) {
return v;
}
-function SyntheticBranchConfig(whitelistPattern) {
- if (whitelistPattern.length > 0) {
- const whitelistRE = new RegExp(whitelistPattern);
- this.whitelistTest = function... | 11 |
diff --git a/README.md b/README.md @@ -74,26 +74,39 @@ By default `react-dates` will use `PureComponent` conditionally if it is availab
```
#### Overriding styles
-Right now, the easiest way to tweak `react-dates` to your heart's content is to create another stylesheet to override the default react-dates styles. For ex... | 13 |
diff --git a/map.html b/map.html container.classList.remove('dragging');
_updateTiles();
};
- container.addEventListener('mousedown', e => {
+ const _mousedown = e => {
_startDrag(e);
- });
- window.addEventListener('mouseup', e => {
+ };
+ container.addEventListener('mousedown', _mousedown);
+ container.addEventListen... | 0 |
diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb @@ -158,12 +158,12 @@ class DashboardController < ::ScopeController
# DON'T OVERWRITE THE VALUE HERE IN THE DASHBOARD CONTROLLER
# Possible values:
# ----------------
- # "public_release" (plugin is properly live and works)
+... | 12 |
diff --git a/apps.json b/apps.json { "id": "aclock",
"name": "Analog Clock",
"icon": "clock-analog.png",
- "version":"0.02",
+ "version":"0.10",
"description": "An Analog Clock",
"tags": "clock",
"type":"clock",
| 3 |
diff --git a/src/client/js/components/Page/PageManagement.jsx b/src/client/js/components/Page/PageManagement.jsx @@ -113,7 +113,7 @@ const PageManagement = (props) => {
);
}
- function renderCurrentUserForDotsIcon() {
+ function renderDotsIconForCurrentUser() {
return (
<>
<a
@@ -131,7 +131,7 @@ const PageManagement = ... | 10 |
diff --git a/src/Services/Air/AirFormat.js b/src/Services/Air/AirFormat.js @@ -257,6 +257,7 @@ function formatLowFaresSearch(searchRequest, searchResult) {
totalPrice: price.TotalPrice,
basePrice: price.BasePrice,
taxes: price.Taxes,
+ platingCarrier: thisFare.PlatingCarrier,
directions,
bookingComponents: [
{
| 0 |
diff --git a/src/utils/error.js b/src/utils/error.js +/* eslint-disable prefer-destructuring */
import { notification } from 'antd';
-// Uniform handling of API errors.
export default function handleAPIError(err) {
let data = null;
let messages = null;
- if (err.response) {
- data = err.response && err.response.data;
+... | 1 |
diff --git a/token-metadata/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/metadata.json b/token-metadata/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/metadata.json "symbol": "STOP",
"address": "0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/test/extension/zoom-to-location-test.html b/test/extension/zoom-to-location-test.html <link rel='stylesheet' type='text/css' media='all' href='/lib/multselector/multselector.css'/>
<!-- util.js -->
<script src='/js/util.js' type='text/javascript'></script>
+ <!-- State Helper -->
+ <script src="/lib/States... | 4 |
diff --git a/src/encoded/audit/file.py b/src/encoded/audit/file.py @@ -232,23 +232,7 @@ def audit_file_replicate_match(value, system):
return
-@audit_checker('File', frame=['award'])
-def audit_file_platform(value, system):
- '''
- A raw data file should have a platform specified.
- Should be in the schema.
- '''
-
- '... | 2 |
diff --git a/packages/react-dom-interactions/src/hooks/useRole.ts b/packages/react-dom-interactions/src/hooks/useRole.ts @@ -15,7 +15,7 @@ export const useRole = (
{enabled = true, role = 'dialog'}: Partial<Props> = {}
): ElementProps => {
const rootId = useId();
- const referenceId = `${rootId}-reference`;
+ const ref... | 1 |
diff --git a/packages/laconia-aws-batch/integration-test/dynamodb-batch-process.spec.js b/packages/laconia-aws-batch/integration-test/dynamodb-batch-process.spec.js @@ -14,7 +14,7 @@ describe("dynamodb batch process", () => {
endpoint: new AWS.Endpoint(`http://localhost:${dynamoLocalPort}`)
};
let invokeMock,
- process... | 10 |
diff --git a/src/server/models/password-reset-order.js b/src/server/models/password-reset-order.js const mongoose = require('mongoose');
const uniqueValidator = require('mongoose-unique-validator');
+const crypto = require('crypto');
const ObjectId = mongoose.Schema.Types.ObjectId;
@@ -15,9 +16,8 @@ schema.plugin(uniqu... | 7 |
diff --git a/assets/js/modules/analytics/setup.js b/assets/js/modules/analytics/setup.js @@ -834,16 +834,16 @@ class AnalyticsSetup extends Component {
<p className="googlesitekit-settings-module__meta-item-type">
{ __( 'Excluded from Analytics', 'google-site-kit' ) }
</p>
+ <h5 className="googlesitekit-settings-module... | 3 |
diff --git a/src/common/quiz/decks_content.js b/src/common/quiz/decks_content.js const reload = require('require-reload')(require);
const constants = reload('./../constants.js');
-const stationsList = ["stations_tokyo","stations_osaka","stations_hokaido","stations_fukuoka","stations_kyoto","stations_yamanashi","station... | 10 |
diff --git a/data/pilots/galactic-empire/tie-ln-fighter.json b/data/pilots/galactic-empire/tie-ln-fighter.json "cost": 26,
"xws": "nightbeast",
"ability": "After you fully execute a blue maneuver, you may perform a [Focus] action.",
- "image": "https://i.imgur.com/FbwsflC.png",
- "alt": [
- {
- "image": "https://images... | 5 |
diff --git a/protocols/peer/contracts/PeerFactory.sol b/protocols/peer/contracts/PeerFactory.sol @@ -40,12 +40,12 @@ contract PeerFactory is IPeerFactory, ILocatorWhitelist {
require(_swapContract != address(0),
'SWAP_CONTRACT_REQUIRED');
- address newPeerContract = address(new Peer(_swapContract, _peerContractOwner));... | 3 |
diff --git a/services/src/services/update/update.hooks.js b/services/src/services/update/update.hooks.js @@ -4,6 +4,7 @@ const ensureMatchingUUID = require('../../hooks/ensureuuid');
const internalOnly = require('../../hooks/internalonly');
const authentication = require('@feathersjs/authentication');
const internalApi... | 0 |
diff --git a/src/components/DatasetEditor/EditableTitleText.js b/src/components/DatasetEditor/EditableTitleText.js @@ -14,7 +14,7 @@ export default ({ value, onChange }) => {
const c = useStyles()
const [newValue, setNewValue] = useState(value || "")
- const handleBlue = () => {
+ const onBlur = () => {
if (!isEmpty(ne... | 10 |
diff --git a/package.json b/package.json "babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
- "canvas": "^2.6.1",
- "eslint-plugin-import": "^2.22.0",
+ "canvas": "^2.8.0",
"eslint": "^7.9.0",
+ "eslint-plugin-import": "^2.22.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"mocha": "^8.1.3"... | 3 |
diff --git a/client/homebrew/pages/editPage/editPage.jsx b/client/homebrew/pages/editPage/editPage.jsx @@ -25,6 +25,7 @@ const googleDriveActive = require('../../googleDrive.png');
const googleDriveInactive = require('../../googleDriveMono.png');
const SAVE_TIMEOUT = 3000;
+const AUTOSAVE_TIMEOUT = 10000;
const EditPag... | 5 |
diff --git a/pages/sponsor.js b/pages/sponsor.js @@ -9,10 +9,6 @@ import Footer from '../components/Footer';
import Page from '../components/Page';
export default class SponsorPage extends React.Component {
- componentDidCatch = e => {
- console.log('ERRORRRRR');
- console.log(e);
- };
render() {
return (
<Page>
@@ -67... | 3 |
diff --git a/articles/policies/rate-limits.md b/articles/policies/rate-limits.md @@ -176,7 +176,7 @@ The following Auth0 Authenticaion API endpoints return rate limit-related header
<td>/tokeninfo</td>
</tr>
<tr>
- <td>Delegated Authentication</td>
+ <td>Delegated Authentication*</td>
<td></td>
<td>/delegation</td>
</t... | 0 |
diff --git a/assets/js/googlesitekit/datastore/user/permissions.js b/assets/js/googlesitekit/datastore/user/permissions.js @@ -125,11 +125,6 @@ export const reducer = ( state, { type, payload } ) => {
};
export const resolvers = {
- /**
- * Fullfills user capabilities on initial request.
- *
- * @since n.e.x.t
- */
*ge... | 2 |
diff --git a/src/app/Library/CrudPanel/Traits/ColumnsProtectedMethods.php b/src/app/Library/CrudPanel/Traits/ColumnsProtectedMethods.php @@ -139,12 +139,18 @@ trait ColumnsProtectedMethods
return $column;
}
- //if the name is dot notation we are sure it's a relationship
+ // if the name is dot notation it might be a re... | 7 |
diff --git a/src/components/Forms.js b/src/components/Forms.js @@ -25,7 +25,7 @@ export class AutoSaver extends Component {
componentWillMount() {
const intervalId = setInterval(this.autoSave, 2000)
- this.setState({ intervalId: intervalId })
+ this.setState({ intervalId })
}
componentWillUnmount() {
@@ -37,7 +37,7 @@ ... | 4 |
diff --git a/packages/nexrender-provider-s3/package.json b/packages/nexrender-provider-s3/package.json "author": "inlife",
"main": "src/index.js",
"dependencies": {
- "amazon-s3-uri": "0.0.3",
+ "amazon-s3-uri": "0.1.1",
"aws-sdk": "^2.344.0"
},
"publishConfig": {
| 3 |
diff --git a/geometry-worker.js b/geometry-worker.js @@ -557,6 +557,18 @@ const _handleMessage = async data => {
}, [meshesBuffer, textureBuffer]);
break;
}
+ case 'loadBake': {
+ const {url} = data;
+
+ const res = await fetch(url);
+ const arrayBuffer = await res.arrayBuffer();
+ const meshes = _flatDecode(arrayBuffe... | 0 |
diff --git a/packages/insomnia-app/app/sync/git/http-client.ts b/packages/insomnia-app/app/sync/git/http-client.ts @@ -20,6 +20,10 @@ export const httpClient = {
maxRedirects: 10,
});
} catch (err) {
+ if (!err.response){
+ // NOTE: config.url is unreachable
+ throw err;
+ }
response = err.response;
}
| 9 |
diff --git a/docs/en/writing-running-appium/windows-app-testing.md b/docs/en/writing-running-appium/windows-app-testing.md @@ -26,7 +26,7 @@ To test a UWP app, you can use any Selenium supported language and simply specif
// Launch the AlarmClock app
DesiredCapabilities appCapabilities = new DesiredCapabilities();
appC... | 14 |
diff --git a/src/components/responsive/GlobalAlert.js b/src/components/responsive/GlobalAlert.js @@ -54,7 +54,7 @@ const Alert = styled.div`
`
const Content = styled.div`
- min-height: 74px;
+ min-height: 60px;
max-width: 500px;
min-width: 275px;
border: 2px solid #f2f2f2;
@@ -81,6 +81,7 @@ const Text = styled.div`
pad... | 9 |
diff --git a/token-metadata/0xb8a5dBa52FE8A0Dd737Bf15ea5043CEA30c7e30B/metadata.json b/token-metadata/0xb8a5dBa52FE8A0Dd737Bf15ea5043CEA30c7e30B/metadata.json "symbol": "AFCASH",
"address": "0xb8a5dBa52FE8A0Dd737Bf15ea5043CEA30c7e30B",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIE... | 3 |
diff --git a/test/api/controllers/documentController.test.js b/test/api/controllers/documentController.test.js @@ -72,7 +72,7 @@ describe('Test: document controller', () => {
describe('#scroll', () => {
it('should fulfill with an object', () => {
- request.input.body = {scroll: '1m'};
+ request.input.args.scroll = '1m'... | 13 |
diff --git a/iris/mutations/community/sendSlackInvites.js b/iris/mutations/community/sendSlackInvites.js @@ -40,7 +40,7 @@ export default async (
currentUser.id
);
- if (!permissions.isOwner) {
+ if (!permissions.isOwner && !permissions.isModerator) {
return new UserError(
"You don't have permission to invite people to... | 11 |
diff --git a/packages/gatsby-transformer-screenshot/src/gatsby-node.js b/packages/gatsby-transformer-screenshot/src/gatsby-node.js @@ -44,8 +44,8 @@ exports.onPreBootstrap = (
exports.onCreateNode = async ({ node, boundActionCreators, store, cache }) => {
const { createNode, createParentChildLink } = boundActionCreator... | 8 |
diff --git a/webpack/makeConfig.js b/webpack/makeConfig.js @@ -68,7 +68,7 @@ function makePlugins(options) {
]);
} else {
plugins = plugins.concat([
- new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en|zh|es|fr|de|ru|ko|nl|se/),
+ new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
new webpack.optimize.Co... | 2 |
diff --git a/player/index.html b/player/index.html //var elem = createNS('aa')
var animData = {
container: elem,
- renderer: 'svg',
- loop: true,
- autoplay: false,
+ renderer: 'canvas',
+ loop: false,
+ autoplay: true,
rendererSettings: {
progressiveLoad:true
},
- path: 'exports/gannon/ripple.json'
+ path: 'exports/re... | 3 |
diff --git a/app/builtin-pages/views/library.js b/app/builtin-pages/views/library.js @@ -353,7 +353,7 @@ function renderHeader () {
<div class="dropdown-items create-new filters subtle-shadow right">
<div class="dropdown-item" onclick=${() => onCreateSite()}>
<div class="label">
- <i class="fa fa-square-o"></i>
+ <i cl... | 4 |
diff --git a/lambda/es-proxy-layer/lib/es-logging.js b/lambda/es-proxy-layer/lib/es-logging.js @@ -76,7 +76,7 @@ module.exports=function(event, context, callback){
}
}
- // constructing the object to be logged in ES (to visualize in Kibana)
+ // constructing the object to be logged in OpenSearch (to visualize in Kibana... | 3 |
diff --git a/lod.js b/lod.js @@ -53,6 +53,7 @@ export class LodChunk extends THREE.Vector3 {
constructor(x, y, z, lodArray) {
super(x, y, z);
+ this.lod = lodArray[0];
this.lodArray = lodArray;
this.name = `chunk:${this.x}:${this.z}`;
| 0 |
diff --git a/userscript.user.js b/userscript.user.js @@ -98026,9 +98026,9 @@ var $$IMU_EXPORT$$;
value = value.replace(/^["'](.*)["']$/, "$1");
}
- if (options.variables) {
- for (var variable in options.variables) {
- value = string_replaceall(value, variable, options.variables[variable]);
+ if (options.old_variables)... | 10 |
diff --git a/js/webcomponents/bisweb_cpmelement.js b/js/webcomponents/bisweb_cpmelement.js @@ -31,7 +31,6 @@ const bis_webfileutil = require('bis_webfileutil.js');
const bisweb_connectivityvis = require('bisweb_connectivityvis.js');
const bisweb_popoverhandler = require('bisweb_popoverhandler.js');
const bisweb_scatter... | 2 |
diff --git a/src/server/template-renderer/index.js b/src/server/template-renderer/index.js /* @flow */
+// TODO: handle <script> tag embedding (so we can get rid of html-webpack-plugin)
+// TODO: remove need for separate server manifest (should be included in bundle)
+
import TemplateStream from './template-stream'
imp... | 9 |
diff --git a/assets/js/googlesitekit/widgets/components/WidgetAreaRenderer.test.js b/assets/js/googlesitekit/widgets/components/WidgetAreaRenderer.test.js @@ -30,7 +30,6 @@ import {
waitFor,
muteFetch,
} from '../../../../../tests/js/test-utils';
-import fetchMock from 'fetch-mock';
const { useSelect } = Data;
@@ -72,7... | 2 |
diff --git a/packages/openneuro-app/src/scripts/uploader/uploader.jsx b/packages/openneuro-app/src/scripts/uploader/uploader.jsx @@ -90,7 +90,7 @@ export class UploadClient extends React.Component {
return ({ files }) => {
this.props.client
.query({
- query: datasets.getUntrackedFiles,
+ query: datasets.getDraftFiles,
... | 1 |
diff --git a/source/Overture/views/controls/RichTextView.js b/source/Overture/views/controls/RichTextView.js @@ -56,7 +56,7 @@ var RichTextView = NS.Class({
showToolbar: !UA.isIOS,
fontFaceOptions: [
- [ loc( 'Default' ), null ],
+ [ NS.loc( 'Default' ), null ],
[ 'Arial', 'arial, sans-serif' ],
[ 'Georgia', 'georgia, ... | 1 |
diff --git a/apps.json b/apps.json "name": "LCARS Clock",
"shortName":"LCARS",
"icon": "lcars.png",
- "version":"0.01",
+ "version":"0.02",
"supports": ["BANGLEJS2"],
"description": "Library Computer Access Retrieval System (LCARS) clock.",
"type": "clock",
| 3 |
diff --git a/modules/core/src/lib/deck.js b/modules/core/src/lib/deck.js @@ -780,37 +780,39 @@ export default class Deck {
}
_getFrameStats() {
- this.stats.get('frameRate').timeEnd();
- this.stats.get('frameRate').timeStart();
+ const {stats} = this;
+ stats.get('frameRate').timeEnd();
+ stats.get('frameRate').timeSta... | 7 |
diff --git a/src/server/api/cla.js b/src/server/api/cla.js @@ -411,7 +411,7 @@ let ClaApi = {
// owner (mandatory)
// gist.gist_url (optional)
// gist.gist_version (optional)
- countCLA: function (req, done) {
+ countCLA: async function (req, done) {
let params = req.args;
let self = this;
@@ -458,7 +458,13 @@ let ClaA... | 9 |
diff --git a/src/components/editgrid/EditGrid.js b/src/components/editgrid/EditGrid.js @@ -206,22 +206,21 @@ export default class EditGridComponent extends NestedComponent {
return this.renderComponents(row.components);
}
else {
- return this.renderString(_.get(this.component, 'templates.row', EditGridComponent.default... | 7 |
diff --git a/accessibility-checker-engine/src/v2/checker/accessibility/rulesets/index.ts b/accessibility-checker-engine/src/v2/checker/accessibility/rulesets/index.ts @@ -761,11 +761,6 @@ let a11yRulesets: Ruleset[] = [
level: eRulePolicy.VIOLATION,
toolkitLevel: eToolkitLevel.LEVEL_THREE
},
- {
- id: "group_withInputs... | 2 |
diff --git a/app/components/Composer.jsx b/app/components/Composer.jsx -import React, { Component, Fragment, } from 'react';
+import React, { Component, } from 'react';
import PropTypes from 'prop-types';
import Styled from 'styled-components';
import Theme from 'styled-theming';
@@ -6,7 +6,6 @@ import Theme from 'styl... | 10 |
diff --git a/resources/js/custom.js b/resources/js/custom.js @@ -659,11 +659,6 @@ try {
console.log("Mica is already active");
return;
}
- if (this.lastTheme !== "winui") {
- if (confirm("This feature currently requires the Eleven theme, enable now?")) {
- this.loadTheme("winui");
- }
- }
this.micaActive = true;
var mi... | 2 |
diff --git a/exampleSite/content/fragments/hero/code-hero.md b/exampleSite/content/fragments/hero/code-hero.md @@ -3,7 +3,7 @@ fragment = "content"
weight = 111
+++
-<details><summary>Code</summary>
+<details><summary>Code (index.md)</summary>
```
+++
fragment = "hero"
@@ -42,3 +42,118 @@ subtitle = "Showcase your next... | 0 |
diff --git a/accessibility-checker-engine/src/v4/rules/IBMA_Color_Contrast_WCAG2AA.ts b/accessibility-checker-engine/src/v4/rules/IBMA_Color_Contrast_WCAG2AA.ts @@ -42,7 +42,7 @@ export let IBMA_Color_Contrast_WCAG2AA: Rule = {
level: eRulePolicy.VIOLATION,
toolkitLevel: eToolkitLevel.LEVEL_ONE
}],
- act: ["afw4f7"],
+... | 14 |
diff --git a/generators/entity-client/templates/react/src/main/webapp/app/entities/entity-update.tsx.ejs b/generators/entity-client/templates/react/src/main/webapp/app/entities/entity-update.tsx.ejs @@ -90,8 +90,12 @@ Object.keys(differentRelationships).forEach(key => {
_%>
import { I<%= uniqueRel.otherEntityAngularNam... | 1 |
diff --git a/assets/js/googlesitekit/modules/datastore/modules.js b/assets/js/googlesitekit/modules/datastore/modules.js @@ -408,7 +408,6 @@ const baseResolvers = {
// If we have inactive dependencies, there's no need to check if we can
// activate the module until the dependencies have been activated.
if ( inactiveMod... | 2 |
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn "start_url": "https://webaverse.github.io/damage-mesh/",
"dynamic": true
},
+ {
+ "position": [
+ 2,
+ 1,
+ 0
+ ],
+ "quaternion": [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "physics": false,
+ "start_url": "https://webaverse.github.io/particle-mesh/",
+ "dynamic": true
+ },
{
... | 0 |
diff --git a/app/shared/components/Tools/Form/Permissions/Auth.js b/app/shared/components/Tools/Form/Permissions/Auth.js @@ -110,12 +110,7 @@ class ToolsFormPermissionsAuth extends Component<Props> {
<Form
onSubmit={this.onSubmit}
>
- <Message
- content={t('tools_permissions_warning_content')}
- header={t('tools_permis... | 7 |
diff --git a/src/scripts/content/airtable.js b/src/scripts/content/airtable.js togglbutton.render('.detailViewWithActivityFeedBase .dialog > .header > .flex-auto:not(.toggl)', {observe: true}, function (elem) {
var link, descFunc,
- container = $('.justify-center > .relative', elem),
- description = $('.truncate.flex-a... | 1 |
diff --git a/packages/imba/package-lock.json b/packages/imba/package-lock.json }
},
"node_modules/vite-plugin-imba": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/vite-plugin-imba/-/vite-plugin-imba-0.10.0.tgz",
- "integrity": "sha512-8zzSd7GiE7EgrkrXcabZJt53f1NXMyFZwT5Z9hoj8klBFdwpPHAaga2L2l4MdxHU... | 3 |
diff --git a/Gruntfile.js b/Gruntfile.js @@ -222,7 +222,7 @@ module.exports = function (grunt) {
entry: "./src/web/index.js",
output: {
filename: "scripts.js",
- path: "build/dev"
+ path: __dirname + "/build/dev"
},
plugins: [
new HtmlWebpackPlugin({
@@ -239,7 +239,7 @@ module.exports = function (grunt) {
entry: "./src... | 3 |
diff --git a/shows/100 - Episode 100.md b/shows/100 - Episode 100.md @@ -29,16 +29,16 @@ Get a 30 day free trial of Freshbooks at [freshbooks.com/syntax](https://freshbo
09:37 - Most popular episodes
-* 10 - [Syntax074 - 11 Habits of Highly Effective Developers](https://syntax.fm/show/060/11-habits-of-highly-effective-... | 3 |
diff --git a/snippets/textview-markupenabled.jsx b/snippets/textview-markupenabled.jsx -import {TextView, contentView, CheckBox, Stack} from 'tabris';
+import {CheckBox, contentView, Stack, TextView} from 'tabris';
contentView.append(
- <Stack>
- <TextView markupEnabled font='16px' padding={12}>
- Normal Text<br/>
- <b... | 7 |
diff --git a/src/components/core/check-overflow/index.js b/src/components/core/check-overflow/index.js @@ -19,7 +19,7 @@ function checkOverflow() {
if (wasLocked && wasLocked !== swiper.isLocked) {
swiper.isEnd = false;
- swiper.navigation.update();
+ if(swiper.navigation) swiper.navigation.update();
}
}
| 0 |
diff --git a/plugins/auth/auth_bridge.js b/plugins/auth/auth_bridge.js @@ -15,7 +15,7 @@ exports.load_flat_ini = function () {
exports.check_plain_passwd = function (connection, user, passwd, cb) {
let host = this.cfg.main.host;
if (this.cfg.main.port) {
- host = host + ':' + this.cfg.main.port;
+ host = `${host}:${thi... | 14 |
diff --git a/React/Modules/RCTAsyncLocalStorage.m b/React/Modules/RCTAsyncLocalStorage.m #import "RCTLog.h"
#import "RCTUtils.h"
-static NSString *const RCTStorageDirectory = @"RCTAsyncLocalStorage_V1";
static NSString *const RCTManifestFileName = @"manifest.json";
static const NSUInteger RCTInlineValueThreshold = 1024... | 10 |
diff --git a/edit.js b/edit.js @@ -5959,8 +5959,8 @@ function animate(timestamp, frame) {
rightGamepadPosition = localVector2.copy(localVector).add(localVector3.copy(rightHandOffset).multiplyScalar(handOffsetScale).applyQuaternion(localQuaternion)).toArray();
// .toArray(xrState.gamepads[0].position);
rightGamepadQuate... | 2 |
diff --git a/includes/Modules/Search_Console.php b/includes/Modules/Search_Console.php @@ -153,18 +153,8 @@ final class Search_Console extends Module implements Module_With_Screen, Module_
case 'matched-sites':
return $this->get_webmasters_service()->sites->listSites();
case 'searchanalytics':
- $data = array_merge(
- ... | 2 |
diff --git a/lib/api/api-router.js b/lib/api/api-router.js @@ -24,7 +24,7 @@ const TablesExtentBackend = require('../backends/tables-extent');
const ClusterBackend = require('../backends/cluster');
const LayergroupAffectedTablesCache = require('../cache/layergroup-affected-tables');
-const SurrogateKeysCache = require(... | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.