code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/player/js/utils/expressions/ExpressionManager.js b/player/js/utils/expressions/ExpressionManager.js @@ -10,6 +10,7 @@ var ExpressionManager = (function () {
var document = null;
var XMLHttpRequest = null;
var fetch = null;
+ var frames = null;
function $bm_isInstanceOfArray(arr) {
return arr.constructor ==... | 2 |
diff --git a/token-metadata/0x6c4B85CaB20c13aF72766025F0e17E0fe558A553/metadata.json b/token-metadata/0x6c4B85CaB20c13aF72766025F0e17E0fe558A553/metadata.json "symbol": "YFFII",
"address": "0x6c4B85CaB20c13aF72766025F0e17E0fe558A553",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/lib/Runtime/Library/GlobalObject.cpp b/lib/Runtime/Library/GlobalObject.cpp @@ -58,15 +58,25 @@ using namespace Js;
{
HRESULT hr = S_OK;
+ this->directHostObject = hostObject;
+ this->secureDirectHostObject = secureDirectHostObject;
+
BEGIN_TRANSLATE_OOM_TO_HRESULT_NESTED
{
// In fastDOM scenario, we shoul... | 9 |
diff --git a/js/inputmask.js b/js/inputmask.js matches = [],
insertStop = false,
latestMatch,
- cacheDependency = ndxIntlzr ? ndxIntlzr.join("") : "",
- offset = 0;
+ cacheDependency = ndxIntlzr ? ndxIntlzr.join("") : "";
function resolveTestFromToken(maskToken, ndxInitializer, loopNdx, quantifierRecurse) { //ndxInitia... | 12 |
diff --git a/app/models/carto/visualization.rb b/app/models/carto/visualization.rb @@ -463,10 +463,6 @@ class Carto::Visualization < ActiveRecord::Base
CartoDB::Logger.warning(message: 'Couldn\'t add source analysis for layer', user: user, layer: layer)
end
end
-
- # This is needed because Carto::Layer does not yet tri... | 2 |
diff --git a/src/encoded/static/components/award.js b/src/encoded/static/components/award.js @@ -616,6 +616,17 @@ const Award = React.createClass({
:
<p className="browser-error">Award has no description</p>
}
+ {context.url ?
+ <div>
+ <hr />
+ <dl className="key-value">
+ <div data-test="project">
+ <dt>Project</dt>
... | 0 |
diff --git a/lib/AsyncDependenciesBlock.js b/lib/AsyncDependenciesBlock.js @@ -12,15 +12,12 @@ module.exports = class AsyncDependenciesBlock extends DependenciesBlock {
this.chunks = null;
this.module = module;
this.loc = loc;
-
- Object.defineProperty(this, "chunk", {
- get: function() {
- throw new Error("`chunk` was... | 14 |
diff --git a/app/components/view-edit-project/template.hbs b/app/components/view-edit-project/template.hbs {{top-errors errors=errors}}
{{save-cancel editing=editing save="save" cancel="cancel"}}
{{/if}}
-
-{{#if editing}}
- <section class="pt-20">
- {{env-catalog project=project catalogs=catalogs}}
- </section>
-{{/if... | 2 |
diff --git a/generators/server/templates/src/main/java/package/web/rest/UserResource.java.ejs b/generators/server/templates/src/main/java/package/web/rest/UserResource.java.ejs @@ -297,7 +297,8 @@ public class UserResource {
if (!onlyContainsAllowedProperties(pageable)) {
return ResponseEntity.badRequest().build();
}
-... | 4 |
diff --git a/packages/app/src/components/Common/ImageCropModal.tsx b/packages/app/src/components/Common/ImageCropModal.tsx @@ -81,19 +81,22 @@ const ImageCropModal: FC<Props> = (props: Props) => {
};
- const onCropChange = (crop) => {
- setCropOtions(crop);
- };
+ const getCroppedImg = async(image: HTMLImageElement, cr... | 7 |
diff --git a/src/content/en/updates/2018/05/welcome-to-immersive.md b/src/content/en/updates/2018/05/welcome-to-immersive.md @@ -2,7 +2,7 @@ project_path: /web/_project.yaml
book_path: /web/updates/_book.yaml
description: The immersive web means virtual world experiences hosted through the browser. This entire virtual ... | 6 |
diff --git a/pages/tutorials/React & Webpack.md b/pages/tutorials/React & Webpack.md This guide will teach you how to wire up TypeScript with [React](https://reactjs.org/) and [webpack](https://webpack.js.org/).
-If you're starting a brand new project, take a look at the [React Quick Start guide](/samples/index.html) f... | 3 |
diff --git a/lib/shim/shim.js b/lib/shim/shim.js @@ -7,6 +7,7 @@ const hasOwnProperty = require('../util/properties').hasOwn
const logger = require('../logger').child({component: 'Shim'})
const path = require('path')
const specs = require('./specs')
+const util = require('util')
// Some modules do terrible things, like... | 14 |
diff --git a/editor.js b/editor.js @@ -19,6 +19,8 @@ const localMatrix = new THREE.Matrix4();
const localMatrix2 = new THREE.Matrix4();
const localMatrix3 = new THREE.Matrix4();
+let getEditor = () => null;
+
function createPointerEvents(store) {
// const { handlePointer } = createEvents(store)
const handlePointer = ke... | 0 |
diff --git a/test/spec/modules/kargoBidAdapter_spec.js b/test/spec/modules/kargoBidAdapter_spec.js @@ -35,12 +35,20 @@ describe('kargo adapter tests', function () {
});
describe('build request', function() {
- var bids, cookies = [], localStorageItems = [];
+ var bids, undefinedCurrency, noAdServerCurrency, cookies = [... | 7 |
diff --git a/runtime/decorators/Transition.svelte b/runtime/decorators/Transition.svelte $: oldRoute = $route.prev || $route
$: [concestor, ancestor, oldAncestor] = getConcestor($route, oldRoute)
+ $: toAncestor = isAncestor(oldRoute, $route)
+ $: toDescendant = isAncestor($route, oldRoute)
+ $: toHigherIndex = ancesto... | 7 |
diff --git a/lib/carto/connector/connection_manager.rb b/lib/carto/connector/connection_manager.rb @@ -215,6 +215,7 @@ module Carto
connector_parameters.delete :connection_id
input_parameters[:connection_id] = connection.id
input_parameters.delete :connection
+ input_parameters.delete :provider
end
if legacy_oauth_db_c... | 2 |
diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml @@ -19,6 +19,11 @@ googleAnalytics = ""
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+
[params]
name = "Okkur Labs"
description = "Open Source Theme for y... | 0 |
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -135,7 +135,7 @@ jobs:
run: |
BUILD_VERSION=`node -pe "require('./package.json')['version']"`
echo "Creating release using env: ${ENVFILE}"
- cd android && ./gradlew bundleRelease
+ cd android && ENVFILE=${{ env.ENVFILE }} ./gradlew bundleRel... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md #### Tools
-- Created [ngf](https://github.com/ericmdantas/ngf) a simple alias for `ng-fullstack` to make your app development even faster
+- Created [ngf](https://github.com/ericmdantas/ngf), a simple alias for `ng-fullstack` to make your app development even faster
#### Client... | 0 |
diff --git a/.gitignore b/.gitignore @@ -7,6 +7,7 @@ resources/provision/node_modules/*
resources/describe/AWS-Architecture-Icons_PNG/*
Sparta.lambda.amd64
SampleProvision-code.zip
+mage_output_file.go
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
| 8 |
diff --git a/packages/table-core/src/features/Expanding.ts b/packages/table-core/src/features/Expanding.ts @@ -128,7 +128,7 @@ export const Expanding: TableFeature = {
}
// If any row is not expanded, return false
- if (table.getRowModel().flatRows.some(row => row.getIsExpanded())) {
+ if (table.getRowModel().flatRows.... | 1 |
diff --git a/test/jasmine/tests/calcdata_test.js b/test/jasmine/tests/calcdata_test.js @@ -4,6 +4,7 @@ var BADNUM = require('@src/constants/numerical').BADNUM;
var createGraphDiv = require('../assets/create_graph_div');
var destroyGraphDiv = require('../assets/destroy_graph_div');
var failTest = require('../assets/fail... | 0 |
diff --git a/test/auth/oauth-with-idtoken-validation.tests.js b/test/auth/oauth-with-idtoken-validation.tests.js @@ -343,7 +343,7 @@ describe('OAUthWithIDTokenValidation', function() {
done();
});
});
- describe('when using a valid token', function() {
+ describe('when using a valid certificate to generate an invalid i... | 10 |
diff --git a/src/modules/legend/Legend.js b/src/modules/legend/Legend.js @@ -272,15 +272,7 @@ class Legend {
}
}
- // for now - just prevent click on heatmap legend - and allow hover only
- const clickAllowed =
- w.config.chart.type !== 'treemap' &&
- w.config.chart.type !== 'heatmap' &&
- !this.isBarsDistributed
-
- i... | 11 |
diff --git a/source/components/PasswordInput.js b/source/components/PasswordInput.js @@ -24,20 +24,22 @@ const STATE = {
};
export type PasswordInputProps = InputProps & {
- entropyFactor?: number,
debounceDelay?: number,
- strengthFeedbacks?: {
- insecure: string,
- weak: string,
- strong: string,
- },
- isTooltipOpen... | 7 |
diff --git a/articles/tokens/idp.md b/articles/tokens/idp.md ---
description: How to obtain Identity Provider access tokens.
---
-
# Identity Provider Access Tokens
## Overview
@@ -26,6 +25,14 @@ The validity period for third-party access tokens will vary by the issuing IdP.
There is no standard way to renew IdP access... | 0 |
diff --git a/token-metadata/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/metadata.json b/token-metadata/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/metadata.json "symbol": "CELR",
"address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -87,14 +87,14 @@ Do this prior to every time you create a branch for a pull request:
> ```shell
> $ git status
- > On branch staging
+ > On branch development
> Your branch is up-to-date with 'origin/development'.
> ```
> If your aren't on `development`, resolve outstan... | 14 |
diff --git a/src/components/play-mode/hotbar/Hotbar.jsx b/src/components/play-mode/hotbar/Hotbar.jsx @@ -104,6 +104,25 @@ const fullscreenFragmentShader = `\
bool isPointInTriangle(vec2 point, Tri tri) {
return isPointInTriangle(point, tri.a, tri.b, tri.c);
}
+ bool isInsideChevron(vec2 point, vec2 center, float width,... | 0 |
diff --git a/js/coreweb/bisweb_fileserverclient.js b/js/coreweb/bisweb_fileserverclient.js +
const $ = require('jquery');
const webutil = require('bis_webutil');
const bisweb_simplefiledialog = require('bisweb_simplefiledialog');
@@ -43,7 +44,7 @@ class BisWebFileServerClient extends BisFileServerClient {
let passwordE... | 9 |
diff --git a/src/os/interaction/hoverinteraction.js b/src/os/interaction/hoverinteraction.js @@ -108,7 +108,7 @@ export default class Hover extends Select {
if (map.getView().getHints()[ViewHint.INTERACTING] > 0) {
if (this.lastFeature_) {
- this.setHighlightFeature_(undefined);
+ this.clearHighlight_();
}
return true;... | 1 |
diff --git a/docs/arch/adr-05.md b/docs/arch/adr-05.md @@ -138,5 +138,5 @@ Accepted
- *We will first try using this option.* Use a javascript helper library that has full support for map to [serialize](https://github.com/sonnyp/JSON8/tree/master/packages/json8#ooserialize) it as an object (maps are a sub-class of objec... | 1 |
diff --git a/loaders.js b/loaders.js @@ -13,6 +13,46 @@ import {GIFLoader} from './GIFLoader.js';
import {VOXLoader} from './VOXLoader.js';
import {memoize} from './util.js';
+class MozLightMapExtension {
+ constructor(parser) {
+ this.parser = parser;
+ this.name = 'MOZ_lightmap';
+ }
+
+ // @TODO: Ideally we should u... | 0 |
diff --git a/src/client/js/components/PageDeleteModal.jsx b/src/client/js/components/PageDeleteModal.jsx @@ -13,16 +13,6 @@ import PageContainer from '../services/PageContainer';
import ApiErrorMessage from './PageManagement/ApiErrorMessage';
-const PageDeleteModal = (props) => {
- const {
- t, pageContainer, isOpen, t... | 5 |
diff --git a/edit.js b/edit.js @@ -905,6 +905,10 @@ function animate(timestamp, frame) {
// renderer.render(highlightScene, camera);
}
geometryManager.addEventListener('load', e => {
+ setInterval(() => {
+ uiManager.popupMesh.addMessage('lol ' + Math.random());
+ }, 5000);
+
renderer.setAnimationLoop(animate);
});
| 0 |
diff --git a/src/pages/index.js b/src/pages/index.js @@ -19,10 +19,10 @@ import CTA from '../components/CTA';
const Title = styled.h1`
color: ${color.lightest};
font-weight: ${typography.weight.extrabold};
-
font-size: ${typography.size.l2}px;
line-height: 1;
margin-bottom: 0.2em;
+ text-shadow: rgba(0, 135, 220, 0.3) ... | 7 |
diff --git a/assets/js/modules/adsense/components/setup/SetupMain.js b/assets/js/modules/adsense/components/setup/SetupMain.js @@ -115,6 +115,7 @@ export default function SetupMain( { finishSetup } ) {
} );
const {
+ clearError,
setAccountID,
setClientID,
setAccountStatus,
@@ -127,7 +128,6 @@ export default function Se... | 14 |
diff --git a/src/state/learnocaml_store.ml b/src/state/learnocaml_store.ml @@ -71,7 +71,7 @@ let with_git_register =
git ["config";"--local";"user.email";"none@learn-ocaml.org"]) >>=
f >>= fun files ->
git ("add"::"--"::files) () >>=
- git ["commit";"-m";"Update"] >>=
+ git ["commit";"--allow-empty";"-m";"Update"] >>=
... | 11 |
diff --git a/src/DevChatter.Bot.Core/Games/Heist/HeistMission.cs b/src/DevChatter.Bot.Core/Games/Heist/HeistMission.cs @@ -12,7 +12,7 @@ public class HeistMission
internal static readonly List<HeistMission> Missions = new List<HeistMission>
{
new HeistMission(1,"Bank Robbery", new []{HR.Thief, HR.Tech, HR.Grifter, HR.D... | 10 |
diff --git a/packages/yoga/src/ActionRequirement/web/ActionRequirement.jsx b/packages/yoga/src/ActionRequirement/web/ActionRequirement.jsx @@ -13,6 +13,7 @@ import Box from '../../Box';
const StyledActionRequirement = styled.div`
display: flex;
+ height: 100%;
${media.xxs`
flex-direction: column;
`}
@@ -38,7 +39,10 @@ ... | 1 |
diff --git a/assets/sass/components/settings/_googlesitekit-settings-module.scss b/assets/sass/components/settings/_googlesitekit-settings-module.scss &--nomargin {
margin: 0;
}
-
- .googlesitekit-settings-module__inline-link {
- font-size: 1rem;
- }
}
.googlesitekit-settings-module__inline-items {
| 2 |
diff --git a/lib/taiko.js b/lib/taiko.js @@ -1477,7 +1477,7 @@ function fileField(attrValuePairs, ...args) {
const selector = getValues(attrValuePairs, args);
const get = getElementGetter(selector,
async () => await $$xpath(`//input[@type='file'][@id=(//label[contains(string(), ${xpath(selector.label)})]/@for)] | //lab... | 1 |
diff --git a/physics-worker.js b/physics-worker.js @@ -12,6 +12,25 @@ const fakeMaterial = new THREE.MeshBasicMaterial({
color: 0xFFFFFF,
});
+const localMatrix = new THREE.Matrix4();
+const localMatrix2 = new THREE.Matrix4();
+const localFrustum = new THREE.Frustum();
+
+const _filterGroups = (chunkMesh, camera) => {
... | 0 |
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -739,6 +739,8 @@ axes.autoTicks = function(ax, roughDTick) {
// being > half of the final unit - so precalculate twice the rough val
var roughX2 = 2 * roughDTick;
+ // TODO find way to have 'better' first tick on axes with breaks
+
if(roughX2 > O... | 0 |
diff --git a/src/components/common/PageCareers.vue b/src/components/common/PageCareers.vue <h1>Careers</h1>
<h2 class="c5">Our Mission</h2>
<p>
- We believe in the power of participant owned networks. These networks
- have the opportunity be more equitable, democratic, and resilient than
- the systems we interact with ... | 3 |
diff --git a/packages/mjml-core/src/index.js b/packages/mjml-core/src/index.js @@ -236,7 +236,7 @@ export default function mjml2html(mjml, options = {}) {
content = minify
? htmlMinify(content, {
collapseWhitespace: true,
- minifyCSS: true,
+ minifyCSS: false,
removeEmptyAttributes: true,
})
: content
| 12 |
diff --git a/src/encoded/schemas/library.json b/src/encoded/schemas/library.json "sonication (generic microtip)",
"sonication (Branson Sonifier 250)",
"sonication (Branson Sonifier 450)",
+ "sonication (Sonics VCX130)",
"shearing (Covaris LE Series)",
"see document",
"none",
| 0 |
diff --git a/token-metadata/0x60571E95E12c78CbA5223042692908f0649435a5/metadata.json b/token-metadata/0x60571E95E12c78CbA5223042692908f0649435a5/metadata.json "symbol": "PLAAS",
"address": "0x60571E95E12c78CbA5223042692908f0649435a5",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/views/env-parts/theme.es b/views/env-parts/theme.es @@ -44,8 +44,14 @@ const windowsSetVibrancy = value => {
const electronVibrancy = remote.require(join(window.ROOT, 'assets', 'binary', 'electron-vibrancy-x64'))
if (value === 1) {
electronVibrancy.SetVibrancy(remote.getCurrentWindow(), 0)
+ if (window.isW... | 12 |
diff --git a/codegens/js-fetch/lib/index.js b/codegens/js-fetch/lib/index.js @@ -44,7 +44,7 @@ function parseFormData (body, trim) {
if (data.type === 'file') {
bodySnippet += `// if access to fs, use fs.createReadStream('${data.src}') ` +
'to get file contents in second argument\n';
- bodySnippet += `formdata.append("... | 4 |
diff --git a/Specs/Scene/Cesium3DTilesetSpec.js b/Specs/Scene/Cesium3DTilesetSpec.js @@ -2659,7 +2659,7 @@ defineSuite([
});
});
- it('immediatelyLoadDesiredLevelOfDetail', function() {
+ xit('immediatelyLoadDesiredLevelOfDetail', function() {
viewBottomRight();
var tileset = scene.primitives.add(new Cesium3DTileset({
... | 8 |
diff --git a/token-metadata/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/metadata.json b/token-metadata/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/metadata.json "symbol": "SENT",
"address": "0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/camera-manager.js b/camera-manager.js @@ -184,7 +184,10 @@ class CameraManager extends EventTarget {
this.lastTarget = null;
this.targetPosition = new THREE.Vector3(0, 0, 0);
this.targetQuaternion = new THREE.Quaternion();
- this.targetLerpFn = null;
+ this.sourcePosition = new THREE.Vector3();
+ this.sour... | 0 |
diff --git a/articles/protocols/saml/saml-configuration/special-configuration-scenarios/index.md b/articles/protocols/saml/saml-configuration/special-configuration-scenarios/index.md ---
description: Special configuration scenarios when setting up a SAML Integration
- url: /protocols/saml/saml-configuration/special-con... | 2 |
diff --git a/src/components/composer/index.js b/src/components/composer/index.js @@ -6,6 +6,7 @@ import { withRouter } from 'react-router';
import { connect } from 'react-redux';
import isURL from 'validator/lib/isURL';
import debounce from 'debounce';
+import queryString from 'query-string';
import { KeyBindingUtil } ... | 12 |
diff --git a/src/resources/views/crud/fields/inc/repeatable_row.blade.php b/src/resources/views/crud/fields/inc/repeatable_row.blade.php if(isset($row)) {
if(!is_array($subfield['name'])) {
+ if(!Str::contains($subfield['name'], '.')) {
// this is a fix for 4.1 repeatable names that when the field was multiple, saved t... | 11 |
diff --git a/stdcommands/owldictionary/owldictionary.go b/stdcommands/owldictionary/owldictionary.go @@ -18,6 +18,7 @@ import (
"github.com/botlabs-gg/yagpdb/v2/lib/dcmd"
"github.com/botlabs-gg/yagpdb/v2/lib/discordgo"
"github.com/microcosm-cc/bluemonday"
+ "github.com/sirupsen/logrus"
)
var confOwlbotToken = config.Re... | 1 |
diff --git a/data/brands/shop/clothes.json b/data/brands/shop/clothes.json },
{
"displayName": "RougeGorge",
- "id": "rougegorge-4a3e29",
- "locationSet": {"include": ["fr"]},
+ "id": "rougegorge-6db462",
+ "locationSet": {"include": ["be", "fr"]},
"tags": {
"brand": "RougeGorge",
"brand:wikidata": "Q104600739",
| 7 |
diff --git a/README.md b/README.md @@ -167,6 +167,7 @@ Embark will automatically take care of deployment for you and set all needed JS
```Javascript
# app/contracts/simple_storage.sol
+pragma solidity ^0.4.7;
contract SimpleStorage {
uint public storedData;
| 3 |
diff --git a/jmvc/seccubus/workspace/select/select.js b/jmvc/seccubus/workspace/select/select.js * limitations under the License.
*/
steal(
- 'jquery/controller',
- 'jquery/view/ejs',
- 'jquery/controller/view',
- 'seccubus/models'
+ "jquery/controller",
+ "jquery/view/ejs",
+ "jquery/controller/view",
+ "seccubus/mode... | 7 |
diff --git a/js/huobipro.js b/js/huobipro.js @@ -1192,7 +1192,7 @@ module.exports = class huobipro extends Exchange {
if (type === 'withdraw') {
type = 'withdrawal';
}
- const status = this.parseTransactionStatus (this.safeString (transaction, 'status'));
+ const status = this.parseTransactionStatus (this.safeString (t... | 1 |
diff --git a/OurUmbraco.Client/src/scss/elements/_note.scss b/OurUmbraco.Client/src/scss/elements/_note.scss border: 1px solid #fff;
text-decoration: none;
display: inline-block;
- margin: 20px 10px 10px 10px;
+ margin: 20px 10px 0px 10px;
border-radius: 4px;
}
}
| 2 |
diff --git a/src/server/routes/apiv3/app-settings.js b/src/server/routes/apiv3/app-settings.js @@ -81,6 +81,11 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
* secretKey:
* type: String
* description: secret key for authentification of AWS
+ * PluginSettingParams:
+ * type: object
+ * isEnabledPlugins:
+ * ... | 13 |
diff --git a/app/views/audit.scala.html b/app/views/audit.scala.html else {
// no street view available in this range.
console.error("Error loading Street View imagery: " + status);
- svl.tracker.push("PanoId_NotFound_Onload", {'Location': JSON.stringify(latLng)});
- // Reload page (May need a better solution than this... | 7 |
diff --git a/renderer/components/Settings/SettingsFieldHelpers.js b/renderer/components/Settings/SettingsFieldHelpers.js @@ -25,15 +25,14 @@ FieldLabel.propTypes = {
export const NumberField = props => (
<Input
- css={`
- text-align: right;
- `}
highlightOnValid={false}
isRequired
+ justifyContent="flex-end"
min="1"
st... | 1 |
diff --git a/packages/bitcore-node/package.json b/packages/bitcore-node/package.json "bitcore-wallet-client": "^8.25.28",
"body-parser": "1.18.3",
"cors": "2.8.4",
- "crypto-rpc": "https://github.com/bitpay/crypto-rpc.git#e7891ae9dc1dc564273119a8bb484cd8f54134fd",
+ "crypto-rpc": "https://github.com/bitpay/crypto-rpc.g... | 3 |
diff --git a/login.js b/login.js @@ -241,6 +241,13 @@ class LoginManager extends EventTarget {
}));
}
+ getAddress() {
+ return loginToken && loginToken.address;
+ }
+ getMnemonic() {
+ return loginToken && loginToken.mnemonic;
+ }
+
getAvatar() {
return userObject && userObject.avatarHash;
}
| 0 |
diff --git a/client/app/dbaas/metrics/dashboard/metrics-dashboard.html b/client/app/dbaas/metrics/dashboard/metrics-dashboard.html <div data-ng-hide="MetricsDashboardCtrl.loading.service && MetricsDashboardCtrl.loading.consumption">
<metrics-chart-pie
legend="'metrics_ddp' | translate "
- text="MetricsDashboardCtrl.usa... | 14 |
diff --git a/util.js b/util.js @@ -401,3 +401,11 @@ export function parseExtents(s) {
return null;
}
}
+
+export function isInIframe {
+ try {
+ return window.self !== window.top;
+ } catch (e) {
+ return true;
+ }
+}
\ No newline at end of file
| 0 |
diff --git a/src/system/dom.js b/src/system/dom.js @@ -52,7 +52,7 @@ export function DOMContentLoaded(fn) {
// bind dom load event if not done yet
if (!readyBound) {
// directly call domReady if document is already "ready"
- if (nodeJS === true || typeof globalThis.document !== "undefined" && globalThis.document.readyS... | 1 |
diff --git a/assets/js/util/i18n.js b/assets/js/util/i18n.js @@ -127,10 +127,18 @@ export const readableLargeNumber = ( number ) => {
/**
* Formats a number with unit using the JS Internationalization Number Format API.
*
+ * In addition to the supported 'style' values of the lower-level `numberFormat` function, this f... | 7 |
diff --git a/samples/csharp_dotnetcore/16.proactive-messages/Controllers/NotifyController.cs b/samples/csharp_dotnetcore/16.proactive-messages/Controllers/NotifyController.cs @@ -47,8 +47,6 @@ public async Task<IActionResult> Get()
private async Task BotCallback(ITurnContext turnContext, CancellationToken cancellationT... | 2 |
diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js @@ -278,7 +278,6 @@ module.exports = {
pattern: {
valType: 'enumerated',
- // TODO could add '%H:%M:%S'
values: ['day of week', 'hour', ''],
dflt: '',
role: 'info',
@@ -287,8 +286,6 @@ module.exports = {
'Determines a patte... | 2 |
diff --git a/test/server/cards/09.5-aCF/UnifiedCompany.spec.js b/test/server/cards/09.5-aCF/UnifiedCompany.spec.js @@ -34,12 +34,14 @@ describe('Unified Company', function() {
it('should trigger once the character wins a conflict and the controller has less cards in hand', function() {
this.noMoreActions();
expect(this... | 3 |
diff --git a/articles/libraries/custom-signup.md b/articles/libraries/custom-signup.md @@ -7,6 +7,14 @@ description: How to customize the user sign-up form with additional fields using
In some cases, you may want to customize the user sign up form with more fields other than email and password.
+:::panel-info
+Auth0 of... | 0 |
diff --git a/server/src/classes/longRangeComm.js b/server/src/classes/longRangeComm.js @@ -100,7 +100,7 @@ export default class LongRangeComm extends System {
);
if (hasCommReview) {
// Get the last message and make it approved.
- this.messages[this.messages.length].approveMessage();
+ this.messages[this.messages.lengt... | 1 |
diff --git a/lib/Chunk.js b/lib/Chunk.js @@ -207,14 +207,15 @@ class Chunk {
other.blocks.forEach(b => {
b.chunks = b.chunks ? b.chunks.map(c => {
return c === other ? this : c;
- }, this) : [this];
+ }) : [this];
b.chunkReason = reason;
this.addBlock(b);
- }, this);
+ });
other.blocks.length = 0;
+
other.origins.forEa... | 2 |
diff --git a/assets/js/components/notifications/CoreSiteBannerNotifications.stories.js b/assets/js/components/notifications/CoreSiteBannerNotifications.stories.js @@ -30,8 +30,6 @@ const Template = ( { setupRegistry } ) => (
</WithRegistrySetup>
);
-const delay = 1000; // Needed for fonts to render properly.
-
const no... | 2 |
diff --git a/src/resources/texture-atlas.js b/src/resources/texture-atlas.js @@ -114,6 +114,11 @@ class TextureAtlasHandler {
}
patch(asset, assets) {
+ // during editor update the underlying texture is temporarily null. just return in that case.
+ if (!asset.resource) {
+ return;
+ }
+
if (asset.resource.__data) {
// ... | 9 |
diff --git a/experimental/common-expression-language/prebuilt-functions.md b/experimental/common-expression-language/prebuilt-functions.md @@ -49,7 +49,7 @@ or you can browse the functions based on [alphabetical order](#alphabetical-list
|[where](#where) | Filter on each element and return the new collection of filtere... | 0 |
diff --git a/dual-contouring.js b/dual-contouring.js @@ -26,14 +26,18 @@ w.free = address => {
};
let chunkSize = defaultChunkSize;
-let inst = null;
+// let inst = null;
w.initialize = (newChunkSize, seed) => {
Module._initialize(newChunkSize, seed);
chunkSize = newChunkSize;
- inst = Module._createInstance();
+ // in... | 0 |
diff --git a/token-metadata/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/metadata.json b/token-metadata/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/metadata.json "symbol": "DEXG",
"address": "0xB81D70802a816B5DacBA06D708B5acF19DcD436D",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/home.scn b/home.scn "position": [0, 0, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
- "start_url": "https://avaer.github.io/camera/index.js"
+ "start_url": "https://avaer.github.io/planet/index.js"
+ },
+ {
+ "name": "land",
+ "position": [-20, 2, 0],
+ "quaternion": [0, 0, 0, 1],
+ "scale": [1, 1, ... | 0 |
diff --git a/articles/multifactor-authentication/developer/mfa-from-id-token.md b/articles/multifactor-authentication/developer/mfa-from-id-token.md @@ -30,7 +30,7 @@ jwt.verify(id_token, AUTH0_CLIENT_SECRET, { algorithms: ['HS256'] }, function(er
});
```
-## Further reading
+## Keep reading
::: next-steps
* [Auth0 id_... | 10 |
diff --git a/scripts/test-mem.js b/scripts/test-mem.js -/*global process*/
-/*eslint no-console:0, no-sync:0*/
+/* global process setImmediate */
-'use strict';
-
-const {after, of} = require('..');
-const log = require('util').log;
-const sync = process.argv[2] === 'sync';
-const id = x => x;
-const spawn = (sync ? x ... | 7 |
diff --git a/accessibility-checker-engine/help-v4/en-US/html_lang_valid.html b/accessibility-checker-engine/help-v4/en-US/html_lang_valid.html ### Why is this important?
-When language attributes are used to identify the language of a page or specific content within a page, the attribute values must conform to [BCP 47]... | 2 |
diff --git a/components/csv/csv.js b/components/csv/csv.js @@ -48,6 +48,11 @@ class Csv extends React.Component {
error: null,
encoding: null
}
+
+ this.handleFileDrop = this.handleFileDrop.bind(this)
+ this.parseFile = this.parseFile.bind(this)
+ this.handleAddColumn = this.handleAddColumn.bind(this)
+ this.handleRemo... | 7 |
diff --git a/README.md b/README.md -# Wappalyzer [](https://travis-ci.org/AliasIO/Wappalyzer/) [](https://scrutinizer-ci.com/g/AliasIO/Wappalyzer/?branch=master... | 1 |
diff --git a/README.md b/README.md -
+
[ :
const { firebase: firebaseConfig } = config;
const { eligibility } = serviceData;
- if (env === ENV.LOCAL || env === ENV.STAGE) {
- return false;
- ... | 11 |
diff --git a/lib/sandbox.js b/lib/sandbox.js @@ -1292,10 +1292,14 @@ function sandBox(script, name, verbose, debug, context) {
if ((typeof pattern === 'string' && pattern[0] === '{') || (typeof pattern === 'object' && pattern.period)) {
sandbox.verbose && sandbox.log(`schedule(wizard=${typeof pattern === 'object' ? JSO... | 13 |
diff --git a/packages/spark-extras/package.json b/packages/spark-extras/package.json "@sparkdesignsystem/spark-highlight-board": "^1.0.0-beta.2",
"chai": "^4.1.2",
"jsdom": "^11.11.0",
- "nyc": "^11.9.0"
+ "nyc": "^11.9.0",
+ "object-fit-images": "^3.2.3"
},
"devDependencies": {
"babel": "^6.23.0",
| 3 |
diff --git a/resource/js/components/PageEditor/Editor.js b/resource/js/components/PageEditor/Editor.js @@ -2,8 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import urljoin from 'url-join';
-const loadScripts = require('simple-load-script').all;
-const loadCss = require('load-css-file');
+const ... | 4 |
diff --git a/readme.md b/readme.md ## Piston
-Piston is the underlying engine for running untrusted and possibly malicious code that originates
-from from EMKC contests and challenges. It's also used in the Engineer Man Discord server via
+Piston is the underlying engine for running untrusted and possibly malicious cod... | 1 |
diff --git a/semantics-3.0/Semantics.hs b/semantics-3.0/Semantics.hs @@ -372,7 +372,7 @@ data ApplyAllResult = ApplyAllSuccess [ReduceWarning] [Payment] State Contract
-- | Apply a list of Inputs to the contract
applyAllInputs :: Environment -> State -> Contract -> [Input] -> ApplyAllResult
applyAllInputs env state con... | 10 |
diff --git a/src/components/preview.js b/src/components/preview.js @@ -53,10 +53,10 @@ export default class Preview extends React.Component {
} else {
return <div className='emoji-mart-preview'>
<div className='emoji-mart-preview-emoji'>
- <Emoji
+ {idleEmoji.length > 0 && <Emoji
emoji={idleEmoji}
{...emojiProps}
- />
... | 11 |
diff --git a/lib/createTopLevelExpect.js b/lib/createTopLevelExpect.js @@ -1444,7 +1444,11 @@ expectPrototype._executeExpect = function(
}
if (assertionRule.expect && assertionRule.expect !== this._topLevelExpect) {
- return assertionRule.expect(subject, testDescriptionString, ...args);
+ return assertionRule.expect._e... | 4 |
diff --git a/token-metadata/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/metadata.json b/token-metadata/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/metadata.json "symbol": "BAS",
"address": "0xa7ED29B253D8B4E3109ce07c80fc570f81B63696",
"decimals": 18,
- "dharmaVerificationStatus": "UNVERIFIED"
+ "dharmaVerificationStatus"... | 3 |
diff --git a/.github/workflows/azure-static-web-apps-happy-mud-02d95f10f.yml b/.github/workflows/azure-static-web-apps-happy-mud-02d95f10f.yml @@ -18,7 +18,7 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
- azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_WAVE_0D1A... | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.