code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/lime/tools/ProjectXMLParser.hx b/src/lime/tools/ProjectXMLParser.hx @@ -2184,13 +2184,15 @@ class ProjectXMLParser extends HXProject { value = StringTools.replace (value, "#", ""); - if (value.indexOf ("0x") == -1) { + if (value == "null" || value == "transparent" || value == "") { - value = "0x" + val...
11
diff --git a/articles/integrations/aws-api-gateway/part-2.md b/articles/integrations/aws-api-gateway/part-2.md @@ -175,8 +175,6 @@ Click the edit icon beside the **Authorization Type**, and select *AWS_IAM*. Now Our Single Page Application (SPA) will access web API methods from a domain different from that of the page....
2
diff --git a/src/utils/tribes.ts b/src/utils/tribes.ts @@ -500,7 +500,6 @@ export async function createChannel({ tribe_uuid, host, name, owner_pubkey }) { body: JSON.stringify({ tribe_uuid, name, - owner_pubkey, }), headers: { 'Content-Type': 'application/json' }, })
2
diff --git a/src/victory-legend/victory-legend.js b/src/victory-legend/victory-legend.js @@ -95,6 +95,7 @@ export default class VictoryLegend extends React.Component { return padding.top + contentHeight + padding.bottom; } + // eslint-disable-next-line max-params calculateLegendWidth(itemCount, padding, isHorizontal, m...
10
diff --git a/src/pages/home/report/ReportActionItemMessageEdit.js b/src/pages/home/report/ReportActionItemMessageEdit.js @@ -99,7 +99,7 @@ class ReportActionItemMessageEdit extends React.Component { * @param {String} draft */ updateDraft(draft) { - const newDraft = EmojiUtils.replaceEmojis(draft); + const newDraft = Em...
4
diff --git a/edit.js b/edit.js @@ -417,14 +417,12 @@ let rayMesh = null; } { - const u = 'assets/hookshot.glb'; - const res = await fetch('./' + u); - const file = await res.blob(); - file.name = u; - let mesh = await runtime.loadFile(file, { - optimize: false, + const mesh = await runtime.loadFile({ + name: 'index.js'...
0
diff --git a/lib/block-listeners/cosmos-node-subscription.js b/lib/block-listeners/cosmos-node-subscription.js @@ -19,7 +19,7 @@ const COSMOS_DB_DELAY = 2000 class CosmosNodeSubscription { constructor(network, CosmosApiClass, store) { this.network = network - this.cosmosAPI = new CosmosApiClass(network) + this.CosmosAp...
7
diff --git a/packages/insomnia/src/sync/vcs/vcs.ts b/packages/insomnia/src/sync/vcs/vcs.ts @@ -490,31 +490,6 @@ export class VCS { return delta; } - async shareWithTeam(teamId: string) { - const { memberKeys, projectKey: backendProjectKey } = await this._queryProjectShareInstructions(teamId); - - const { privateKey } =...
2
diff --git a/generators/client/templates/react/src/main/webapp/app/reducers/index.ts b/generators/client/templates/react/src/main/webapp/app/reducers/index.ts @@ -9,7 +9,7 @@ import authentication from './authentication'; import administration from './administration'; import userManagement from './user-management'; imp...
1
diff --git a/lib/models/revision.js b/lib/models/revision.js @@ -10,7 +10,11 @@ module.exports = function(crowi) { revisionSchema = new mongoose.Schema({ path: { type: String, required: true }, - body: { type: String, required: true }, + body: { type: String, required: true, get: (data) => { + // replace CR/CRLF to LF ...
14
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml @@ -33,7 +33,7 @@ services: volumes: - graphite:/opt/graphite/storage/whisper grafana-setup: - image: sitespeedio/grafana-bootstrap:grafana-4.1.1 + image: sitespeedio/grafana-bootstrap:grafana-4.1.1-2 links: - grafana environment:
4
diff --git a/site/_data/contributors.js b/site/_data/contributors.js const got = require('got'); +const IGNORED_CONTRIBUTORS = ['stefanjudis', 'github-actions[bot]']; + async function fetchContributors({ page = 1, options }) { const response = await got({ url: `https://api.github.com/repos/stefanjudis/tiny-helpers/cont...
2
diff --git a/articles/extensions/authorization-extension/v2/index.md b/articles/extensions/authorization-extension/v2/index.md @@ -56,6 +56,10 @@ Once your extension is up and running, you can add additional functionality to i <i class="icon icon-budicon-715"></i><a href="/extensions/authorization-extension/v2/api-acce...
0
diff --git a/js/searchbar/instantAnswerPlugin.js b/js/searchbar/instantAnswerPlugin.js @@ -89,6 +89,10 @@ function showSearchbarInstantAnswers (text, input, event) { if (res.Image && !res.ImageIsLogo) { data.image = res.Image + if (data.image.startsWith('/')) { + // starting 11/2020, the DDG API returns relative URLs r...
1
diff --git a/test/e2e/wallet.js b/test/e2e/wallet.js @@ -134,6 +134,10 @@ test('wallet', async function (t) { t.test('own balance updated', async function (t) { await navigate(t, client, 'Balances') + // TODO should not be necessary + await sleep(1000) + await client.$('.material-icons=refresh').click() + let mycoinEl ...
1
diff --git a/src/domain/session/room/timeline/tiles/GapTile.js b/src/domain/session/room/timeline/tiles/GapTile.js @@ -76,6 +76,7 @@ export class GapTile extends SimpleTile { } catch (e) { if (e instanceof ConnectionError) { + canFillMore = true; // Don't increase depth because this gap fill was a noop continue; }
12
diff --git a/react/src/components/card/SprkCard.stories.js b/react/src/components/card/SprkCard.stories.js @@ -127,6 +127,12 @@ export const teaser = () => ( </SprkText> </SprkStackItem> + <SprkStack + additionalClasses=" + sprk-o-Stack__item + sprk-o-Stack--split@xxs + sprk-o-Stack--end-row" + > <SprkStackItem> <SprkL...
3
diff --git a/metaverse-modules.js b/metaverse-modules.js @@ -15,6 +15,7 @@ const moduleUrls = { spawner: './metaverse_modules/spawner/', defaultScene: './metaverse_modules/default-scene/', path: './metaverse_modules/path/', + area: './metaverse_modules/area/', }; const modules = {}; const loadPromise = (async () => {
0
diff --git a/js/feature/segTrack.js b/js/feature/segTrack.js @@ -156,7 +156,7 @@ class SegTrack extends TrackBase { const pixelWidth = options.pixelWidth; const pixelHeight = options.pixelHeight; const pixelBottom = pixelTop + pixelHeight; - IGVGraphics.fillRect(ctx, 0, options.pixelTop, pixelWidth, pixelHeight, {'fill...
1
diff --git a/src/commands/sites/create.js b/src/commands/sites/create.js @@ -14,6 +14,7 @@ class SitesCreateCommand extends Command { if (isEmpty(flags)) { const accounts = await this.netlify.listAccountsForUser() const personal = accounts.find(account => account.type === 'PERSONAL') + console.log('Choose a site name. ...
9
diff --git a/src/TemplatePassthroughManager.js b/src/TemplatePassthroughManager.js +const multimatch = require("multimatch"); +const isGlob = require("is-glob"); const { TemplatePath } = require("@11ty/eleventy-utils"); const EleventyExtensionMap = require("./EleventyExtensionMap"); @@ -177,6 +179,13 @@ class TemplateP...
1
diff --git a/app.js b/app.js @@ -73,6 +73,23 @@ export default class App { world.getWorldJson(q.u), ]); + const coord = (() => { + if (q.c) { + const split = q.c.match(/^\[(-?[0-9]+),(-?[0-9]+),(-?[0-9]+)\]$/); + let x, y, z; + if (split && !isNaN(x = parseInt(split[1])) && !isNaN(y = parseInt(split[2])) && !isNaN(z = ...
0
diff --git a/lib/user.js b/lib/user.js @@ -5,7 +5,7 @@ var auth = require('./auth'); var console = require('./log'); const API_BASE = 'account.demandware.com/dw/rest/v1'; -const USER_LIST_PAGE_SIZE = 10; +const USER_LIST_PAGE_SIZE = 25; const USER_ALLOWED_READ_PROPERTIES = [ 'id', 'userState', 'roles', 'roleTenantFilte...
12
diff --git a/spec/requests/carto/builder/visualizations_controller_spec.rb b/spec/requests/carto/builder/visualizations_controller_spec.rb @@ -13,8 +13,8 @@ describe Carto::Builder::VisualizationsController do describe '#show' do before(:each) do - map = FactoryGirl.create(:map, user_id: @user1.id) - @visualization = F...
12
diff --git a/app/models/street/StreetEdgeTable.scala b/app/models/street/StreetEdgeTable.scala @@ -184,12 +184,16 @@ object StreetEdgeTable { } val edges = for { - (_streetEdges, _auditTasks) <- streetEdgesWithoutDeleted.innerJoin(auditTaskQuery).on(_.streetEdgeId === _.streetEdgeId) - } yield _streetEdges + _edges <- ...
3
diff --git a/assets/js/modules/tagmanager/setup.js b/assets/js/modules/tagmanager/setup.js @@ -39,10 +39,9 @@ class TagmanagerSetup extends Component { constructor( props ) { super( props ); - const { - accountID, - containerID, - } = googlesitekit.modules.tagmanager.settings; + const { settings } = googlesitekit.modul...
3
diff --git a/v2-routes/v2-rockets.js b/v2-routes/v2-rockets.js @@ -5,7 +5,7 @@ const v2 = express.Router() // Returns all vehicle info v2.get("/", (req, res, next) => { - global.db.collection("vehicle").find({},{"_id": 0 }).toArray((err, doc) => { + global.db.collection("rocket").find({},{"_id": 0 }).toArray((err, doc)...
3
diff --git a/js/views/modals/purchase/Shipping.js b/js/views/modals/purchase/Shipping.js @@ -23,6 +23,11 @@ export default class extends baseView { if (!col.models.length) { this.selectedAddress = ''; this.trigger('shippingOptionSelected', { name: '', service: '' }); + } else { + // If the old selected address doesn't ...
9
diff --git a/package.json b/package.json "socket.io": "^1.4.5", "socket.io-client": "^1.4.8", "speakingurl": "^11.0.0", - "steem": "steemit/steem-js#dev", + "steem": "^0.4.6", "steemconnect": "adcpm/steemconnect#dev", "store": "^1.3.20", "striptags": "^2.1.1",
4
diff --git a/describe.go b/describe.go @@ -12,6 +12,7 @@ import ( "strings" "text/template" + spartaCF "github.com/mweagle/Sparta/aws/cloudformation" "github.com/sirupsen/logrus" ) @@ -199,10 +200,11 @@ func Describe(serviceName string, writeLink(&b, name, eachLambda.lambdaFunctionName(), strings.Replace(link, "\n", "<...
4
diff --git a/src/branch_view.js b/src/branch_view.js @@ -24,7 +24,6 @@ function checkPreviousBanner() { */ function renderHtmlBlob(parent, html, hasApp) { journeys_utils.setJourneyLinkData(html); - journeys_utils.branch._publishEvent('willShowJourney', journeys_utils.journeyLinkData); var ctaText = hasApp ? 'OPEN' : 'G...
3
diff --git a/config/config.json b/config/config.json "commandExecutorVerboseLoggingEnabled": false, "minimumReplicationFactor": 5, "publishFindNodesCount": 20, - "signalingServerUrl": "not_defined", + "signalingServerUrl": null, "appDataPath": "data", "graphDatabase": { "implementation": "GraphDB", "minimumReplicationF...
3
diff --git a/bin/config-yargs.js b/bin/config-yargs.js @@ -200,7 +200,7 @@ module.exports = function(yargs) { }, "resolve-extensions": { "type": "array", - describe: "Setup extensions that should be used to resolve modules (Example: --resolve-extensions .es6 .js)", + describe: "Setup extensions that should be used to r...
1
diff --git a/package.json b/package.json "fast-isnumeric": "^1.1.2", "immutability-helper": "^3.0.0", "plotly-icons": "1.3.11", - "plotly.js": "1.46.1", + "plotly.js": "1.47.0", "prop-types": "^15.7.2", "raf": "^3.4.1", "react-color": "^2.17.0", "react-colorscales": "0.7.3", "react-day-picker": "^7.3.0", - "react-dropz...
3
diff --git a/readme.md b/readme.md @@ -319,7 +319,7 @@ You can also pass `render` or `children` as a function to act differently based ```jsx <ConfigureFlopFlip adapter={adapter} adapterArgs={{ clientSideId, user }}> - {{isAdapterConfigured} => isAdapterConfigured ? <App /> : <LoadingSpinner />} + {(isAdapterConfigured...
1
diff --git a/index.html b/index.html </div> </div> </div> -<div class="collapse" id="wags"> - <h1 style="color: white;font-family:mathfont">Wagstaff Number</h2><p>&nbsp;</p> - <input style="color: white; font-family:mathfont" type="text"id="wag1" placeholder="Enter the input number" class="form__field"><p>&nbsp;</p> - ...
7
diff --git a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.js b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.js @@ -152,6 +152,8 @@ in your Node-RED user directory (${RED.settings.userDir}). // opts.defaultPort = isHttps?443:80; opts.timeout = node.reqTimeout; opts.throwHttpErro...
12
diff --git a/src/helpers/file_helper.js b/src/helpers/file_helper.js @@ -137,7 +137,7 @@ export function getBlobFromBase64(b64Data, contentType, sliceSize) { return new Blob(byteArrays, { type }) } -export function processImage({ exifData, file, fileType, maxWidth = 2560, maxHeight = 5000 }) { +export function processI...
11
diff --git a/app/queries/carto/visualization_query_searcher.rb b/app/queries/carto/visualization_query_searcher.rb @@ -25,7 +25,7 @@ class Carto::VisualizationQuerySearcher def tsvector %{ setweight(to_tsvector('english', coalesce("visualizations"."name",'')), 'A') || - setweight(to_tsvector('english', coalesce(array_t...
2
diff --git a/spec/services/carto/user_metadata_export_service_spec.rb b/spec/services/carto/user_metadata_export_service_spec.rb @@ -520,11 +520,6 @@ describe Carto::UserMetadataExportService do def expect_export_matches_oauth_apps(exported_oauth_app, oauth_app) expect(exported_oauth_app).to be_nil && return unless oau...
2
diff --git a/scripts/hardhat-tasks-functions.js b/scripts/hardhat-tasks-functions.js @@ -142,7 +142,10 @@ async function verifyContract(contractAddress, contractName) { }, }; const params = new URLSearchParams(); - params.append('apikey', process.env.ETHERSCAN_API_KEY); + + const apiKey = process.env.ETHERSCAN_API_KEY;...
1
diff --git a/src/kite.js b/src/kite.js @@ -428,6 +428,11 @@ const Kite = { this.getSupportedLanguages().catch(() => []), ]).then(([state, languages]) => { this.supportedLanguages = languages; + + if (state > StateController.STATES.INSTALLED) { + localconfig.set('wasInstalled', true); + } + switch (state) { case StateCo...
4
diff --git a/frameworks/keyed/fntags/src/Main.js b/frameworks/keyed/fntags/src/Main.js @@ -57,14 +57,15 @@ const row = ( item ) => { } ) tr.addEventListener( 'click', () => { - if( selected ) selected.className = '' - tr.className = 'danger' - selected = tr + if( selected ) selected.patch( { selected: false } ) + item....
13
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -15,8 +15,8 @@ You will need the following things properly installed on your computer. * [Ember CLI](http://www.ember-cli.com/) * [PhantomJS 2](http://phantomjs.org/) * [Gatekeeper](https://github.com/prose/gatekeeper) -* [Docker](https://docs.docker.com/install/) -* [D...
0
diff --git a/avatars/microphone-worklet.js b/avatars/microphone-worklet.js @@ -9,6 +9,9 @@ let emitBuffer = false; // console.log('load worklet'); +const queue = []; +let queueLength = 0; +const maxQueueLength = 4000; class VolumeProcessor extends AudioWorkletProcessor { constructor() { super(); @@ -64,6 +67,15 @@ clas...
0
diff --git a/src/core/operations/SeqUtils.js b/src/core/operations/SeqUtils.js @@ -26,7 +26,7 @@ const SeqUtils = { * @constant * @default */ - SORT_ORDER: ["Alphabetical (case sensitive)", "Alphabetical (case insensitive)", "IP address"], + SORT_ORDER: ["Alphabetical (case sensitive)", "Alphabetical (case insensitive)...
0
diff --git a/src/server/system_services/cluster_server.js b/src/server/system_services/cluster_server.js @@ -780,6 +780,19 @@ function update_dns_servers(req) { })) { throw new RpcError('OFFLINE_SERVER', 'Server is disconnected'); } + const config_to_compare = [ + dns_servers_config.dns_servers ? dns_servers_config.dns...
8
diff --git a/html/settings/_settings.scss b/html/settings/_settings.scss @@ -2080,7 +2080,7 @@ $sprk-stepper-icon-border-width: 2px !default; /// The color of the border around the Stepper icon. $sprk-stepper-icon-border-color: $sprk-black-tint-50 !default; /// The color of the step icon when the step is selected in th...
3
diff --git a/closure/goog/functions/functions.js b/closure/goog/functions/functions.js // limitations under the License. /** - * @fileoverview Utilities for creating functions. Loosely inspired by the - * java classes: http://goo.gl/GM0Hmu and http://goo.gl/6k7nI8. + * @fileoverview Utilities for creating functions. Lo...
14
diff --git a/styles/tokens/settings.json b/styles/tokens/settings.json "themable": true }, "pre-overflow": { - "comment": "Text color of any text when selected.", - "value": "auto", - "type": "settings", - "themable": true - }, - "pre-overflow": { - "comment": "Text color of any text when selected.", + "comment": "Rese...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,40 @@ 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.24.0] -- 2017-02-27 + +### Added +- Add `parcoords` trace type (parallel coordinate plots) [#1256] +- Add support for multiple range ...
3
diff --git a/test/version.js b/test/version.js @@ -3,7 +3,7 @@ const proxyquire = require('proxyquire'); const shell = require('shelljs'); const mockStdIo = require('mock-stdio'); const { run } = require('../lib/shell'); -const { isValid, isPreRelease } = require('../lib/version'); +const { parse, isValid, isPreRelease...
4
diff --git a/src/components/fx/hover.js b/src/components/fx/hover.js @@ -925,15 +925,10 @@ function createHoverText(hoverData, opts, gd) { if(d.nameOverride !== undefined) d.name = d.nameOverride; if(d.name) { - // strip out our pseudo-html elements from d.name (if it exists at all) - name = svgTextUtils.plainText(d.na...
4
diff --git a/lib/queryBuilder/operations/InsertOperation.js b/lib/queryBuilder/operations/InsertOperation.js @@ -27,8 +27,8 @@ class InsertOperation extends QueryBuilderOperation { } async onBefore2(builder, result) { - if (this.models.length > 1 && !isPostgres(builder.knex())) { - throw new Error('batch insert only wo...
11
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -16,6 +16,7 @@ The following is a set of guidelines for contributing to the Auth0 documentation * [Screenshots](#screenshots) * [Front Matter](#front-matter) * [Linting](#linting) +* [Sidebar](#sidebar) * [Versioning](#versioning) * [Finishing](#finishing) * [Editing Te...
0
diff --git a/test/jasmine/tests/streamtube_test.js b/test/jasmine/tests/streamtube_test.js @@ -147,6 +147,24 @@ describe('Test streamtube starting positions defaults:', function() { expect(exp.cellsLength).toBe(obj.cells.length, 'cells length'); } + it('@gl should ignore starts if one (x | y | z) dimension missing', fu...
0
diff --git a/test/contracts/TradingRewards.js b/test/contracts/TradingRewards.js @@ -56,19 +56,19 @@ contract('TradingRewards', accounts => { stashedData: null, snapshotId: null, - takeSnapshot: async function() { + async takeSnapshot() { this.stashedData = cloneDeep(this.data); this.snapshotId = await takeSnapshot(); ...
7
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -744,7 +744,7 @@ articles: url: /dashboard-access/add-change-remove-mfa - title: Update Dashboard User Email url: /dashboard-access/update-dashboard-user-email - - title: Brand & Customize + - title: Brand and Customize url: /brand-and-customize children: - title:...
2
diff --git a/packages/node_modules/@node-red/nodes/core/function/10-function.js b/packages/node_modules/@node-red/nodes/core/function/10-function.js @@ -87,17 +87,6 @@ module.exports = function(RED) { } } - function processAsyncResult(result, callbacks) { - var promises = callbacks; - if (Array.isArray(result)) { - pro...
3
diff --git a/generators/kubernetes/templates/README-KUBERNETES.md.ejs b/generators/kubernetes/templates/README-KUBERNETES.md.ejs @@ -90,7 +90,7 @@ $ kubectl get svc jhipster-grafana<%= kubernetesNamespace === 'default' ? '' : ` * If you have chosen *Ingress*, then you should be able to access Grafana using the given in...
2
diff --git a/aleph/index/util.py b/aleph/index/util.py @@ -130,7 +130,7 @@ def query_delete(index, query, sync=False, **kwargs): wait_for_completion=sync, refresh=refresh_sync(sync), request_timeout=84600, - timeout='3500m', + timeout='700m', **kwargs) return except TransportError as exc: @@ -147,7 +147,9 @@ def bulk_a...
12
diff --git a/src/util/config/schema.js b/src/util/config/schema.js @@ -28,7 +28,7 @@ const botSchema = Joi.object({ exitOnSocketIssues: Joi.bool().strict().default(true), exitOnDatabaseDisconnect: Joi.bool().strict().default(false), exitOnExcessRateLimits: Joi.bool().strict().default(true), - userAgent: Joi.string().st...
7
diff --git a/.github/workflows/test_docker_all.yml b/.github/workflows/test_docker_all.yml @@ -9,9 +9,12 @@ jobs: id: run uses: bioimagesuiteweb/bisweb/actions/docker@devel env: - BIS_FIRST_TEST: 2 + BIS_FIRST_TEST: 12 BIS_LAST_TEST: 20 - name: Results run: echo "${{ steps.run.outputs.result}}" - - \ No newline at end ...
3
diff --git a/pages/api/v1/get.js b/pages/api/v1/get.js @@ -48,10 +48,7 @@ export default async (req, res) => { publicOnly: req.body.data && req.body.data.private ? false : true, }); - console.log(slates); - slates = slates.map((each) => { - console.log(each); each.data.url = `https://slate.host/${user.username}/${each....
2
diff --git a/jobs/upcoming.js b/jobs/upcoming.js @@ -56,6 +56,7 @@ module.exports = async () => { const wikiDates = allWikiDates.slice(0, 30).map((date) => date.replace(/~|\[[0-9]{1,3}\]/gi, '') .replace(/(~|early|mid|late|end|tbd|tba)/gi, ' ') .split('/')[0].trim()); + const rawWikiDates = allWikiDates.slice(0, 30); c...
1
diff --git a/src/components/TextLink.js b/src/components/TextLink.js @@ -29,72 +29,29 @@ const defaultProps = { onPress: undefined, }; -class TextLink extends React.Component { - constructor(props) { - super(props); - - this.state = { - linkHovered: false, - }; - - this.additionalStyles = _.isArray(this.props.style) ? ...
13
diff --git a/util.js b/util.js @@ -4,6 +4,13 @@ import atlaspack from './atlaspack.js'; const localVector = new THREE.Vector3(); +export function jsonParse(s, d = null) { + try { + return JSON.parse(s); + } catch (err) { + return d; + } +} export function parseQuery(queryString) { var query = {}; var pairs = (queryStri...
0
diff --git a/src/matrix/room/Room.js b/src/matrix/room/Room.js @@ -23,6 +23,7 @@ import {WrappedError} from "../error.js" import {Heroes} from "./members/Heroes.js"; import {AttachmentUpload} from "./AttachmentUpload.js"; import {DecryptionSource} from "../e2ee/common.js"; +import {PowerLevels, EVENT_TYPE as POWERLEVEL...
12
diff --git a/src/components/nodes/sequenceFlow/index.js b/src/components/nodes/sequenceFlow/index.js @@ -34,6 +34,11 @@ export default { // Exclusive and inclusive gateways could have conditioned flows const hasCondition = ['bpmn:ExclusiveGateway', 'bpmn:InclusiveGateway'].includes(definition.sourceRef.$type); + // If ...
2
diff --git a/components/nav-item-dropdown.vue b/components/nav-item-dropdown.vue href="" aria-haspopup="true" :aria-expanded="show" :disabled="disabled"> - <slot>{{ text }}</slot> + <slot name="text">{{ text }}</slot> </a> <div :class="{'dropdown-menu': true, 'dropdown-menu-right': rightAlignment}"> - <slot name="dropd...
7
diff --git a/src/pages/users.js b/src/pages/users.js @@ -15,7 +15,7 @@ export default function Users(props) { if ((siteConfig.customFields.users || []).length === 0) { return null } - const editUrl = `${siteConfig.customFields.docsRepoUrl}/edit/master/website/docusaurus.config.js` + const editUrl = `${siteConfig.custom...
1
diff --git a/assets/src/libraries/BookDetail.js b/assets/src/libraries/BookDetail.js @@ -95,15 +95,6 @@ export default class BookDetail extends Component { <div className="modal-book__borrowed-informations"> {borrowers} </div> - - <div className="modal-book__waitlist"> - <div className="modal-book__waitlist-label"> - <...
2
diff --git a/test-integration/scripts/24-tests-e2e.sh b/test-integration/scripts/24-tests-e2e.sh source $(dirname $0)/00-init-env.sh -#------------------------------------------------------------------------------- -# Specific for couchbase -#-----------------------------------------------------------------------------...
2
diff --git a/lib/modules/deployment/index.js b/lib/modules/deployment/index.js let async = require('async'); const ContractDeployer = require('./contract_deployer.js'); -const utils = require('../../utils/utils.js'); -//require("../utils/debug_util.js")(__filename, async); +const cloneDeep = require('clone-deep'); clas...
4
diff --git a/app/sanitizeOpts.js b/app/sanitizeOpts.js @@ -7,6 +7,6 @@ module.exports = { allowedAttributes: { img: ['src', 'alt'] }, - allowedSchemes: ['data'], + allowedSchemes: ['data', 'http', 'https'], exclusiveFilter: function(frame) { return frame.attribs['data-js'] === 'mathEditor' } }
11
diff --git a/lib/console_web/controllers/router/device_controller.ex b/lib/console_web/controllers/router/device_controller.ex @@ -566,6 +566,20 @@ defmodule ConsoleWeb.Router.DeviceController do case updated_org_pending_result do nil -> nil organization -> + last_dc_purchase = DcPurchases.get_last_nonrecurring_dc_purc...
5
diff --git a/story.js b/story.js @@ -444,7 +444,14 @@ export const listenHack = () => { } } else { const comment = await aiScene.generateSelectTargetComment(name, description); - _startConversation(comment, null, true); + const fakePlayer = { + avatar: { + modelBones: { + Head: app, + }, + }, + }; + _startConversation(...
0
diff --git a/src/broker/saslAuthenticator/scram.js b/src/broker/saslAuthenticator/scram.js const crypto = require('crypto') const scram = require('../../protocol/sasl/scram') -const { KafkaJSSASLAuthenticationError } = require('../../errors') +const { KafkaJSSASLAuthenticationError, KafkaJSNonRetriableError } = require...
14
diff --git a/src/domain/session/room/RoomBeingCreatedViewModel.js b/src/domain/session/room/RoomBeingCreatedViewModel.js @@ -34,7 +34,16 @@ export class RoomBeingCreatedViewModel extends ViewModel { get name() { return this._roomBeingCreated.name; } get id() { return this._roomBeingCreated.id; } get isEncrypted() { ret...
9
diff --git a/templates/modifier-bucket.html b/templates/modifier-bucket.html <div style="background-color:gold; align-content: end;display:{{#if cansend}}block{{else}}none{{/if}}"> <div class="modttlabel">Send your Modifier Bucket to:</div> - <div style="position: relative;text-align: center;display: inline-flex;justif...
11
diff --git a/src/map/tool/DrawTool.js b/src/map/tool/DrawTool.js -import Browser from 'core/Browser'; import { INTERNAL_LAYER_PREFIX } from 'core/Constants'; import { isNil } from 'core/util'; import { extendSymbol } from 'core/util/style'; @@ -406,9 +405,6 @@ class DrawTool extends MapTool { } const registerMode = thi...
8
diff --git a/services/importer/lib/importer/downloader.rb b/services/importer/lib/importer/downloader.rb @@ -71,7 +71,7 @@ module CartoDB false end - attr_reader :source_file, :etag, :last_modified, :http_response_code, :datasource + attr_reader :source_file, :http_response_code, :datasource def initialize(user_id, url...
2
diff --git a/src/io_frida.c b/src/io_frida.c @@ -513,13 +513,11 @@ static char *__system(RIO *io, RIODesc *fd, const char *command) { io->cb_printf (" stalker.event = compile\n"); io->cb_printf (" stalker.timeout = 300\n"); io->cb_printf (" stalker.in = raw\n"); - } else if (!strncmp (command, "s", 1)) { - if (command[...
1
diff --git a/JSONSchema/schema.json b/JSONSchema/schema.json "Homestead": { "$ref": "#/definitions/TransactionResults" }, - "Metropolis": { + "Byzantium": { + "$ref": "#/definitions/TransactionResults" + }, + "Constantinople": { "$ref": "#/definitions/TransactionResults" } },
14
diff --git a/token-metadata/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/metadata.json b/token-metadata/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/metadata.json "symbol": "XETH", "address": "0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/test/commands/test/generate/uitest-test.ts b/test/commands/test/generate/uitest-test.ts @@ -102,20 +102,20 @@ describe("Validating UITest template generation", () => { // Assert let packageFileContent = await pfs.readFile(packageFilePath, "utf8"); - expect(packageFileContent).contain("2.2.5"); + expect(pac...
1
diff --git a/docs/src/pages/demos/menus/SimpleListMenu.js b/docs/src/pages/demos/menus/SimpleListMenu.js @@ -15,6 +15,7 @@ const styles = theme => ({ }); const options = [ + 'Show some love to Material-UI', 'Show all notification content', 'Hide sensitive notification content', 'Hide all notification content', @@ -68,6...
3
diff --git a/views/_partials/nav.pug b/views/_partials/nav.pug @@ -37,6 +37,13 @@ nav.navbar.navbar-expand-xl.navbar-dark.bg-dark data-ga-label='GitHub project', rel='noopener nofollow', target='_blank') GitHub project + li.dropdown-item.bg-dark + a.nav-link(href='https://opencollective.com/getbootstrapcdn', + data-ga-...
0
diff --git a/src/deploy/mongo_upgrade/mongo_upgrade_2_8_0.js b/src/deploy/mongo_upgrade/mongo_upgrade_2_8_0.js @@ -36,7 +36,16 @@ function add_create_time_to_multiparts() { } } +function fix_upgrade_stage_changed_date() { + db.clusters.updateMany({}, { + $unset: { + "stage_changed_date": 1 + } + }); +} + update_buckets...
2
diff --git a/src/core/lib/FileSignatures.mjs b/src/core/lib/FileSignatures.mjs @@ -2451,7 +2451,7 @@ export function extractJPEG(bytes, offset) { export function extractMZPE(bytes, offset) { const stream = new Stream(bytes.slice(offset)); - // Move to PE header pointer + // Read pointer to PE header stream.moveTo(0x3c)...
7
diff --git a/package.json b/package.json "asar": true, "forceCodeSigning": false, "files": [ - "**/*", + "local_modules/**/*.{js,json,wasm}", + "local_modules/**/*.{png,icns,ico,otf,ttf}", + "local_modules/**/*.css", + "local_modules/**/*.html", + "node_modules/**", "!**/node_modules/*/{CHANGELOG.md,README.md,README,re...
1
diff --git a/lib/script/interpreter.js b/lib/script/interpreter.js @@ -219,6 +219,7 @@ Interpreter.true = Buffer.from([1]); Interpreter.false = Buffer.from([]); Interpreter.MAX_SCRIPT_ELEMENT_SIZE = 520; +Interpreter.MAXIMUM_ELEMENT_SIZE = 4; Interpreter.LOCKTIME_THRESHOLD = 500000000; Interpreter.LOCKTIME_THRESHOLD_BN...
1
diff --git a/src/traces/box/cross_trace_calc.js b/src/traces/box/cross_trace_calc.js @@ -97,7 +97,6 @@ function setPositionOffset(traceType, gd, boxList, posAxis, pad) { // Find maximum trace width // we baseline this at dPos - var maxHalfWidth = dPos; for(i = 0; i < boxList.length; i++) { calcTrace = calcdata[boxList[...
2
diff --git a/404.js b/404.js @@ -115,7 +115,7 @@ const _setIframe = u => { if (u) { const iframe = document.createElement('iframe'); iframe.classList.add('preview'); - iframe.src = '/edit.html?o=' + u; + iframe.src = '/edit.html?ftu=0&o=' + u; iframe.setAttribute('frameBorder', 0); iframeContainer.appendChild(iframe); ...
0
diff --git a/src/docs/languages/webc.md b/src/docs/languages/webc.md @@ -28,7 +28,7 @@ relatedLinks: * All configuration extensions/hooks into WebC are async-friendly out of the box. * Bundler mode: Easily roll up the CSS and JS in-use by WebC components on a page for page-specific bundles. Dirt-simple critical CSS/JS ...
4
diff --git a/packages/maps/README.md b/packages/maps/README.md @@ -71,4 +71,4 @@ The official docs for the library are at [https://opensource.appbase.io/reactive - [**mirage**](https://github.com/appbaseio/mirage) ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsear...
3
diff --git a/token-metadata/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/metadata.json b/token-metadata/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/metadata.json "symbol": "GEEQ", "address": "0x6B9f031D718dDed0d681c20cB754F97b3BB81b78", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Recommendation to enable CORS - A 'visual' option as an asset role. - Added a best practice recommendation to keep collections at consistent levels. +- Catalog and Collection now...
0
diff --git a/Source/Shaders/ModelExperimental/ModelExperimentalVS.glsl b/Source/Shaders/ModelExperimental/ModelExperimentalVS.glsl @@ -28,11 +28,6 @@ void main() updateFeatureStruct(feature); #endif - #ifdef HAS_CUSTOM_VERTEX_SHADER - czm_modelVertexOutput vsOutput = defaultVertexOutput(attributes.positionMC); - custom...
5
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md # Eleventy Community Code of Conduct +View the [Code of Conduct](https://www.11ty.dev/docs/code-of-conduct/) on 11ty.dev + ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation ...
0