code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/generators/entity-client/templates/vue/src/main/webapp/app/entities/entity.vue.ejs b/generators/entity-client/templates/vue/src/main/webapp/app/entities/entity.vue.ejs <font-awesome-icon icon="pencil-alt"></font-awesome-icon>
<span class="d-none d-md-inline" v-text="$t('entity.action.edit')">Edit</span>
</... | 2 |
diff --git a/pages/Compiler Options.md b/pages/Compiler Options.md @@ -83,4 +83,4 @@ Option | Type | Default
## Related
* Setting compiler options in [`tsconfig.json`](./tsconfig.json.md) files.
-* Setting compiler options in [MSBuild projects](./Compiler%20Options%20in%20MSBuild.md).
+* Setting compiler options in [MS... | 1 |
diff --git a/src/components/Profile-card/ProfileCard.style.js b/src/components/Profile-card/ProfileCard.style.js @@ -14,6 +14,7 @@ export const ProfileCardWrapper = styled.div`
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14);
position: relative;
margin: auto;
+ margin-bottom: 2.5rem;
background: ${props => props.status === "Ac... | 1 |
diff --git a/generators/kubernetes/templates/ingress.yml.ejs b/generators/kubernetes/templates/ingress.yml.ejs @@ -21,10 +21,6 @@ kind: Ingress
metadata:
name: <%= app.baseName.toLowerCase() %>
namespace: <%= kubernetesNamespace %>
- <%_ if (istio !== 'no') { _%>
- annotations:
- kubernetes.io/ingress.class: istio
- <%... | 2 |
diff --git a/docs/articles/documentation/test-api/selecting-page-elements/selectors.md b/docs/articles/documentation/test-api/selecting-page-elements/selectors.md @@ -201,7 +201,7 @@ const isNodeOk = ClientFunction((node, idx) => { /*...*/ });
Selector('ul').filter((node, idx) => {
return isNodeOk(node, idx);
-}), { is... | 1 |
diff --git a/frameworks/keyed/react-hooks/src/main.jsx b/frameworks/keyed/react-hooks/src/main.jsx @@ -55,8 +55,8 @@ function listReducer(state, action) {
const GlyphIcon = <span className="glyphicon glyphicon-remove" aria-hidden="true"></span>;
const Row = memo(({ selected, item, dispatch }) => {
- const select = useC... | 7 |
diff --git a/renderer.js b/renderer.js @@ -7,6 +7,9 @@ import * as THREE from 'three';
import {EffectComposer} from 'three/examples/jsm/postprocessing/EffectComposer.js';
import {minFov} from './constants.js';
+// XXX enable this when the code is stable; then, we will have many more places to add missing matrix updates... | 0 |
diff --git a/Specs/Scene/ModelExperimental/ModelExperimentalSceneGraphSpec.js b/Specs/Scene/ModelExperimental/ModelExperimentalSceneGraphSpec.js @@ -7,6 +7,7 @@ import {
Matrix4,
ModelColorPipelineStage,
ModelExperimentalSceneGraph,
+ ModelExperimentalUtility,
Pass,
ResourceCache,
} from "../../../Source/Cesium.js";
@@... | 1 |
diff --git a/extensions/README.md b/extensions/README.md @@ -82,9 +82,9 @@ parties, extensions may be made official and incorporated in the STAC repository
Please contact a STAC maintainer or open a Pull Request to add your extension to this table.
-| Name | Scope | Description | Vendor |
-| -------- | ----- | --------... | 0 |
diff --git a/io-manager.js b/io-manager.js @@ -275,9 +275,7 @@ ioManager.bindInput = () => {
}
case 82: { // R
if (document.pointerLockElement) {
- if (weaponsManager.canTry()) {
- weaponsManager.menuTry();
- } else if (weaponsManager.canRotate()) {
+ if (weaponsManager.canRotate()) {
weaponsManager.menuRotate(1);
}
//... | 2 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/stack.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/stack.js @@ -66,6 +66,14 @@ RED.stack = (function() {
}
}
entry.expand();
+ } else if (entries.length === 2) {
+ if (entries[0] === entry) {
+ entries[0].collapse();
+ en... | 11 |
diff --git a/articles/connections/apple-siwa/add-siwa-to-native-app.md b/articles/connections/apple-siwa/add-siwa-to-native-app.md @@ -22,16 +22,10 @@ For a native app, the Sign in with Apple login flow works as follows:
 {
- trumbowyg.pasteHandlers.push(function () {
+ trumbowyg.pasteHandlers.push(function (pasteEvent) {
setTimeout(function () {
try {
- trumbowyg.$ed.html(cleanIt(trumb... | 7 |
diff --git a/assets/src/libraries/BookList.js b/assets/src/libraries/BookList.js import React, { Component } from 'react';
import Book from './Book';
+import BookDetail from './BookDetail';
export default class BookList extends Component {
constructor(props) {
super(props);
this.state = {
- books: []
+ books: [],
+ ope... | 0 |
diff --git a/package.json b/package.json "name": "thorium-react",
"version": "0.1.0",
"private": true,
+ "description": "React + Apollo Client Front End for Thorium simulator controls",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Thorium-Sim/thorium-react.git"
+ },
+ "author": "Alex Anderson <al... | 3 |
diff --git a/packages/inertia-vue3/src/useRemember.js b/packages/inertia-vue3/src/useRemember.js @@ -8,7 +8,7 @@ export default function useRemember(data, key) {
}
const restored = Inertia.restore(key)
- const remembered = restored === undefined ? data : (isReactive(data) ? reactive(data) : ref(restored))
+ const remem... | 1 |
diff --git a/suneditor/js/suneditor.js b/suneditor/js/suneditor.js @@ -1384,16 +1384,22 @@ SUNEDITOR.defaultLang = {
var findA = true;
var map = "B|U|I|STRIKE|FONT|SIZE|";
var check = new RegExp(map, "i");
+ var cssText, i;
while (!/^(?:P|BODY|HTML|DIV)$/i.test(selectionParent.nodeName)) {
- var nodeName = (/^STRONG$/.... | 3 |
diff --git a/token-metadata/0x0000000000004946c0e9F43F4Dee607b0eF1fA1c/metadata.json b/token-metadata/0x0000000000004946c0e9F43F4Dee607b0eF1fA1c/metadata.json "symbol": "CHI",
"address": "0x0000000000004946c0e9F43F4Dee607b0eF1fA1c",
"decimals": 0,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/rollup.config.js b/rollup.config.js @@ -3,7 +3,11 @@ import nodeResolve from 'rollup-plugin-node-resolve';
export default {
plugins: [
- buble(),
+ buble({
+ transforms: {
+ dangerousForOf: true
+ }
+ }),
nodeResolve()
]
};
| 0 |
diff --git a/src/graphql/util.js b/src/graphql/util.js @@ -378,7 +378,7 @@ export function createConnectionType(
new GraphQLList(
new GraphQLNonNull(
new GraphQLObjectType({
- name: `${typeName}Edges`,
+ name: `${typeName}Edge`,
interfaces: [Edge],
fields: {
node: { type: new GraphQLNonNull(nodeType) },
| 10 |
diff --git a/articles/api/authentication/_userinfo.md b/articles/api/authentication/_userinfo.md @@ -17,23 +17,27 @@ curl --request GET \
```
```javascript
+// Script uses auth0.js v8. See Remarks for details.
<script src="${auth0js_urlv8}"></script>
<script type="text/javascript">
+ // Initialize the Auth0 client
var ... | 0 |
diff --git a/includes/Experiments.php b/includes/Experiments.php @@ -371,6 +371,7 @@ class Experiments extends Service_Base implements HasRequirements {
'label' => __( 'Improved Autosaves', 'web-stories' ),
'description' => __( 'Enable improved autosaves support', 'web-stories' ),
'group' => 'editor',
+ 'default' => tr... | 7 |
diff --git a/README.md b/README.md +
# Sidewalk Webpage
Want a Project Sidewalk server set up for your city/municipality? You can read about things we consider when choosing new deployment cities on our [Wiki](https://github.com/ProjectSidewalk/SidewalkWebpage/wiki/Considerations-when-Preparing-for-and-Deploying-to-New... | 3 |
diff --git a/src/ipcHelper.js b/src/ipcHelper.js @@ -56,7 +56,7 @@ process.on('message', (messageData) => {
...messageContext,
done: callback,
- fail: (err) => callback(err, null),
+ fail: (err) => callback(err),
succeed: (res) => callback(null, res),
getRemainingTimeInMillis() {
| 2 |
diff --git a/src/App.js b/src/App.js @@ -60,6 +60,7 @@ LogBox.ignoreLogs([
'Warning: componentWillUpdate has been renamed',
'Accessing view manager configs directly off UIManager',
'VirtualizedLists should never be nested',
+ 'When server rendering, you must wrap your application in an <SSRProvider> to ensure consisten... | 8 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -32941,10 +32941,40 @@ var $$IMU_EXPORT$$;
obj.filename = match[1];
obj.url = src.replace(/\/[0-9]*x[0-9]*[a-z]*(?:-[0-9]+)?(\.[^/.]*)$/, "/999999999x0w-999$1");
+
+ if (/\.png(?:[?#].*)?$/i.test(obj.url)) {
+ // thanks to lrcn80 on reddit: https://github.com/qsniyg... | 7 |
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -18,6 +18,7 @@ Aurora's Grove
Aurora's Glade
Aurora's Gully
Phantom SpooKs
+Deathdealers Deluxe
Anima Mundi
Anima Animae
Blackglow
@@ -93,6 +94,7 @@ Adventure's Start
The Spurt
Imaginarium Herbararium
Hazy Daze
+Orbie ... | 0 |
diff --git a/js/ascendex.js b/js/ascendex.js @@ -1381,8 +1381,8 @@ module.exports = class ascendex extends Exchange {
const timeInForce = this.safeString (params, 'timeInForce');
const postOnly = this.isPostOnly (isMarketOrder, false, params);
const reduceOnly = this.safeValue (params, 'reduceOnly', false);
- const sto... | 10 |
diff --git a/magda-registry-api/src/main/scala/au/csiro/data61/magda/registry/EventPersistence.scala b/magda-registry-api/src/main/scala/au/csiro/data61/magda/registry/EventPersistence.scala @@ -298,7 +298,10 @@ class DefaultEventPersistence(recordPersistence: RecordPersistence)
} else {
orderBy.asc
}
-
+ val offsetCla... | 7 |
diff --git a/assets/js/components/higherorder/withdata.js b/assets/js/components/higherorder/withdata.js @@ -255,7 +255,7 @@ const withData = (
// If we have zeroData, display the NoDataComponent.
if ( zeroData ) {
- return getNoDataComponent( moduleName, layoutOptions.inGrid, layoutOptions.fullWidth, layoutOptions.cre... | 2 |
diff --git a/assets/js/modules/tagmanager/hooks/useExistingTagEffect.test.js b/assets/js/modules/tagmanager/hooks/useExistingTagEffect.test.js */
import { renderHook, actHook as act } from '../../../../../tests/js/test-utils';
import { createTestRegistry } from '../../../../../tests/js/utils';
-import { CORE_SITE } fro... | 14 |
diff --git a/src/encoded/audit/file.py b/src/encoded/audit/file.py @@ -43,35 +43,14 @@ def audit_file_pipeline_status(value, system):
yield AuditFailure('inconsistent pipeline status',
detail, level='INTERNAL_ACTION')
-'''
-@audit_checker('File', frame=['derived_from'])
-def audit_file_md5sum_integrity(value, system):
... | 2 |
diff --git a/config/redirects.js b/config/redirects.js @@ -1304,5 +1304,9 @@ module.exports = [
{
from: '/quickstart/webapp/java-spring-mvc/getting-started',
to: '/quickstart/webapp/java-spring-mvc'
+ },
+ {
+ from: '/quickstart/webapp/java-spring-security-mvc/00-intro',
+ to: '/quickstart/webapp/java-spring-security-m... | 0 |
diff --git a/snomed-interaction-components/js/conceptDetailsPlugin.js b/snomed-interaction-components/js/conceptDetailsPlugin.js @@ -2300,7 +2300,7 @@ function conceptDetails(divElement, conceptId, options) {
this.loadLanguageRefsets = function() {
var branch = options.edition;
- if (historyBranch){
+ if (typeof histor... | 1 |
diff --git a/common/lib/util/multicaster.ts b/common/lib/util/multicaster.ts import Logger from './logger';
+type AnyFunction = (...args: any[]) => unknown;
+
+export interface MulticasterInstance extends Function {
+ (...args: unknown[]): void;
+ push: (fn: AnyFunction) => void;
+}
+
class Multicaster {
- members: Arr... | 7 |
diff --git a/docs/development/schema/owasp.threat-dragon.schema.json b/docs/development/schema/owasp.threat-dragon.schema.json "description": "The threat models used by OWASP Threat Dragon",
"type": "object",
"properties": {
- "tdVersion": {
+ "version": {
"description": "Threat Dragon version used in the model",
"type... | 13 |
diff --git a/test-complete/nodejs-optic-from-triples.js b/test-complete/nodejs-optic-from-triples.js @@ -45,7 +45,7 @@ describe('Node.js Optic from triples test', function(){
op.pattern(idCol, bb('age'), ageCol),
op.pattern(idCol, bb('name'), nameCol),
op.pattern(idCol, bb('team'), teamCol)
- ], null, null)
+ ], null, ... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 14.5.2
- Fixed: clarity of invalid option warning message for objects ([#5923](https://github.com/stylelint/stylelint/pull/5923)).
- Fixed: `*-list` false negatives for invalid options ([#5924](https:/... | 6 |
diff --git a/elements/simple-toolbar/lib/simple-toolbar-menu.js b/elements/simple-toolbar/lib/simple-toolbar-menu.js @@ -40,6 +40,10 @@ const SimpleToolbarMenuBehaviors = function (SuperClass) {
`,
];
}
+ constructor() {
+ super();
+ this.tooltipDirection = "top";
+ }
static get simpleButtonLayoutStyles() {
return [
..... | 11 |
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -18942,7 +18942,7 @@ function convertex3() {
function convertdec2421() {
var input = document.getElementById("dec2421-input").value;
let result = document.getElementById("dec2421-result");
- const type = document.getElementById("dec2421-select");
+ con... | 1 |
diff --git a/packages/components/src/SearchInput/SearchInput.js b/packages/components/src/SearchInput/SearchInput.js @@ -31,12 +31,16 @@ function SearchInput(props, forwardedRef) {
});
const textInputRef = useRef();
- const handleOnChange = (next, changeProps) => {
+ const handleOnChange = React.useCallback(
+ (next, c... | 7 |
diff --git a/src/js/services/nanoService.js b/src/js/services/nanoService.js @@ -465,7 +465,7 @@ angular.module('canoeApp.services')
}
root.isValidSeed = function (seedHex) {
- var isValidHash = /^[0123456789ABCDEF]+$/.test(seedHex)
+ var isValidHash = /^[0123456789ABCDEFabcdef]+$/.test(seedHex)
return (isValidHash && ... | 11 |
diff --git a/scenes/scenes.json b/scenes/scenes.json "prototype.scn",
"silk-fountains.scn",
"moon.scn",
- "terrain.scn"
+ "terrain.scn",
+ "space-station",
+ "space-doodles.scn",
+ "faced-mountain.scn",
+ "parkour.scn",
+ "tron-gothic-city.scn",
+ "tanabata-city.scn",
+ "sci-fi-neon.scn",
+ "city.scn"
]
| 0 |
diff --git a/test/schema.alias.test.js b/test/schema.alias.test.js @@ -28,7 +28,7 @@ describe('schema alias option', function() {
string: 'hello',
number: 1,
date: new Date(),
- buffer: Buffer.from('World'),
+ buffer: new Buffer('World'),
boolean: false,
mixed: [1, [], 'three', { four: 5 }],
objectId: new Schema.Types.... | 14 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -5,7 +5,8 @@ This release adds the following new features:
* [REST API: Add PUT method to update a card](https://github.com/wekan/wekan/pull/1095) and
[related fix](https://github.com/wekan/wekan/pull/1097);
* [When finished input of checklist item, open new checklist
- item]... | 7 |
diff --git a/aleph/views/base_api.py b/aleph/views/base_api.py @@ -252,4 +252,11 @@ def handle_es_error(err):
error = err.info.get("error", {})
for root_cause in error.get("root_cause", []):
message = root_cause.get("reason", message)
- return jsonify({"status": "error", "message": message}, status=err.status_code)
+ t... | 9 |
diff --git a/app/webpack/users/edit/ducks/user_settings.js b/app/webpack/users/edit/ducks/user_settings.js @@ -115,6 +115,7 @@ export function saveUserSettings( ) {
delete params.user.blocked_user_ids;
delete params.user.privileges;
delete params.user.icon_url;
+ delete params.user.orcid;
return inatjs.users.update( pa... | 1 |
diff --git a/config-optic/qa-data/mapperReducer.sjs b/config-optic/qa-data/mapperReducer.sjs @@ -72,9 +72,21 @@ function fibReducer(previous, row) {
return previous;
}
+function ageMapper(row) {
+ const result = row;
+ if(result.player_age < 21)
+ result.player_age = 'rookie';
+ else if(result.player_age > 21 && result... | 0 |
diff --git a/docs/guiding-principles.md b/docs/guiding-principles.md @@ -13,9 +13,9 @@ that closely resemble how your web pages are used.
Utilities are included in this project based on the following guiding
principles:
-1. If it relates to rendering components, it deals with DOM nodes rather than
- component instances... | 7 |
diff --git a/src/mavoscript.js b/src/mavoscript.js @@ -241,7 +241,7 @@ var _ = Mavo.Script = {
scalar: (a, b) => "" + (a || "") + (b || ""),
precedence: 10
},
- "object": {
+ "keyvalue": {
symbol: ":",
code: (...operands) => {
var i = operands.length - 1;
| 10 |
diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js @@ -135,9 +135,11 @@ var attrs = module.exports = overrideAll({
role: 'info',
description: [
'Sets the source data for this layer (mapbox.layer.source).',
- 'Source can be either a URL,',
- 'a geojson object (with `sourcetype` se... | 7 |
diff --git a/readme.md b/readme.md @@ -13,8 +13,7 @@ Bot Builder provides the most comprehensive experience for building conversation
- [**Java** (preview release)](https://github.com/microsoft/botbuilder-java)
- [**Python** (preview release)](https://github.com/microsoft/botbuilder-python).
- Bot Framework Emulator
- ... | 2 |
diff --git a/src/ui.popup.js b/src/ui.popup.js @@ -12,11 +12,11 @@ var _ = Mavo.UI.Popup = $.Class({
if (this.element.offsetHeight) {
// Is in the DOM, check if it fits
- var popupBounds = this.element.getBoundingClientRect();
-
- if (popupBounds.height + y > innerHeight) {
- y = innerHeight - popupBounds.height - 20;
... | 7 |
diff --git a/assets/js/components/notifications/BannerNotification/index.js b/assets/js/components/notifications/BannerNotification/index.js @@ -99,6 +99,7 @@ function BannerNotification( {
WinImageSVG,
rounded = false,
footer,
+ ctaComponent,
} ) {
// Closed notifications are invisible, but still occupy space.
const [... | 10 |
diff --git a/package.json b/package.json "description": "Salesforce Lightning Design System for React",
"license": "SEE LICENSE IN README.md",
"engines": {
- "node": ">=4.4.0",
+ "node": "6.x",
"npm": "^3.9.0"
},
"lint-staged": {
| 12 |
diff --git a/lib/waterline/utils/query/help-find.js b/lib/waterline/utils/query/help-find.js @@ -324,9 +324,7 @@ module.exports = function helpFind(WLModel, s2q, done) {
var parentPk = parentRecord[parentKey];
// If we have child records for this parent, attach them.
- if (childRecordsByParent[parentPk]) {
- parentReco... | 0 |
diff --git a/Source/Scene/ImageryLayer.js b/Source/Scene/ImageryLayer.js @@ -846,16 +846,16 @@ define([
var mipmapSampler = context.cache.imageryLayer_mipmapSampler;
if (!defined(mipmapSampler)) {
var maximumSupportedAnisotropy = ContextLimits.maximumTextureFilterAnisotropy;
- var minificationFilter = imageryLayer.mini... | 10 |
diff --git a/src/modules/cell.js b/src/modules/cell.js var fontSize = this.internal.__cell__.table_font_size;
var scaleFactor = this.internal.scaleFactor;
- return Object.entries(model)
+ return Object.keys(model)
+ .map(function(key) {
+ return [key, model[key]];
+ })
.map(function([key, value]) {
return typeof value ... | 14 |
diff --git a/app-object.js b/app-object.js @@ -172,8 +172,12 @@ class AppManager extends EventTarget {
];
this.used = false;
this.aimed = false;
+ this.lastAppId = 0;
this.lastTimestamp = performance.now();
}
+ getNextAppId() {
+ return ++this.lastAppId;
+ }
createApp(appId) {
const app = new App(appId);
this.apps.push... | 0 |
diff --git a/src/index.js b/src/index.js @@ -766,7 +766,12 @@ export default class VueI18n {
if (this._warnHtmlInMessage === 'warn' || this._warnHtmlInMessage === 'error') {
this._checkLocaleMessage(locale, this._warnHtmlInMessage, message)
}
- this._vm.$set(this._vm.messages, locale, merge({}, this._vm.messages[locale... | 7 |
diff --git a/website/client/tags/index.js b/website/client/tags/index.js @@ -165,7 +165,7 @@ export const tags = {
return Loadable({
delay: 0,
loader: () =>
- isRelease ? import('release/CHANGELOG.md') : import(`@semcore/${value}/CHANGELOG.md`),
+ isRelease ? import('@semcore/ui/CHANGELOG.md') : import(`@semcore/${valu... | 3 |
diff --git a/angular/projects/spark-angular/src/lib/components/inputs/Checkbox.stories.ts b/angular/projects/spark-angular/src/lib/components/inputs/Checkbox.stories.ts -/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { storyWrapper } from '../../../../../../.storybook/helpers/storyWrapper... | 3 |
diff --git a/lib/carto/gcloud_user_settings.rb b/lib/carto/gcloud_user_settings.rb @@ -3,9 +3,6 @@ module Carto
REDIS_PREFIX = 'do_settings'
- STORE_ATTRIBUTES = [ :service_account, :bq_public_project,
- :gcp_execution_project, :bq_project, :bq_dataset, :gcs_bucket ]
-
attr_reader :service_account, :bq_public_project,
... | 2 |
diff --git a/README.md b/README.md @@ -64,7 +64,7 @@ To run the web server locally, from the root of the SidewalkWebpage directory:
1. SSH into containers: To ssh into the containers, run `make ssh target=[web|db]`. Note that `[web|db]` is not a literal syntax, it specifies which container you would want to ssh into. F... | 3 |
diff --git a/index.d.ts b/index.d.ts // types and interfaces
// ----------------------------------------------------------------------------
-export type DoubledObject < T > = T
+export type DoubledObject<T> = T;
-export type DoubledObjectWithKey < T extends string > = { [K in T] : any }
+export type DoubledObjectWithK... | 3 |
diff --git a/src/serialization/sb2.js b/src/serialization/sb2.js @@ -843,6 +843,7 @@ const parseBlock = function (sb2block, addBroadcastMsg, getVariableId, extension
for (let i = 0; i < blockMetadata.argMap.length; i++) {
const expectedArg = blockMetadata.argMap[i];
const providedArg = sb2block[i + 1]; // (i = 0 is opc... | 9 |
diff --git a/components/Payment/Icons/PSP.js b/components/Payment/Icons/PSP.js import React from 'react'
export const Visa = () => (
- <svg style={{verticalAlign: 'middle', marginTop: -1}} width='51' height='40' viewBox='0 -4 51 36'>
- <path fill='#FFF' d='M.493 31.56h49.7V.254H.493' />
- <path fill='#004F8B' d='M18.65... | 13 |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -27,6 +27,9 @@ jobs:
with:
node-version: '12'
- run: node ./node-red/.github/scripts/update-node-red-docker.js
+ with:
+ env:
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Create Docker Pull Request
uses: peter-evans/create-pull-request@v2
with... | 12 |
diff --git a/config.js b/config.js @@ -9,9 +9,6 @@ module.exports = {
enable_cache: process.env.ENABLE_CACHE || false,
redis_url: process.env.REDIS_URL || '',
hasura_admin_key: process.env.HASURA_ADMIN_KEY || '',
- hasura_url:
- env === 'development'
- ? 'https://staging-db.lunie.io/v1/graphql'
- : 'https://production-... | 12 |
diff --git a/lib/core/initNav.js b/lib/core/initNav.js @@ -29,7 +29,7 @@ module.exports = function initNav (sections) {
}
_.forEach(sections, function (section, key) {
- if (!Array.isArray(section)) {
+ if (Object.prototype.toString.call(section) !== '[object Array]') {
section = [section];
}
section = {
| 14 |
diff --git a/lib/taiko.js b/lib/taiko.js @@ -183,7 +183,7 @@ const checkIfElementAtPointOrChild = async (e, x, y) => {
function isElementAtPointOrChild(value) {
const node = document.elementFromPoint(value.x, value.y);
- return this.contains(node);
+ return this.contains(node) || (window.getComputedStyle(node).getPrope... | 9 |
diff --git a/app/middlewares/error.js b/app/middlewares/error.js @@ -90,7 +90,7 @@ function getErrorHandler (err) {
if (isTimeoutError(err)) {
return createTimeoutError();
} else {
- return createPgError(err);
+ return createGenericError(err);
}
}
@@ -111,7 +111,7 @@ function createTimeoutError() {
);
}
-function creat... | 10 |
diff --git a/userscript.user.js b/userscript.user.js @@ -63539,29 +63539,57 @@ var $$IMU_EXPORT$$;
return newsrc;
}
- if (domain_nosub === "likee.video") {
- // example url thanks to remlap on discord:
- // https://l.likee.video/v/J38TY0
- // https://likee.video/v/J38TY0
- // http://mobile.likee.video/s/88yy1FwVjrU
- n... | 7 |
diff --git a/server/game/cards/20-HMW/TheFather.js b/server/game/cards/20-HMW/TheFather.js @@ -3,7 +3,7 @@ const GameActions = require('../../GameActions');
class TheFather extends PlotCard {
setupCardAbilities() {
- this.forcedReaction({
+ this.forcedInterrupt({
when: {
onPhaseEnded: event => event.phase === 'dominanc... | 1 |
diff --git a/docs/contributing.md b/docs/contributing.md @@ -88,7 +88,7 @@ Would you rather take 1 minute to create an incomplete issue report and wait mon
### Pull Request Template
-Much like the issue template, the [pull request template](https://github.com/react-navigation/navigation-ex/blob/master/.github/PULL_REQU... | 1 |
diff --git a/src/Engines/Markdown.js b/src/Engines/Markdown.js -const mdlib = require("markdown-it")();
+const mdlib = require("markdown-it")({
+ html: true
+});
const TemplateEngine = require("./TemplateEngine");
class Markdown extends TemplateEngine {
| 11 |
diff --git a/main.cpp b/main.cpp @@ -233,10 +233,11 @@ void android_main(struct android_app *app) {
__android_log_print(ANDROID_LOG_ERROR, "exokit", "main cwd 1 %lx", (unsigned long)app->activity);
__android_log_print(ANDROID_LOG_ERROR, "exokit", "main cwd 2 '%s'", app->activity->internalDataPath);
+ int setenvResult =... | 12 |
diff --git a/contracts/IssuanceController.sol b/contracts/IssuanceController.sol @@ -59,9 +59,9 @@ contract IssuanceController is Pausable, SelfDestructible, SafeDecimalMath {
/* The time the prices were last updated */
uint public lastPriceUpdateTime;
/* The USD price of havvens written in UNIT */
- uint public havven... | 3 |
diff --git a/docs/index.html b/docs/index.html <td>respond to settings <response enabled></td>
<td>Change if this channel has settings changes resonded in it</td>
</tr>
+ <tr>
+ <td>allow private room <rooms enabled></td>
+ <td>Change if this users in this server are allowed to make private rooms</td>
+ </t... | 3 |
diff --git a/app/main.js b/app/main.js @@ -1165,16 +1165,15 @@ ipcMain.on("refresh-wallet", function (event) {
});
ipcMain.on("rename-wallet", function (event, address, name) {
- let sqlRes;
let resp = {
response: "ERR",
msg: "not logged in"
};
if (userInfo.loggedIn) {
- sqlRes = userInfo.walletDb.exec("SELECT * FROM w... | 4 |
diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml @@ -7,7 +7,7 @@ on:
description: The number of a pull request to CP
required: true
NEW_VERSION:
- description: The new app version
+ description: The new app version (leave empty if running manually)
required: false
default: ''
| 7 |
diff --git a/gulpfile.js b/gulpfile.js @@ -804,7 +804,6 @@ function getRebuildBranchName() {
gulp.task('recompile', gulp.series([
'git-sync-develop',
function(done) {
- execSync('git stash save -m "Stash for rebuild"', { stdio: 'inherit' });
var branchName = getRebuildBranchName();
console.log('make-rebuild-branch: cre... | 2 |
diff --git a/apps/sched/README.md b/apps/sched/README.md @@ -70,11 +70,21 @@ let alarm = require("sched").newDefaultAlarm();
// Get a new timer with default values
let timer = require("sched").newDefaultTimer();
-// Add/update an existing alarm
-require("sched").setAlarm("mytimer", {
+// Add/update an existing alarm (u... | 7 |
diff --git a/src/programs/spawns.js b/src/programs/spawns.js @@ -18,7 +18,8 @@ class Spawns extends kernel.process {
return this.suicide()
}
this.room = Game.rooms[this.data.room]
- const spawns = this.room.find(FIND_MY_SPAWNS, {filter: s => s.isActive()})
+ const maxspawns = CONTROLLER_STRUCTURES[STRUCTURE_SPAWN][this... | 4 |
diff --git a/test/unit/cli-domain-package-template.js b/test/unit/cli-domain-package-template.js @@ -91,7 +91,11 @@ describe('cli : domain : package-template', () => {
});
it('should show error', () => {
+<<<<<<< HEAD
expect(error).to.equal('template.wha compilation failed - Error: Error requiring oc-template: "whazaaa... | 3 |
diff --git a/includes/Core/Assets/Assets.php b/includes/Core/Assets/Assets.php @@ -50,14 +50,6 @@ final class Assets {
*/
private $assets_registered = false;
- /**
- * Internal flag for whether fonts have been enqueued yet.
- *
- * @since 1.2.0
- * @var bool
- */
- private $fonts_enqueued = false;
-
/**
* Internal list... | 14 |
diff --git a/src/sections/evidence/GeneBurden/Body.js b/src/sections/evidence/GeneBurden/Body.js @@ -155,7 +155,7 @@ const columns = [
},
},
{
- id: 'pValueMantissa',
+ id: 'pValue',
label: 'p-value',
renderCell: ({ pValueMantissa, pValueExponent }) => {
return <ScientificNotation number={[pValueMantissa, pValueExponen... | 12 |
diff --git a/token-metadata/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/metadata.json b/token-metadata/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/metadata.json "symbol": "GRG",
"address": "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/packages/insight/src/pages/address/address.html b/packages/insight/src/pages/address/address.html </ion-grid>
<h1>Transactions</h1>
- <coin-list *ngIf="chainNetwork.chain === 'ETH'" [addrStr]="address.addrStr" [chainNetwork]="chainNetwork"></coin-list>
- <transaction-list *ngIf="chainNetwork.chain === 'BTC... | 13 |
diff --git a/storage.js b/storage.js @@ -1164,7 +1164,7 @@ function archiveJointAndDescendants(from_unit){
db.executeInTransaction(function doWork(conn, cb){
function addChildren(arrParentUnits){
- conn.query("SELECT DISTINCT child_unit FROM parenthoods WHERE parent_unit IN(?)", [arrParentUnits], function(rows){
+ conn... | 1 |
diff --git a/test/test.js b/test/test.js @@ -899,4 +899,22 @@ module.exports = function (redom) {
unmount(div, item);
t.strictEquals(targetDiv.__redom_lifecycle, null);
});
+
+ test('optimized list diff', function (t) {
+ t.plan(1);
+ var remounts = 0;
+
+ function Item () {
+ this.el = el('p');
+ this.onremount = func... | 0 |
diff --git a/MSBot/MSBot.njsproj b/MSBot/MSBot.njsproj </PropertyGroup>
<ItemGroup>
<Content Include="tsconfig.json" />
- <TypeScriptCompile Include="src\BotConfigModel.ts" />
+ <TypeScriptCompile Include="src\BotConfig.ts" />
<Content Include="package.json" />
<Content Include="README.md" />
<TypeScriptCompile Include... | 13 |
diff --git a/lib/plugins/aws/provider/awsProvider.test.js b/lib/plugins/aws/provider/awsProvider.test.js @@ -908,14 +908,14 @@ describe('AwsProvider', () => {
});
it('should set region for credentials', () => {
+ serverless.service.provider.profile = 'notDefault';
const credentials = newAwsProvider.getCredentials();
ex... | 1 |
diff --git a/src/ui/gauge.js b/src/ui/gauge.js @@ -8,28 +8,16 @@ phina.namespace(function() {
superClass: 'phina.display.Shape',
init: function(options) {
- options = ({}).$safe(options, {
- width: 256,
- height: 32,
- backgroundColor: 'transparent',
- fill: 'white',
- stroke: '#aaa',
- strokeWidth: 4,
-
- value: 100,
... | 12 |
diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json }
},
"editor-tab": {
- "properties": "@Properties",
- "description": "@Description",
- "appearance": "@Appearance"
+ "properties": "Properties",
+ "description":... | 2 |
diff --git a/documentation/plugins.md b/documentation/plugins.md @@ -73,30 +73,6 @@ use browserify or a script loader instead of the Common.js `require` in the abov
Please consult the documentation for each individual plugin.
-## Caveats with plugins that depend on other plugins
-
-The unexpected-express, unexpected-mi... | 2 |
diff --git a/exampleSite/content/fragments/nav/index.md b/exampleSite/content/fragments/nav/index.md @@ -12,3 +12,6 @@ The navbar of your website
Navbar fragment can show a logo/image, a menu with support for external links
and a special icon link useful for linking to Github or Gitlab.
+
+**Note:** Search doesn't look... | 0 |
diff --git a/src/encoded/schemas/file.json b/src/encoded/schemas/file.json },
{
"oneOf": [
+ {
+ "not": {
+ "required": ["status"]
+ }
+ },
{
"required": ["file_size"],
"properties": {
| 3 |
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml @@ -111,10 +111,8 @@ jobs:
- uses: actions/checkout@v2
- name: Forcefully install Firefox for Developers browser
run: brew update && brew tap homebrew/cask-versions && brew install --cask firefox-developer-edition
- - name: Get FF path
- run: find /... | 12 |
diff --git a/articles/integrations/aws-api-gateway/delegation/part-1.md b/articles/integrations/aws-api-gateway/delegation/part-1.md @@ -324,5 +324,5 @@ At this point, the AWS Lambda functions and the Amazon API Gateway methods are d
<%= include('./_stepnav', {
prev: ["0. Introduction", "/integrations/aws-api-gateway/d... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.