code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/lib/wallet/GoodWallet.js b/src/lib/wallet/GoodWallet.js @@ -52,11 +52,47 @@ export class GoodWallet {
accounts: Array<string>
networkId: number
gasPrice: number
+ subscribers: any
constructor() {
this.init()
}
+ listenTxUpdates() {
+ this.subscribers = {}
+ this.wallet.eth
+ .getBlockNumber()
+ .then(t... | 0 |
diff --git a/components/core/DataMeterDetailed.js b/components/core/DataMeterDetailed.js @@ -4,9 +4,6 @@ import * as Strings from "~/common/strings";
import { css } from "@emotion/core";
-// NOTE(jim): Consolidate if used elsewhere on the client (Not node_common)
-const MAX_IN_BYTES = 10737418240 * 4;
-
const STYLES_CO... | 2 |
diff --git a/src/index.js b/src/index.js @@ -79,7 +79,7 @@ export default class TronWeb extends EventEmitter {
if (privateKey)
this.setPrivateKey(privateKey);
- this.fullnodeVersion = '3.5.x';
+ this.fullnodeVersion = '3.5';
this.injectPromise = utils.promiseInjector(this);
}
| 12 |
diff --git a/components/maplibre/ban-map/popups.js b/components/maplibre/ban-map/popups.js import PropTypes from 'prop-types'
+import Image from 'next/image'
import colors from '@/styles/colors'
@@ -7,13 +8,49 @@ import ParcellesList from '@/components/base-adresse-nationale/parcelles-list'
import {sources} from './lay... | 9 |
diff --git a/Projects/Algorithmic-Trading/TS/Bot-Modules/Trading-Bot/Low-Frequency-Trading/APIs/ExchangeAPI.js b/Projects/Algorithmic-Trading/TS/Bot-Modules/Trading-Bot/Low-Frequency-Trading/APIs/ExchangeAPI.js let secret
let uid
let password
+ let brokerId
let sandBox = TS.projects.foundations.globals.taskConstants.TA... | 12 |
diff --git a/packages/inertia/src/url.ts b/packages/inertia/src/url.ts @@ -8,9 +8,20 @@ export function hrefToUrl(href: string|URL): URL {
export function mergeDataIntoQueryString(
method: Method,
- url: URL,
+ href: URL|string,
data: Record<string, FormDataConvertible>,
-): [URL, Record<string, FormDataConvertible>] {... | 7 |
diff --git a/rig.js b/rig.js @@ -242,6 +242,18 @@ class RigManager {
}
}
+ setPeerAvatarUrl(peerId, avatarUrl) {
+ const peerRig = this.peerRigs.get(peerId);
+ if (peerRig) {
+ if (peerRig.app.contentId !== avatarUrl) {
+ throw new Error('do not know how to set change avatar url yet');
+ // debugger;
+ }
+ } else {
+ c... | 0 |
diff --git a/src/encoded/static/components/award.js b/src/encoded/static/components/award.js @@ -859,7 +859,8 @@ class CumulativeGraph extends React.Component {
}],
},
options: {
- maintainAspectRatio: true,
+ responsive: true,
+ maintainAspectRatio: false,
legend: {
display: false,
labels: {
@@ -923,6 +924,7 @@ class ... | 0 |
diff --git a/assets/js/googlesitekit/widgets/components/WidgetAreaRenderer.js b/assets/js/googlesitekit/widgets/components/WidgetAreaRenderer.js @@ -131,8 +131,6 @@ export default function WidgetAreaRenderer( { slug, totalAreas } ) {
</Row>
</div>
- { inactiveWidgets.length &&
- (
<div className="googlesitekit-widget-a... | 2 |
diff --git a/test/e2e/support/helpers.js b/test/e2e/support/helpers.js @@ -352,10 +352,10 @@ function environmentIs (...conditions) {
return false;
}
-function getValue (attribute) {
+function getValue (selector) {
if (environmentIs(DEVICES.ANDROID)) {
- return attribute.getProperty('value');
+ return selector.getPrope... | 10 |
diff --git a/lib/assets/core/test/spec/cartodb3/deep-insights-integrations.spec.js b/lib/assets/core/test/spec/cartodb3/deep-insights-integrations.spec.js @@ -808,6 +808,25 @@ describe('deep-insights-integrations/dii', function () {
expect(layerDefinitionModel.styleModel.resetPropertiesFromAutoStyle).toHaveBeenCalled()... | 3 |
diff --git a/templates/export/resources.js b/templates/export/resources.js @@ -109,7 +109,7 @@ module.exports = Object.assign(
"Environment": {
"Variables": {
outputBucket: {"Ref": "ExportBucket"},
- s3Prefix: "connect/",
+ s3Prefix: "genesys/",
accountId: {"Ref": "AWS::AccountId"},
region: {"Ref": "AWS::Region"},
LexV... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -24544,7 +24544,7 @@ var $$IMU_EXPORT$$;
imu: theobj
}
}, function() {
- popups_active = true;
+ //popups_active = true;
});
return;
}
@@ -25545,6 +25545,8 @@ var $$IMU_EXPORT$$;
if (ret === false) {
event.preventDefault();
+ event.stopImmediatePropagation();
+ ev... | 1 |
diff --git a/_data/conferences.yml b/_data/conferences.yml note: Mandatory abstract deadline on May 21, 2021
- title: WACV
- year: 2022
- id: wacv22
- link: http://wacv2022.thecvf.com/
- deadline: '2021-06-02 23:59:59'
+ year: 2023
+ id: wacv23
+ link: http://wacv2023.thecvf.com/
+ deadline: '2021-07-13 11:59:59'
timez... | 3 |
diff --git a/shared/styles/mixins.scss b/shared/styles/mixins.scss $unitless-min: strip-unit($min-size);
$unitless-size: strip-unit($size);
+ $baseline: strip-unit($min-mobile);
- $baseline: $min-mobile;
- $font-multiplier: (($unitless-size - $unitless-min) / (strip-unit($limit) - strip-unit($baseline)));
- $font-basel... | 10 |
diff --git a/js/feature/mergedTrack.js b/js/feature/mergedTrack.js @@ -49,6 +49,8 @@ const MergedTrack = extend(TrackBase, function (config, browser) {
if (!tconf.type) inferTrackTypes(tconf);
tconf.isMergedTrack = true;
+ tconf.height = config.height;
+
var t = browser.createTrack(tconf);
if (t) {
| 11 |
diff --git a/whydJS/app/models/email.js b/whydJS/app/models/email.js @@ -15,7 +15,6 @@ var emailImpl = require("./" + emailModule);
// http://www.regular-expressions.info/email.html
var emailCheck = /^[a-z0-9\u007F-\uffff!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9\u007F-\uffff!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-... | 13 |
diff --git a/readme.md b/readme.md @@ -42,7 +42,7 @@ To use the samples clone this GitHub repository using Git.
| Sample Name | Description | .NET CORE | NodeJS | .NET Web API | JS (es6) | Typescript |
|-----------------------|--------------------------------------------------------------------------------|------------... | 2 |
diff --git a/articles/connections/database/password-change.md b/articles/connections/database/password-change.md @@ -107,11 +107,7 @@ The Management API v2 provides an additional endpoint, [Generate a password rese
:::
-In the Classic Experience you can [configure a url](/email/templates#redirect-to-results-for-the-cha... | 2 |
diff --git a/src/TrackpadSwipeMixin.js b/src/TrackpadSwipeMixin.js @@ -167,6 +167,11 @@ function handleWheel(element, event) {
return true;
}
+ if (eventAxis !== swipeAxis) {
+ // Move wasn't along the axis we care about, ignore it.
+ return false;
+ }
+
if (!cast[postGestureDelayCompleteKey]) {
// It's too soon after ... | 8 |
diff --git a/functions/kubernetes/k8sJobSubmit.js b/functions/kubernetes/k8sJobSubmit.js @@ -128,7 +128,7 @@ var submitK8sJob = async(kubeconfig, jobArr, taskIdArr, contextArr, customParams
if (process.env.HF_VAR_K8S_TEST=="1") {
console.log(JSON.stringify(jobYaml, null, 4));
console.log(JSON.stringify(jobMessages, nul... | 1 |
diff --git a/app/models/data_import.rb b/app/models/data_import.rb @@ -212,6 +212,7 @@ class DataImport < Sequel::Model
raise CartoDB::QuotaExceeded, 'More tables required'
end
+ # TODO: move to new model
def mark_as_failed_if_stuck!
return false unless stuck?
@@ -314,13 +315,6 @@ class DataImport < Sequel::Model
self
... | 2 |
diff --git a/src/components/splash/Splash.js b/src/components/splash/Splash.js @@ -13,9 +13,9 @@ Image.prefetch(goodDollarImage)
Image.prefetch(wavePattern)
const Splash = () => (
- <Wrapper style={styles.container}>
<Wrapper style={styles.wrapper}>
- <Section style={styles.content} grow justifyContent="space-between">... | 14 |
diff --git a/src/client/js/components/PageEditor/HandsontableModal.jsx b/src/client/js/components/PageEditor/HandsontableModal.jsx @@ -92,7 +92,7 @@ export default class HandsontableModal extends React.Component {
</Navbar.Form>
</Navbar>
<div className="p-4">
- <HotTable data={this.state.markdownTable.data} settings={... | 4 |
diff --git a/app/src/views/AdminView.js b/app/src/views/AdminView.js @@ -4,8 +4,6 @@ import fetch from '../util/fetch';
import onboardingTopics from '../static-data/onboarding-topics';
import { Link } from 'react-router-dom';
-let interests = onboardingTopics['Interests'];
-
class AdminView extends React.Component {
co... | 4 |
diff --git a/src/journeys_utils.js b/src/journeys_utils.js @@ -586,7 +586,7 @@ journeys_utils.setJourneyLinkData = function(html) {
var src = match[1];
var linkData = safejson.parse(src);
if (linkData) {
- var journeyLinkDataPropertiesToFilterOut = ['browser_fingerprint_id', 'app_id', 'source', 'open_app'];
+ var journ... | 2 |
diff --git a/src/patterns/components/toggle/collection.yaml b/src/patterns/components/toggle/collection.yaml @@ -2,19 +2,19 @@ description: |
A simple way of showing, hiding and breaking down lengthy content. This component has a clickable or tappable
link that shows or hides a block of content underneath it.
informati... | 3 |
diff --git a/circle.yml b/circle.yml @@ -40,7 +40,7 @@ jobs:
- run: ./_buildscripts/build-swagger.sh
- run: bundle exec jekyll build
- run: cp -r ./github ./_site/
- - run: bundle exec htmlproofer ./_site --assume-extension --check-html --allow-hash-href --empty-alt-ignore --only-4xx --disable-external
+ #- run: bundle... | 8 |
diff --git a/src/commands/sites/create.js b/src/commands/sites/create.js @@ -18,7 +18,27 @@ class SitesCreateCommand extends Command {
const accounts = await api.listAccountsForUser()
+ let accountSlug = flags['account-slug']
+ if (!accountSlug) {
+ const results = await inquirer.prompt([
+ {
+ type: 'list',
+ name: 'a... | 11 |
diff --git a/common/deck_validation.js b/common/deck_validation.js @@ -6,7 +6,7 @@ const TEXT_QUESTION_MAX_LENGTH = 400;
const DESCRIPTION_MAX_LENGTH = 500;
const ANSWERS_TOTAL_MAX_LENGTH = 200;
const COMMENT_MAX_LENGTH = 600;
-const MAX_CARDS = 20000;
+const MAX_CARDS = 10000;
const NON_LINE_ERROR_LINE = -1;
const SHO... | 12 |
diff --git a/src/core/Core.test.js b/src/core/Core.test.js @@ -843,6 +843,31 @@ describe('src/Core', () => {
})
describe('removeUpload', () => {
- xit('should remove all files from the specified upload', () => {})
+ it('should remove all files from the specified upload', () => {
+ // this uploader will run once the upl... | 2 |
diff --git a/src/scripts/interactive-video.js b/src/scripts/interactive-video.js @@ -919,8 +919,7 @@ InteractiveVideo.prototype.addBookmarks = function () {
*/
InteractiveVideo.prototype.toggleBookmarksChooser = function (show = false, firstPlay = false) {
if (this.controls.$bookmarksButton) {
- show = (show === undefi... | 1 |
diff --git a/app/webpack/projects/form/components/shared_form.jsx b/app/webpack/projects/form/components/shared_form.jsx @@ -263,6 +263,7 @@ class SharedForm extends React.Component {
<Row className="project-type">
<Col xs={12}>
<h2>{ I18n.t( "views.projects.project_type" ) }</h2>
+ <label className="inline checkboxrad... | 1 |
diff --git a/articles/libraries/lock-ios/v2/index.md b/articles/libraries/lock-ios/v2/index.md @@ -73,7 +73,9 @@ It is strongly encouraged that this SDK be used in OIDC Conformant mode. When th
}
```
-For more information, please see the [OIDC adoption guide](/api-auth/tutorials/adoption).
+::: note
+For more informati... | 0 |
diff --git a/userscript.user.js b/userscript.user.js @@ -11618,6 +11618,77 @@ var $$IMU_EXPORT$$;
return null;
};
+ var find_postid_from_el = function(el) {
+ var currentel = el;
+
+ while ((currentel = currentel.parentElement)) {
+ var id = currentel.getAttribute("id");
+ if (!id)
+ continue;
+
+ var match = id.match(... | 7 |
diff --git a/assets/js/googlesitekit/widgets/components/WidgetNull.js b/assets/js/googlesitekit/widgets/components/WidgetNull.js @@ -29,7 +29,7 @@ import Null from '../../../components/Null';
// The supported props must match `Null` (except `widgetSlug`).
export default function WidgetNull( { widgetSlug } ) {
- useWidg... | 2 |
diff --git a/common/state.js b/common/state.js -const STATIC_ADDRESS_TYPE_MAP = {
- bls: "BLS",
- secp256k1: "SECP256K1",
- multisig: "MULTISIG",
-};
-
-const transformAddresses = (addrsList, info) => {
- const balanceMap = {};
- info.balancesList.forEach((b) => {
- balanceMap[b.addr.addr] = b.balance;
- });
-
- return... | 2 |
diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js */
var RevealNotes = (function() {
+ var notesPopup = null;
+
function openNotes( notesFilePath ) {
+ if (notesPopup && !notesPopup.closed) {
+ notesPopup.focus();
+ return;
+ }
+
if( !notesFilePath ) {
var jsFileLocation = document.querySelector('script[src$="... | 9 |
diff --git a/packages/laconia-core/src/handler.js b/packages/laconia-core/src/handler.js -module.exports = handler => (event, context, callback) => {
+module.exports = fn => (event, context, callback) => {
const laconiaContext = { event, context };
return Promise.resolve()
- .then(_ => handler(laconiaContext))
+ .then(... | 10 |
diff --git a/packages/app-project/src/shared/components/SubjectSetPicker/components/SubjectSetCard/SubjectSetCard.js b/packages/app-project/src/shared/components/SubjectSetPicker/components/SubjectSetCard/SubjectSetCard.js @@ -17,7 +17,7 @@ const PossiblyTransparentBox = styled(Box)`
Summary card for a subject set, sho... | 12 |
diff --git a/lib/client.js b/lib/client.js @@ -501,13 +501,16 @@ Request.prototype.accept = function(type){
* Set Authorization field value with `user` and `pass`.
*
* @param {String} user
- * @param {String} pass
- * @param {Object} options with 'type' property 'auto' or 'basic' (default 'basic')
+ * @param {String} [... | 0 |
diff --git a/README.md b/README.md @@ -81,7 +81,7 @@ Finally, existing bundlers are built around string loaders/transforms, where the
`parcel` transforms a tree of assets to a tree of bundles. Many other bundlers are fundamentally based around JavaScript assets, with other formats tacked on - for example, by default in... | 1 |
diff --git a/src/middleware/packages/activitypub/services/object.js b/src/middleware/packages/activitypub/services/object.js const DbService = require('moleculer-db');
+const urlJoin = require('url-join');
const { TripleStoreAdapter } = require('@semapps/ldp');
+const { OBJECT_TYPES } = require('../constants');
const O... | 9 |
diff --git a/apps/golfview/index.html b/apps/golfview/index.html <body>
<p id="status">No course</p>
- <button id="upload" class="btn btn-primary" disabled="true">Upload</button>
+ <div>
+ <button id="upload" class="btn btn-primary" disabled="true">Upload to Device</button>
+ <button id="download" class="btn btn-primar... | 4 |
diff --git a/src/components/accordion/_accordion.scss b/src/components/accordion/_accordion.scss cursor: pointer;
-webkit-appearance: none;
+ @include govuk-not-ie8 {
+ // Ensure the default focus styles are not shown for buttons
+ &:focus {
+ outline: none;
+ background: none;
+ }
+ }
+
@include govuk-if-ie8 {
&:focus... | 9 |
diff --git a/server/caas/registration/api.js b/server/caas/registration/api.js @@ -44,7 +44,7 @@ module.exports = function(app/*, options*/) {
});
});
}
- });
+ }, res);
});
@@ -388,7 +388,8 @@ module.exports = function(app/*, options*/) {
}
- function checkExistingAccount(email, cb) {
+ function checkExistingAccount(e... | 1 |
diff --git a/outbound/hmail.js b/outbound/hmail.js @@ -1038,12 +1038,12 @@ class HMailItem extends events.EventEmitter {
"\r": '#10',
"\n": '#13'
};
- const escape_pattern = new RegExp('[' + Object.keys(escaped_chars).join() + ']', 'g');
+ const escape_pattern = new RegExp(`[${Object.keys(escaped_chars).join()}]`, 'g')... | 14 |
diff --git a/app/models/carto/api_key.rb b/app/models/carto/api_key.rb @@ -108,9 +108,9 @@ module Carto
REDIS_KEY_PREFIX = 'api_keys:'.freeze
def process_granted_apis
- apis = grants.find { |v| v[:type] == 'apis' }[:apis]
+ apis = grants.find { |v| v[:type] == 'apis' }
raise UnprocesableEntityError.new('apis array is n... | 9 |
diff --git a/src/plots/plots.js b/src/plots/plots.js @@ -1960,7 +1960,19 @@ plots.doAutoMargin = function(gd) {
} else {
fullLayout._redrawFromAutoMarginCount = 1;
}
+
+ // Always allow at least one redraw and give each margin-push
+ // call 3 loops to converge. Of course, for most cases this way too many,
+ // but let... | 0 |
diff --git a/app/controllers/api/database.php b/app/controllers/api/database.php @@ -1115,7 +1115,7 @@ App::post('/v1/database/collections/:collectionId/documents')
$usage
->setParam('database.documents.create', 1)
- ->setParam('database.collections.' . $collectionId . '.documents.create', 1)
+ ->setParam('collectionId... | 12 |
diff --git a/lib/dependencies/HarmonyDetectionParserPlugin.js b/lib/dependencies/HarmonyDetectionParserPlugin.js @@ -13,9 +13,11 @@ module.exports = class HarmonyDetectionParserPlugin {
const isStrictHarmony = parser.state.module.type === "javascript/esm";
const isHarmony =
isStrictHarmony ||
- ast.body.some(statement ... | 4 |
diff --git a/generators/client/templates/angular/src/main/webapp/app/admin/user-management/_user-management.component.ts b/generators/client/templates/angular/src/main/webapp/app/admin/user-management/_user-management.component.ts @@ -129,17 +129,9 @@ export class UserMgmtComponent implements OnInit, OnDestroy {
<%_ } ... | 2 |
diff --git a/src/client/js/components/Admin/ImportData/GrowiZipImportItem.jsx b/src/client/js/components/Admin/ImportData/GrowiZipImportItem.jsx @@ -114,7 +114,7 @@ export default class GrowiZipImportItem extends React.Component {
{ ['insert', 'upsert', 'flushAndInsert'].map((mode) => {
return (
<li key={`buttonMode_${... | 7 |
diff --git a/src/lib.js b/src/lib.js @@ -1040,7 +1040,10 @@ module.exports = {
pet.rarity = pet.tier.toLowerCase();
pet.level = getPetLevel(pet);
- const petData = constants.pet_data[pet.type]
+ const petData = constants.pet_data[pet.type];
+
+ if(!petData)
+ continue;
pet.texture_path = petData.head;
| 8 |
diff --git a/packages/vue-cli-plugin-hbuilderx/module-alias.js b/packages/vue-cli-plugin-hbuilderx/module-alias.js @@ -17,6 +17,8 @@ moduleAlias.addAlias('@vue/component-compiler-utils/package.json', require.resol
'@dcloudio/vue-cli-plugin-uni/packages/@vue/component-compiler-utils/package.json'))
if (isInHBuilderX) {
... | 13 |
diff --git a/token-metadata/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/metadata.json b/token-metadata/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/metadata.json "symbol": "DOCK",
"address": "0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/src/compiler/test-file/formats/typescript/compiler.js b/src/compiler/test-file/formats/typescript/compiler.js @@ -21,7 +21,8 @@ export default class TypeScriptTestFileCompiler extends APIBasedTestFileCompiler
lib: ['lib.es6.d.ts'],
baseUrl: __dirname,
paths: { testcafe: ['../../../../../ts-defs/index.d.ts'... | 0 |
diff --git a/assets/scss/main.scss b/assets/scss/main.scss @@ -241,7 +241,8 @@ body {
p, ul, ol, pre, hr, figure { margin: 20px auto; }
img {
border-radius: 2px;
- box-shadow: 0 0 30px transparentize(black, .9);
+ filter: drop-shadow(0 0 10px transparentize(black, 0.9));
+ -webkit-filter: drop-shadow(0 0 10px transpare... | 7 |
diff --git a/lib/global-admin/addon/security/roles/index/controller.js b/lib/global-admin/addon/security/roles/index/controller.js @@ -46,10 +46,6 @@ export default Controller.extend({
headers: null,
showOnlyDefaults: false,
- _showOnlyDefaults: observer('showOnlyDefaults', function() {
- this.send('changeView', get(th... | 2 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -209,6 +209,7 @@ jobs:
- image: circleci/node:10.15.3-browsers
# Secondary container image on common network which runs the testnet
- image: lunieio/testnet:v0.34.3
+ working_directory: *WORKSPACE
steps:
- run:
name: Avoid hosts unknown for github
| 12 |
diff --git a/README.md b/README.md @@ -144,10 +144,10 @@ Name |type | Reason
------------------|-----------------|-------------------
`unslick` | method | same functionality can be achieved with `unslick` prop
`slickSetOption` | method | same functionality can be achieved via props and managing state for them in wrappe... | 0 |
diff --git a/src/blockchain/Managers.js b/src/blockchain/Managers.js @@ -198,6 +198,7 @@ class Managers {
// we make the assumption that if there is a plugin, then the project is a milestone, otherwise it is a campaign
return this.liquidPledging.getNoteManager(projectId)
.then(project => {
+ console.log(project);
retur... | 12 |
diff --git a/token-metadata/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/metadata.json b/token-metadata/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/metadata.json "symbol": "TST",
"address": "0xf67041758D3B6e56D6fDafA5B32038302C3634DA",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/Router.svelte b/src/Router.svelte import Route from "./Route.svelte";
import init from "./navigator.js";
import { routes } from "generatedRoutes.js";
+ export let scoped
let components, route;
init(routes, update => ({ components, route } = update));
</script>
-<Route {components} {route} {routes} {url... | 11 |
diff --git a/scene.js b/scene.js @@ -302,7 +302,11 @@ class Scene {
this.globalState = glState;
// Transform
+ if (gltf.nodes[0].matrix) {
+ this.transform = mat4.clone(gltf.nodes[0].matrix);
+ } else {
this.transform = mat4.create();
+ }
var scale = gltf.nodes[0].scale;
var translate = gltf.nodes[0].translation;
if (s... | 4 |
diff --git a/package.json b/package.json "react-dom": "^16.6.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
+ "redux-devtools-extension": "^2.13.2",
"request": "^2.88.0",
"sass-loader": "^7.1.0",
"status-indicator": "^1.0.9",
"postcss-nested": "^4.1.0",
"postcss-pxtorem": "^4.0.1",
"react-json-view": "^1.19.1",
- "red... | 5 |
diff --git a/packages/create-snowpack-app/README.md b/packages/create-snowpack-app/README.md @@ -22,6 +22,7 @@ npx create-snowpack-app new-dir --template @snowpack/app-template-NAME [--use-ya
- [11st-Starter-Kit](https://github.com/stefanfrede/11st-starter-kit) (11ty +
Snowpack + tailwindcss)
- [app-template-reason-rea... | 0 |
diff --git a/src/gml/GmlAPI.hx b/src/gml/GmlAPI.hx @@ -7,6 +7,7 @@ import tools.Dictionary;
import ace.AceWrap;
import tools.NativeString;
using tools.ERegTools;
+using StringTools;
/**
* ...
@@ -32,6 +33,7 @@ class GmlAPI {
//
public static var helpLookup:Dictionary<String> = null;
public static var helpURL:String = n... | 14 |
diff --git a/articles/appliance/monitoring/index.md b/articles/appliance/monitoring/index.md @@ -11,6 +11,7 @@ In addition to providing tools for monitoring your PSaaS Appliance, Auth0 provid
Your options include:
* **Instrumentation**: If [Instrumentation](/appliance/instrumentation) has been enabled for your PSaaS Ap... | 0 |
diff --git a/token-metadata/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/metadata.json b/token-metadata/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/metadata.json "symbol": "HYDRO",
"address": "0xEBBdf302c940c6bfd49C6b165f457fdb324649bc",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/source/datastore/store/Store.js b/source/datastore/store/Store.js @@ -353,8 +353,9 @@ const Store = Class({
addAccount ( accountId, data ) {
const _accounts = this._accounts;
- if ( !_accounts[ accountId ] ) {
- _accounts[ accountId ] = {
+ let account = _accounts[ accountId ];
+ if ( !account ) {
+ accoun... | 11 |
diff --git a/articles/users/search/v3/index.md b/articles/users/search/v3/index.md @@ -182,7 +182,6 @@ The user search engine v2 has been deprecated as of **June 6th 2018** and will b
* User fields are not tokenized like in v2, so `user_id:auth0` will not match a `user_id` with value `auth0|12345`, instead, use `user_i... | 2 |
diff --git a/main.go b/main.go @@ -2,9 +2,9 @@ package main
import (
"github.com/gorilla/handlers"
+ "github.com/reportportal/commons-go/commons"
"github.com/reportportal/commons-go/conf"
"github.com/reportportal/commons-go/server"
- "github.com/reportportal/commons-go/commons"
"goji.io"
"goji.io/pat"
"log"
@@ -30,9 +3... | 9 |
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs:
- name: Build Relay
working-directory: ./relay
run: |
- npm install && npm run build && docker build -t sphinxlightning/sphinx-relay-test .
+ npm install && npm run build && docker build -t sphinxlightning/sphin... | 3 |
diff --git a/src/mode/fdm/prepare.js b/src/mode/fdm/prepare.js layerout.appendAll(tmpout);
lastOut = slice;
lastExt = lastOut.ext
- if (layerRetract) {
+ if (layerRetract && layerout.length) {
layerout.last().retract = true;
}
}
| 1 |
diff --git a/_includes/landscape/mesh-timeline.html b/_includes/landscape/mesh-timeline.html height: 1880px;
}
.up-arrow {
- left: 48.2%;
+ left: 47.7%;
position: relative;
bottom: 23px;
border-left: 25px solid transparent;
position: absolute;
width: 25px;
height: 25px;
- right: -22px;
+ right: -18px;
background-color:... | 1 |
diff --git a/Source/Core/barycentricCoordinates.js b/Source/Core/barycentricCoordinates.js define([
'./Cartesian2',
'./Cartesian3',
- './defined',
- './DeveloperError'
+ './Check',
+ './defined'
], function(
Cartesian2,
Cartesian3,
- defined,
- DeveloperError) {
+ Check,
+ defined ) {
'use strict';
var scratchCartesian... | 14 |
diff --git a/app/addons/databases/actions.js b/app/addons/databases/actions.js // the License.
import app from "../../app";
import FauxtonAPI from "../../core/api";
+import { get } from "../../core/ajax";
import Stores from "./stores";
import ActionTypes from "./actiontypes";
import Resources from "./resources";
@@ -26... | 2 |
diff --git a/src/query/panelComponent.html b/src/query/panelComponent.html data-toggle="tooltip"
title="{{'While active, click on the map multiple times to draw a polygon, which will issue a query using it' | translate}}"
class="btn btn-default"
- ng-class="{active: qpCtrl.ngeoQueryModeSelector.mode === 'drawpolygon'}"... | 10 |
diff --git a/src/components/dashboard/FeedItems/EventCounterParty.js b/src/components/dashboard/FeedItems/EventCounterParty.js @@ -6,14 +6,10 @@ import { withStyles } from '../../../lib/styles'
const EventCounterParty = ({ feedItem, styles, style }) => {
const direction =
feedItem.type === 'send' ? 'To:' : ['claim', 'r... | 2 |
diff --git a/edit.js b/edit.js @@ -1127,11 +1127,6 @@ const _makeChunkMesh = (seedString, subparcels, parcelSize, subparcelSize) => {
buildMeshClone.build = build;
buildMeshClone.meshId = ++nextMeshId;
buildMeshClone.buildMeshType = buildMesh.buildMeshType;
- /* buildMeshClone.hullMesh = buildMesh.hullMesh.clone();
- b... | 2 |
diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ Say thanks!
<td>Instagram<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/instagram.svg" width="125" title="Instagram" /><br>768 Bytes</td>
</tr>
<tr>
-<td>Reddit<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/reddit.svg" width="125" ti... | 3 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -634,7 +634,11 @@ appliance:
- title: Extensions
url: /appliance/extensions
- title: Disaster Recovery
- url: /appliance/geo-ha/disaster-recovery
+ url: /appliance/disaster-recovery
+ children:
+ - title: Roles and Responsibilities
+ url: /appliance/disaster-recov... | 0 |
diff --git a/packages/app/src/server/routes/apiv3/in-app-notification.ts b/packages/app/src/server/routes/apiv3/in-app-notification.ts -import { Request, Response } from 'express';
-// import ApiResponse from 'server/util/apiResponse';
-import Crowi from '../../crowi';
-
-// export default (crowi: Crowi) => {
import { ... | 14 |
diff --git a/core/server/api/v3/posts-public.js b/core/server/api/v3/posts-public.js const models = require('../../models');
-const i18n = require('../../../shared/i18n');
+const tpl = require('@tryghost/tpl');
const errors = require('@tryghost/errors');
const allowedIncludes = ['tags', 'authors'];
-
+const messages = ... | 14 |
diff --git a/articles/architecture-scenarios/_includes/_authorization/_introduction.md b/articles/architecture-scenarios/_includes/_authorization/_introduction.md @@ -2,7 +2,7 @@ Let's start by taking a step back and talking about Access Control. There isn't
* **Authentication**: the process of determining if a princip... | 2 |
diff --git a/kotobaweb/src/dashboard/reports/index.jsx b/kotobaweb/src/dashboard/reports/index.jsx @@ -28,7 +28,7 @@ function Scorer({ id, username, discriminator, avatar, points, index }) {
function ScorerAvatarSmall({ discordUser }) {
const uri = avatarUriForAvatar(discordUser.avatar, discordUser.id);
- return <img s... | 7 |
diff --git a/app/scripts/main.mjs b/app/scripts/main.mjs @@ -460,7 +460,7 @@ import { decode } from './qrclient.js'
}
if (useMediaDevices) {
- mediaDevices.getUserMedia(params)
+ navigator.mediaDevices.getUserMedia(params)
.then(selectStream)
.catch(console.error);
}
@@ -489,7 +489,7 @@ import { decode } from './qrclie... | 1 |
diff --git a/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js b/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/aChecker.getCompliance.JSONObjectVerification.test.js @@ -126,7 +126,7 @@ describe("JSON Structure Verifica... | 3 |
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -19,6 +19,11 @@ jobs:
cd android/
bundle install
cd ..
+ - name: Decode sentry.properties file
+ uses: timheuer/base64-to-file@v1
+ with:
+ fileName: "android/sentry.properties"
+ encodedString: ${{ secrets.SENTRY_PROPERTIES_BASE64 }}
- name: R... | 9 |
diff --git a/tests/unit/utils/debounce.spec.js b/tests/unit/utils/debounce.spec.js import { debounce } from '@/utils/utils';
-const sleep = (time) => new Promise(resolve => setTimeout(resolve, time));
-const debounceTime = 10;
-const sleepTime = 15;
-
describe('utils: debounce', () => {
- test('it calls a function only... | 14 |
diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json "pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
"version": "4.0.1",
- "androidVersion": "400000",
+ "androidVersion": "400101",
"_extraCSS": "",
"_enabledExtensions": {
"coinbase": false,
| 3 |
diff --git a/packages/app/src/stores/search.tsx b/packages/app/src/stores/search.tsx @@ -24,12 +24,10 @@ type ISearchConfigurationsFixed = {
includeUserPages: boolean,
}
-export type ISearchConditions = {
- conditions: ISearchConfigurationsFixed & {
+export type ISearchConditions = ISearchConfigurationsFixed & {
keywor... | 7 |
diff --git a/src/feed/SubFeed.js b/src/feed/SubFeed.js @@ -28,7 +28,6 @@ import ScrollToTop from '../components/Utils/ScrollToTop';
authenticated: getIsAuthenticated(state),
loaded: getIsLoaded(state),
user: getAuthenticatedUser(state),
- auth: state.auth,
feed: state.feed,
posts: state.posts,
}),
| 2 |
diff --git a/rig.js b/rig.js @@ -259,14 +259,14 @@ class RigManager {
}
}
- isPeerRig(rig) {
+ /* isPeerRig(rig) {
for (const peerRig of this.peerRigs.values()) {
if (peerRig === rig) {
return true;
}
}
return false;
- }
+ } */
async addPeerRig(peerId) {
const peerRig = new Avatar(null, {
| 2 |
diff --git a/src/plots/cartesian/set_convert.js b/src/plots/cartesian/set_convert.js @@ -301,7 +301,10 @@ module.exports = function setConvert(ax, fullLayout) {
};
}
else if(ax.type === 'multicategory') {
- // ax.d2c = ax.d2l = setMultiCategoryIndex;
+ // N.B. multicategory axes don't define d2c and d2l,
+ // as 'data-... | 0 |
diff --git a/src/core/lib/FileSignatures.mjs b/src/core/lib/FileSignatures.mjs @@ -2914,15 +2914,119 @@ export function extractSQLITE(bytes, offset) {
export function extractPListXML(bytes, offset) {
const stream = new Stream(bytes.slice(offset));
- // Find closing tag (</plist>)
- stream.continueUntil([0x3c, 0x2f, 0x7... | 0 |
diff --git a/lib/devstates.js b/lib/devstates.js @@ -1871,14 +1871,25 @@ const devices = [{
const commonStates = [
states.link_quality,
- states.groups,
];
const groupStates = [].concat(lightStatesWithColor);
+const byZigbeeModel = new Map();
+for (const device of devices) {
+ for (const zigbeeModel of device.models) {... | 8 |
diff --git a/FAQ.md b/FAQ.md @@ -247,7 +247,7 @@ To better support numeric computing, standards bodies can do the following:
1. __64-bit integers__: add support for 64-bit integers. 64-bit integers (both signed and unsigned) are important for the following reasons:
- * __Bit manipulation__. Currently, the only way to m... | 10 |
diff --git a/src/components/webView/webViewInstances.js b/src/components/webView/webViewInstances.js import Config from '../../config/config'
import { createIframe } from './iframe.web'
-export const PrivacyPolicyAndTerms = createIframe(
- `https://community.gooddollar.org/${Config.isEToro ? 'pilot-terms' : 'tou'}/`,
-... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.