code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/components/autoHeightImage/autoHeightImage.tsx b/src/components/autoHeightImage/autoHeightImage.tsx @@ -50,7 +50,7 @@ import { TouchableOpacity } from "react-native-gesture-handler";
}
return (
- <TouchableOpacity onPress={onPress} disabled={isAnchored} activeOpacity={activeOpacity}>
+ <TouchableOpacit... | 12 |
diff --git a/experimental/adaptive-dialog/csharp_dotnetcore/06.using-cards/Dialogs/MainAdaptiveDialog.cs b/experimental/adaptive-dialog/csharp_dotnetcore/06.using-cards/Dialogs/MainAdaptiveDialog.cs @@ -54,11 +54,7 @@ private static List<IDialog> OnBeginDialogSteps()
},
new SwitchCondition()
{
- // Switch on value prop... | 1 |
diff --git a/articles/api-auth/tutorials/password-grant.md b/articles/api-auth/tutorials/password-grant.md @@ -122,3 +122,7 @@ For details on the validations that should be performed by the API, refer to [Ve
<%= include('../../_includes/_api-auth-customize-tokens') %>
If you wish to execute special logic unique to the ... | 0 |
diff --git a/.travis.yml b/.travis.yml @@ -9,10 +9,10 @@ script:
- npm run build
deploy:
provider: s3
- access_key_id: AKIAI7GVDYTTK5M7PLYA
+ access_key_id: ACCESS_KEY_ID
secret_access_key:
- secure: ooHf95pBZn4veYimJHyHg2oKvBviGyxDUjE7w9tqcM4c+x3fuucSlbRjzXu5xzO+4Zbe+TJE9dJ6TlXuZHPQ9xGnVG3P3kFcsntS81oP8Q1nRZOWR9NGBUC0... | 2 |
diff --git a/src/data.js b/src/data.js @@ -52,10 +52,10 @@ var _ = Mavo.Data = $.Class(class Data {
}
this.data = Mavo.objectify(value);
- var type = $.type(value);
- if (type === "object" || type === "array") {
+ if (Object.getPrototypeOf(value) === Object.prototype || Array.isArray(value)) {
// Object rendered on a p... | 1 |
diff --git a/src/components/play-mode/minimap/Minimap.jsx b/src/components/play-mode/minimap/Minimap.jsx -import React from 'react';
+import React, {useState, useRef, useEffect} from 'react';
+import minimapManager from '../../../../minimap.js';
import styles from './minimap.module.css';
//
+let minimap = null;
+const ... | 0 |
diff --git a/html/settings/_settings.scss b/html/settings/_settings.scss /// Setting for the background
/// color of any text when selected.
-$sprk-selection-bg-color: $sprk-black-tint-50 !default;
+$sprk-selection-bg-color: $sprk-light-purple !default;
/// Setting for the
/// color of any text when selected.
$sprk-sel... | 3 |
diff --git a/token-metadata/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/metadata.json b/token-metadata/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/metadata.json "symbol": "ABYSS",
"address": "0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/articles/connections/passwordless/_includes/_setup-sms-twilio.md b/articles/connections/passwordless/_includes/_setup-sms-twilio.md @@ -20,7 +20,7 @@ To learn how to find your Twilio SID and Auth Token, see Twilio docs: [How to cr
2. Select your **SMS Source** and depending on your selection, enter either ... | 14 |
diff --git a/generators/client/templates/angular/_tsconfig-aot.json b/generators/client/templates/angular/_tsconfig-aot.json "experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
- "skipLibCheck": true,
"suppressImplicitAnyIndexErrors": true,
"outDir": "<%= DIST_DIR %>app",
"lib": ["es2015", ... | 13 |
diff --git a/src/components/base/Base.js b/src/components/base/Base.js @@ -743,6 +743,10 @@ export class BaseComponent {
}
setInputStyles(input) {
+ if (this.labelIsHidden()) {
+ return;
+ }
+
if (this.labelOnTheLeftOrRight(this.component.labelPosition)) {
const totalLabelWidth = this.getLabelWidth() + this.getLabelMar... | 7 |
diff --git a/src/core/obj.js b/src/core/obj.js @@ -1208,7 +1208,7 @@ var XRef = (function XRefClosure() {
break;
}
}
- startPos += contentLength;
+ startPos = endPos;
}
let content = buffer.subarray(position, position + contentLength);
| 4 |
diff --git a/package.json b/package.json "description": "Salesforce Lightning Design System for React",
"license": "SEE LICENSE IN README.md",
"engines": {
- "node": "12.x",
+ "node": ">=12.x"
},
"scripts": {
"build:docs": "npx babel-node ./scripts/build-docs.js",
| 3 |
diff --git a/packages/cx/src/ui/adapter/GroupAdapter.js b/packages/cx/src/ui/adapter/GroupAdapter.js @@ -54,7 +54,7 @@ export class GroupAdapter extends ArrayAdapter {
let $group = {...gr.key, ...gr.aggregates, $name: gr.name, $level: inverseLevel};
let data = {
- ...gr.records[0].data,
+ ...(gr.r.length > 0 ? gr.recor... | 1 |
diff --git a/index.js b/index.js @@ -91,8 +91,8 @@ function createLoaderRules(languages, features, workers, publicPath) {
const globals = {
'MonacoEnvironment': `(function (paths) {
- function stripTrailingSlash(string) {
- return string.replace(/\\/$/, '');
+ function stripTrailingSlash(str) {
+ return str.replace(/\\... | 10 |
diff --git a/includes/Modules/Analytics/Proxy_Account_Ticket.php b/includes/Modules/Analytics/Proxy_Account_Ticket.php @@ -38,7 +38,7 @@ class Proxy_AccountTicket extends Google_Service_Analytics_AccountTicket {
public $site_secret = '';
/**
- * Get the site ID.
+ * Gets the site ID.
*
* @since n.e.x.t
*/
@@ -47,7 +47,... | 7 |
diff --git a/lod.js b/lod.js @@ -553,7 +553,7 @@ using these results
p.z >= this.z && p.z < this.z + this.lod;
}
} */
-export class LodChunkTracker extends EventTarget {
+export class LodChunkTracker /* extends EventTarget */ {
constructor({
chunkSize = defaultChunkSize,
lods = 1,
@@ -563,7 +563,7 @@ export class LodCh... | 2 |
diff --git a/app/views/assignments/show.html.erb b/app/views/assignments/show.html.erb <% end %>
<% if policy(@assignment).admin_access? && @assignment.status!="closed" %>
<%= link_to edit_group_assignment_path(@group, @assignment), class: "btn btn-edit btn-assignment-show" do %>
- <%= image_tag("/assets/SVGs/edit.svg"... | 1 |
diff --git a/src/data/faq.json b/src/data/faq.json "anchor": "who_can_help",
"active": true,
"textblock": [
- "The technical hotline (phone 0800 7540001) will help you with technical questions about the Corona-Warn-App, for instance if you have problems with risk identification. You can reach the hotline from Monday to... | 10 |
diff --git a/README.md b/README.md @@ -65,15 +65,3 @@ Meet some of the outstanding guys that support `mojs` on [Patreon](https://patre
- [Volodymyr Kushnir](https://twitter.com/VovaKushnir)
- [Wojtek Jodel]()
- [Roman Kuba](https://github.com/codebryo)
-
-## License
-
-(The MIT License)
-
-Copyright (c) Oleg Solomka [@... | 2 |
diff --git a/js/templates/components/moderators.html b/js/templates/components/moderators.html </div>
</div>
<% } %>
- <% if (ob.noValidModerators) { %>
- <p class="clrTErr">
- <%= ob.polyT('moderators.noValidModerators') %>
- <%= ob.polyT('moderators.noValidModeratorsBody') %>
- </p>
- <% } %>
- <% if (ob.noValidVerif... | 4 |
diff --git a/Makefile b/Makefile @@ -137,10 +137,8 @@ r2-sdk-ios/$(r2_version):
.PHONY: ext/frida
-.git/modules/ext: .gitmodules
- git submodule init
- git submodule update
- @touch $@
+ext/swift-frida/index.js: .gitmodules
+ git submodule update --init
ext/frida: $(FRIDA_SDK)
[ "`readlink ext/frida`" = frida-$(frida_o... | 7 |
diff --git a/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/pages/CameraDetails.tsx b/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/pages/CameraDetails.tsx @@ -45,7 +45,7 @@ const getAOIData = (cameraArea: string): AOIData => {
return JSON.parse(cameraArea);
} catch (e) {
return {
- useAOI: true,
+ u... | 12 |
diff --git a/test/integration/offline.js b/test/integration/offline.js @@ -608,9 +608,52 @@ describe('Offline', () => {
method: 'GET',
}, () => {
throw new Error('This is an error');
- }
+ }).toObject();
+
+ offline.inject({
+ method: 'GET',
+ url: '/index',
+ payload: { data: 'input' },
+ }).then(res => {
+ expect(res... | 0 |
diff --git a/ui/app/css/itcss/components/confirm.scss b/ui/app/css/itcss/components/confirm.scss @@ -242,6 +242,22 @@ section .confirm-screen-account-number,
}
}
+@media screen and (max-width: 379px) {
+ .confirm-screen-row {
+ span.confirm-screen-section-column {
+ flex: 0.4;
+ }
+
+ div.confirm-screen-section-column ... | 7 |
diff --git a/packages/next/pages/_document.tsx b/packages/next/pages/_document.tsx @@ -261,10 +261,9 @@ export class Head extends Component<
})
: []
- return preloadFiles.length === 0
+ return !preloadFiles.length
? null
- : preloadFiles.map((file: string) => {
- return (
+ : preloadFiles.map((file: string) => (
<link
... | 7 |
diff --git a/articles/overview/deployment-models.md b/articles/overview/deployment-models.md @@ -182,9 +182,9 @@ The following table describes operational and feature differences between each o
<tr>
<th>MFA</th>
<td>Yes</td>
- <td>Google Authenticator, Duo over TOTP/HOTP. Guardian is *not* available.</td>
- <td>Google ... | 2 |
diff --git a/local_modules/Emoji/Views/EmojiPickerPopoverContentView.web.js b/local_modules/Emoji/Views/EmojiPickerPopoverContentView.web.js @@ -103,7 +103,7 @@ class EmojiPickerPopoverContentView extends View
layer.style.overflowY = "scroll"
layer.classList.add(NamespaceName)
//
- const emojis = emoji.Emojis
+ const e... | 3 |
diff --git a/microraiden/microraiden/client/default_http_client.py b/microraiden/microraiden/client/default_http_client.py @@ -53,7 +53,7 @@ class DefaultHTTPClient(HTTPClient):
log.error(
'Server was unable to verify the transfer - Invalid amount sent by the client.'
)
- return False
+ return True
def _approve_payment... | 11 |
diff --git a/www/pages/index.js b/www/pages/index.js @@ -49,7 +49,7 @@ export default class HomePage extends Component {
</Col>
</Row>
<hr />
- <p>How about <strong><Link to="/guides/getting-started">some docs</Link></strong>, because the homepage is a work in progress?</p>
+ <p>How about <strong><Link to="/introductio... | 1 |
diff --git a/packages/node_modules/@node-red/editor-api/lib/editor/index.js b/packages/node_modules/@node-red/editor-api/lib/editor/index.js @@ -88,13 +88,13 @@ module.exports = {
// Locales
var locales = require("./locales");
locales.init(runtimeAPI);
- editorApp.get(/locales\/(.+)\/?$/,locales.get,apiUtil.errorHandle... | 1 |
diff --git a/README.md b/README.md @@ -249,23 +249,6 @@ When a new tag is pushed, it will trigger a deploy of all four clients:
3. The **Android** app automatically deploys via a GitHub Action in `.github/workflows/android.yml`
4. The **iOS** app automatically deploys via a GitHub Action in `.github/workflows/ios.yml`
... | 5 |
diff --git a/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIntTest.java.ejs b/generators/entity-server/templates/src/test/java/package/web/rest/EntityResourceIntTest.java.ejs @@ -354,7 +354,7 @@ _%>
<%_ if (service !== 'no') { _%>
final <%= entityClass %>Resource <%= entityInstance %>R... | 2 |
diff --git a/src/components/backupWallet/BackupWallet.js b/src/components/backupWallet/BackupWallet.js @@ -58,9 +58,6 @@ const BackupWallet = ({ screenProps }: BackupWalletProps) => {
<CustomButton mode="outlined" onPress={sendRecoveryEmail} color="#575757">
RESEND BACKUP EMAIL
</CustomButton>
- <CustomButton mode="con... | 2 |
diff --git a/demo/chains.json b/demo/chains.json -{
- "0xb6cfeab83614da04c03db0fb8a6787a45d0be8d576fcc6f8f457a5a816d22ab3": {
- "name": "development",
- "contracts": {
- "0x199478eefb40947c193b9cf3b3e212e127f57093e2d29d853e807e3d50e993a9": {
- "address": "0x2d89d807c8e0b1d935e64ae6fc9948927238a61f",
- "name": "SimpleSt... | 13 |
diff --git a/core/field_textinput.js b/core/field_textinput.js @@ -88,6 +88,11 @@ Blockly.FieldTextInput.prototype.SERIALIZABLE = true;
*/
Blockly.FieldTextInput.FONTSIZE = 11;
+/**
+ * Pixel size of input border radius. Should match blocklyText's border-radius in CSS.
+ */
+Blockly.FieldTextInput.BORDERRADIUS = 4;
+
/... | 12 |
diff --git a/app/assets/javascripts/pageflow/editor/views/configuration_editors/video.js b/app/assets/javascripts/pageflow/editor/views/configuration_editors/video.js @@ -19,7 +19,7 @@ pageflow.ConfigurationEditorView.register('video', {
});
this.input('mobile_poster_image_id', pageflow.FileInputView, {
collection: pag... | 11 |
diff --git a/nin/backend/watch.js b/nin/backend/watch.js @@ -13,7 +13,7 @@ function watch(projectPath, cb) {
'res/graph.json',
'res/*.camera.json'],
{
- ignored: [/[\/\\]\./, /\/shaders\//, /___jb_tmp___/],
+ ignored: [/[\/\\]\./, /\/shaders\//, /___jb_tmp___/, /___jb_old___/],
persistent: true,
ignoreInitial: false,
c... | 8 |
diff --git a/docs/index-plugins.html b/docs/index-plugins.html @@ -9744,27 +9744,6 @@ article ul {
</div>
</li>
<li class="tool">
- <a href="https://pointbreak.protowire.com" class="tool__asset" target="_blank" style="background-color: hsl(35.3, 95%, 81%); color: rgb(219, 173, 107);">P</a>
- <div class="tool__descripti... | 2 |
diff --git a/src/screens/DateFilterScreen/DateRangePickerDay.js b/src/screens/DateFilterScreen/DateRangePickerDay.js @@ -156,9 +156,6 @@ const styles = StyleSheet.create({
alignItems: "center",
alignSelf: "stretch"
},
- faded: {
- opacity: 0.5
- },
overlay: {
position: "absolute",
height: FILLER_HEIGHT,
| 2 |
diff --git a/contracts/project.json b/contracts/project.json },
"web3": {
"provider": {
- "class": "web3.providers.rpc.RPCProvider",
+ "class": "web3.providers.rpc.HTTPProvider",
"settings": {
- "host": "127.0.0.1",
- "port": 8545
+ "endpoint_uri": "http://127.0.0.1:8545",
+ "request_kwargs": {
+ "timeout": 180
+ }
}
}... | 14 |
diff --git a/docs/sdk/exokitCommandLineFlags.md b/docs/sdk/exokitCommandLineFlags.md @@ -17,16 +17,16 @@ An example of how to use these flags:
|-|-|-|
|`-v`|`--version`|Version of Exokit Engine|
|`-h`|`--home`|Loads realitytabs.html home (default)|
-|`-t`|`--tab`|Load a URL as a reality Tab|
+|`-t <site url>`|`--tab`|L... | 7 |
diff --git a/tasks/test_syntax.js b/tasks/test_syntax.js @@ -205,6 +205,7 @@ function assertFileNames() {
base === 'CONTRIBUTING.md' ||
base === 'CHANGELOG.md' ||
base === 'SECURITY.md' ||
+ base === 'BUILDING.md' ||
file.indexOf('mathjax') !== -1
) return;
| 0 |
diff --git a/workshops/reinvent2018/readme.md b/workshops/reinvent2018/readme.md @@ -960,9 +960,9 @@ If an argument (N) is supplied as an integer, the function will return N most re
Use 'Import' to the import a configuration file from the following url:
- <pre>
+```
https://raw.githubusercontent.com/aws-samples/aws-ai-... | 2 |
diff --git a/doc/index.md b/doc/index.md Tabris.js is a mobile framework that lets you develop native iOS and Android apps from a single code base written entirely in JavaScript. Tabris.js is a good choice when you are looking for native performance and look & feel while leveraging your JavaScript know-how. Tabris.js h... | 10 |
diff --git a/bot/src/bot_settings.js b/bot/src/bot_settings.js @@ -268,7 +268,7 @@ module.exports = [
defaultUserFacingValue: '.7',
convertUserFacingValueToInternalValue: SettingsConverters.stringToFloat,
convertInternalValueToUserFacingValue: SettingsConverters.toString,
- validateInternalValue: SettingsValidators.cre... | 11 |
diff --git a/public/app/img/arrow_drop_down.svg b/public/app/img/arrow_drop_down.svg -<svg fill="#000000" opacity="0.3" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
- <path d="M7 10l5 5 5-5z"/>
+<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
+ <path... | 7 |
diff --git a/src/public/search/TargetDetail.js b/src/public/search/TargetDetail.js @@ -20,10 +20,14 @@ const TargetDetail = ({ classes, data }) => {
id,
approvedSymbol,
approvedName,
- proteinAnnotations: { functions, accessions },
+ proteinAnnotations,
bioType,
associationsOnTheFly: { rows },
} = data;
+
+ const funct... | 9 |
diff --git a/src/components/views/SoftwarePanels/index.js b/src/components/views/SoftwarePanels/index.js @@ -80,6 +80,7 @@ class SoftwarePanels extends Component {
const { components, connections, cables } = this.state;
const calcedComps = {};
const calcLevel = comp => {
+ try {
if (calcedComps[comp.id] || calcedComps[... | 1 |
diff --git a/grails-app/controllers/streama/UserController.groovy b/grails-app/controllers/streama/UserController.groovy @@ -197,7 +197,7 @@ class UserController {
Genre.findOrCreateByApiId(it.apiId)
}
- bindData(currentUser, userData, [exclude: ['username', 'password', 'lastUpdated']])
+ bindData(currentUser, userData... | 1 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -82,6 +82,8 @@ jobs:
docker:
- image: circleci/node:8.16-browsers
working_directory: ~/repo
+ environment:
+ NODE_OPTIONS: --max-old-space-size=4000
steps:
- run: |
echo export RELEASE_VERSION="0.1.0-prerelease.$(date +'%Y%m%d%H%M%S')" >> $BASH_ENV
| 12 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -329,6 +329,43 @@ metaversefile.setApi({
createApp() {
return appManager.createApp(appManager.getNextAppId());
},
+ teleportTo: (() => {
+ // const localVector = new THREE.Vector3();
+ const localVector2 = new THREE.Vector3();
+ // const localQuaternion = new ... | 0 |
diff --git a/src/components/dashboard/FaceRecognition/ZoomCapture.js b/src/components/dashboard/FaceRecognition/ZoomCapture.js @@ -59,7 +59,14 @@ class ZoomCapture extends React.Component<ZoomCaptureProps> {
<Section style={styles.bottomSection}>
<div id="zoom-parent-container" style={getVideoContainerStyles()}>
<div i... | 0 |
diff --git a/app/src/renderer/components/staking/PageCandidates.vue b/app/src/renderer/components/staking/PageCandidates.vue @@ -44,7 +44,7 @@ export default {
computed: {
...mapGetters(['candidates', 'filters', 'shoppingCart', 'user']),
pageTitle () {
- if (this.user.signedIn) return `Delegate (${this.candidatesNum} S... | 3 |
diff --git a/src/components/Breadcrumbs.js b/src/components/Breadcrumbs.js @@ -5,7 +5,7 @@ import { useIntl } from "gatsby-plugin-intl"
import Link from "./Link"
import { translateMessageId, supportedLanguages } from "../utils/translations"
-const Crumb = styled.h4`
+const Crumb = styled.a`
margin: 0;
font-size: 14px;
... | 7 |
diff --git a/packages/app/src/components/InAppNotification/InAppNotificationPage.tsx b/packages/app/src/components/InAppNotification/InAppNotificationPage.tsx @@ -21,23 +21,19 @@ const InAppNotificationPageBody: FC<Props> = (props) => {
const { t } = useTranslation();
const limit = appContainer.config.pageLimitationXL;... | 5 |
diff --git a/generators/openapi-client/files.js b/generators/openapi-client/files.js @@ -105,8 +105,6 @@ function writeFiles() {
return;
}
- const openApiToolsDependencyVersion = '0.2.1';
-
if (this.buildTool === 'maven') {
if (!['microservice', 'gateway', 'uaa'].includes(this.applicationType)) {
let exclusions;
@@ -12... | 7 |
diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee @@ -306,11 +306,11 @@ DomUtils =
@suppressPropagation(event)
consumeKeyup: do ->
- handlerId = null
+ handlerId = "not-an-id"
(event, callback = null) ->
unless event.repeat
- handlerStack.remove handlerId ? "not-an-id"
+ handlerStack.remove handlerId
code = even... | 12 |
diff --git a/server/game/player.js b/server/game/player.js @@ -767,7 +767,7 @@ class Player extends Spectator {
}
this.game.resolveEvent(event);
- this.game.addMessage('{0} attaches {1} to {2}', this, attachment, card);
+ this.game.addMessage('{0} attaches {1} to {2}', controller, attachment, card);
}
setDrawDeckVisibi... | 1 |
diff --git a/gatsby-config.js b/gatsby-config.js @@ -75,7 +75,8 @@ module.exports = {
{
resolve: 'gatsby-symbol-set-fetch',
options: {
- url: 'https://spark-assets.netlify.app/spark-icons-v14.svg',
+ url:
+ 'https://www.rockomni.com/mcds/assets/GlobalContent/NonStockImages/Icons/spark-icons-v14.svg',
},
},
{
@@ -116,7 ... | 3 |
diff --git a/components/Search/Results.js b/components/Search/Results.js @@ -280,10 +280,6 @@ class Results extends Component {
return null
}
- /* if (!searchQuery && !isFilterEnabled) {
- return null
- } */
-
return (
<Fragment>
{(!!searchQuery || isFilterEnabled) && (
@@ -327,6 +323,13 @@ class Results extends Compon... | 1 |
diff --git a/web/components/pages/HomePage.js b/web/components/pages/HomePage.js @@ -219,7 +219,7 @@ const HomePage = class extends React.Component {
</fieldset>
{error && (
<div id="error-alert" className="alert mt-3 alert-danger">
- Please check your details and try again
+ {typeof AccountStore.error === 'string' ? A... | 9 |
diff --git a/sockets/sockets.js b/sockets/sockets.js @@ -51,7 +51,7 @@ savedGameObj.findOne({}).exec(function(err, foundSaveGame){
rooms[storedData["roomId"]].playersInRoom = [];
rooms[storedData["roomId"]].someCutoffPlayersJoined = "no";
- rooms[storedData["roomId"]].spectatorSockets = [];
+ rooms[storedData["roomId"]... | 1 |
diff --git a/packages/bitcore-node/src/modules/ethereum/p2p.ts b/packages/bitcore-node/src/modules/ethereum/p2p.ts @@ -77,6 +77,7 @@ export class EthP2pWorker extends BaseP2PWorker<IEthBlock> {
);
}
attempt = true;
+ this.web3 = new ETHStateProvider().getWeb3(this.network);
connected = await this.web3.eth.net.isListeni... | 3 |
diff --git a/src/react/package-lock.json b/src/react/package-lock.json },
"react": {
"version": "16.7.0",
- "resolved": "https://registry.npmjs.org/react/-/react-0.0.0-4a1072194.tgz",
+ "resolved": "https://registry.npmjs.org/react/-/react-16.7.0.tgz",
"integrity": "sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLf... | 3 |
diff --git a/execute_awsbinary.go b/execute_awsbinary.go @@ -159,14 +159,19 @@ func Execute(serviceName string,
lambdaAWSInfos []*LambdaAWSInfo,
logger *logrus.Logger) error {
+ logger.Debug("Initializing discovery service")
+
// Initialize the discovery service
initializeDiscovery(logger)
// Find the function name bas... | 0 |
diff --git a/src/createLambdaProxyContext.js b/src/createLambdaProxyContext.js @@ -77,6 +77,7 @@ module.exports = function createLambdaProxyContext(request, options, stageVariab
principalId: authPrincipalId || process.env.PRINCIPAL_ID || 'offlineContext_authorizer_principalId', // See #24
claims,
}),
+ protocol: 'HTTP/... | 0 |
diff --git a/src/dagre-wrapper/nodes.js b/src/dagre-wrapper/nodes.js @@ -588,9 +588,14 @@ const class_box = (parent, node) => {
maxWidth += interfaceBBox.width;
}
+ let classTitleString = node.classData.id;
+
+ if (node.classData.type !== undefined && node.classData.type !== '') {
+ classTitleString += '<' + node.class... | 11 |
diff --git a/packages/zmarkdown/utils/code-handler.js b/packages/zmarkdown/utils/code-handler.js @@ -64,10 +64,15 @@ const rangeHandler = range => {
function insert () {
if (previousNumber >= 0) {
const currentInt = parseInt(currentNumber)
- const rangeLength = (currentInt - previousNumber) + 1
+ const previousInt = pa... | 11 |
diff --git a/js/background.js b/js/background.js @@ -121,7 +121,7 @@ chrome.contextMenus.create({
chrome.webRequest.onBeforeRequest.addListener(
function (e) {
localStorage[e.url] = "analyzing...";
- if (e.url.indexOf('google.*/gen_204*') !== -1) {
+ if (e.url.search('/*google\.*\/gen_204*') !== -1) {
localStorage[e.ur... | 4 |
diff --git a/edit.js b/edit.js @@ -161,7 +161,7 @@ const HEIGHTFIELD_SHADER = {
`
};
-const _getChunkMesh = () => {
+const {potentials, dims} = (() => {
const allocator = new Allocator();
const seed = rng();
@@ -179,6 +179,11 @@ const _getChunkMesh = () => {
potentials.offset
);
+ return {potentials, dims};
+})();
+con... | 0 |
diff --git a/src/data-structures/stack/Stack.js b/src/data-structures/stack/Stack.js @@ -2,8 +2,8 @@ import LinkedList from '../linked-list/LinkedList';
export default class Stack {
constructor() {
- // We're going to implement Queue based on LinkedList since this
- // structures a quite similar. Compare push/pop opera... | 7 |
diff --git a/lib/classes/Service.test.js b/lib/classes/Service.test.js @@ -735,7 +735,8 @@ describe('Service', () => {
}
it(`should not throw an error if http event is absent and
- stage contains only alphanumeric, underscore and hyphen`, () => {
+ stage contains only alphanumeric, underscore and hyphen`, function () {... | 7 |
diff --git a/spark/manifests/spark/package.json b/spark/manifests/spark/package.json {
"name": "@sparkdesignsystem/spark",
- "version": "10.1.0",
+ "version": "12.1.1",
"description": "Spark is the main package for the Spark Design System. This package contains the style and components that make up the basic interfaces... | 3 |
diff --git a/packages/app/src/server/service/page-grant.ts b/packages/app/src/server/service/page-grant.ts @@ -344,18 +344,19 @@ class PageGrantService {
async separateNormalizedAndNonNormalizedPages(pageIds: ObjectIdLike[]): Promise<[(PageDocument & { _id: any })[], (PageDocument & { _id: any })[]]> {
const Page = mon... | 7 |
diff --git a/src/lib/theme/components.js b/src/lib/theme/components.js @@ -15,7 +15,10 @@ import iconDiscover from "@reactioncommerce/components/svg/iconDiscover";
import iconMastercard from "@reactioncommerce/components/svg/iconMastercard";
import iconVisa from "@reactioncommerce/components/svg/iconVisa";
import spinn... | 3 |
diff --git a/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/index.js b/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/index.js @@ -229,7 +229,7 @@ function DashboardAllTrafficWidget( props ) {
return null;
}
- select( MODULES_ANALYTICS ).getServiceReportURL(
+ ret... | 1 |
diff --git a/docs/data_preparation.rst b/docs/data_preparation.rst @@ -196,11 +196,11 @@ the import will also fail. If a `coordSystem` is specified for the bigWig, but n
TLDR: The simplest way to import a bigWig is to have a ``chromsizes`` present e.g.
-| ``ingest_tileset --filetype chromsizes-tsv --datatype chromsizes... | 1 |
diff --git a/token-metadata/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/metadata.json b/token-metadata/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/metadata.json "symbol": "FOUR",
"address": "0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/config/vars.yml b/config/vars.yml -lock_url: 'https://cdn.auth0.com/js/lock/10.20/lock.min.js'
+lock_url: 'https://cdn.auth0.com/js/lock/11.0.0/lock.min.js'
+lock_urlv10: 'https://cdn.auth0.com/js/lock/10.24.1/lock.min.js'
+lock_urlv11: 'https://cdn.auth0.com/js/lock/11.0.0/lock.min.js'
lock_passwordless_u... | 3 |
diff --git a/esm/svg.js b/esm/svg.js @@ -14,6 +14,8 @@ export const svg = (query, ...args) => {
element = memoizeSVG(query).cloneNode(false);
} else if (isNode(query)) {
element = query.cloneNode(false);
+ } else if (isFunction(query)) {
+ element = new query(...args);
} else {
throw new Error('At least one argument re... | 0 |
diff --git a/api/server/plugins/rasa-nlu/models/train.rasa-nlu-model.js b/api/server/plugins/rasa-nlu/models/train.rasa-nlu-model.js const config = {
headers: {
'Content-Type': 'application/x-yml'
- }
+ },
+ maxContentLength: Infinity
};
export const name = 'Train';
export const path = '/train';
| 12 |
diff --git a/lib/assets/core/test/spec/cartodb3/editor/layers/edit-feature-content-views/edit-feature-action-view.spec.js b/lib/assets/core/test/spec/cartodb3/editor/layers/edit-feature-content-views/edit-feature-action-view.spec.js @@ -148,6 +148,7 @@ describe('editor/layers/edit-feature-content-views/edit-feature-act... | 2 |
diff --git a/src/vue-components/radio/radio.mat.styl b/src/vue-components/radio/radio.mat.styl @@ -4,8 +4,8 @@ $radio-border-width ?= $generic-input-border-width
.q-radio
display inline-block
- height $checkbox-size
- width $checkbox-size
+ height $radio-size
+ width $radio-size
vertical-align middle
input
| 3 |
diff --git a/assets/src/edit-story/app/media/media3p/api/apiFetcher.js b/assets/src/edit-story/app/media/media3p/api/apiFetcher.js */
export const API_DOMAIN = 'https://staging-media3p.sandbox.googleapis.com';
-const API_KEY = 'AIzaSyAgauA-izuTeGWFe9d9O0d0id-pV43Y4kE'; // dev key
+const API_KEY = 'AIzaSyDix_Q7ErmApBteR... | 4 |
diff --git a/src/hooks/ready/checkCompendiums.js b/src/hooks/ready/checkCompendiums.js @@ -2,7 +2,7 @@ import logger from '../../logger.js';
let sanitize = (text) => {
if (text && typeof text === "string") {
- return text.replace(/\s/g, '-').toLowerCase();
+ return text.replace(/\s|\./g, '-').toLowerCase();
}
return te... | 7 |
diff --git a/includes/Modules/Search_Console.php b/includes/Modules/Search_Console.php @@ -347,21 +347,21 @@ final class Search_Console extends Module
}
/**
- * Checks whether Search Console data exists for the given post.
+ * Checks whether Search Console data exists for the given URL.
*
* The result of this query is ... | 10 |
diff --git a/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidgetV2/TotalUserCount.js b/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidgetV2/TotalUserCount.js @@ -115,7 +115,7 @@ export default function TotalUserCount( { dimensionName, dimensionValue } ) {
height={ 17 }
/>
... | 12 |
diff --git a/particle-system.js b/particle-system.js @@ -271,10 +271,10 @@ export const createParticleSystem = e => {
return particle;
};
- {
+ /* {
const particle = rootParticleMesh.addParticle('Elements - Energy 017 Charge Up noCT noRSZ.mov');
particle.position.set(0, 2, -0.5);
- }
+ } */
// const physicsIds = [];
/*... | 2 |
diff --git a/lib/framebuffer.js b/lib/framebuffer.js @@ -338,7 +338,8 @@ module.exports = function wrapFBOState (
statusCode[status])
}
- gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next)
+
+ gl.bindFramebuffer(GL_FRAMEBUFFER, framebufferState.next ? framebufferState.next.framebuffer : null)
framebufferState.cu... | 1 |
diff --git a/src/components/rich-text-editor/style.js b/src/components/rich-text-editor/style.js // @flow
import React from 'react';
import { connect } from 'react-redux';
-import { createPortal } from 'react-dom';
import styled, { css } from 'styled-components';
import Link from 'src/components/link';
import { Transit... | 4 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -11,6 +11,7 @@ import * as ReactThreeFiber from '@react-three/fiber';
import * as Z from 'zjs';
import metaversefile from 'metaversefile';
import {getRenderer, scene, sceneHighPriority, sceneLowPriority, rootScene, postSceneOrthographic, postScenePerspective, ... | 0 |
diff --git a/src/ModelerApp.vue b/src/ModelerApp.vue <template>
<b-container id="modeler-app" class="h-100 container position-relative">
- <div class="alert-container position-absolute w-100">
- <b-row class="justify-content-center">
- <b-col cols="6">
- <b-alert
- data-test="alert-modal"
- v-for="(item, index) in aler... | 2 |
diff --git a/src/web/client/src/js/components/ControlPanel/ContentBody/Feed/Message/Placeholders.js b/src/web/client/src/js/components/ControlPanel/ContentBody/Feed/Message/Placeholders.js @@ -7,9 +7,9 @@ import { useSelector } from 'react-redux'
import parser from '../../../utils/textParser'
import modal from 'js/comp... | 1 |
diff --git a/docs/source/index.rst b/docs/source/index.rst @@ -8,10 +8,15 @@ ipyleaflet: Interactive maps in the Jupyter notebook
installation
.. toctree::
- :caption: API Reference
+ :caption: Map
:maxdepth: 2
api_reference/map
+
+.. toctree::
+ :caption: Layers
+ :maxdepth: 2
+
api_reference/tile_layer
api_reference/... | 7 |
diff --git a/src/components/stage-selector/stage-selector.css b/src/components/stage-selector/stage-selector.css @import "../../css/units.css";
@import "../../css/colors.css";
+@import "../../css/z-index.css";
$header-height: calc($stage-menu-height - 2px);
@@ -79,6 +80,7 @@ $header-height: calc($stage-menu-height - 2p... | 4 |
diff --git a/src/layer/tile/TileLayer.js b/src/layer/tile/TileLayer.js @@ -358,6 +358,7 @@ class TileLayer extends Layer {
const layerId = this.getId(),
renderer = this.getRenderer() || parentRenderer,
scale = this._getTileConfig().tileSystem.scale;
+ const visited = {};
const tiles = [], extent = new PointExtent();
fo... | 1 |
diff --git a/articles/support/matrix.md b/articles/support/matrix.md @@ -153,9 +153,10 @@ toc: true
</table>
## Extensions
- - We will only support extensions that are published on the Extensions gallery that you can find in the [Auth0 Dashboard](https://manage.auth0.com/#/extensions).
- - We do not provide support for... | 0 |
diff --git a/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/index.js b/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/index.js @@ -293,11 +293,6 @@ const SearchFunnelWidget = ( {
analyticsStatsLoading ||
analyticsVisitorsOverviewAndStatsLoading ||
analyticsGoalsLoadin... | 2 |
diff --git a/src/Homepage/style.js b/src/Homepage/style.js @@ -144,7 +144,7 @@ export const GoopyOne = styled.div`
position: absolute;
background-size: 100%;
z-index: 0;
- height: 100%;
+ height: calc(100% + 4px);
width: 110%;
top: 0;
bottom: -2px;
@@ -159,7 +159,7 @@ export const GoopyTwo = styled.div`
background-size... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.