code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/articles/connections/enterprise/samlp.md b/articles/connections/enterprise/samlp.md @@ -98,3 +98,12 @@ Here's how you might include the call within your application's code: "comment": "" } ``` + +## Enable the Connection for Your Auth0 Client + +To use your newly-created Connection, you'll need to enable i...
0
diff --git a/token-metadata/0xee98A5c3FD8c9063C5D8777758d3901a88df957b/metadata.json b/token-metadata/0xee98A5c3FD8c9063C5D8777758d3901a88df957b/metadata.json "symbol": "ZEB", "address": "0xee98A5c3FD8c9063C5D8777758d3901a88df957b", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/yy/YyManip.hx b/src/yy/YyManip.hx @@ -132,6 +132,7 @@ class YyManip { } else { var kindRoot = kind + "s"; + if (!pj.existsSync(kindRoot)) pj.mkdirSync(kindRoot); var dir = '$kindRoot/$name'; var pre = '$dir/$name'; yyPath = pre + ".yy";
1
diff --git a/README.md b/README.md ## Overview -Luigi is a micro frontend JavaScript framework that enables you to create an administrative user interface driven by local and distributed views. Luigi allows a web application to communicate with the micro frontends which the application contains. To make sure the commun...
7
diff --git a/src/components/markdownEditor/view/markdownEditorView.js b/src/components/markdownEditor/view/markdownEditorView.js @@ -8,7 +8,6 @@ import { ScrollView, TouchableOpacity, } from 'react-native'; -import ActionSheet from 'react-native-actionsheet'; import { renderPostBody } from '@ecency/render-helper'; impo...
14
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -51,7 +51,7 @@ workflows: filters: tags: # All (future) tags - only: /.+/ + only: /^v.*/ branches: # Only dev branch, not PRs only: dev \ No newline at end of file
3
diff --git a/physics-manager.js b/physics-manager.js @@ -197,21 +197,21 @@ const _applyGravity = timeDiff => { physicsManager.velocity.y = _clampToTerminalVelocity(physicsManager.velocity.y); } }; -const _getAvatarWorldObject = () => { - if (renderer.xr.getSession()) { - const xrCamera = renderer.xr.getCamera(camera); ...
0
diff --git a/src/context/useGenerateTest.jsx b/src/context/useGenerateTest.jsx @@ -791,8 +791,6 @@ function useGenerateTest(test, projectFilePath) { /* ------------------------------------------ ACCESSIBILITY TESTING ------------------------------------------ */ const addAccImportStatements = () => { - // const { fileP...
3
diff --git a/scripts/dependency_checker.py b/scripts/dependency_checker.py @@ -14,7 +14,7 @@ class bcolors: DEV_DEP = "devDependencies" DEP = "dependencies" SEARCH_DIR = ['/source', '/tools'] -PACKAGE_TYPES = ['airswap', 'test-utils'] +DEPENDENCY_KEYWORD = 'airswap' class DependencyChecker: @@ -45,12 +45,6 @@ class Dep...
2
diff --git a/articles/support/matrix.md b/articles/support/matrix.md @@ -317,43 +317,43 @@ In this section covering SDKs and Libraries, we will use the following terms to <tr> <td>angular-auth0</td> <td></td> - <td>X</td> + <td>v2</td> <td></td> </tr> <tr> <td>angular-lock</td> <td></td> - <td>X</td> + <td>v2</td> <td>...
0
diff --git a/spec/pivotal-ui-react/spec_helper.js b/spec/pivotal-ui-react/spec_helper.js @@ -60,7 +60,10 @@ jasmine.pp = function (obj) { const stringifierInstance = stringifier({maxDepth: 5, indent: ' '}); return stringifierInstance(obj); }; -jasmine.getEnv().randomizeTests(false); + +jasmine.getEnv().configure({ + ra...
4
diff --git a/app/classifier/tasks/combo/index.cjsx b/app/classifier/tasks/combo/index.cjsx @@ -72,6 +72,18 @@ ComboTask = React.createClass PersistInsideSubject: MarkingsRenderer + getSVGProps: ({task, taskTypes, workflow})-> + drawingTasks = task?.tasks?.filter (taskKey) => + {type} = workflow.tasks[taskKey] + taskTyp...
12
diff --git a/web/kiri/filter/FDM/FolgerTech.FT5 b/web/kiri/filter/FDM/FolgerTech.FT5 "M107 ; turn off filament cooling fan", "G28 ; home axes", "G92 X0 Y0 Z0 E0 ; reset all axes positions", - "G1 X0 Y0 Z3 ; move xy to 0,0 and z 3mm over bed", + "G1 X0 Y5 Z3 ; move XY to 0,5 and Z 3mm over bed", "M190 S{bed_temp} T0 ; w...
3
diff --git a/src/core/operations/ConvertCoordinateFormat.mjs b/src/core/operations/ConvertCoordinateFormat.mjs */ import Operation from "../Operation"; +import OperationError from "../errors/OperationError"; import {FORMATS, convertCoordinates} from "../lib/ConvertCoordinates"; /** @@ -37,7 +38,6 @@ class ConvertCoordi...
0
diff --git a/src/components/HTMLEngineProvider/HTMLRenderers/PreRenderer/BasePreRenderer.js b/src/components/HTMLEngineProvider/HTMLRenderers/PreRenderer/BasePreRenderer.js import React, {forwardRef} from 'react'; import {ScrollView} from 'react-native-gesture-handler'; -import {Pressable} from 'react-native'; +import ...
14
diff --git a/modules/core/src/lib/attribute-transition-manager.js b/modules/core/src/lib/attribute-transition-manager.js @@ -55,7 +55,7 @@ export default class AttributeTransitionManager { for (const attributeName in this.transitions) { const attribute = attributes[attributeName]; - if (!attribute || !attribute.support...
2
diff --git a/guide/english/robotics/index.md b/guide/english/robotics/index.md @@ -33,15 +33,11 @@ First, you need to have good amount of patience to ace in Robotics. Putting together, these resources are good enough to kick start your journey with Robotics! -### More Information: +#### More Information -[Robots (Wikip...
7
diff --git a/src-input/duk_error_augment.c b/src-input/duk_error_augment.c @@ -433,11 +433,28 @@ DUK_LOCAL void duk__add_compiler_error_line(duk_hthread *thr) { (duk_tval *) duk_get_tval(thr, -1))); if (duk_get_prop_stridx_short(thr, -1, DUK_STRIDX_MESSAGE)) { - if (thr->compile_ctx->curr_token.start_offset + 1 >= thr-...
7
diff --git a/src/sass/_markdown.scss b/src/sass/_markdown.scss width: fit-content; justify-self: center; } + + .banner.markdown .govuk-details__text { + & p:last-of-type { + margin-bottom: 0; + padding-bottom: 0; + } + } } \ No newline at end of file
7
diff --git a/modules/dropdown/js/dropdown_directive.js b/modules/dropdown/js/dropdown_directive.js scrollMask.css('z-index', LxDepthService.getDepth()).appendTo('body'); - angular.element(scrollMask).on('click wheel touchmove ontouchstart', closeDropdownMenu); + // An action outside the dropdown triggers the close func...
1
diff --git a/ota/common.js b/ota/common.js @@ -109,7 +109,8 @@ async function requestOTA(endpoint) { function getImageBlockResponsePayload(image, imageBlockRequest) { const start = imageBlockRequest.payload.fileOffset; - let end = start + imageBlockRequest.payload.maximumDataSize; + // When the data size is too big, OT...
7
diff --git a/rig.js b/rig.js @@ -78,8 +78,6 @@ class RigManager { this.scene = scene; this.localRig = null; - this.localRigMatrix = new THREE.Matrix4(); - this.localRigMatrixEnabled = false; this.lastPosition = new THREE.Vector3(); this.smoothVelocity = new THREE.Vector3(); @@ -87,15 +85,6 @@ class RigManager { this.pe...
2
diff --git a/token-metadata/0xf29e46887FFAE92f1ff87DfE39713875Da541373/metadata.json b/token-metadata/0xf29e46887FFAE92f1ff87DfE39713875Da541373/metadata.json "symbol": "UNC", "address": "0xf29e46887FFAE92f1ff87DfE39713875Da541373", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/README.md b/README.md @@ -111,10 +111,6 @@ This project welcomes contributions and suggestions. Most contributions require Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. -...
1
diff --git a/src/components/AddressSearch.js b/src/components/AddressSearch.js import _ from 'underscore'; import React from 'react'; import PropTypes from 'prop-types'; -import {View, Text} from 'react-native'; +import {View, Text, LogBox} from 'react-native'; import {GooglePlacesAutocomplete} from 'react-native-googl...
8
diff --git a/views/services/layout.es b/views/services/layout.es @@ -89,6 +89,7 @@ const setProperWindowSize = () => { } const adjustSize = () => { + setThumbnails() const layout = config.get('poi.layout', 'horizontal') const zoomLevel = config.get('poi.zoomLevel', 1) const reversed = config.get('poi.reverseLayout', fa...
12
diff --git a/docs/pages/plugins-actions.md b/docs/pages/plugins-actions.md @@ -65,7 +65,7 @@ Some actions (like `SelectionChanged`) actually happen in two phases: `begin` an For a list of all the available actions in the API, check the [Actions Reference section](/reference/action). -> Pro Tip: sometimes browsing the l...
1
diff --git a/token-metadata/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/metadata.json b/token-metadata/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/metadata.json "symbol": "RENZEC", "address": "0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -751,9 +751,16 @@ The `versioning` object has the following properties: When a user views an article within a versioned topic, a select will be added after the main title: -![Versioned article Select UI](https://cloud.githubusercontent.com/assets/6318057/25853436/23e93e...
0
diff --git a/src/client/js/components/Admin/Customize/CustomizeHeaderSetting.jsx b/src/client/js/components/Admin/Customize/CustomizeHeaderSetting.jsx @@ -37,8 +37,12 @@ class CustomizeHeaderSetting extends React.Component { return ( <React.Fragment> + <div className="row"> + <div className="col-12"> <h2 className="adm...
12
diff --git a/src/createLambdaContext.js b/src/createLambdaContext.js @@ -9,7 +9,7 @@ module.exports = function createLambdaContext(fun, provider, cb) { const functionName = fun.name; const timeout = (fun.timeout || provider.timeout || 6) * 1000; // default 6 second timeout const endTime = new Date().getTime() + timeout...
2
diff --git a/lib/assets/core/javascripts/cartodb3/components/form-components/editors/select/select-placeholder.js b/lib/assets/core/javascripts/cartodb3/components/form-components/editors/select/select-placeholder.js @@ -30,11 +30,13 @@ Backbone.Form.editors.SelectPlaceholder = Backbone.Form.editors.Select.extend({ }, ...
7
diff --git a/packages/rekit-studio/middleware/index.js b/packages/rekit-studio/middleware/index.js @@ -87,6 +87,10 @@ module.exports = function() { // eslint-disable-line console.log('socket disconnected'); }); }); + + io.on('error', (err) => { + console.log('socket error', err); + }); } function reply403(res) {
9
diff --git a/packages/debug/index.js b/packages/debug/index.js @@ -4,9 +4,51 @@ const name = require('./package').name; const addonBuildConfigForDataPackage = require('@ember-data/private-build-infra/src/addon-build-config-for-data-package'); const addonBaseConfig = addonBuildConfigForDataPackage(name); +function getAp...
4
diff --git a/packages/webpack-plugin/lib/config.js b/packages/webpack-plugin/lib/config.js @@ -243,7 +243,7 @@ module.exports = { } arr.push(`${key}:${value}`) } - return ` {${arr.join(',')}} ` + return `({${arr.join(',')}})` } }, wxs: {
1
diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md @@ -338,4 +338,4 @@ Note that you cannot use angle-bracket type assertion style (`var x = <foo>bar;` You need to turn off Vetur's template validation by adding `vetur.validation.template: false` to your `.vscode/settings.json`. -See also: "[Visual Studi...
1
diff --git a/modules/xmpp/xmpp.js b/modules/xmpp/xmpp.js @@ -196,8 +196,9 @@ export default class XMPP extends Listenable { this.caps.addFeature('urn:xmpp:jingle:apps:rtp:audio'); this.caps.addFeature('urn:xmpp:jingle:apps:rtp:video'); - // Disable RTX on Firefox because of https://bugzilla.mozilla.org/show_bug.cgi?id=...
1
diff --git a/aws/cloudformation/cli/describe.go b/aws/cloudformation/cli/describe.go @@ -23,6 +23,8 @@ type optionsLinkStruct struct { var optionsLink optionsLinkStruct +// RootCmd represents the root Cobra command invoked for the discovery +// and serialization of an existing CloudFormation stack var RootCmd = &cobra....
0
diff --git a/src/main/java/org/cboard/services/MailService.java b/src/main/java/org/cboard/services/MailService.java @@ -56,7 +56,7 @@ public class MailService { @Value("${mail.smtp.ssl.checkserveridentity:false}") private Boolean mail_smtp_ssl_check; - @Value("${mail.smtp.startTLSEnabled:false}") + @Value("${mail.smtp...
1
diff --git a/post-processing.js b/post-processing.js @@ -87,6 +87,7 @@ function bindCanvas() { } function makeSsaoRenderPass({ + kernelSize = 8, kernelRadius = 16, minDistance = 0.005, maxDistance = 0.1, @@ -96,6 +97,7 @@ function makeSsaoRenderPass({ .multiplyScalar(renderer.getPixelRatio()); const ssaoRenderPass = ne...
0
diff --git a/assets/js/googlesitekit/api/index.js b/assets/js/googlesitekit/api/index.js @@ -24,18 +24,18 @@ let cachingEnabled = true; * @param {string} type The data to access. One of 'core' or 'modules'. * @param {string} identifier The data identifier, eg. a module slug like `'search-console'`. * @param {string} da...
7
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js this.options = options; this.selectpicker = { main: {}, - current: {}, // current changes if a search is in progress search: {}, + current: {}, // current changes if a search is in progress view: {}, keydown: { keyHistory: '', if (isArrowKey) { // if up or do...
4
diff --git a/server/workers/services/src/app.py b/server/workers/services/src/app.py @@ -2,14 +2,12 @@ from flask import Flask from flask_restx import Api from flask_cors import CORS from apis.triple import triple_ns -from werkzeug.contrib.fixers import ProxyFix app = Flask('v1', instance_relative_config=True) app.conf...
13
diff --git a/packages/component-library/src/RadioButtonGroup/RadioButtonGroup.js b/packages/component-library/src/RadioButtonGroup/RadioButtonGroup.js @@ -68,7 +68,7 @@ RadioButtonGroup.defaultProps = { value: "Label 1", grpLabel: "GroupLabel", labelPlacement: "end", - formHelperText: "Helper text", + formHelperText: "...
2
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.0.0 + uses: actions/setup-dotnet@v1.4.0 with: version: 3.1.102 - name: dotnet build
12
diff --git a/token-metadata/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/metadata.json b/token-metadata/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/metadata.json "symbol": "WRLD", "address": "0xB2Cf3a438aCf46275839a38dB7594065f64151d3", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/CHANGES.md b/CHANGES.md Change Log ========== -### 1.41 - 2017-01-02 +### 1.42 - 2018-02-01 + +* Added ability to create partial ellipsoids using both the Entity API and CZML. New ellipsoid geometry properties: innerRadii, minimumClock, maximumClock, minimumCone, maximumCone. This affects both EllipsoidGeo...
3
diff --git a/rider/rider-server/src/main/scala/edp/rider/rest/util/InstanceUtils.scala b/rider/rider-server/src/main/scala/edp/rider/rest/util/InstanceUtils.scala @@ -72,8 +72,8 @@ object InstanceUtils extends RiderLogger { def checkFormat(nsSys: String, url: String): Boolean = { nsSys.toLowerCase match { - case "mysql...
3
diff --git a/spec/rest/push.test.js b/spec/rest/push.test.js @@ -10,6 +10,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) { defaultHeaders = Utils.defaultPostHeaders('msgpack'), testDevice = { id: 'testId', + clientId: 'testClientId', deviceSecret: 'secret-testId', platform: 'android', for...
1
diff --git a/assets/js/modules/analytics/datastore/accounts.js b/assets/js/modules/analytics/datastore/accounts.js @@ -207,11 +207,11 @@ const baseResolvers = { let matchedProperty = registry.select( STORE_NAME ).getMatchedProperty(); // Only fetch accounts if there are none in the store. if ( existingAccounts === unde...
2
diff --git a/userscript.user.js b/userscript.user.js @@ -26528,6 +26528,16 @@ var $$IMU_EXPORT$$; return src.replace(/\.[a-z]*(?:[?#].*)?$/, ".orig"); } + if (domain_nowww === "artstation.com") { + // https://www.artstation.com/assets/overlay-no-triangle-1c31439ce6ef3bf7ce31abe68712cd01.png + if (/\/assets\/+overlay-no...
7
diff --git a/services/importer/lib/importer/downloader.rb b/services/importer/lib/importer/downloader.rb @@ -139,14 +139,6 @@ module CartoDB self end - def clean_up - if defined?(@temporary_directory) && - @temporary_directory =~ /^#{Unp.new(@importer_config, @ogr2ogr_config).get_temporal_subfolder_path}/ && - !(@tempo...
2
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/debugger/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/debugger/template.vue <template> -<div v-bind:style="elementStyle" class="debugger z-depth-5"> - <a href="#" v-if="!visible" v-on:click.stop.prevent=...
7
diff --git a/README.md b/README.md @@ -94,7 +94,8 @@ Use `transforms none` option to exclude all transforms. npm run partial-bundle -- --transforms none ``` -Use `out` option to change default `custom` bundle name. +Use the `out` option to change the bundle filename (default `custom`). +The new bundle will be created i...
7
diff --git a/html/objects/flag.stories.js b/html/objects/flag.stories.js @@ -14,18 +14,14 @@ export const defaultStory = () => ( ` <div class="sprk-o-Flag sprk-o-Flag--stacked"> <div class="sprk-o-Flag__figure"> - <img - alt="Provide useful alternative text" - src="https://spark-assets.netlify.com/spark-placeholder.jpg...
3
diff --git a/struts2-jquery-integration-tests/src/test/java/com/jgeppert/jquery/radio/RadioTagIT.java b/struts2-jquery-integration-tests/src/test/java/com/jgeppert/jquery/radio/RadioTagIT.java @@ -48,9 +48,9 @@ public class RadioTagIT { wait.until(JQUERY_IDLE); - List<WebElement> checkboxes = driver.findElements(By.xpa...
3
diff --git a/server.js b/server.js @@ -38,7 +38,7 @@ var routers = { "app/proxy": "proxy", "app/image_proxy": "imageProxy", "app/info": "getPodcastInfo", - "app/cumulonimbus_opml.xml": "generateOpml" + "app/cumulonimbus_opml.xml": "generateOPML" }; for (var routerDef in routers) {
10
diff --git a/plugins/loadbalancing/app/controllers/loadbalancing/loadbalancers_controller.rb b/plugins/loadbalancing/app/controllers/loadbalancing/loadbalancers_controller.rb @@ -242,6 +242,8 @@ module Loadbalancing unless networks[fip.floating_network_id] networks[fip.floating_network_id] = services.networking.find_ne...
1
diff --git a/source/Overture/foundation/ComputedProps.js b/source/Overture/foundation/ComputedProps.js @@ -306,15 +306,19 @@ NS.ComputedProps = { Parameters: key - {String} The name of the computed property which has changed. + newValue - {*} (optional) The new value for the property Returns: {O.ComputedProps} Returns ...
0
diff --git a/articles/_includes/_libraries_support_frameworks.html b/articles/_includes/_libraries_support_frameworks.html <td><div class="label label-primary">Supported</div></td> </tr> <tr> - <td><a href="https://github.com/auth0/auth0-spring-mvc">Auth0 Spring MVC</a></td> - <td>v1</td> - <td><div class="label label-...
2
diff --git a/unlock-js/.eslintrc.js b/unlock-js/.eslintrc.js module.exports = { - extends: [ - 'standard', - 'airbnb', - 'eslint:recommended', - 'prettier', - 'prettier/standard' - ], - env: { - es6: true, - node: true, - browser: true, - jest: true - }, - plugins: ['jest', 'mocha', 'promise', 'import'], - parser: 'bab...
4
diff --git a/src/lib/index.js b/src/lib/index.js @@ -193,6 +193,7 @@ function getFullTrace(props, context) { // This is true except for fit transforms, where reading in fullData is // what we want if ( + fullTrace && fullTrace.transforms && !fullTrace.transforms.some(t => ['moving-average', 'fits'].includes(t.type)) &&...
1
diff --git a/example/src/examples/V10/CameraAnimation.js b/example/src/examples/V10/CameraAnimation.js @@ -103,6 +103,7 @@ const CameraAnimation = props => { animationMode={animationMode} zoomLevel={12} padding={padding} + animationDuration={800} /> <ShapeSource id="source" shape={shape}>
12
diff --git a/config/redirects.js b/config/redirects.js @@ -2937,7 +2937,7 @@ module.exports = [ to: '/logs/log-event-filters' }, { - from: ['/logs/event-filters'], + from: ['/logs/streams/event-filters'], to: '/monitor-auth0/streams/event-filters' }, {
1
diff --git a/.github/workflows/zips.yml b/.github/workflows/zips.yml @@ -31,7 +31,7 @@ jobs: restore-keys: | ${{ runner.os }}-composer- - name: Composer Install - run: composer install --no-dev --no-interaction --no-suggest --no-progress + run: composer install --no-dev --no-interaction --no-progress - name: Read .nvmr...
2
diff --git a/test/www/jxcore/bv_tests/testThaliMobileNative.js b/test/www/jxcore/bv_tests/testThaliMobileNative.js @@ -342,7 +342,6 @@ function shiftData (t, sock, exchangeData) { } }); sock.on('end', function () { - t.equal(receivedData, exchangeData, 'got the same data back'); resolve(); });
3
diff --git a/src/index.js b/src/index.js @@ -284,7 +284,7 @@ class Dayjs { ago(input, units, float = false) { const result = this.diff(input, units, float) - return `${result} ${result === 1 ? units.slice(0, -1) : units} ago` + return result === 0 ? 'just now' : `${result} ${result === 1 ? units.slice(0, -1) : units} a...
0
diff --git a/common/lib/client/auth.js b/common/lib/client/auth.js @@ -341,8 +341,8 @@ var Auth = (function() { } cb(null, body); }; - Logger.logAction(Logger.LOG_MICRO, 'Auth.requestToken().tokenRequestCallback', 'Sending; ' + authOptions.authUrl + '; Params: ' + JSON.stringify(authParams)); - if(authOptions.authMetho...
7
diff --git a/src/page/home/sidebar/ChatSwitcherView.js b/src/page/home/sidebar/ChatSwitcherView.js @@ -315,12 +315,20 @@ class ChatSwitcherView extends React.Component { style={[styles.chatSwitcherAvatarImage, styles.mr2]} /> <View> + {option.fullName === '' ? ( + <Text style={[textStyle, styles.h3]} numberOfLines={1}>...
7
diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ This is the repository for the Auth0 documentation. **Please review the [Contributing Guidelines](CONTRIBUTING.md) before sending a PR or opening an issue.** ## Running the Docs Site -You can run and test the docs site locally (you will need access - only employees). F...
3
diff --git a/services/user-mover/import_user.rb b/services/user-mover/import_user.rb @@ -426,7 +426,7 @@ module CartoDB end def remove_line?(line) - stripped = line.gsub(/(public|postgres|\"|\*)/, "").gsub(/\s{2,}/, "\s").strip + stripped = line.gsub(/(public|postgres|\"|\*)/, "").gsub(/\s{2,}/, "\s").gsub(/\,\s+/,',')...
2
diff --git a/src/struct/commands/arguments/Argument.js b/src/struct/commands/arguments/Argument.js @@ -553,7 +553,7 @@ class Argument { } /** - * Creates a type from multiple types (sum type). + * Creates a type from multiple types (union type). * The first type that resolves to a non-void value is used. * @param {...A...
4
diff --git a/packages/cli/src/models/local/ContractManager.ts b/packages/cli/src/models/local/ContractManager.ts @@ -31,7 +31,7 @@ export default class ContractManager { } } - public getContractNames(root: string = this.projectFile.root): string[] { + public getContractNames(root: string = process.cwd()): string[] { co...
12
diff --git a/src/PanelTraits/Filters.php b/src/PanelTraits/Filters.php namespace Backpack\CRUD\PanelTraits; +use Symfony\Component\HttpFoundation\ParameterBag; + trait Filters { public $filters = []; @@ -67,24 +69,40 @@ trait Filters } // add a new filter to the interface - $filter = new CrudFilter($options, $values, $...
5
diff --git a/packages/marko/docs/10-awesome-marko-features.md b/packages/marko/docs/10-awesome-marko-features.md @@ -288,4 +288,4 @@ Coming soon: auto correction and autonomous coding --- -_Cover image credit:_ [Wikipedia](https://commons.wikimedia.org/wiki/File:Amanhecer_no_Hercules_--.jpg) +[_Cover image from Wikiped...
7
diff --git a/src/pages/InteractiveMap/InteractiveMap.js b/src/pages/InteractiveMap/InteractiveMap.js @@ -94,7 +94,7 @@ const InteractiveMap: ComponentType<*> = () => { <li className={ "govuk-!-margin-bottom-1" }>Contains MSOA names &copy; Open Parliament copyright and database right 2020</li> <li className={ "govuk-!-m...
4
diff --git a/public/styles.css b/public/styles.css -body { color: #333; margin: 5em; font: 14px/1.42 "Helvetica Neue", Helvetica, Arial, sans-serif; } +body { color: #333; margin: 5em auto; font: 14px/1.42 "Helvetica Neue", Helvetica, Arial, sans-serif; max-width: 900px;} .answer { border: 1px solid #aaa; padding: 5px;...
12
diff --git a/README.md b/README.md @@ -32,9 +32,9 @@ GET https://api.spacexdata.com/vehicles/falcon9 GET https://api.spacexdata.com/vehicles/falconheavy GET https://api.spacexdata.com/vehicles/dragon ``` -Get launch site information +Get launchpad information ```http -GET https://api.spacexdata.com/sites +GET https://a...
3
diff --git a/src/OrbitDB.js b/src/OrbitDB.js @@ -216,16 +216,10 @@ class OrbitDB { async create (name, type, options = {}) { logger.debug(`create()`) - if (!OrbitDB.isValidType(type)) - throw new Error(`Invalid database type '${type}'`) - // The directory to look databases from can be passed in as an option const direc...
5
diff --git a/src/pages/workspace/reimburse/WorkspaceReimburseView.js b/src/pages/workspace/reimburse/WorkspaceReimburseView.js @@ -170,6 +170,11 @@ class WorkspaceReimburseView extends React.Component { <View style={[styles.mv4]}> <Text>{this.props.translate('workspace.reimburse.trackDistanceCopy')}</Text> </View> + <O...
5
diff --git a/token-metadata/0xD36a0e7b741542208aE0fBb35453C893D0136625/metadata.json b/token-metadata/0xD36a0e7b741542208aE0fBb35453C893D0136625/metadata.json "symbol": "IUT", "address": "0xD36a0e7b741542208aE0fBb35453C893D0136625", "decimals": 0, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/lib/core/openDatabaseConnection.js b/lib/core/openDatabaseConnection.js @@ -43,21 +43,25 @@ module.exports = function openDatabaseConnection (callback) { keystone.mongoose.connect(keystone.get('mongo'), keystone.get('mongo options')); } - keystone.mongoose.connection.once('error', function (err) { + keysto...
14
diff --git a/package.json b/package.json { - "name": "vast-client", + "name": "@dailymotion/vast-client", "author": "Dailymotion <vast-client@dailymotion.com> (https://developer.dailymotion.com/)", "version": "3.2.0", "description": "JavaScript VAST Client",
3
diff --git a/gulpfile.js b/gulpfile.js @@ -104,7 +104,10 @@ gulp.task('watch', () => { startPath: 'test/sandbox.html' }) - gulp.watch(['dist/sweetalert2.all.min.js']).on('change', browserSync.reload) + gulp.watch([ + 'test/sandbox.html', + 'dist/sweetalert2.all.min.js' + ]).on('change', browserSync.reload) gulp.watch([...
7
diff --git a/demos/plane/soy/soyutils.js b/demos/plane/soy/soyutils.js @@ -2002,7 +2002,7 @@ soy.$$cleanHtml = function(value) { return /** @type {!soydata.SanitizedHtml} */ (value); } return soydata.VERY_UNSAFE.ordainSanitizedHtml( - soy.$$stripHtmlTags(value, soy.esc.$$SAFE_TAG_WHITELIST_), + soy.$$stripHtmlTags(valu...
10
diff --git a/app.js b/app.js @@ -77,7 +77,8 @@ app.use(session({ secret: process.env.SESSION_SECRET, store: new MongoStore({ url: process.env.MONGODB_URI || process.env.MONGOLAB_URI, - autoReconnect: true + autoReconnect: true, + clear_interval: 3600 }) })); app.use(passport.initialize());
12
diff --git a/contribs/gmf/src/services/querymanager.js b/contribs/gmf/src/services/querymanager.js @@ -157,7 +157,7 @@ gmf.QueryManager.prototype.createSources_ = function(firstLevelGroup, node, ogcS if (gmfLayer.type === 'WMS') { gmfLayerWMS = /** @type gmfThemes.GmfLayerWMS */ (gmfLayer); layers = gmfLayerWMS.layers;...
11
diff --git a/AttackMaster/script.json b/AttackMaster/script.json "script": "AttackMaster.js", "version": "1.036", "previousversions": [], - "description": "AttackMaster API provides functions to manage weapons, armour & shields, including taking weapons in hand and using them to attack. It uses standard AD&D 2e rules t...
3
diff --git a/lib/routes/douban/book/rank.js b/lib/routes/douban/book/rank.js @@ -6,7 +6,7 @@ module.exports = async (ctx) => { const _ = async (type) => { const response = await got({ - url: `https://m.douban.com/rexxar/api/v2/subject_collection/book_${type}_hot_weekly/items?start=0&count=10`, + url: `https://m.douban....
1
diff --git a/src/createLambdaProxyContext.js b/src/createLambdaProxyContext.js @@ -10,6 +10,7 @@ const jwt = require('jsonwebtoken'); module.exports = function createLambdaProxyContext(request, options, stageVariables) { const authPrincipalId = request.auth && request.auth.credentials && request.auth.credentials.user; ...
0
diff --git a/tests/e2e/specs/modules/analytics/setup-with-account-with-tag.test.js b/tests/e2e/specs/modules/analytics/setup-with-account-with-tag.test.js @@ -201,10 +201,6 @@ describe( 'setting up the Analytics module with an existing account and existing await setAnalyticsExistingPropertyID( existingTag.propertyID );...
2
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -1369,6 +1369,7 @@ export const MapGen = ({ renderer.clear(); renderer.render(scene, camera); + ctx.clearRect(0, 0, width, height); ctx.drawImage(renderer.domElement, 0, 0); // pop state
0
diff --git a/docs/docs/sourcing-from-wordpress.md b/docs/docs/sourcing-from-wordpress.md @@ -104,5 +104,5 @@ created to support this guide. ## Other resources - [Blog post on which this guide is based on](https://www.gatsbyjs.org/blog/2018-01-22-getting-started-gatsby-and-wordpress/) -- [Video tutorials](http://watch-l...
10
diff --git a/lib/collection/url.js b/lib/collection/url.js @@ -310,7 +310,7 @@ _.assign(Url.prototype, /** @lends Url.prototype */ { var path = this.getPath(), queryString = this.getQueryString(); - // check count first so that, we can ensure that ba `?` is always appended, even if a blank query string exists + // Chec...
1
diff --git a/provision_build.go b/provision_build.go @@ -864,17 +864,18 @@ func createPackageStep() workflowStep { return nil, archiveErr } // Issue: https://github.com/mweagle/Sparta/issues/103. If the executable - // bit isn't set, then AWS Lambda won't be able to fork the binary - var fileHeaderAnnotator spartaZip.F...
12
diff --git a/generators/docker-base.js b/generators/docker-base.js @@ -148,6 +148,7 @@ function loadFromYoRc() { this.dockerRepositoryName = this.config.get('dockerRepositoryName'); this.dockerPushCommand = this.config.get('dockerPushCommand'); this.serviceDiscoveryType = this.config.get('serviceDiscoveryType'); + this...
1
diff --git a/lib/file-stream.js b/lib/file-stream.js @@ -59,7 +59,7 @@ class FileStream extends stream.Readable { if (this._notifying) return this._notifying = true - if (this._torrent.destroyed) return this._destroy(new Error('Torrent removed')) + if (this._torrent.destroyed) return this.destroy(new Error('Torrent rem...
1
diff --git a/README.md b/README.md @@ -31,7 +31,7 @@ See the website for further installation guides and troubleshooting help: https: ## How to run using Docker -See [grocy/grocy-docker](https://github.com/grocy/grocy-docker) for instructions. +See [grocy/grocy-docker](https://github.com/grocy/grocy-docker) or [linuxse...
0
diff --git a/src/commands/test/lib/run-tests-command.ts b/src/commands/test/lib/run-tests-command.ts @@ -109,10 +109,11 @@ export abstract class RunTestsCommand extends AppCommand { await this.addIncludedFilesToManifestAndCopyToArtifactsDir(manifestPath); let testRun = await this.uploadAndStart(client, manifestPath, po...
1
diff --git a/_data/conferences.yml b/_data/conferences.yml sub: SP - title: MM - year: 2019 + year: 2020 id: ACMMultimedia - link: https://www.acmmm.org/2019/ - deadline: '2019-04-08 23:59:59' + link: https://2020.acmmm.org/ + deadline: '2020-03-28 23:59:59' timezone: UTC-12 - date: October 21-25, 2019 - place: Nice, F...
3