code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/apps.json b/apps.json "name": "GPS Widget",
"icon": "widget.png",
"version":"0.01",
- "description": "Show the power on/off status of the GPS",
+ "description": "Tiny widget to show the power on/off status of the GPS. Require firmware v2.08.167 or later",
"tags": "widget,gps",
"type":"widget",
"readme": "R... | 3 |
diff --git a/src/km.js b/src/km.js LL(me) { me.trigger('editor', 'cursorHome'); },
RL(me) {
const sels = me.getSelections().map((c) => {
- const el = c.positionLineNumber;
+ const pl = c.positionLineNumber;
const sc = c.startColumn - 1;
- const t = me.getModel().getLineContent(el);
+ const t = me.getModel().getLineCont... | 10 |
diff --git a/lib/recurly/risk/three-d-secure/three-d-secure.js b/lib/recurly/risk/three-d-secure/three-d-secure.js @@ -93,8 +93,8 @@ class ThreeDSecureConcern extends RiskConcern {
*/
createResultToken (results) {
const data = {
- tokenType: 'ThreeDSecureActionResultToken',
- actionTokenId: this.actionTokenId,
+ type: ... | 3 |
diff --git a/src/traces/contourcarpet/attributes.js b/src/traces/contourcarpet/attributes.js @@ -41,16 +41,8 @@ module.exports = extendFlat({}, {
atype: heatmapAttrs.xtype,
btype: heatmapAttrs.ytype,
- mode: {
- valType: 'flaglist',
- flags: ['lines', 'fill'],
- extras: ['none'],
- role: 'info',
- editType: 'calc',
- d... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md * Full rewrite for Billing Info tokenization
[399]: https://github.com/recurly/recurly-js/commit/fd11df578e1bc36cd1a889964b1db6346c03aac0
+[381]: https://github.com/recurly/recurly-js/commit/ad1ec9f68479272143dcc0c8dad21150a0a7708c
[380]: https://github.com/recurly/recurly-js/co... | 3 |
diff --git a/docs/meta_schema.json b/docs/meta_schema.json ]
},
"default":{
- "type":"array"
+ "type":"array",
+ "format": "table"
},
"items":{
"oneOf":[
"type":"array",
"minItems":1,
"uniqueItems":true,
- "propertyOrder":50
+ "propertyOrder":50,
+ "format": "table"
},
"enumSource":{
"oneOf":[
},
"links":{
"type":"arra... | 4 |
diff --git a/scripts/build-c-client.sh b/scripts/build-c-client.sh @@ -40,8 +40,8 @@ install_libuv() {
rebuild_c_client() {
cd ${AEROSPIKE_C_HOME}
make clean
- make EVENT_LIB=libuv 2>&1 | tee ${CWD}/${0}-output.txt
- # make O=0 V=1 EVENT_LIB=libuv EXT_CFLAGS=-DDEBUG 2>&1 | tee ${CWD}/${0}-output.txt
+ make V=1 VERBOSE=... | 4 |
diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ Quasar Framework is an MIT-licensed open source project. Its ongoing development
### Proudly sponsored by:
-[](http://truelogic.com)
+[ {
Blockly.bumpIntoBoundsHandler_ = function(workspace) {
return function(e) {
var metricsManager = workspace.getMetricsManager();
- if (!metricsManager.hasFixedEdges || workspace.isDragging()) {
+ if... | 1 |
diff --git a/lib/management/configuration.js b/lib/management/configuration.js const forge = require('node-forge');
+const { URL } = require('url');
const { buildAuthDataAccount } = require('../auth/in_memory/builder');
const _config = require('../Config').config;
@@ -126,6 +127,15 @@ function patchConfiguration(instan... | 9 |
diff --git a/server/button.js b/server/button.js @@ -24,7 +24,21 @@ export function getButtonMiddleware({ logger = defaultLogger } : { logger? : Log
const { fundingEligibility, env, clientID, buttonSessionID, cspNonce, debug, buyerCountry = req.get(HTTP_HEADER.PP_GEO_LOC)
/* disableFunding, disableCard, merchantID, cur... | 9 |
diff --git a/src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_StrobeSimple.fx b/src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_StrobeSimple.fx @@ -28,7 +28,7 @@ Y Offset=0.0, 0.0
Z Offset=0.0, 0.0
[Particle.0]
-Lifetime=0.01, 0.01
+Lifetime=0.5, 0.5
Type=19
X Scale=0.15, 0.15
Y Scale=0.15, 0.15
@@ -95,7 +95,7 @@ Y Offs... | 12 |
diff --git a/src/lib/components/Keyboard.ts b/src/lib/components/Keyboard.ts @@ -1153,6 +1153,13 @@ class SimpleKeyboard {
*/
/* istanbul ignore next */
handleSelectionChange(event: KeyboardHandlerEvent): void {
+ /**
+ * Firefox is not reporting the correct caret position through this event
+ * https://github.com/hodg... | 8 |
diff --git a/src/styles/getTooltipStyles.js b/src/styles/getTooltipStyles.js @@ -67,8 +67,8 @@ function computeHorizontalShift(windowWidth, xOffset, componentWidth, tooltipWid
* and a negative value shifts it to the left.
* @param {Number} [manualShiftVertical] - Any additional amount to manually shift the tooltip up o... | 12 |
diff --git a/src/core/scene/a-scene.js b/src/core/scene/a-scene.js @@ -515,7 +515,7 @@ module.exports.AScene = registerElement('a-scene', {
var rendererAttrString;
var rendererConfig;
- rendererConfig = {alpha: true, antialias: !isMobile, canvas: this.canvas};
+ rendererConfig = {alpha: true, antialias: !isMobile, canv... | 12 |
diff --git a/src/controllers/initializer.ts b/src/controllers/initializer.ts @@ -337,6 +337,10 @@ export async function create(
});
if (mergedOptions.waitForLogin) {
+ if (mergedOptions.debug) {
+ console.log(`\nDebug: Option waitForLogin it's true. waiting...`);
+ }
+
const isLogged = await client.waitForLogin(catchQR... | 7 |
diff --git a/SearchbarNavImprovements.user.js b/SearchbarNavImprovements.user.js // @description Searchbar & Nav Improvements. Advanced search helper when search box is focused. Bookmark any search for reuse (stored locally, per-site).
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @... | 2 |
diff --git a/README.md b/README.md @@ -36,6 +36,7 @@ LUIS | A sample bot using LuisDialog to integrate with a LUIS.ai application. |
Image Caption | A sample bot that gets an image caption using Microsoft Cognitive Services Vision API. | [View Sample](/CSharp/intelligence-ImageCaption)[![Deploy to Azure][Deploy Button]... | 0 |
diff --git a/utils/deployer/package.json b/utils/deployer/package.json {
- "name": "deploy",
+ "name": "@airswap/deployer",
"version": "0.0.1",
- "description": "Deploy to a network",
+ "description": "Tools to deploy AirSwap contracts",
"contributors": [
"Don Mosites <don.mosites@fluidity.io>",
"Deepa Sathaye <deepa.s... | 3 |
diff --git a/contracts/Synthetix.sol b/contracts/Synthetix.sol @@ -641,17 +641,17 @@ contract Synthetix is ExternStateToken {
{
// How much debt do they have?
uint debtToRemove = effectiveValue(currencyKey, amount, "XDR");
- uint debt = debtBalanceOf(messageSender, "XDR");
+ uint existingDebt = debtBalanceOf(messageSen... | 3 |
diff --git a/docs/content/examples/grid/StatefulTreeGrid.js b/docs/content/examples/grid/StatefulTreeGrid.js import { removeTreeNodes, updateTree } from "cx/data";
-import { bind, Controller, expr, KeySelection, PureContainer, TreeAdapter } from "cx/ui";
+import { Controller, expr, KeySelection, PureContainer, TreeAdap... | 3 |
diff --git a/src/pages/ReportSettingsPage.js b/src/pages/ReportSettingsPage.js @@ -224,6 +224,11 @@ class ReportSettingsPage extends Component {
</View>
{shouldShowRoomName && (
<View style={styles.mt4}>
+ <OfflineWithFeedback
+ pendingAction={lodashGet(this.props.report, 'pendingFields.reportName', null)}
+ errors={lo... | 11 |
diff --git a/src/plots/cartesian/tick_label_defaults.js b/src/plots/cartesian/tick_label_defaults.js @@ -21,7 +21,7 @@ module.exports = function handleTickLabelDefaults(containerIn, containerOut, coe
var tickPrefix = coerce('tickprefix');
if(tickPrefix) coerce('showtickprefix', showAttrDflt);
- var tickSuffix = coerce(... | 11 |
diff --git a/token-metadata/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/metadata.json b/token-metadata/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/metadata.json "symbol": "BTB",
"address": "0x06e0feB0D74106c7adA8497754074D222Ec6BCDf",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -37,6 +37,11 @@ var BADNUM = constants.BADNUM;
var VISIBLE = { visibility: 'visible' };
var HIDDEN = { visibility: 'hidden' };
+var GRID_PATH = { K: 'gridline', L: 'path' };
+var ZERO_PATH = { K: 'zeroline', L: 'path' };
+var TICK_PATH = { K: 'ti... | 0 |
diff --git a/spark/components/footer/vanilla/footer.stories.js b/spark/components/footer/vanilla/footer.stories.js @@ -15,7 +15,7 @@ export const defaultStory = () => (
<div class="sprk-o-Stack__item sprk-o-Stack sprk-o-Stack--medium">
<div class="sprk-o-Stack__item">
<a class="sprk-b-Link sprk-b-Link--plain" href="#">... | 14 |
diff --git a/articles/user-profile/index.md b/articles/user-profile/index.md @@ -86,6 +86,10 @@ The Raw JSON tab displays all of the information contained on the user's profile
## Impersonate a User
+::: panel-warning Advanced Feature
+Impersonation functionality may be disabled by default for your tenant. To check, go... | 0 |
diff --git a/src/api/user.js b/src/api/user.js @@ -77,7 +77,7 @@ export default ({ config, db }) => {
});
/**
- * POST resetPassword
+ * POST resetPassword (old, keep for backward compatibility)
*/
userApi.post('/resetPassword', (req, res) => {
const userProxy = _getProxy(req)
@@ -93,6 +93,23 @@ export default ({ confi... | 10 |
diff --git a/src/components/drawing/index.js b/src/components/drawing/index.js @@ -364,8 +364,11 @@ drawing.gradient = function(sel, gd, gradientID, type, colorscale, prop) {
* for this pattern, so that we don't create unnecessary definitions
* @param {string} bgcolor: background color for this pattern
* @param {string... | 3 |
diff --git a/spec/services/carto/user_metadata_export_service_spec.rb b/spec/services/carto/user_metadata_export_service_spec.rb @@ -99,12 +99,6 @@ describe Carto::UserMetadataExportService do
oauth_access_token = FactoryGirl.create(:oauth_access_tokens, oauth_app_user: oauth_app_user, api_key: api_key)
oauth_refresh_t... | 2 |
diff --git a/includes/Modules/Thank_With_Google.php b/includes/Modules/Thank_With_Google.php @@ -419,9 +419,6 @@ final class Thank_With_Google extends Module
};
case 'GET:supporter-wall-prompt':
return function() {
- if ( ! $this->is_connected() ) {
- return new WP_Error( 'module_not_connected', __( 'Module is not conn... | 2 |
diff --git a/test/specs/helpers/parseHeaders.spec.js b/test/specs/helpers/parseHeaders.spec.js @@ -33,7 +33,7 @@ describe('helpers::parseHeaders', function () {
it('should handle duplicates', function() {
var parsed = parseHeaders(
- 'Age: age-a\n' + // age is in ignore duplicates blacklist
+ 'Age: age-a\n' + // age is... | 14 |
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/contentview/template.vue @@ -195,6 +195,7 @@ export default {
updateOverlay(){
console.log('iframeUpdated')
+ this.$nextTick(() => {
/* ensure edi... | 11 |
diff --git a/lib/api/core/httpRouter/index.js b/lib/api/core/httpRouter/index.js @@ -30,7 +30,9 @@ const
NotFoundError
} = require('kuzzle-common-objects').errors;
-const CharsetRegex = /charset=([\w-]+)/i;
+const
+ LeadingSlashRegex = /\/+$/;
+ CharsetRegex = /charset=([\w-]+)/i;
/**
* Attach handler to routes and dis... | 14 |
diff --git a/src/mousetracker.js b/src/mousetracker.js */
getActivePointersListExceptType: function ( type ) {
var delegate = THIS[ this.hash ];
+ var listArray = [];
- return delegate.activePointersLists.filter(function(pointersList) {
- return pointersList.type !== type;
- });
+ for (var i = 0; i < delegate.activePoi... | 14 |
diff --git a/articles/clients/client-grant-types.md b/articles/clients/client-grant-types.md @@ -103,7 +103,6 @@ Confidential Clients, indicated by the `token_endpoint_auth_method` flag set to
Trusted first-party clients can additionally use the following `grant_types`:
* `password`
-* `refresh_token`
* `http://auth0.c... | 2 |
diff --git a/client/app/containers/EditorFileSelect/components/FileList.js b/client/app/containers/EditorFileSelect/components/FileList.js @@ -311,11 +311,14 @@ const FileList = ({
const handleRenameButton = () => {
if (selectedButton === 'Rename') {
+ setfileCheckbox(!fileCheckbox);
+
setfolderCheckbox(!folderCheckbox... | 10 |
diff --git a/src/apps.json b/src/apps.json "cats": [
18
],
+ "cookies": {
+ "sf_redirect": ""
+ },
+ "html": "(?:<div id=\"sfwdt[^\"]+\" class=\"[^\"]*sf-toolbar|<div class=\"sf-toolbar[^>]+?>[^]+<span class=\"sf-toolbar-value\">([\\d.])+)\\;version:\\1",
+ "js": {
+ "Sfjs": ""
+ },
"icon": "Symfony.png",
"implies": "P... | 7 |
diff --git a/contracts/Havven.sol b/contracts/Havven.sol @@ -654,7 +654,7 @@ contract Havven is ExternStateToken {
/**
* @notice Locked Havvens that are capped at the user's free and escrowed havvens.
*/
- function lockedHavvens(address account)
+ function lockedCollateral(address account)
public
view
returns (uint)
@@... | 5 |
diff --git a/bin/definition-validator.js b/bin/definition-validator.js @@ -51,21 +51,25 @@ exports.isValidatorState = function (value) {
};
function childData(parent, key, validator) {
- parent = Object.assign({}, parent);
- const child = {
+ return {
definition: parent.definition[key],
exception: parent.exception.at(k... | 1 |
diff --git a/test/unit/specs/core/createInstanceFunction.spec.js b/test/unit/specs/core/createInstanceFunction.spec.js @@ -10,7 +10,7 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
-import createInstance from "../../../../s... | 10 |
diff --git a/app/controllers/admin/visualizations_controller.rb b/app/controllers/admin/visualizations_controller.rb @@ -80,7 +80,6 @@ class Admin::VisualizationsController < Admin::AdminController
table_action = request.original_fullpath =~ %r{/tables/}
unless current_user.present?
if table_action
- return render(file... | 13 |
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -790,7 +790,10 @@ axes.calcTicks = function calcTicks(ax, opts) {
v += ONEAVGYEAR / 2;
}
} else if(delta >= ONEMINQUARTER) {
- if(actualDelta >= ONEMINQUARTER && actualDelta <= ONEMAXQUARTER) {
+ if(
+ definedDelta && // case of specified by tick... | 0 |
diff --git a/src/resources/views/fields/date_range.blade.php b/src/resources/views/fields/date_range.blade.php <?php
// if the column has been cast to Carbon or Date (using attribute casting)
// get the value as a date string
- if ( isset($entry) && ($entry->{$field['start_name']} instanceof \Carbon\Carbon || $entry->{... | 1 |
diff --git a/templates/master/examples/py/Next.py b/templates/master/examples/py/Next.py @@ -115,7 +115,7 @@ def updateResult(event, response):
if len(tempList) > 10:
#setting limit to 10 elements in previous stack since ,since lex has a max header size and we want to save that for other functions, same max size is set... | 1 |
diff --git a/package-lock.json b/package-lock.json "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
"dev": true,
- "optional": true,
"requires": {
"inherits": "~2.0.0"
}
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"int... | 13 |
diff --git a/app/controllers/carto/api/visualizations_controller.rb b/app/controllers/carto/api/visualizations_controller.rb @@ -358,10 +358,10 @@ module Carto
# :synchronization, :uses_builder_features, :auth_tokens, :transition_options, :prev_id, :next_id, :parent_id
# :active_child, :permission
VALID_UPDATE_ATTRIBUT... | 11 |
diff --git a/source/swap/contracts/Swap.sol b/source/swap/contracts/Swap.sol @@ -364,7 +364,8 @@ contract Swap is ISwap {
require(from != to, "INVALID_SELF_TRANSFER");
ITransferHandler transferHandler = registry.getTransferHandler(kind);
require(address(transferHandler) != address(0), "UNKNOWN_TRANSFER_HANDLER");
- // ... | 3 |
diff --git a/package.json b/package.json },
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192",
- "start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192",
+ "start": "node . --unhandled-rejections=strict --max-old-spa... | 2 |
diff --git a/packages/component-library/src/ComparisonMap/ComparisonMap.js b/packages/component-library/src/ComparisonMap/ComparisonMap.js @@ -10,8 +10,10 @@ const ComparisonMap = props => {
initialViewport,
leftMap,
leftMapTitle,
+ leftTitleColor,
rightMap,
rightMapTitle,
+ rightTitleColor,
showDivider,
sliderStartPos... | 5 |
diff --git a/src/stretchy.js b/src/stretchy.js @@ -25,8 +25,10 @@ const stretchyCodePoint: {[string]: string} = {
overrightarrow: "\u2192",
underrightarrow: "\u2192",
xrightarrow: "\u2192",
- underbrace: "\u23b5",
+ underbrace: "\u23df",
overbrace: "\u23de",
+ overgroup: "\u23e0",
+ undergroup: "\u23e1",
overleftrighta... | 7 |
diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml @@ -14,7 +14,7 @@ on:
jobs:
js-tests:
- name: Run JS Tests
+ name: JS Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -34,11 +34,11 @@ jobs:
${{ runner.os }}-node-cache-
- name: npm install
run: npm ci
- - name: Run Jest Tes... | 2 |
diff --git a/site/admin-guide.xml b/site/admin-guide.xml @@ -84,10 +84,6 @@ limitations under the License.
<li>
The different ways to <a href="distributed.html">run RabbitMQ in a distributed environment</a>.
</li>
- <li>
- How to achieve <a href="reliability.html">reliable message
- delivery</a>.
- </li>
<li>
How to <a... | 5 |
diff --git a/src/types/step.d.ts b/src/types/step.d.ts @@ -54,6 +54,13 @@ declare class Step extends Evented {
* @return Promise
*/
show(): Promise<void> | void;
+
+ /**
+ * Updates the options of the step.
+ *
+ * @param {Step.StepOptions} options to be updated
+ */
+ updateStepOptions(options: Step.StepOptions): void... | 0 |
diff --git a/README.md b/README.md @@ -81,6 +81,10 @@ CyberChef is built to support
- Mozilla Firefox 35+
- Microsoft Edge 14+
+## Node.js support
+
+CyberChef is built to fully support Node.js `v10` and partially supports `v12`. Named imports using a deep import specifier does not work in `v12`. For more information, ... | 3 |
diff --git a/src/system.json b/src/system.json "title": "Starfinder",
"description": "A game system for running Starfinder in the Foundry VTT environment.",
"version": "0.9.0.0",
+ "manifestPlusVersion": "1.1.0",
"author": "wildj79",
+ "authors": [
+ {
+ "name": "wildj79",
+ "url": "",
+ "email": "",
+ "discord": "",
+... | 0 |
diff --git a/lib/move-sync/index.js b/lib/move-sync/index.js @@ -60,7 +60,7 @@ function moveSyncAcrossDevice (src, dest, overwrite) {
function moveFileSyncAcrossDevice (src, dest, overwrite) {
const BUF_LENGTH = 64 * 1024
- const _buff = Buffer.alloc(BUF_LENGTH)
+ const _buff = new Buffer(BUF_LENGTH)
const flags = over... | 4 |
diff --git a/src/js/modal.js b/src/js/modal.js @@ -92,12 +92,13 @@ export class Modal {
_styleForStep(step) {
const modalOverlayOpening = this._modalOverlayOpening;
const targetElement = getElementForStep(step);
+ const modalOverlayOpeningPadding = step.options.modalOverlayOpeningPadding || 0;
if (targetElement) {
- po... | 0 |
diff --git a/src/common/integrations/GoogleDrive.js b/src/common/integrations/GoogleDrive.js @@ -7,6 +7,7 @@ import config from '../../botPage/common/const';
class GoogleDrive {
constructor() {
+ this.botFolderName = `Binary Bot - ${translate('Strategies')}`;
this.setInfo(config);
this.googleAuth = null;
this.isAuthori... | 12 |
diff --git a/src/data/image.test.js b/src/data/image.test.js @@ -17,6 +17,25 @@ describe("image", () => {
expect(getter(imageDetails.id)).toEqual(imageDetails);
});
+
+ it("returns the correct imageDetails when dimensions are provided", () => {
+ const imageDetails: ImageDetails = sampleOne(generateImageDetails);
+ con... | 0 |
diff --git a/src/core/core.datasetController.js b/src/core/core.datasetController.js @@ -799,7 +799,7 @@ export default class DatasetController {
const names = Object.keys(defaults.elements[elementType]);
// context is provided as a function, and is called only if needed,
// so we don't create a context for each elemen... | 12 |
diff --git a/src/components/Formio.js b/src/components/Formio.js @@ -14,7 +14,7 @@ export class Formio extends Component {
options: PropTypes.shape({
readOnly: PropTypes.boolean,
noAlerts: PropTypes.boolean,
- i18n: PropTypes.string,
+ i18n: PropTypes.object,
template: PropTypes.string
}),
onPrevPage: PropTypes.func,
| 11 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,39 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.37.0] -- 2018-05-01
+
+### Added
+- Add `plotly_legendclick` and `plotly_legenddoubleclick` events [#2581]
+- Add Swahili (`sw`) loca... | 3 |
diff --git a/token-metadata/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/metadata.json b/token-metadata/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/metadata.json "symbol": "EVED",
"address": "0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/twindle-cli/twitter/twitter.js b/twindle-cli/twitter/twitter.js const { getConversationById, getTweetById } = require("./api");
-const { getTweetIDs } = require("./scraping")
+const Scraping = require("./scraping");
// const { firstTweet, finalProcessedTweet } = require("./test/data");
const TweetEndpointV... | 10 |
diff --git a/lime/project/ProjectXMLParser.hx b/lime/project/ProjectXMLParser.hx @@ -1588,7 +1588,7 @@ class ProjectXMLParser extends HXProject {
} else {
- var path = PathHelper.combine (extensionPath, substitute (element.att.path));
+ var path = null;
var name = "";
var type = null;
var embed:Null<Bool> = null;
@@ -1... | 11 |
diff --git a/src/runtime/basic-runtime.js b/src/runtime/basic-runtime.js @@ -198,7 +198,7 @@ export class BasicRuntime {
this.clientOptions_ = params.clientOptions;
this.setupAndShowAutoPrompt({
autoPromptType: params.autoPromptType,
- alwaysShow: params.alwaysShow,
+ alwaysShow: params.alwaysShow || false
});
this.set... | 12 |
diff --git a/README.md b/README.md Learn JavaScript fundamentals through fun and challenging quizzes!
+View the app online here: [https://quiz.typeofnan.dev](https://quiz.typeofnan.dev)
+
# Contributing
I invite you to contribute to this repository! You can do so by opening an issue, or by directly contributing questio... | 0 |
diff --git a/packages/bitcore-node/test/unit/models/coin.unit.ts b/packages/bitcore-node/test/unit/models/coin.unit.ts @@ -91,7 +91,7 @@ describe('Coin Model', function () {
sandbox.restore();
});
- it('should return an object with confirmed, unconfirmed, and balance', async () => {
+ it('should return an object with c... | 3 |
diff --git a/lib/node_modules/@stdlib/types/ndarray/base/buffer-ctors/lib/ctors.js b/lib/node_modules/@stdlib/types/ndarray/base/buffer-ctors/lib/ctors.js // Mapping from data types to underlying buffer constructors...
var ctors = {
- 'binary': Buffer, // TODO: replace with `stdlib` pkg
+ 'binary': require( '@stdlib/ty... | 14 |
diff --git a/polyfills/requestIdleCallback/polyfill.js b/polyfills/requestIdleCallback/polyfill.js (function (global) {
+ // The requestIdleCallback polyfill builds on ReactScheduler, which
+ // calculates the browser's framerate and seperates the idle call into a
+ // seperate tick:
+ // "It works by scheduling a requ... | 0 |
diff --git a/includes/Modules/Subscribe_With_Google/Header.php b/includes/Modules/Subscribe_With_Google/Header.php @@ -48,15 +48,6 @@ final class Header {
return;
}
- // Google's API JavaScript library (https://github.com/google/google-api-javascript-client).
- wp_enqueue_script(
- 'gapi-js',
- 'https://apis.google.com... | 2 |
diff --git a/sirepo/job_driver/docker.py b/sirepo/job_driver/docker.py @@ -142,7 +142,7 @@ class DockerDriver(job_driver.DriverBase):
# do not use a "name", but a uid, because /etc/password is image specific, but
# IDs are universal.
'--user={}'.format(os.getuid()),
- ) + self._volumes() + self._log_driver() + (self._i... | 4 |
diff --git a/src/components/DotStepper/DotStepper.js b/src/components/DotStepper/DotStepper.js @@ -37,7 +37,7 @@ class DotStepper extends React.Component {
return (
<Tooltip title={title} placement="bottom">
<DotStepperUI
- data-cy="dot-stepper"
+ data-cy="DotStepper"
aria-label={title}
className={this.getClassName()}
... | 10 |
diff --git a/js/ascendex.js b/js/ascendex.js @@ -2267,7 +2267,7 @@ module.exports = class ascendex extends Exchange {
return await this.v2PrivateAccountGroupPostFuturesMarginType (this.extend (request, params));
}
- async fetchLeverageBrackets (symbol = undefined, params = {}) {
+ async fetchLeverageTiers (symbol = und... | 10 |
diff --git a/src/utils/parse-utils.js b/src/utils/parse-utils.js @@ -22,11 +22,11 @@ export default async function ProcessSpec(specUrl, resolveCircularRefs){
};
try {
if (typeof specUrl==="string") {
- const resolvedSpec = await JsonRefs.resolveRefsAt(specUrl);
+ const resolvedSpec = await JsonRefs.resolveRefsAt(specUr... | 12 |
diff --git a/mob-manager.js b/mob-manager.js @@ -88,9 +88,11 @@ class Mob {
radius = 0.3,
height = 1,
position = [0, 0, 0],
+ quaternion = [0, 0, 0, 1],
} = mobComponent;
mobUrl = createRelativeUrl(mobUrl, mobJsonUrl);
const offset = new THREE.Vector3().fromArray(position);
+ const prerotation = new THREE.Quaternion().... | 0 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -267,10 +267,6 @@ workflows:
context: Development
requires:
- setup
- - order_utils_tests:
- context: Development
- requires:
- - setup
- protocols_tests:
context: Development
requires:
@@ -289,7 +285,6 @@ workflows:
- types_tests
- wrapper_tests
- metadata_te... | 2 |
diff --git a/src/ed.js b/src/ed.js cursorStyle: D.prf.blockCursor() ? 'block' : 'line',
cursorBlinking: D.prf.cursorBlinking(),
emptySelectionClipboard: false,
+ fixedOverflowWidgets: true,
folding: ed.isCode && !!D.prf.fold(),
fontFamily: 'apl',
fontSize: fs,
| 11 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -72,7 +72,7 @@ commands:
git config user.name "ci-build"
- add_ssh_keys:
fingerprints:
- - "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83"
+ - "c5:a7:d0:64:8d:7c:44:f7:6c:84:a9:b2:67:3e:9d:00"
- run:
name: Deploy docs to gh-pages branch
command: gh-pages -d ... | 3 |
diff --git a/src/plugins/topbar/topbar.jsx b/src/plugins/topbar/topbar.jsx @@ -58,11 +58,11 @@ export default class Topbar extends React.Component {
const urls = configs.urls || []
if(urls && urls.length) {
- let selectedName = configs["urls.primaryName"]
- if(selectedName)
+ let primaryName = configs["urls.primaryName... | 10 |
diff --git a/src/components/DateSelectHeader.js b/src/components/DateSelectHeader.js import React from 'react'
import { StyleSheet, View, Text } from 'react-native'
-import { Icon, Container } from 'native-base'
+import { Icon } from 'native-base'
import { primaryColor, whiteColor, dateSelectHeaderHeight, headerFontSiz... | 7 |
diff --git a/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js b/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js @@ -232,7 +232,6 @@ function Keyboard (svl, canvas, contextMenu, googleMap, ribbon, zoomControl) {
status.shiftDown = e.shiftKey;
if (!status.focusOnTextField) {
switch (e.keyCode) {
-
... | 11 |
diff --git a/configs/moleskinestudio.json b/configs/moleskinestudio.json "global": true,
"default_value": "Documentation"
},
- "lvl1": "main article .section",
- "lvl2": "main article h1",
+ "lvl1": {
+ "selector": "main article .section",
+ "global": true
+ },
+ "lvl2": {
+ "selector": "main article h1",
+ "global": t... | 12 |
diff --git a/README.md b/README.md @@ -71,7 +71,7 @@ Full API documentation is available at [</li>
- <li show="{parent.lang}"><a onclick="{parent.copyLocalizedValue}" lang="" field="{field.name... | 14 |
diff --git a/assets/js/googlesitekit/modules/datastore/modules.test.js b/assets/js/googlesitekit/modules/datastore/modules.test.js @@ -336,7 +336,6 @@ describe( 'core/modules modules', () => {
describe( 'receiveGetModules', () => {
it( 'requires the response param', () => {
expect( () => {
- muteConsole( 'error' );
reg... | 2 |
diff --git a/assets/js/modules/tagmanager/datastore/__fixtures__/index.js b/assets/js/modules/tagmanager/datastore/__fixtures__/index.js @@ -43,19 +43,6 @@ export const getContainers = {
export const liveContainerVersions = {
amp: {
ga: liveContainerVersionAMPWithGA,
- gaWithID( id ) {
- return {
- ...liveContainerVers... | 2 |
diff --git a/docs/API.md b/docs/API.md @@ -97,7 +97,7 @@ The result of `yield take(pattern)` is an action object being dispatched.
- If it is a function, the action is matched if `pattern(action)` is true (e.g. `take(action => action.entities)` will match all actions having a (truthy) `entities` field.)
> Note: if the ... | 1 |
diff --git a/app-object.js b/app-object.js @@ -21,7 +21,8 @@ renderer.setPixelRatio(window.devicePixelRatio);
renderer.autoClear = false;
renderer.sortObjects = false;
renderer.physicallyCorrectLights = true;
-renderer.gammaOutput = true;
+// renderer.gammaOutput = true;
+renderer.outputEncoding = THREE.sRGBEncoding;
r... | 1 |
diff --git a/content/articles/how-to-organize-a-folder-using-python/index.md b/content/articles/how-to-organize-a-folder-using-python/index.md @@ -5,7 +5,7 @@ published: true
url: /how-to-organize-a-folder-using-python/
title: How to Organize a Folder using Python
description: This article will show a reader how to org... | 1 |
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ A project committed to making file access and data transfer easier and more effi
## RNFB MAINTAINER GONE MISSING (Help Wanted)
-wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else w... | 3 |
diff --git a/sirepo/package_data/static/js/radia.js b/sirepo/package_data/static/js/radia.js @@ -1631,6 +1631,12 @@ SIREPO.app.directive('fieldLineoutReport', function(appState) {
});
$scope.$on('fieldPaths.changed', setPathIfMissing);
+
+ appState.watchModelFields($scope, [`${$scope.modelName}.fieldPath`], () => {
+ i... | 12 |
diff --git a/README.md b/README.md @@ -87,7 +87,7 @@ You only need to include [tether.min.js](https://github.com/HubSpot/tether/blob/
```
Or just use a CDN:
```
-<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.3.1/js/tether.min.js"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.m... | 3 |
diff --git a/packages/yoroi-extension/features/step_definitions/wallet-delegation-steps.js b/packages/yoroi-extension/features/step_definitions/wallet-delegation-steps.js import { Given, When, Then } from 'cucumber';
import {
iframe,
- iframeFirstPoolDelegateButton,
iframePoolIdInput,
iframePoolIdSearchButton
} from '.... | 7 |
diff --git a/src/simplebar.css b/src/simplebar.css [data-simplebar] {
position: relative;
z-index: 0;
- overflow: auto;
+ overflow: hidden;
-webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}
[data-simplebar="init"] {
display: flex;
- overflow: hidden;
}
.si... | 12 |
diff --git a/lib/generators/camaleon_cms/gem_plugin_generator.rb b/lib/generators/camaleon_cms/gem_plugin_generator.rb @@ -9,10 +9,11 @@ module CamaleonCms
def create_initializer_file
plugin_dir = Rails.root.join("apps", "plugins", get_plugin_name).to_s
+ plugin_dir_path = "apps/plugins/#{get_plugin_name}"
if behavior ... | 7 |
diff --git a/src/js/components/Calendar/index.d.ts b/src/js/components/Calendar/index.d.ts @@ -14,7 +14,7 @@ export interface RenderProps {
isSelected: boolean;
}
-export interface HeaderProps {
+export interface CalendarHeaderProps {
date: Date;
locale?: string;
onPreviousMonth: () => void;
@@ -38,7 +38,7 @@ export in... | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.