code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/app/src/components/Containers/Me.js b/app/src/components/Containers/Me.js @@ -531,12 +531,17 @@ const Me = (props) => <Tooltip title={micTip} placement='left'> { smallContainer ? <div> - <IconButton + <Fab + // <IconButton aria-label={intl.formatMessage({ id : 'device.muteAudio', defaultMessage : 'Mute aud...
14
diff --git a/src/pages/using-spark/components/dictionary.mdx b/src/pages/using-spark/components/dictionary.mdx @@ -9,7 +9,7 @@ import { SprkDivider } from '@sparkdesignsystem/spark-react'; The Dictionary component displays a list of key-value pairs. <ComponentPreview - componentName="dictionary--default-dictionary" + c...
3
diff --git a/lib/modules/ens/index.js b/lib/modules/ens/index.js @@ -127,7 +127,7 @@ class ENS { if (isKnownNetwork || !shouldRegisterSubdomain) { return cb(); } - process.exit(); + self.registerConfigDomains(config, cb); }); } @@ -274,8 +274,6 @@ class ENS { self.events.request('blockchain:networkId', (networkId) => {...
2
diff --git a/includes/Core/Authentication/Authentication.php b/includes/Core/Authentication/Authentication.php @@ -166,7 +166,7 @@ final class Authentication { $this->verification = new Verification( $this->user_options ); $this->verification_meta = new Verification_Meta( $this->user_options, $this->transients ); $this...
2
diff --git a/test/image/mocks/gl3d_ibm-plot.json b/test/image/mocks/gl3d_ibm-plot.json 20.0538, 17.7003, 15.4519 - ], - [ - 31.7202, - 28.0013, - 25.1881, - 24.006999999999998, - 23.4612, - 23.1983, - 22.9418, - 22.6914, - 22.4469, - 21.9752, - 21.1062, - 18.9972, - 16.6826 ] ], "x": [
2
diff --git a/docs/docs/creating-and-modifying-pages.md b/docs/docs/creating-and-modifying-pages.md @@ -141,7 +141,7 @@ well as client-only routes (e.g. an app that combines marketing pages and your app that lives under `/app/*`), you want to add code to your `gatsby-node.js` like the following: -_Note: There's also a p...
4
diff --git a/src/matrix/room/ArchivedRoom.js b/src/matrix/room/ArchivedRoom.js @@ -22,7 +22,7 @@ export class ArchivedRoom extends BaseRoom { constructor(options) { super(options); this._kickDetails = null; - this._kickAuthor = null; + this._kickedBy = null; } async _getKickAuthor(sender, txn) { @@ -38,7 +38,7 @@ expor...
10
diff --git a/token-metadata/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/metadata.json b/token-metadata/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/metadata.json "symbol": "SUSHI", "address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/web/app/components/Blockchain/Operation.jsx b/web/app/components/Blockchain/Operation.jsx @@ -96,11 +96,11 @@ class Row extends React.Component { </div> <div style={{fontSize: 14, paddingTop: 5}}> {/*<span>{counterpart.translate("explorer.block.title").toLowerCase()} <Link to={`/block/${block}`}>{utils.for...
5
diff --git a/reference/api/indexes.md b/reference/api/indexes.md @@ -76,7 +76,7 @@ An index is automatically created when adding [documents](/reference/api/documen | Variable | Description | | -------------- | ---------------------------------------------------------- | -| **index_uid** | The index unique identifier (_...
1
diff --git a/js/control/Profile.js b/js/control/Profile.js @@ -40,8 +40,8 @@ BR.Profile = L.Evented.extend({ empty = !this.editor.getValue(), clean = this.editor.isClean(); - this.profileName = profileName; if (profileName && BR.conf.profilesUrl && (empty || clean)) { + this.profileName = profileName; if (!(profileName...
1
diff --git a/doc/reporting.html b/doc/reporting.html @@ -44,9 +44,8 @@ CodeMirror. But first, please read over these points:</p> <li>Mention very precisely what went wrong. "X is broken" is not a good bug report. What did you expect to happen? What happened - instead? Describe the exact steps a maintainer has to take t...
7
diff --git a/runner/src/main/java/com/codingame/gameengine/runner/Renderer.java b/runner/src/main/java/com/codingame/gameengine/runner/Renderer.java @@ -248,7 +248,7 @@ class Renderer { public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException { String relativePath = sourceFolderPath.rel...
14
diff --git a/tutorial.js b/tutorial.js @@ -42,7 +42,7 @@ export async function tryTutorial() { /* ftuPhase = ftuDone ? 4 : 1; ftu.classList.add('phase-' + ftuPhase); ftuUsername.focus(); - ftuUsername.select(); + ftuUsername.select(); */ } ftuUsername.addEventListener('keydown', e => {
0
diff --git a/tests/codeceptjs/editors/advanced_test.js b/tests/codeceptjs/editors/advanced_test.js @@ -8,4 +8,5 @@ Scenario('test validation & delete', (I) => { I.fillField('root[0][location][city]', 'Stuttgart'); I.waitForValue("[name='root[0][location][city]']", 'Stuttgart'); I.click('.json-editor-btn-delete'); + I.a...
1
diff --git a/packages/idyll-template-projects/templates/multipage/README.md b/packages/idyll-template-projects/templates/multipage/README.md Template for an Idyll blog with multiple posts. ### Quick Start -The multipage template uses an index, or main, page (in this directory) alongside multiple sub-pages (in the `post...
3
diff --git a/embark-ui/src/components/Transactions.js b/embark-ui/src/components/Transactions.js @@ -29,7 +29,7 @@ const Transactions = ({transactions}) => ( </Table.Header> <Table.Body> { - transactions.reduce((transaction) => { + transactions.map((transaction) => { return ( <Table.Row key={transaction.hash}> <Table.C...
14
diff --git a/packages/components/src/components/as-layer-selector-slot/as-layer-selector-slot.scss b/packages/components/src/components/as-layer-selector-slot/as-layer-selector-slot.scss display: none; } } + +.as-layer-selector-slot--wrapper { + padding-bottom: 12px; + + .as-checkbox { + margin: 12px 12px 0; + } + + .a...
7
diff --git a/src/ApiGatewayWebSocket.js b/src/ApiGatewayWebSocket.js @@ -118,10 +118,10 @@ module.exports = class ApiGatewayWebSocket { // end COPY PASTE FROM HTTP SERVER CODE } - async _doAction(websocketClient, connectionId, name, event, doDefaultAction) { + async _doAction(websocketClient, connectionId, name, event,...
10
diff --git a/README.md b/README.md @@ -490,7 +490,12 @@ When downloading large files on Android it is recommended to use `Download Manag <img src="img/download-manager.png" width="256"> -When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can o...
0
diff --git a/src/components/signup/SignupState.js b/src/components/signup/SignupState.js @@ -591,7 +591,7 @@ const Signup = ({ navigation }: { navigation: any, screenProps: any }) => { .catch(e => { log.error('failed auth:', e.message, e) - // showErrorDialog('Failed authenticating with server', e) + throw e }) return ...
0
diff --git a/package.json b/package.json { "name": "prettier-atom", "main": "./dist/main.js", - "version": "0.47.1", + "version": "0.47.2", "description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration", "keywords": [ "atom",
6
diff --git a/services/web-ui/src/component/flows/detail-page/index.js b/services/web-ui/src/component/flows/detail-page/index.js @@ -270,6 +270,7 @@ class FlowDetails extends React.PureComponent { } childrenContent.push(this.generateGraphVisualization([], node, false, nodeAlignment)); } + console.log('childContent', ch...
1
diff --git a/test/functional/helpers/constants/testServerUrl.js b/test/functional/helpers/constants/testServerUrl.js @@ -11,7 +11,7 @@ const alloyWithVisitorPages = { prod: "alloyVisitorTestPageProd.html" }; -const alloyWithVisitorTestPageUrl = `https://alloyio.com/functional-test/${alloyWithVisitorPages[env]}`; +const...
4
diff --git a/js/views/Map.js b/js/views/Map.js @@ -30,15 +30,12 @@ function particles(sprite, size, vertices, color) { return new THREE.Points(geometry, material); } -function tooltipPoint(size, sprite) { - const geometry = new THREE.BufferGeometry(); - geometry.setAttribute('position', new THREE.Float32BufferAttribute...
7
diff --git a/lib/v2/twitter/web-api/twitter-got.js b/lib/v2/twitter/web-api/twitter-got.js @@ -6,8 +6,8 @@ const config = require('@/config').value; // https://github.com/mikf/gallery-dl/blob/a53cfc845e12d9e98fefd07e43ebffaec488c18f/gallery_dl/extractor/twitter.py#L716-L726 const headers = { authorization: config.twitt...
1
diff --git a/lib/CT_DrawModel.js b/lib/CT_DrawModel.js +"use strict"; // USER FUNCTIONS @@ -16,7 +17,7 @@ CT._defaultModel = new CT.Object(); CT.createDrawFunction = function(type) { eval('CT.Object.prototype.draw' + type + ' = function(a,b,c,d) { return this._drawChild("' + type + '",a,b,c,d); }'); - eval('m' + type +...
12
diff --git a/articles/email/templates.md b/articles/email/templates.md @@ -137,6 +137,10 @@ For example, you can refer to attributes in the template to control flow as foll {% endif %} ``` +##### Debugging Liquid Template Variables + +To assist your template development, we've added a custom `{% debug %}` liquid tag, w...
0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Hi there! We're thrilled that you'd like to contribute to this project. Your hel ## Notices -Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public und...
1
diff --git a/aleph/index/collections.py b/aleph/index/collections.py @@ -60,11 +60,11 @@ def index_collection(collection): data['schemata'][schema['key']] = schema['doc_count'] # if no countries or langs are given, take the most common from the data. - if not len(data.get('countries', [])): + if not data.get('countries...
9
diff --git a/core/server/api/v2/utils/validators/input/users.js b/core/server/api/v2/utils/validators/input/users.js const Promise = require('bluebird'); const debug = require('@tryghost/debug')('api:v2:utils:validators:input:users'); -const i18n = require('../../../../../../shared/i18n'); +const tpl = require('@trygho...
14
diff --git a/assets/src/Main.js b/assets/src/Main.js @@ -3,6 +3,7 @@ import { BrowserRouter, Route } from 'react-router-dom'; import Header from './Header'; import LibrarySelector from './home/LibrarySelector'; import Library from './libraries/Library'; +import MyBooks from './mybooks/MyBooks'; function Main() { return...
0
diff --git a/js/bitget.js b/js/bitget.js @@ -2355,7 +2355,7 @@ module.exports = class bitget extends Exchange { }; } - async fetchFundingRateHistory (symbol = undefined, since = undefined, limit = 100, params = {}) { + async fetchFundingRateHistory (symbol = undefined, since = undefined, limit = undefined, params = {})...
12
diff --git a/App.js b/App.js @@ -361,7 +361,7 @@ export default class App extends Component { ref={(ref) => { this.input = ref }} autoCapitalize={'none'} autoCorrect={false} - placeholder={'demo.coopcycle.org'} + placeholder={'Exemple : demo.coopcycle.org'} onChangeText={(text) => this.setState({ text })} /> </Item> </...
7
diff --git a/packages/openneuro-server/datalad/snapshots.js b/packages/openneuro-server/datalad/snapshots.js @@ -173,7 +173,7 @@ export const getSnapshot = async (datasetId, tag) => { if (dataset.public) { externalFiles = await c.crn.files .findOne({ datasetId, tag }, { files: true }) - .then(result => (result ? result...
1
diff --git a/packages/gatsby-theme-apollo/package.json b/packages/gatsby-theme-apollo/package.json "keywords": [ "gatsby", "gatsby-plugin", - "apollo", "apollo-client" ], "peerDependencies": { - "@apollo/client": ">=3.0.0-beta.1", + "@apollo/client": "^3.0.2", "gatsby": ">=2.13.80" }, "devDependencies": { - "@apollo/cl...
14
diff --git a/customcommands/tmplextensions.go b/customcommands/tmplextensions.go @@ -131,7 +131,11 @@ func (pa *ParsedArgs) Get(index int) interface{} { switch pa.parsed[index].Def.Type.(type) { case *dcmd.IntArg: - return pa.parsed[index].Int() + i := pa.parsed[index] + if i.Value == nil { + return nil + } + return i....
1
diff --git a/test/Synthetix.js b/test/Synthetix.js @@ -1259,7 +1259,7 @@ contract('Synthetix', async accounts => { const debtBalance1 = await synthetix.debtBalanceOf(account1, sUSD); assert.bnClose(debtBalance1, account1AmountToIssue); - // Issue and burn from account 2 + // Issue and burn from account 2 all debt await...
1
diff --git a/src/panel/category_panel.js b/src/panel/category_panel.js @@ -25,7 +25,7 @@ export class CategoryPanel { restore(urlShard) { listen('map_loaded', () => { - this.categoryName = urlShard.match(/type=(.*)/) + this.categoryName = urlShard.match(/type=(.*)/)[1] this.search() let bbox = window.mapGetBounds() con...
4
diff --git a/src/encoded/static/components/dataset.js b/src/encoded/static/components/dataset.js @@ -421,6 +421,10 @@ const Reference = React.createClass({ context: React.PropTypes.object, // Reference object to display }, + contextTypes: { + session: React.PropTypes.object, // Login session information + }, + mixins: ...
0
diff --git a/src/view/preheat-a-node.js b/src/view/preheat-a-node.js @@ -61,7 +61,7 @@ function preheatANode(aNode) { else { var sourceNode; if (isBrowser && aNode.tagName - && !/^(template|slot|select|input|option|button|video|audio)$/i.test(aNode.tagName) + && !/^(template|slot|select|input|option|button|video|audio|...
14
diff --git a/scripts/jest/jest-cli.js b/scripts/jest/jest-cli.js @@ -317,7 +317,17 @@ function main() { } // Run Jest. - spawn('node', args, {stdio: 'inherit', env: {...envars, ...process.env}}); + const jest = spawn('node', args, { + stdio: 'inherit', + env: {...envars, ...process.env}, + }); + // Ensure we close our ...
9
diff --git a/public/javascripts/AccessibilityChoropleth.js b/public/javascripts/AccessibilityChoropleth.js @@ -84,12 +84,22 @@ function AccessibilityChoropleth(_, $, turf, difficultRegionIds) { for (var i = 0; i < rates.length; i++) { //if (rates[i].region_id === feature.properties.region_id) { if (rates[i].region_id =...
3
diff --git a/examples/extensions-collection/sentinel-1-example/sentinel-1-example.json b/examples/extensions-collection/sentinel-1-example/sentinel-1-example.json { "type": "Feature", "stac_version": "1.0.0-beta.2", + "stac_extensions": [ + "sar", + "sat", + "file" + ], "id": "sentinel-1-example", "properties": { "date...
0
diff --git a/KeycloakDemo/keycloak/keycloak-data/data/h2/keycloakdb.mv.db b/KeycloakDemo/keycloak/keycloak-data/data/h2/keycloakdb.mv.db Binary files a/KeycloakDemo/keycloak/keycloak-data/data/h2/keycloakdb.mv.db and b/KeycloakDemo/keycloak/keycloak-data/data/h2/keycloakdb.mv.db differ
4
diff --git a/lambda/fulfillment/lib/middleware/lex.js b/lambda/fulfillment/lib/middleware/lex.js @@ -134,9 +134,6 @@ function slackifyResponse(response) { console.log("Converted markdown: ", JSON.stringify(md)); } console.log("Converting Slack message javascript string to utf8 (for multi-byte compatibility)."); - let t...
3
diff --git a/assets/src/components/mybooks/MyBooks.test.jsx b/assets/src/components/mybooks/MyBooks.test.jsx import React from 'react'; -import { render, waitForElement } from '@testing-library/react'; +import { waitForElement } from '@testing-library/react'; import { getMyBooks, getWaitlistBooks } from '../../services...
1
diff --git a/includes/Context.php b/includes/Context.php @@ -160,7 +160,7 @@ final class Context { * @return string Reference site URL. */ public function get_reference_site_url() { - return untrailingslashit( $this->filter_reference_url() ); + return $this->filter_reference_url(); } /** @@ -368,7 +368,7 @@ final class...
1
diff --git a/src/sections/disease/Ontology/OntologySubgraph.js b/src/sections/disease/Ontology/OntologySubgraph.js @@ -174,7 +174,7 @@ function OntologySubgraph({ fill="#5a5f5f" > <title>{node.data.name}</title> - {textWithEllipsis(node.data.name, textLimit)} + {textWithEllipsis(node.data.name || 'No name', textLimit)}...
9
diff --git a/src/core/operations/Hash.js b/src/core/operations/Hash.js @@ -240,6 +240,7 @@ const Hash = { output = "MD2: " + Hash.runMD2(input, []) + "\nMD4: " + Hash.runMD4(input, []) + "\nMD5: " + Hash.runMD5(input, []) + + "\nMD6: " + Hash.runMD6(input, []) + "\nSHA0: " + Hash.runSHA0(input, []) + "\nSHA1: " + Hash....
0
diff --git a/SECURITY.md b/SECURITY.md # Reporting a Vulnerability -If you discover a security vulnerability within axios, please submit a report via [huntr.dev](https://huntr.dev/bounties/?target=https%3A%2F%2Fgithub.com%2Faxios%2Faxios). Bounties and CVEs are automatically managed and allocated via the platform. +If ...
3
diff --git a/packages/neutrine/src/layout/toolbar/index.js b/packages/neutrine/src/layout/toolbar/index.js @@ -29,9 +29,9 @@ ToolbarWrapper.defaultProps = { export const Toolbar = function (props) { //Sidebar base class styles let classList = [baseClass]; - //Check the toolbar color - if (props.color === "light" || pro...
10
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -39,44 +39,40 @@ commands: command: | cd && touch $BASH_ENV - if [ "${CIRCLE_BRANCH}" == "master" ]; then - echo 'export INFRA_PATH=iac/conf/websites/prod/lunie.io' >> $BASH_ENV - echo 'export DEPLOYMENT_ENV=lunie.io' >> $BASH_ENV - echo 'export GIT_BRANCH=${C...
3
diff --git a/token-metadata/0xcd453276f4db9c38855056a036C4A99A8cac7b8d/metadata.json b/token-metadata/0xcd453276f4db9c38855056a036C4A99A8cac7b8d/metadata.json "symbol": "YKZ", "address": "0xcd453276f4db9c38855056a036C4A99A8cac7b8d", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/packages/rmw-shell/cra-template-rmw/template/continuous_deployment/bs.js b/packages/rmw-shell/cra-template-rmw/template/continuous_deployment/bs.js @@ -7,25 +7,25 @@ var test = require('./bs_test.js') // Input capabilities var iPhone = { browserName: 'iPhone', - device: 'iPhone 7', + device: 'iPhone 12', r...
3
diff --git a/src/reducers/account/index.js b/src/reducers/account/index.js @@ -57,7 +57,7 @@ const globalAlertReducer = handleActions({ globalAlert: ready ? { success: !error, errorMessage: (error && payload && payload.toString()) || undefined, - messageCode: error ? payload.messageCode || meta.errorCode || payload.id ...
9
diff --git a/lib/global-admin/addon/components/cru-cloud-credential/template.hbs b/lib/global-admin/addon/components/cru-cloud-credential/template.hbs {{/unless}} <hr /> - {{form-name-description - model=primaryResource - nameDisabled=originalModel - namePlaceholder="modalAddCloudKey.name.placeholder" - descriptionPlac...
11
diff --git a/core/command/report.js b/core/command/report.js var path = require('path'); var chalk = require('chalk'); -var junitWriter = new (require('junitwriter'))(); var allSettled = require('../util/allSettled'); var fs = require('../util/fs'); @@ -59,6 +58,7 @@ function writeBrowserReport (config, reporter) { fun...
3
diff --git a/tooling/rollup/rollup-plugin-manifest.js b/tooling/rollup/rollup-plugin-manifest.js * @return {Object} */ export default function (config) { + if (!config) { + config = {}; + } const manifest = { files: [], entries: {}, }; - const trimPrefix = (config && config.trimPrefix) || /^.*[/]/; + const trimPrefix =...
11
diff --git a/src/technologies/p.json b/src/technologies/p.json 87, 89 ], - "description": "Polylang is a WordPress plugin which allows you to create a bilingual or multilingual WordPress site.", + "description": "Polylang is a WordPress plugin which allows you to create multilingual WordPress site.", "dom": "img[src*='...
7
diff --git a/models/import.js b/models/import.js @@ -128,8 +128,8 @@ class TrelloCreator { name: String, checkItems: [Match.ObjectIncluding({ state: String, - name: String - })] + name: String, + })], })]); } @@ -387,7 +387,7 @@ class TrelloCreator { const checklistToCreate = { cardId: this.cards[checklist.idCard], tit...
1
diff --git a/lib/assets/javascripts/new-dashboard/pages/Home/WelcomeSection/Welcome.vue b/lib/assets/javascripts/new-dashboard/pages/Home/WelcomeSection/Welcome.vue @@ -93,10 +93,3 @@ export default { } }; </script> -<style scoped lang="scss"> -@import 'new-dashboard/styles/variables'; - -.welcome-section.is-user-notif...
2
diff --git a/.gitignore b/.gitignore .idea node_modules + src/Aethcord/plugins/stylemanager/styles !src/Aethcord/plugins/stylemanager/styles/codeblocks.css !src/Aethcord/plugins/stylemanager/styles/spotifyModal.css + +config.json \ No newline at end of file
8
diff --git a/src/server/middlewares/password-reset.js b/src/server/middlewares/password-reset.js module.exports = (crowi, app) => { - // const { configManager } = crowi; - // when disabled - // if (!configManager.getConfig('crowi', 'promster:isEnabled')) { - // return (req, res, next) => next(); - // } - - // const { c...
7
diff --git a/generators/client/templates/angularjs/src/test/javascript/spec/app/account/settings/_settings.controller.spec.js b/generators/client/templates/angularjs/src/test/javascript/spec/app/account/settings/_settings.controller.spec.js @@ -35,8 +35,7 @@ describe('Controller Tests', function() { activated: true, em...
2
diff --git a/apps/numberchaser/metadata.json b/apps/numberchaser/metadata.json "version":"0.01", "description": "A number guessing game, but the number goes up or down based on if you're guessing too high or too low.", "icon": "numberchaser.png", - "tags": "games", + "tags": "game,fun" "supports": ["BANGLEJS","BANGLEJS...
3
diff --git a/db/migrate/20180727174523_create_oauth_authorizations.rb b/db/migrate/20180727174523_create_oauth_authorizations.rb @@ -7,8 +7,8 @@ migration( create_table :oauth_access_tokens do Uuid :id, primary_key: true, default: 'uuid_generate_v4()'.lit foreign_key :oauth_app_user_id, :oauth_app_users, type: :uuid, n...
2
diff --git a/src/styles/schema-styles.js b/src/styles/schema-styles.js @@ -25,6 +25,8 @@ export default css` overflow:hidden; } +.expanded-descr .more-content { display:none; } + .key-descr { font-family:var(--font-regular); color:var(--light-fg);
7
diff --git a/manager/src/backend/internal/ssl.js b/manager/src/backend/internal/ssl.js @@ -39,11 +39,14 @@ const internalSsl = { // This host is due to expire in 1 day, time to renew logger.info('Host ' + host.hostname + ' is due for SSL renewal'); - internalSsl.configureSsl(host) + internalSsl.renewSsl(host) .then(() ...
4
diff --git a/new-client/src/plugins/search/search.js b/new-client/src/plugins/search/search.js @@ -18,7 +18,7 @@ import { Tooltip } from "@material-ui/core"; import IconButton from "@material-ui/core/IconButton"; import MenuIcon from "@material-ui/icons/Menu"; -import { CircularProgress, Divider, InputBase, Paper } fro...
5
diff --git a/mobile/components/Message/index.js b/mobile/components/Message/index.js @@ -67,8 +67,8 @@ const Message = ({ return ( <TouchableOpacity onPress={onPress}> <Bubble me={me}> - {/* $FlowIssue */} {message.parent ? ( + /* $FlowIssue */ <QuotedMessage message={message.parent} /> ) : null} <TextWrapper>
5
diff --git a/lib/assets/core/locale/en.json b/lib/assets/core/locale/en.json "cartocss-applied": { "title": "CARTOCSS APPLIED", "body": "You just applied styles with CartoCSS editor. You can continue or clear all styles.", - "accept": "CONTINUE", - "cancel": "CLEAR" + "continue": "CONTINUE", + "clear": "CLEAR" }, "laye...
1
diff --git a/core/server/api/canary/webhooks.js b/core/server/api/canary/webhooks.js const models = require('../../models'); -const i18n = require('../../../shared/i18n'); +const tpl = require('@tryghost/tpl'); const errors = require('@tryghost/errors'); const getWebhooksServiceInstance = require('../../services/webhoo...
14
diff --git a/website/lexonomy.py b/website/lexonomy.py @@ -466,9 +466,10 @@ def check_login(): if request.forms.email != "" and request.forms.password != "": res = ops.login(request.forms.email, request.forms.password) if res["success"]: - print(res) - response.set_cookie("email", res["email"], path="/") - response.set...
12
diff --git a/deepfence_ui/app/scripts/components/vulnerability-view/registry-scan/image-list.js b/deepfence_ui/app/scripts/components/vulnerability-view/registry-scan/image-list.js @@ -275,15 +275,11 @@ class RegistryImageList extends React.PureComponent { renderSubComponent(rowInfo) { const imageTags = rowInfo.row.ori...
13
diff --git a/src/renderer/redux/reducers/navigation.js b/src/renderer/redux/reducers/navigation.js @@ -3,7 +3,7 @@ import * as ACTIONS from 'constants/action_types'; const getCurrentPath = () => { const { hash } = document.location; if (hash !== '') return hash.replace(/^#/, ''); - return '/publish'; + return '/discove...
12
diff --git a/shared/scss/_tracker-network-icons.scss b/shared/scss/_tracker-network-icons.scss /* Tracker Network Icons */ -$icons: ("adobe", "adtech", "amazon", "aol", "appnexus", "casale", "chartbeat", "comscore", "criteo", "facebook", "fox", "generic", "google", "mixpanel", "moat", "newrelic", "nielsen", "openx", "o...
2
diff --git a/src/easeljs/filters/DisplacementFilter.js b/src/easeljs/filters/DisplacementFilter.js @@ -96,14 +96,9 @@ this.createjs = this.createjs||{}; "uniform vec2 pixelAdjustment;" + "void main(void) {" + - "vec4 dispSample = texture2D(" + - "uDudvSampler, " + - "vTextureCoord" + - ");" + - "gl_FragColor = texture2...
7
diff --git a/src/plugins/animation.js b/src/plugins/animation.js +import _ from 'lodash' + export default function() { return function({ addBase, addUtilities, e, theme, variants }) { const keyframesConfig = theme('keyframes') - const keyframesStyles = Object.fromEntries( - Object.entries(keyframesConfig).map(([name, k...
14
diff --git a/local_modules/Wallets/Views/TransactionDetailsView.web.js b/local_modules/Wallets/Views/TransactionDetailsView.web.js @@ -260,82 +260,30 @@ class TransactionDetailsView extends View details_containerLayer.appendChild(commonComponents_tables.New_separatorLayer()) } { // Transaction ID - const div = commonCo...
4
diff --git a/server/game/cards/08-MotC/LetterFromTheDaimyo.js b/server/game/cards/08-MotC/LetterFromTheDaimyo.js @@ -11,7 +11,7 @@ class LetterFromTheDaimyo extends DrawCard { event.conflict.winner === context.source.parent.controller && event.conflict.conflictType === 'political' }, - gameAction: AbilityDsl.actions.ch...
2
diff --git a/api/src/config/dev.js b/api/src/config/dev.js module.exports = { url: 'https://winds.getstream.io', logger: { level: process.env.LOGGER_LEVEL || 'info' }, + email: { + backend: 'not-sendgrid', + sender: { support: { email: 'not.a.real.email@getstream.io' } }, + }, };
11
diff --git a/checkfiles/checkfiles.py b/checkfiles/checkfiles.py @@ -718,9 +718,6 @@ def check_file(config, session, url, job): if item['status'] != 'uploading': errors['status_check'] = \ "status '{}' is not 'uploading'".format(item['status']) - update_content_error(errors, 'Submitted file status was {} '.format( - it...
2
diff --git a/src/slider.js b/src/slider.js @@ -91,7 +91,9 @@ export default class Slider extends React.Component { if (settings === 'unslick') { // if 'unslick' responsive breakpoint setting used, just return the <Slider> tag nested HTML return ( - <div>{children}</div> + <div className={`${this.props.className} unslic...
0
diff --git a/src/events/http/HttpServer.js b/src/events/http/HttpServer.js @@ -802,6 +802,23 @@ export default class HttpServer { } else if (integration === 'AWS_PROXY') { /* LAMBDA PROXY INTEGRATION HAPIJS RESPONSE CONFIGURATION */ + if ( + endpoint.isHttpApi && + endpoint.payload === '2.0' && + (typeof result === 'st...
9
diff --git a/src/components/TableBody.js b/src/components/TableBody.js @@ -170,7 +170,7 @@ class TableBody extends React.Component { ) : ( <TableBodyRow options={options}> <TableBodyCell - colSpan={options.selectableRows ? visibleColCnt + 1 : visibleColCnt} + colSpan={options.selectableRows || options.expandableRows ? ...
1
diff --git a/build_filterNames.js b/build_filterNames.js @@ -122,19 +122,31 @@ function mergeConfig() { if (rIndex[k]) return; var obj = canonical[k]; - - if (!obj) { var parts = k.split('|', 2); var tag = parts[0].split('/', 2); var key = tag[0]; var value = tag[1]; var name = parts[1]; + if (!obj) { obj = { count: 0,...
12
diff --git a/packages/diffhtml/lib/node/patch.js b/packages/diffhtml/lib/node/patch.js @@ -69,7 +69,7 @@ const setAttribute = (vTree, domNode, name, value) => { const noValue = value === null || value === undefined; // If we cannot set the value as a property, try as an attribute. - htmlElement.setAttribute(lowerName, ...
12
diff --git a/aleph/search/facet.py b/aleph/search/facet.py @@ -14,6 +14,8 @@ class Facet(object): self.cardinality = self.extract(aggregations, '%s.cardinality' % name) def extract(self, aggregations, name): + if aggregations is None: + return {} data = aggregations.get('scoped', {}).get(name, {}).get(name) return data...
9
diff --git a/src/pages/apply/index.js b/src/pages/apply/index.js @@ -276,6 +276,7 @@ export default class extends Component { this.populateApplications = this.populateApplications.bind(this) this.createNewApplication = this.createNewApplication.bind(this) + this.resetApplication = this.resetApplication.bind(this) } cre...
1
diff --git a/src/parsers/linter/GmlLinterMFunc.hx b/src/parsers/linter/GmlLinterMFunc.hx @@ -106,14 +106,13 @@ class GmlLinterMFunc { case Plain: {}; case Quoted: { // it's a valid string, do we care - q.pushSource("", mcArgContext); + q.pushSource('"`magic`"', mcArgContext); }; case Magic: { - var p0 = q.pos; - q.pos ...
1
diff --git a/OurUmbraco.Site/Views/Partials/Community/Home.cshtml b/OurUmbraco.Site/Views/Partials/Community/Home.cshtml @@ -135,13 +135,21 @@ else <div class="container"> <div class="row"> <div class="col-md-12"> - <h1 class="text-center">GitHub Contributors</h1> + <h1 class="text-center">Community GitHub Contribution...
3
diff --git a/bin/templates/cordova/lib/build.js b/bin/templates/cordova/lib/build.js @@ -58,6 +58,10 @@ function parseOpts(options, resolvedTarget, projectRoot) { if (options.argv.gradle || options.argv.studio) ret.buildMethod = options.argv.studio ? 'studio' : 'gradle'; + //This comes from cordova/run + if (options.st...
1
diff --git a/articles/topics/guides/index.md b/articles/topics/guides/index.md @@ -22,7 +22,7 @@ useCase: development </p> </div> -<%= include('../_includes/_topic-links', { links: [ +<%= include('../../_includes/_topic-links', { links: [ 'architecture-scenarios', 'tokens', 'users',
1
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -3,6 +3,7 @@ import React, { useState, useEffect, useRef } from 'react'; // import classnames from 'classnames'; // import {world} from '../../../../world.js'; // import webaverse from '../../../../webaverse.js'; +impo...
0
diff --git a/package.json b/package.json "classnames": "^2.2.5", "create-react-class": "^15.5.2", "enquire.js": "^2.1.6", - "json2mq": "^0.2.0" + "json2mq": "^0.2.0", + "resize-observer-polyfill": "^1.5.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.1 || ^16.0.0",
0
diff --git a/closure/goog/streams/lite_test_cases.js b/closure/goog/streams/lite_test_cases.js @@ -268,13 +268,25 @@ class TestCases { }); } - testReleaseLock_WhileOutstandingReads() { + async testReleaseLock_WhileOutstandingReads() { const {stream} = this.newReadableStreamWithController(); const reader = stream.getRea...
1
diff --git a/src/drivers/webextension/images/icons/Gomag.svg b/src/drivers/webextension/images/icons/Gomag.svg <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.5846 13.6598C21.5385 13.6598 26.0923 13.6598 29.0462 13.6598C28.4308 19.6906 26.2154 25.106 21.5385 ...
7
diff --git a/protocols/swap/package.json b/protocols/swap/package.json "openzeppelin-solidity": "^v2.2", "solidity-coverage": "^0.6.3", "solidity-docgen": "0.3.0-beta.3", - "truffle-flattener": "^1.4.0", - "truffle": "^5.0.30" + "truffle-hdwallet-provider-privkey": "1.0.3", } }
2
diff --git a/gulpfile.js b/gulpfile.js @@ -160,7 +160,13 @@ gulp.task("i18n", function() { locales.forEach(locale => { let filepath = getLocalePath(locale); let contents = fs.readFileSync(filepath, { encoding: "utf8" }); - let parsed = JSON.parse(contents); + let parsed; + + try { + parsed = JSON.parse(contents) + } ca...
7