code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/lambda/export/test/automateSyncTest.js b/lambda/export/test/automateSyncTest.js @@ -43,9 +43,9 @@ async function test_create_faq() {
faq_index_id:'e1c23860-e5c8-4409-ae26-b05bd6ced00a',
csv_path:parseJSONparams.output_path,
csv_name:parseJSONparams.csv_name,
- s3_bucket:'qna-dev-dev-dev-master-2-exportbuck... | 3 |
diff --git a/src/actor.js b/src/actor.js @@ -156,12 +156,15 @@ export const getEnv = () => {
};
/**
- * Runs the main user function that performs the job of the actor.
+ * Runs the main user function that performs the job of the actor
+ * and terminates the process when the user function finishes.
*
- * `Apify.main()` ... | 7 |
diff --git a/src/traces/sankey/plot.js b/src/traces/sankey/plot.js @@ -131,8 +131,8 @@ module.exports = function plot(gd, calcData) {
var hoverCenterY = boundingBox.top + boundingBox.height / 2;
var tooltip = Fx.loneHover({
- x: hoverCenterX - rootBBox.left + window.scrollX,
- y: hoverCenterY - rootBBox.top + window.sc... | 2 |
diff --git a/API.md b/API.md @@ -241,8 +241,8 @@ var regl = require('regl')(require('gl')(256, 256))
| Options | Meaning |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------... | 7 |
diff --git a/src/internal/sagaHelpers.js b/src/internal/sagaHelpers.js @@ -82,7 +82,7 @@ export function throttleHelper(delayLength, pattern, worker, ...args) {
let action, channel
const yActionChannel = {done: false, value: actionChannel(pattern, buffers.sliding(1))}
- const yTake = () => ({done: false, value: take(ch... | 2 |
diff --git a/src/sdk/conference/conference.js b/src/sdk/conference/conference.js function mixOrUnmix(verb, socket, stream, targetStreams, onSuccess,
onFailure) {
- if (!(stream instanceof Woogeen.Stream)) {
+ if (!(stream instanceof Woogeen.Stream) &&
+ !(stream instanceof Woogeen.ExternalStream)) {
return safeCall(onF... | 11 |
diff --git a/package.json b/package.json {
"name": "broadcast-channel",
"version": "2.2.0",
- "description": "A BroadcastChannel shim/polyfill that works in New Browsers, Old Browsers, WebWorkers and NodeJs",
+ "description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs",
"homepag... | 1 |
diff --git a/packages/react-router/docs/guides/migrating.md b/packages/react-router/docs/guides/migrating.md @@ -10,6 +10,7 @@ React Router v4 is a complete rewrite, so there is not a simple migration path.
* [on* properties](#on-properties)
* [Switch](#switch)
* [Redirect](#redirect)
+* [PatternUtils](#patternutils)
#... | 0 |
diff --git a/src/Services/Air/AirFormat.js b/src/Services/Air/AirFormat.js @@ -90,6 +90,7 @@ function formatLowFaresSearch(searchRequest, searchResult) {
serviceClass: segmentInfo.CabinClass,
bookingClass: segmentInfo.BookingCode,
baggage: [getBaggage(fareInfo['air:BaggageAllowance'])],
+ fareBasisCode: fareInfo.FareBa... | 0 |
diff --git a/source/views/controls/ButtonView.js b/source/views/controls/ButtonView.js @@ -167,6 +167,11 @@ const ButtonView = Class({
*/
draw(layer) {
this._domControl = layer;
+ // This stops the button acting as a submit button when inside a <form>;
+ // this fixes some weird behaviour where the browser can simulate... | 12 |
diff --git a/js/containers/addWizardColumns.js b/js/containers/addWizardColumns.js @@ -43,7 +43,7 @@ function getValueType(dataset, features, fields) {
return 'float';
}
-function getFieldType(dataset, features, fields, probes) {
+function getFieldType(dataset, features, fields, probes, pos) {
if (dataset.type === 'mut... | 11 |
diff --git a/shared/js/ui/templates/site.es6.js b/shared/js/ui/templates/site.es6.js @@ -71,14 +71,14 @@ module.exports = function () {
let count = 0
if (tn && tn.length) count = tn.length
const isActive = !isWhitelisted ? 'is-active' : ''
- const foundOrBlocked = isWhitelisted || count === 0 ? 'found' : 'blocked'
+ co... | 3 |
diff --git a/batch/maintenance/remove-old-batch-jobs.js b/batch/maintenance/remove-old-batch-jobs.js 'use strict';
+// jshint ignore:start
+
const debug = require('debug')('>');
debug.enabled = true;
const { promisify } = require('util');
@@ -127,3 +129,5 @@ async function main () {
}
main().then(() => process.exit(0))... | 8 |
diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css #btn-next-input-tab,
-#btn-go-to-input-tab,
+#btn-input-tab-dropdown,
#btn-next-output-tab,
#btn-go-to-output-tab {
float: right;
#magic svg path {
fill: var(--primary-font-colour);
}
+
+#input-search-results {
+ list-style: none;
+ wi... | 0 |
diff --git a/src/cli/domain/watch.js b/src/cli/domain/watch.js @@ -14,8 +14,9 @@ module.exports = function(dirs, baseDir, changed) {
(fileName, currentStat, previousStat) => {
if (!!currentStat || !!previousStat) {
if (
- /node_modules|package.tar.gz|_package|\.sw[op]/gi.test(fileName) ===
- false
+ /node_modules|packa... | 8 |
diff --git a/.storybook/addons.js b/.storybook/addons.js import '@storybook/addon-actions/register';
import '@storybook/addon-knobs/register';
import '@storybook/addon-notes/register';
-import '@storybook/addon-viewport/register';
\ No newline at end of file
+import '@storybook/addon-viewport/manager';
\ No newline at ... | 14 |
diff --git a/README.md b/README.md @@ -130,7 +130,7 @@ sagaMiddleware.run(mySaga)
There is also a **umd** build of `redux-saga` available in the `dist/` folder. When using the umd build `redux-saga` is available as `ReduxSaga` in the window object.
-The umd version is useful if you don't use Webpack or Browserify. You ... | 1 |
diff --git a/angular/jest-config.js b/angular/jest-config.js @@ -16,5 +16,5 @@ module.exports = {
"^.+\\.(ts|js|html)$": "ts-jest"
},
coveragePathIgnorePatterns: ["/node_modules/"],
- coverageDirectory: '../coverage/spark-angular'
+ coverageDirectory: '<rootDir>/coverage/spark-angular'
};
| 3 |
diff --git a/scalene/scalene_profiler.py b/scalene/scalene_profiler.py @@ -348,20 +348,21 @@ class Scalene:
assert False, "ITIMER_PROF is not currently supported."
@staticmethod
- def start_signal_threads() -> None:
+ def start_signal_queues() -> None:
+ """Starts the signal processing queues (i.e., their threads)"""
S... | 10 |
diff --git a/devices/aurora_lighting.js b/devices/aurora_lighting.js @@ -5,6 +5,31 @@ const reporting = require('../lib/reporting');
const extend = require('../lib/extend');
const e = exposes.presets;
+const batteryRotaryDimmer = (...endpointsIds) => ({
+ fromZigbee: [fz.battery, fz.command_on, fz.command_off, fz.comma... | 7 |
diff --git a/articles/hooks/index.md b/articles/hooks/index.md @@ -20,7 +20,7 @@ Hooks allow you to customize the behavior of Auth0 using Node.js code that is ex
### Hooks vs. Rules
-Hooks will eventually replace Rules, the current Auth0 extensibility method. Currently, you can use both Hooks and Rules, but Auth0 will ... | 0 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -62678,12 +62678,17 @@ var $$IMU_EXPORT$$;
if ((domain_nosub === "1zoom.ru" ||
// http://s1.1zoom.me/big0/733/363283-sepik.jpg
// http://s1.1zoom.me/big3/733/363283-sepik.jpg
+ // https://s1.1zoom.me/prev2/610/Iceland_Crag_Canyon_609321_300x200.jpg -- 300x199
+ // h... | 7 |
diff --git a/packages/concerto-core/lib/introspect/metamodel.js b/packages/concerto-core/lib/introspect/metamodel.js @@ -77,14 +77,10 @@ concept IdentifiedBy extends Identified {
o String name
}
-@FormEditor("defaultSubclass","concerto.metamodel.ClassDeclaration")
-abstract concept Declaration {
+concept EnumDeclaratio... | 1 |
diff --git a/lib/editor/components/pattern/PatternStopCard.js b/lib/editor/components/pattern/PatternStopCard.js @@ -37,6 +37,7 @@ type Props = {
index: number,
isDragging: boolean,
moveCard: (string, number) => void,
+ onChange: () => void,
patternEdited: boolean,
patternStop: PatternStop,
removeStopFromPattern: typeo... | 1 |
diff --git a/src/components/layout.js b/src/components/layout.js @@ -86,7 +86,10 @@ const Layout = props => {
>
Mailing List
</a>{' '}
- | <a href="https://typeofnan.dev">Blog</a>
+ | <a href="https://typeofnan.dev">Blog</a> |{' '}
+ <a href="https://youtube.com/c/typeofnan">
+ Tutorial Videos
+ </a>
<header>{header}</... | 0 |
diff --git a/.travis.yml b/.travis.yml @@ -38,12 +38,12 @@ branches:
# Before install, failures in this section will result in build status 'errored'
before_install:
- |
- if [[ "$JS" == "1" ]] || [[ "$E2E" == "1" ]] || [[ "$SNIFF" == "1" ]]; then
+ if [[ "$JS" == "1" ]] || [[ "$SNIFF" == "1" ]]; then
nvm install
npm c... | 2 |
diff --git a/packages/lib-panoptes-js/src/resources/subjects/helpers.js b/packages/lib-panoptes-js/src/resources/subjects/helpers.js @@ -6,7 +6,7 @@ function getRandomID (min, max) {
}
function buildQueuedSubjectResource () {
- const randomId = getRandomID(0, 100)
+ const randomId = getRandomID(1, 100)
return {
already... | 12 |
diff --git a/src/components/fx/hover.js b/src/components/fx/hover.js @@ -1059,8 +1059,9 @@ function createHoverText(hoverData, opts, gd) {
legendDraw(gd, mockLegend);
// Position the hover
- var ly = Lib.mean(hoverData.map(function(c) {return (c.y0 + c.y1) / 2;}));
- var lx = Lib.mean(hoverData.map(function(c) {return ... | 4 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -702,22 +702,32 @@ inttest:registryAuth:
fi
done
script: |
- apk add --update postgresql-client sed curl
+ apk add --update postgresql-client sed curl pwgen
curl -Lo /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND}/kind-$(uname)-amd64 ... | 12 |
diff --git a/README.md b/README.md @@ -12,10 +12,11 @@ This is a clone of the [Hack Oregon Starter kit](https://github.com/hackoregon/h
#### Using the [Component Library](https://github.com/hackoregon/component-library) in your project
-The component libary has been installed as a dependency from the npm build version ... | 3 |
diff --git a/shared/js/ui/models/feedback-form.es6.js b/shared/js/ui/models/feedback-form.es6.js @@ -30,7 +30,7 @@ FeedbackForm.prototype = window.$.extend({},
$.ajax('https://andrey.duckduckgo.com/feedback.js?type=extension-feedback', {
method: 'POST',
data: {
- broken: this.isBrokenSite ? 1 : 0,
+ reason: this.isBrok... | 3 |
diff --git a/src/components/dashboard/Receive.js b/src/components/dashboard/Receive.js // @flow
+import QRCode from 'qrcode.react'
import React, { useCallback, useMemo } from 'react'
import { Clipboard, View } from 'react-native'
-import QRCode from 'qrcode.react'
-import goodWallet from '../../lib/wallet/GoodWallet'
i... | 0 |
diff --git a/publish.sh b/publish.sh @@ -7,7 +7,11 @@ PACKAGE_NAME=`node -pe "($(cat package.json)).productName"`
APP_NAME=$(node -e "console.log($(cat package.json).name)") # "ride30" or similar
VERSION="${BASE_VERSION%%.0}.`git rev-list HEAD --count`" # "%%.0" strips trailing ".0"
-echo $JOB_NAME
+JOB_NAME=${JOB_NAME... | 12 |
diff --git a/docs/content/widgets/Grids.js b/docs/content/widgets/Grids.js @@ -113,6 +113,7 @@ export const Grids = <cx>
- [Infinite scrolling](~/examples/grid/infinite-scrolling)
- [Row Expanding](~/examples/grid/row-expanding)
- [Column Resizing](~/examples/grid/column-resizing)
+ - [Column Reordering (Drag & Drop)](... | 0 |
diff --git a/articles/client-auth/v2/mobile-desktop.md b/articles/client-auth/v2/mobile-desktop.md @@ -116,3 +116,25 @@ Note the authorization code included at the end of the included URL.
### Step 3: Obtain an ID Token
Using the authorization code obtained in step 2, you can obtain the ID token by making the appropria... | 0 |
diff --git a/app/workers/database.php b/app/workers/database.php @@ -120,24 +120,53 @@ class DatabaseV1 extends Worker
$dbForInternal->updateDocument('attributes', $attribute->getId(), $attribute->setAttribute('status', 'failed'));
}
- // the underlying database removes/rebuilds indexes when attribute is removed
- // u... | 9 |
diff --git a/packages/api-logs/index.jsx b/packages/api-logs/index.jsx @@ -145,7 +145,7 @@ class Logs extends React.Component {
visitLogItem(log) {
const { baseUrl } = this.props;
- window.open(`${baseUrl}logs/${log._id}`);
+ window.open(`${baseUrl}/logs/${log._id}`);
}
renderLogs() {
| 1 |
diff --git a/static/star-75.svg b/static/star-75.svg -<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
- <path d="M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.86109 14.4729L7.70153 14.3269L2.85265 9.88945L9.22174 9.31203L9.45038 9.29131L9.53589 9.07825L11.972... | 14 |
diff --git a/js/node/bis_basefileserver.js b/js/node/bis_basefileserver.js @@ -214,7 +214,7 @@ class BaseFileServer {
* @param {Object} control - Parsed WebSocket header for the file request.
*/
- handleTextRequest(rawText, socket, control) {
+ handleTextRequest(rawText, socket, control=null) {
let parsedText = this.pa... | 2 |
diff --git a/assets/src/models/Book.test.js b/assets/src/models/Book.test.js @@ -37,6 +37,11 @@ describe('Book model', () => {
const book = someBook([ { id: 5, user: {} }, { id: 6, user: {} }]);
expect(book.getAvailableCopyID()).toBeNull();
});
+
+ it('should return the number of available copies', () => {
+ const book... | 0 |
diff --git a/app/styles/components/_forms.scss b/app/styles/components/_forms.scss @@ -94,13 +94,6 @@ select {
width: 100%;
color: $input-color;
- // firefox quirk, options were not inheriting there parents color styles
- option,
- optgroup {
- color: $label-color;
- background: $input-bg;
- }
-
&[size] {
display: inli... | 2 |
diff --git a/assets/js/modules/analytics-4/datastore/api.test.js b/assets/js/modules/analytics-4/datastore/api.test.js @@ -46,80 +46,6 @@ describe( 'modules/analytics-4 properties', () => {
describe( 'selectors', () => {
describe( 'isAdminAPIWorking', () => {
- // TODO - REMOVE
- it( 'should return false TODO AS PER SP... | 2 |
diff --git a/package.json b/package.json {
"name": "@liquid-carrot/carrot",
"version": "0.0.39",
- "description": "A Node.js Neural Network Library",
+ "description": "A Simple Node.js AI Library for Neural Network",
"main": "src/index.js",
"scripts": {
"build": "./node_modules/.bin/documentation build src/** -f md > D... | 7 |
diff --git a/packages/medusa/src/api/routes/admin/orders/list-orders.js b/packages/medusa/src/api/routes/admin/orders/list-orders.js @@ -42,18 +42,6 @@ export default async (req, res) => {
selector.q = req.query.q
}
- if ("payment_status" in req.query) {
- selector.payment_status = req.query.payment_status
- }
-
- if (... | 4 |
diff --git a/src/components/macros/showViewscreenTactical.js b/src/components/macros/showViewscreenTactical.js @@ -29,7 +29,7 @@ class TacticalMapConfig extends Component {
<div className="tacticalmap-config">
<SubscriptionHelper
subscribe={() =>
- this.props.data.subscribeToMore({
+ tacticalData.subscribeToMore({
docu... | 1 |
diff --git a/lib/zbDeviceAvailability.js b/lib/zbDeviceAvailability.js @@ -166,13 +166,11 @@ class DeviceAvailability extends BaseExtension {
return;
}
- if (!this.isPingable(device)) {
- this.debug(`Device is not pingable ${device.ieeeAddr}`);
- }
-
+ if (this.isPingable(device)) {
// When a zigbee message from a devi... | 12 |
diff --git a/public/javascripts/SVLabel/src/SVLabel/canvas/ContextMenu.js b/public/javascripts/SVLabel/src/SVLabel/canvas/ContextMenu.js @@ -76,7 +76,7 @@ function ContextMenu (uiContextMenu) {
}; //handles both key down and key up events
function checkRadioButton (value) {
- uiContextMenu.radioButtons.filter(function(... | 13 |
diff --git a/accessibility-checker-extension/src/ts/devtools/Header.tsx b/accessibility-checker-extension/src/ts/devtools/Header.tsx @@ -194,6 +194,7 @@ export default class Header extends React.Component<IHeaderProps, IHeaderState>
<OverflowMenu
className="rendered-icon svg"
style={{backgroundColor: "black", height:"3... | 3 |
diff --git a/lib/utils/logger.js b/lib/utils/logger.js @@ -24,7 +24,7 @@ module.exports = class Logger {
return { levelname: label };
}
},
- messageKey: 'message',
+ messageKey: 'event_message',
timestamp: () => `,"timestamp":"${new Date(Date.now()).toISOString()}"`,
serializers: {
client_request: requestSerializer,
| 10 |
diff --git a/src/components/_classes/component/Component.js b/src/components/_classes/component/Component.js @@ -2379,11 +2379,12 @@ export default class Component extends Element {
}
// Calculate the new value.
- const calculatedValue = this.evaluate(this.component.calculateValue, {
+ var calculatedValue = this.evalua... | 11 |
diff --git a/packages/babel-plugin-transform-raptor-class/src/index.js b/packages/babel-plugin-transform-raptor-class/src/index.js @@ -97,7 +97,7 @@ module.exports = function (babel) {
// Throw if we find `this`. (needs refinement)
prop.traverse({
ThisExpression() {
- throw new Error('Reference to the instance is now a... | 1 |
diff --git a/token-metadata/0x95dAaaB98046846bF4B2853e23cba236fa394A31/metadata.json b/token-metadata/0x95dAaaB98046846bF4B2853e23cba236fa394A31/metadata.json "symbol": "EMONT",
"address": "0x95dAaaB98046846bF4B2853e23cba236fa394A31",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/sandbox/public/index.html b/sandbox/public/index.html viewStart: true,
xdm: {
_myorg: {
- // Using a promise to demonstrate they are supported.
- type: Promise.resolve("page-view"),
url: location.href,
name: location.pathname.substring(1) || "home"
},
| 2 |
diff --git a/_pages/en/gsoc-ideas.md b/_pages/en/gsoc-ideas.md @@ -67,7 +67,7 @@ And, if possible, an *easy, medium or hard* rating of each project.
<td tabindex="0">DAF</td>
<td>
<b>Create an analysis based on open data</b><br /> Data & Analytics Framework (DAF in short) is an infrastructure to consume and distribute ... | 1 |
diff --git a/src/gltf.js b/src/gltf.js @@ -69,6 +69,7 @@ class glTF extends GltfObject
this.animations = objectsFromJsons(json.animations, gltfAnimation);
this.skins = objectsFromJsons(json.skins, gltfSkin);
this.variants = objectsFromJsons(getJsonVariantsFromExtension(json.extensions), gltfVariant);
+ this.variants = ... | 9 |
diff --git a/frontend/lost/src/components/SIA/Annotation/Node.js b/frontend/lost/src/components/SIA/Annotation/Node.js @@ -89,7 +89,8 @@ class Node extends Component{
this.props.onMouseDown(e, this.props.idx, this.state.anno)
}
}
- onMouseEnter(e: Event){
+ onMouseOver(e: Event){
+ console.log('Mouse over node')
if (th... | 10 |
diff --git a/source/getCORSCss.js b/source/getCORSCss.js @@ -42,7 +42,7 @@ const promiseMap = new Map();
*/
function enableCrossOriginOnLinkAsync(document, link) {
if (!promiseMap.has(link) && !isCrossOriginEnabledForLink(document, link)) {
- const linkPromise = new Promise((resolve) => {
+ const linkPromise = new Prom... | 4 |
diff --git a/debian/jitsi-meet-prosody.postinst b/debian/jitsi-meet-prosody.postinst @@ -113,7 +113,8 @@ case "$1" in
if [ ! -f /var/lib/prosody/$JVB_HOSTNAME.crt ]; then
# prosodyctl takes care for the permissions
- prosodyctl cert generate $JVB_HOSTNAME
+ # echo for using all default values
+ echo | prosodyctl cert g... | 4 |
diff --git a/js/passwordManager/passwordManager.js b/js/passwordManager/passwordManager.js @@ -44,7 +44,12 @@ class Bitwarden {
// obtain a valid Bitwarden-CLI tool path.
async checkIfConfigured() {
this.path = await this._getToolPath()
- return this.path != null
+ if (this.path == null) {
+ return false
+ }
+
+ isComm... | 7 |
diff --git a/src/utils/staking.js b/src/utils/staking.js @@ -121,9 +121,7 @@ export class Staking {
if (lockupAccount) {
state.accounts.push(lockupAccount)
}
- state.currentAccount = currentAccountId === accountId ? account : lockupAccount
-
- console.log('staking', state)
+ state.currentAccount = (currentAccountId !==... | 9 |
diff --git a/app/components/post_list/more_messages/more_messages.tsx b/app/components/post_list/more_messages/more_messages.tsx // See LICENSE.txt for license information.
import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
-import {ActivityIndicator, DeviceEventEmitter, Platform, View, Vie... | 1 |
diff --git a/bin/mb b/bin/mb @@ -97,10 +97,11 @@ function getConfig (options) {
// usage: stringify(includeFile)
// note: Trying to make this backwards compatible. However, the intent is to change
// the signature to just require `includeFile`.
-function stringify (filename, includeFile) {
+function stringify (filename... | 11 |
diff --git a/src/views/Accounts/HardwareWallet/Connect.vue b/src/views/Accounts/HardwareWallet/Connect.vue <div class="options-text">
Select the same asset here
</div>
- <div class="dropdown asset-list"
- v-click-away="hideAssetList">
- <button class="btn dropdown-toggle"
- @click="toogleAssetList">
+ <div class="dropd... | 3 |
diff --git a/examples/search_repos/search_openaire_projects.js b/examples/search_repos/search_openaire_projects.js @@ -117,12 +117,20 @@ function getFunding(foo) {
}
function getOrganisations(project) {
- return deepGet(project, ['rels', 'rel']).map(function (entry) {
+ var rel = deepGet(project, ['rels', 'rel'], [])
+... | 1 |
diff --git a/docs/articles/documentation/test-api/built-in-waiting-mechanisms.md b/docs/articles/documentation/test-api/built-in-waiting-mechanisms.md @@ -130,7 +130,7 @@ const emptyLabel = Selector('p').withText('No Data').with({ visibilityCheck: tru
await t.click('#fetch-data');
// Wait with an assertion.
-await t.ex... | 1 |
diff --git a/react/src/components/modals/SprkModal.stories.js b/react/src/components/modals/SprkModal.stories.js @@ -12,6 +12,10 @@ export default {
story => <div className="sprk-o-Box">{story()}</div>
],
parameters: {
+ docs: {
+ inlineStories: false,
+ iframeHeight: 450
+ },
subcomponents: {
Mask,
ModalFooter,
| 12 |
diff --git a/lib/ag-solo/chain-cosmos-sdk.js b/lib/ag-solo/chain-cosmos-sdk.js @@ -6,6 +6,8 @@ import djson from 'deterministic-json';
import { createHash } from 'crypto';
import connect from 'lotion-connect';
+const AGORIC_CHAIN_ID = 'agoric';
+
export async function connectToChain(basedir, GCI, rpcAddresses, myAddr, ... | 4 |
diff --git a/src/helperComponents/SelectDialog.js b/src/helperComponents/SelectDialog.js @@ -70,8 +70,8 @@ export default compose(
} = this.props;
const selectionLength = getRangeLength(
{
- start: from,
- end: to
+ start: Number(from),
+ end: Number(to)
},
sequenceLength
);
@@ -117,7 +117,7 @@ export default compose(
... | 12 |
diff --git a/token-metadata/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/metadata.json b/token-metadata/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/metadata.json "symbol": "CBIX7",
"address": "0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/src/components/challenge/DiscussChallenge.js b/src/components/challenge/DiscussChallenge.js import React from 'react'
import styled from 'styled-components'
-import { Container, Card, Icon, Box, Flex, Text } from '@hackclub/design-system'
+import { Box, Flex, Text } from '@hackclub/design-system'
+import I... | 14 |
diff --git a/articles/connections/social/line.md b/articles/connections/social/line.md @@ -6,7 +6,6 @@ image: /media/connections/line.png
seo_alias: line
description: Learn how to add login functionality to your app with Line. You will need to generate keys, copy these into your Auth0 settings, and enable the connectio... | 2 |
diff --git a/packages/@uppy/dashboard/src/style.scss b/packages/@uppy/dashboard/src/style.scss .uppy-Dashboard-note {
font-size: 13px;
- line-height: 1.2;
+ line-height: 1.25;
text-align: center;
color: rgba($color-asphalt-gray, 0.8);
- // position: absolute;
- // bottom: 45px;
- // left: 0;
- width: 100%;
+ max-width:... | 1 |
diff --git a/data.js b/data.js @@ -5363,6 +5363,13 @@ module.exports = [
source: "https://raw.githubusercontent.com/reduardo7/xPrototype/master/xprototype.js"
},
{
+ name: "microdi",
+ github: "yavorskiy/microdi",
+ tags: ["dependency", "injection", "di", "es6"],
+ description: "Micro helper for JavaScript dependency i... | 0 |
diff --git a/packages/components/providers/supermap/SuperMapImageryProvider.ts b/packages/components/providers/supermap/SuperMapImageryProvider.ts @@ -165,7 +165,7 @@ class SuperMapImageryProvider {
}
get readyPromise() {
- return this._readyPromise
+ return this._readyPromise.promise
}
get ratio() {
| 1 |
diff --git a/includes/Modules/Analytics_4.php b/includes/Modules/Analytics_4.php @@ -286,22 +286,20 @@ final class Analytics_4 extends Module
}
return function() use ( $data ) {
- $restore_defer = $this->with_client_defer( true );
- $service = $this->get_service( 'analyticsadmin' );
- $batch = $service->createBatch();
... | 14 |
diff --git a/ccxt.browser.js b/ccxt.browser.js browserify --debug ./ccxt.browser.js > ./dist/ccxt.browser.js
*/
-// var adds variables to the global window scope
-// window.ccxt should be defined after this line
-var ccxt = require ('./ccxt')
+// self works in webworkers too
+self.ccxt = require ('./ccxt')
| 1 |
diff --git a/scripts/compile-sounds.sh b/scripts/compile-sounds.sh @@ -15,7 +15,7 @@ rm -f sounds.mp3
clean
-ls {walk,run,jump,land,narutoRun,sonicBoom,food,combat,spells,ui}/*.wav | sort -n >sound-files.txt
+ls {walk,run,jump,land,narutoRun,sonicBoom,food,combat,spells,ui,navi}/*.wav | sort -n >sound-files.txt
set --
... | 0 |
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js @@ -108,10 +108,10 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
if (profile.temptargetSet) {
process.stderr.write("Temp Target set, not adjusting with autosens; ");
} else {
- // with a ta... | 13 |
diff --git a/packages/openneuro-app/src/scripts/refactor_2021/dataset/mutations/delete-file.jsx b/packages/openneuro-app/src/scripts/refactor_2021/dataset/mutations/delete-file.jsx @@ -2,7 +2,7 @@ import React from 'react'
import PropTypes from 'prop-types'
import { gql } from '@apollo/client'
import { Mutation } from ... | 4 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
This project mirrors major Elm versions. So version 0.18.\* of this project will
be compatible with Elm 0.18.\*.
+## 0.19.1-revision4 - 2020-09-18
+
+### Fixed
+
+- The `--compiler` command l... | 3 |
diff --git a/src/components/Cluster/KubernetesTableShow/index.js b/src/components/Cluster/KubernetesTableShow/index.js @@ -363,7 +363,6 @@ export default class KubernetesClusterShow extends PureComponent {
disabled:
record.state !== 'running' ||
linkedClusters.get(record.cluster_id) ||
- record.rainbond_init ||
(record... | 1 |
diff --git a/public/javascripts/LabelMap.js b/public/javascripts/LabelMap.js @@ -108,10 +108,10 @@ function LabelMap(_, $) {
*/
function initializeNeighborhoodPolygons(map) {
var neighborhoodPolygonStyle = {
- color: 'red',
- weight: 3,
- opacity: 0.25,
- fillColor: "#ccc",
+ color: '#888',
+ weight: 2,
+ opacity: 0.80... | 3 |
diff --git a/OurUmbraco.Site/Views/Textpage.cshtml b/OurUmbraco.Site/Views/Textpage.cshtml @{
Layout = "~/Views/Master.cshtml";
- var isCommunityTextPage = Model.Content.AncestorOrSelf(2).DocumentTypeAlias == "Community2";
+ var isCommunityTextPage = Model.Content.AncestorOrSelf(2).DocumentTypeAlias == "communityHub";
... | 4 |
diff --git a/tests/e2e/specs/modules/analytics/setup-with-account-no-tag.test.js b/tests/e2e/specs/modules/analytics/setup-with-account-no-tag.test.js @@ -175,19 +175,19 @@ describe( 'setting up the Analytics module with an existing account and no exist
await expect( page ).toMatchElement( 'button[disabled]', { text: /... | 1 |
diff --git a/src/client/js/components/Admin/Customize/CustomizeFunctionSetting.jsx b/src/client/js/components/Admin/Customize/CustomizeFunctionSetting.jsx @@ -125,10 +125,10 @@ class CustomizeFunctionSetting extends React.Component {
<span className="float-left">{value.pageLimitation}</span>
</DropdownToggle>
<Dropdown... | 10 |
diff --git a/src/components/appNavigation/stackNavigation.js b/src/components/appNavigation/stackNavigation.js @@ -4,11 +4,13 @@ import { ScrollView } from 'react-native'
import { Button } from 'react-native-paper'
import { createNavigator, SwitchRouter, SceneView, Route } from '@react-navigation/core'
import { Helmet ... | 0 |
diff --git a/Projects/Contributions/UI/Spaces/Contributions-Space/ContributionsPage.js b/Projects/Contributions/UI/Spaces/Contributions-Space/ContributionsPage.js @@ -89,7 +89,7 @@ function newContributionsContributionsPage() {
}
if (thisObject.githubToken === undefined) {
- thisObject.githubUsername = "Enter your Gith... | 9 |
diff --git a/packages/api-explorer/src/lib/get-auth.js b/packages/api-explorer/src/lib/get-auth.js @@ -10,7 +10,7 @@ function getKey(user, scheme) {
}
}
-function getAuth(user, scheme, selectedApp = false) {
+function getSingle(user, scheme = {}, selectedApp = false) {
if (user.keys) {
if (selectedApp) return getKey(us... | 10 |
diff --git a/package.json b/package.json {
"name": "prettier-atom",
"main": "./dist/main.js",
- "version": "0.59.0",
+ "version": "0.60.0",
"description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration",
"keywords": [
"atom",
| 6 |
diff --git a/test/unit/specs/store/user.spec.js b/test/unit/specs/store/user.spec.js @@ -13,8 +13,7 @@ describe(`Module: User`, () => {
let accounts = [
{
address: `tb1zg69v7yszg69v7yszg69v7yszg69v7ysd8ep6q`,
- name: `ACTIVE_ACCOUNT`,
- password: `1234567890`
+ name: `ACTIVE_ACCOUNT`
}
]
@@ -26,7 +25,6 @@ describe(`Mod... | 3 |
diff --git a/src/scripts/interactive-video.js b/src/scripts/interactive-video.js @@ -2056,6 +2056,13 @@ InteractiveVideo.prototype.resizeMobileView = function () {
// Close dialog because we can not know if it will turn into a poster
if (this.dnb && this.dnb.dialog && !this.hasUncompletedRequiredInteractions()) {
this.... | 9 |
diff --git a/viewer/js/config/viewer.js b/viewer/js/config/viewer.js @@ -167,7 +167,7 @@ define([
// 3 'mode' options: MODE_SNAPSHOT = 0, MODE_ONDEMAND = 1, MODE_SELECTION = 2
operationalLayers: [{
type: 'feature',
- url: 'https://services1.arcgis.com/6bXbLtkf4y11TosO/arcgis/rest/services/Restaurants/FeatureServer/0',
... | 14 |
diff --git a/src/components/general/world-objects-list/ComponentEditor.jsx b/src/components/general/world-objects-list/ComponentEditor.jsx @@ -29,7 +29,7 @@ export const ComponentEditor = () => {
if ( typeof component.value === 'number' ) type = 'number';
if ( typeof component.value === 'boolean' ) type = 'bool';
- new... | 2 |
diff --git a/package.json b/package.json "colors": "^1.1.2",
"csv-parse": "1.1.7",
"express": "^4.13.4",
- "hospitalrun": "0.9.17",
+ "hospitalrun": "0.9.18",
"hospitalrun-dblisteners": "0.9.6",
"hospitalrun-server-routes": "0.9.10",
"moment": "^2.15.2",
| 3 |
diff --git a/src/sass/App.scss b/src/sass/App.scss @@ -118,6 +118,13 @@ body {
&:hover {
background-color: #4a4f52;
}
+
+ &:focus {
+ z-index: 1;
+ outline: 0 none;
+ transition: box-shadow .3s;
+ box-shadow: inset 0 0 0 0.2em #00c4e8;
+ }
}
> ul {
@@ -172,6 +179,13 @@ body {
cursor: pointer;
}
+ &:focus {
+ z-index: 1... | 7 |
diff --git a/browsers/duckduckgo.safariextension/Info.plist b/browsers/duckduckgo.safariextension/Info.plist <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
- <string>2018.7.18</string>
+ <string>2018.8.9</string>
<key>CFBundleVersion</key>
- <string>51</string>
+ <st... | 3 |
diff --git a/src/client/js/components/Admin/Users/UserInviteModal.jsx b/src/client/js/components/Admin/Users/UserInviteModal.jsx @@ -124,7 +124,7 @@ class UserInviteModal extends React.Component {
{userList.map((user) => {
const copyText = `Email:${user.email} Password:${user.password} `;
return (
- <CopyToClipboard te... | 12 |
diff --git a/module/actor-sheet.js b/module/actor-sheet.js @@ -1118,41 +1118,30 @@ export class GurpsActorSheet extends ActorSheet {
let otf = event.currentTarget.dataset.otf
if (isDamageRoll) {
- if (isGM) {
- this.resolveDamageRoll(event, otf)
- }
+ this.resolveDamageRoll(event, otf, isGM)
} else {
GURPS.whisperOtfTo... | 11 |
diff --git a/physics-manager.js b/physics-manager.js @@ -166,6 +166,12 @@ physicsManager.addCookedConvexGeometry = (buffer, position, quaternion, scale) =
physicsManager.getGeometryForPhysicsId = physicsId => physx.physxWorker.getGeometryPhysics(physx.physics, physicsId);
physicsManager.getBoundingBoxForPhysicsId = (ph... | 0 |
diff --git a/physics-manager.js b/physics-manager.js @@ -37,7 +37,7 @@ const _makePhysicsObject = (physicsId, position, quaternion, scale) => {
physicsObject.scale.copy(scale);
physicsObject.updateMatrixWorld();
physicsObject.physicsId = physicsId;
- physicsObject.detached = false;
+ physicsObject.detached = false; // ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.