code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/backend/lib/endpoints/organizations.js b/backend/lib/endpoints/organizations.js @@ -32,28 +32,18 @@ async function routes(app) {
},
);
- app.get(
- "/",
- {
- preValidation: [app.authenticate],
- schema: getOrganizationsSchema,
- },
- async (req) => {
+ app.get("/", { schema: getOrganizationsSchema }, asyn... | 11 |
diff --git a/src/containers/costume-tab.jsx b/src/containers/costume-tab.jsx @@ -63,7 +63,7 @@ const messages = defineMessages({
id: 'gui.costumeTab.addFileCostume'
},
addCameraCostumeMsg: {
- defaultMessage: 'Coming Soon',
+ defaultMessage: 'Camera',
description: 'Button to use the camera to create a costume costume i... | 10 |
diff --git a/public/javascripts/LabelMap.js b/public/javascripts/LabelMap.js @@ -108,8 +108,8 @@ function LabelMap(_, $) {
*/
function initializeNeighborhoodPolygons(map) {
var neighborhoodPolygonStyle = {
- color: '#888',
- weight: 1,
+ color: 'red',
+ weight: 3,
opacity: 0.25,
fillColor: "#ccc",
fillOpacity: 0.1
| 3 |
diff --git a/lib/jest-helpers.js b/lib/jest-helpers.js @@ -24,24 +24,25 @@ const nunjucksEnv = nunjucks.configure([configPaths.src, configPaths.components]
* Render the raw HTML for a component
*
* @param {String} componentName
- * @param {Object} params parameters that are used in the component macro
- * @param {Strin... | 7 |
diff --git a/token-metadata/0x9B9087756eCa997C5D595C840263001c9a26646D/metadata.json b/token-metadata/0x9B9087756eCa997C5D595C840263001c9a26646D/metadata.json "symbol": "DOGEFI",
"address": "0x9B9087756eCa997C5D595C840263001c9a26646D",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIE... | 3 |
diff --git a/activity/settings/base.py b/activity/settings/base.py @@ -408,5 +408,5 @@ MAP_WIDGETS = {
}
-SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = '695972237741-1a1hduh4agm8ll0n2j199na44fu4pg3q.apps.googleusercontent.com'
-SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = 'fuFQOKvnym_3GhjC-da0NuDB'
\ No newline at end of file
+SOCIAL_AUTH_GOO... | 0 |
diff --git a/articles/cross-origin-authentication/index.md b/articles/cross-origin-authentication/index.md @@ -35,9 +35,9 @@ Configuring your client for cross-origin authentication is a process that requir
1. Ensure that your application is using [Lock](/libraries/lock) 11 or higher, or [Auth0.js](/libraries/auth0js) v... | 2 |
diff --git a/token-metadata/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/metadata.json b/token-metadata/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/metadata.json "symbol": "KRL",
"address": "0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/generators/generator-constants.js b/generators/generator-constants.js @@ -20,7 +20,7 @@ const semver = require('semver');
const packagejs = require('../package.json');
// Version of Java
-const JAVA_VERSION = '1.8'; // Java version is forced to be 1.8. We keep the variable as it might be useful in the futu... | 12 |
diff --git a/packages/app/resource/locales/en_US/admin/admin.json b/packages/app/resource/locales/en_US/admin/admin.json "select_parent_group": "Select Parent Group",
"release_parent_group": "Release parent group",
"add_modal": {
- "description": "The added user will also be added to all ancestor groups.",
+ "descripti... | 7 |
diff --git a/system.json b/system.json {
- "name": "gurps",
+ "id": "gurps",
"title": "GURPS 4th Ed. Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
- "version": "0.14.10",
- "minimumCoreVersion": "9",
- "compatibleCoreVersion": "9",
+ "version": "0.15.0",
+ "authors": [
+ {
+... | 3 |
diff --git a/lib/core.js b/lib/core.js @@ -619,7 +619,7 @@ impress.retranslateEvent = (exceptWorkerId, message) => {
// HTTP Dispatcher
// req <IncomingMessage>
// res <ServerResponse>
-// Rerurns: <Client>
+// Returns: <Client>
impress.dispatcher = (req, res) => {
impress.stat.req++;
const host = api.common.parseHost(... | 1 |
diff --git a/includes/Core/Admin/Notice.php b/includes/Core/Admin/Notice.php @@ -125,7 +125,7 @@ final class Notice {
?>
<div id="<?php echo esc_attr( 'googlesitekit-notice-' . $this->slug ); ?>" class="<?php echo esc_attr( $class ); ?>">
- <?php echo wp_kses_post( $content ); /* phpcs:ignore WordPress.Security.EscapeO... | 2 |
diff --git a/packages/openneuro-server/datalad/dataset.js b/packages/openneuro-server/datalad/dataset.js @@ -206,8 +206,8 @@ export const addFile = (datasetId, path, file) => {
throw err
}
}),
- ).then(data => {
- return redis.del(draftPartialKey(datasetId)).then(() => data)
+ ).finally(() => {
+ return redis.del(draft... | 9 |
diff --git a/assets/js/util/index.js b/assets/js/util/index.js @@ -149,7 +149,7 @@ export const readableLargeNumber = ( number, currencyCode = false ) => {
__( '%sK', 'google-site-kit' ),
numberFormat( Math.round( number / 1000 ) )
);
- // Numbers between 1000 and 10,000 round normally and display a single decimal unle... | 3 |
diff --git a/lib/chat/setChatUserTyping.js b/lib/chat/setChatUserTyping.js @@ -4,9 +4,10 @@ const getGeneralToken = require('../util/getGeneralToken.js').func
exports.required = ['conversationId', 'isTyping']
exports.optional = ['jar']
-const nextFunction = (jar, token, conversationId, isTyping) => {
- return http({
- ... | 4 |
diff --git a/assets/js/googlesitekit/widgets/register-defaults.js b/assets/js/googlesitekit/widgets/register-defaults.js @@ -33,32 +33,32 @@ import {
*
* @since n.e.x.t
*
- * @param {Object} widgetsApi Widgets API.
+ * @param {Object} widgetsAPI Widgets API.
*/
-export function registerDefaults( widgetsApi ) {
+export ... | 10 |
diff --git a/circlebuild b/circlebuild @@ -13,4 +13,4 @@ if [ -z "$IS_PUBLISHED_VERSION" ]; then
fi
npm install
-MB_PORT=3535 MB_VERSION=$MB_VERSION MB_SLOW_TEST_TIMEOUT=6000 node_modules/grunt-cli/bin/grunt "$@"
+MB_PORT=3535 MB_VERSION=$MB_VERSION node_modules/grunt-cli/bin/grunt "$@"
| 5 |
diff --git a/lib/hooks/responses/index.js b/lib/hooks/responses/index.js @@ -139,7 +139,7 @@ module.exports = function(sails) {
// Attach custom responses to `res` object
// Provide access to `req` and `res` in each of their `this` contexts.
_.each(sails.middleware.responses, function eachMethod(responseFn, name) {
- r... | 14 |
diff --git a/data.js b/data.js @@ -204,6 +204,14 @@ module.exports = [
url: "https://github.com/tbleckert/location-init",
source: "https://raw.githubusercontent.com/tbleckert/location-init/master/index.js"
},
+ {
+ name: "indent.js",
+ github: "zebzhao/indent.js",
+ tags: ["indent", "autoindent", "indentation", "jsbeau... | 0 |
diff --git a/app/math-editor.js b/app/math-editor.js @@ -271,7 +271,7 @@ window.onload = () => {
}
}
-const markAndGetInlineImages = ts => $('.answer img[src^="data"]')
+const markAndGetInlineImages = ($editor, ts) => $editor.find('img[src^="data"]')
.each((i, el) => el.setAttribute('id', ts + '-' + i))
.map((i, el) =>... | 14 |
diff --git a/docs/content/widgets/FlyweightTooltipTracker.js b/docs/content/widgets/FlyweightTooltipTracker.js @@ -49,6 +49,10 @@ export const FlyweightTooltipTrackerPage = <cx>
}}
/>
</div>
+
+ Links:
+ - [Flyweight_pattern](https://en.wikipedia.org/wiki/Flyweight_pattern)
+
<div putInto="code">
<CodeSnippet fiddle=""... | 0 |
diff --git a/src/plugin-hooks/useFlexLayout.js b/src/plugin-hooks/useFlexLayout.js @@ -16,7 +16,7 @@ export const useFlexLayout = props => {
hooks: {
columns: columnsHooks,
getRowProps,
- getHeaderRowProps,
+ getHeaderGroupProps,
getHeaderProps,
getCellProps,
},
@@ -54,7 +54,7 @@ export const useFlexLayout = props => {... | 10 |
diff --git a/src/css/docs/components/docs-markdown.css b/src/css/docs/components/docs-markdown.css @@ -653,12 +653,6 @@ blockquote .DocsMarkdown--header-anchor-positioner {
border-bottom-right-radius: .25em;
}
-@media (max-width: 414px) {
- .DocsMarkdown details summary + div {
- padding-left: 0;
- }
-}
-
.DocsMarkdown... | 7 |
diff --git a/src/compiler/Builder.js b/src/compiler/Builder.js @@ -513,8 +513,13 @@ class Builder {
}
scriptlet(scriptlet) {
+ if (typeof scriptlet === 'string') {
+ scriptlet = {
+ code: scriptlet
+ };
+ }
return new Scriptlet({
- code: scriptlet.value,
+ code: scriptlet.value || scriptlet.code,
tag: scriptlet.tag,
bl... | 11 |
diff --git a/README.md b/README.md [Install](#install)
+[Vue CLI 3](#vue-cli)
+
[Use](#use)
- [Options](#options)
- [Global Vue Extensions](#global-vue-extensions)
@@ -58,6 +60,14 @@ Requires [Node](https://nodejs.org/en/) version 6 or above and Cypress (peer dep
npm install --save-dev cypress cypress-vue-unit-test
```... | 0 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -71,7 +71,7 @@ const animationsSelectMap = {
'right strafe walking.fbx': new THREE.Vector3(0.5, 0, 0),
'right strafe.fbx': new THREE.Vector3(1, 0, 0),
- 'running.fbx': new THREE.Vector3(0, 0, -1),
+ 'Fast Run.fbx': new THREE.Vector3(0, 0, -1),
'walking.fbx': new T... | 4 |
diff --git a/src/components/footer/index.js b/src/components/footer/index.js @@ -79,10 +79,12 @@ function Footer() {
name = {'Razzmatazz'}
patreon
github
+ link = 'https://tarkov.guru/'
/>
<Supporter
- name = {'MrWelshLlama'}
+ name = {'tarkov-gunsmith'}
patreon
+ link = 'https://tarkov-gunsmith.com/'
/>
<Supporter
nam... | 1 |
diff --git a/package.json b/package.json "pako": "^1.0.4",
"prettier": "2.1.2",
"prismjs": "^1.28.0",
- "protobufjs": "6.7.0",
+ "protobufjs": "7.0.0",
"rbush": "^3.0.1",
"request": "^2.79.0",
"rimraf": "^3.0.2",
| 3 |
diff --git a/package.json b/package.json {
"from": "./bin/windows_amd64/ooniprobe.exe",
"to": "./resources/bin/ooniprobe.exe"
- },
- {
- "from": "./bin/cert.pem",
- "to": "./resources/cert.pem"
}
]
},
{
"from": "./bin/darwin_amd64/ooniprobe",
"to": "./Resources/bin/ooniprobe"
- },
- {
- "from": "./bin/cert.pem",
- "to"... | 2 |
diff --git a/validation.js b/validation.js @@ -2045,7 +2045,7 @@ function createJointError(err){
function validateSignedMessage(objSignedMessage, handleResult){
if (typeof objSignedMessage !== 'object')
return handleResult("not an object");
- if (ValidationUtils.hasFieldsExcept(objSignedMessage, ["signed_message", "aut... | 11 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/editor.js b/packages/node_modules/@node-red/editor-client/src/js/ui/editor.js @@ -1085,6 +1085,13 @@ RED.editor = (function() {
var input = $("#node-input-"+d);
if (input.attr('type') === "checkbox") {
newValue = input.prop('checked');
+ } else if (in... | 9 |
diff --git a/src/og/webgl/Program.js b/src/og/webgl/Program.js @@ -8,6 +8,15 @@ import { callbacks } from './callbacks.js';
import { cons } from '../cons.js';
import { typeStr } from './types.js';
+const itemTypes = [
+ "BYTE",
+ "SHORT",
+ "UNSIGNED_BYTE",
+ "UNSIGNED_SHORT",
+ "FLOAT",
+ "HALF_FLOAT"
+];
+
/**
* Repr... | 0 |
diff --git a/src/encoded/tests/test_file.py b/src/encoded/tests/test_file.py @@ -12,12 +12,13 @@ def test_replaced_file_not_uniqued(testapp, file):
@pytest.fixture
-def fastq_no_replicate(award, experiment, lab):
+def fastq_no_replicate(award, experiment, lab, platform1):
return {
'award': award['@id'],
'dataset': expe... | 1 |
diff --git a/src/architecture/network.js b/src/architecture/network.js @@ -1642,8 +1642,8 @@ Network.cross_over = function(network1, network2, equal) {
// Determine offspring node size
let size;
if(equal || score1 === score2) {
- let max = Math.max(network1.nodes.length, network2.nodes.length);
- let min = Math.min(net... | 7 |
diff --git a/app/builtin-pages/views/library-view.js b/app/builtin-pages/views/library-view.js @@ -16,6 +16,7 @@ import * as toast from '../com/toast'
import * as noticeBanner from '../com/notice-banner'
import * as localSyncPathPopup from '../com/library-localsyncpath-popup'
import * as copyDatPopup from '../com/libra... | 11 |
diff --git a/articles/connections/database/custom-db/create-db-connection.md b/articles/connections/database/custom-db/create-db-connection.md @@ -146,9 +146,7 @@ This script assumes that you have a **users** table containing these columns. Th
## Add configuration parameters
-You can store parameters, like the credenti... | 2 |
diff --git a/test/routes/v2-rockets.test.js b/test/routes/v2-rockets.test.js @@ -13,8 +13,8 @@ beforeAll((done) => {
// Rockets V2
//------------------------------------------------------------
-test('It should return all rocket info', () => {
- return request(app).get('/v2/rockets').then((response) => {
+test('It shou... | 3 |
diff --git a/src/botPage/bot/TradeEngine/index.js b/src/botPage/bot/TradeEngine/index.js @@ -18,38 +18,37 @@ import * as constants from './state/constants';
import { start } from './state/actions';
const watchBefore = store =>
- new Promise(resolve => {
- const unsubscribe = store.subscribe(() => {
- const newState = s... | 9 |
diff --git a/src/index.js b/src/index.js @@ -359,8 +359,8 @@ var propsChanged = function(a, b) {
var getVNode = function(newVNode, oldVNode) {
return newVNode.type === LAZY_NODE
- ? ((!oldVNode || propsChanged(oldVNode.lazy, newVNode.lazy)) &&
- ((oldVNode = newVNode.lazy.view(newVNode.lazy)).lazy = newVNode.lazy),
+ ?... | 11 |
diff --git a/weapons-manager.js b/weapons-manager.js @@ -1837,6 +1837,10 @@ const itemSpecs = [
"name": "home",
"start_url": "https://avaer.github.io/home/manifest.json"
},
+ {
+ "name": "mirror",
+ "start_url": "https://avaer.github.io/mirror/index.js"
+ },
{
"name": "physicscube",
"start_url": "https://avaer.github.i... | 0 |
diff --git a/packages/app/src/pages/utils/objectid-transformer.ts b/packages/app/src/pages/utils/objectid-transformer.ts // !!! Do NOT import 'mongoose' to reduce bundle size !!!
+import { objectIdUtils } from '@growi/core';
import ObjectId from 'bson-objectid';
import superjson from 'superjson';
@@ -9,11 +10,9 @@ expo... | 7 |
diff --git a/securetea/lib/firewall/secureTeaFirewall.py b/securetea/lib/firewall/secureTeaFirewall.py @@ -14,6 +14,7 @@ Project:
from securetea.lib.firewall.engine import FirewallEngine
from securetea.lib.firewall.utils import check_root
from securetea import logger
+import sys
class SecureTeaFirewall(object):
@@ -46,... | 11 |
diff --git a/lib/composer.js b/lib/composer.js @@ -20,10 +20,10 @@ export default class Composer extends Disposable {
constructor () {
super(() => {
this.disposables.dispose()
- this.exitDiCy()
+ this.destroyDiCy()
})
this.disposables.add(atom.config.onDidChange('latex', () => this.updateConfiguration()))
- this.dispos... | 10 |
diff --git a/lib/datapacktypes/apexclass.js b/lib/datapacktypes/apexclass.js @@ -3,7 +3,7 @@ var ApexClass = module.exports = function(vlocity) {
};
ApexClass.prototype.onAutoExport = function(refObject) {
- if(refObject.jobInfo.includeSalesforceMetadata){
+ if(refObject.jobInfo.includeSalesforceMetadata && !refObject.... | 8 |
diff --git a/circle.yml b/circle.yml @@ -7,7 +7,7 @@ version: 2
jobs:
test:
docker:
- - image: circleci/ruby:2.5.0-node
+ - image: circleci/ruby:2.5.1-node-browsers
environment:
- JEKYLL_ENV: "production"
- NOKOGIRI_USE_SYSTEM_LIBRARIES: "true"
| 3 |
diff --git a/examples/search_repos/search_openaire_projects.js b/examples/search_repos/search_openaire_projects.js +var table
+
$("#search-projects-form").validate({
debug: true,
submitHandler: function (form, event) {
@@ -13,24 +15,14 @@ $("#search-projects-form").validate({
var handleResponse = function (response) {
... | 11 |
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -4643,7 +4643,7 @@ function convertBinDec() {
if (toBase === "Decimal") to = 10;
else to = 2;
- result.innerHTML = parseFloat(input, from).toString(to);
+ result.innerHTML = parseInt(input, from).toString(to);
if (input == "") {
result.innerHTML = "";
... | 1 |
diff --git a/.storybook/storybook-data.js b/.storybook/storybook-data.js @@ -133,21 +133,6 @@ module.exports = [
},
},
},
- {
- id: 'global--data-table',
- kind: 'Global',
- name: 'Data Table',
- story: 'Data Table',
- parameters: {
- fileName: './stories/data-table.stories.js',
- options: {
- hierarchyRootSeparator: '... | 2 |
diff --git a/public/javascripts/lib/L.Polyline.SnakeAnim-0.1.0.js b/public/javascripts/lib/L.Polyline.SnakeAnim-0.1.0.js @@ -54,8 +54,9 @@ L.Polyline.include({
_snake: function(){
var now = performance.now();
- var diff = now - this._snakingTime; // In milliseconds
- var forward = diff * this.options.snakingSpeed / 100... | 1 |
diff --git a/src/pages/workspace/WorkspaceSidebar.js b/src/pages/workspace/WorkspaceSidebar.js @@ -14,7 +14,7 @@ import {
Users,
ExpensifyCard,
Workspace,
- Pencil,
+ Camera,
} from '../../components/Icon/Expensicons';
import ScreenWrapper from '../../components/ScreenWrapper';
import withLocalize, {withLocalizePropTyp... | 14 |
diff --git a/static/admin/config.yml b/static/admin/config.yml @@ -29,8 +29,8 @@ collections:
hint: "The name of the practice"
name: "title"
widget: "string"
- - label: "Subtitle"
- hint: "Catchy one liner for the article"
+ - label: "Objective"
+ hint: "One liner main objective for the practice"
name: "subtitle"
widge... | 10 |
diff --git a/package.json b/package.json },
"dependencies": {
"debug": "^4.1.1",
- "zigbee-herdsman": "0.12.98",
- "zigbee-herdsman-converters": "12.0.123",
+ "zigbee-herdsman": "0.12.107",
+ "zigbee-herdsman-converters": "12.0.140",
"@iobroker/adapter-core": "^1.0.3"
},
"description": "Zigbee devices",
| 3 |
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml @@ -25,7 +25,7 @@ jobs:
name: Hot Code Push
runs-on: macOS-latest
# temporary disabled
- if: false && github.event_name != 'workflow_dispatch'
+ if: github.event_name != 'workflow_dispatch'
steps:
- name: Pre-checks - Env is Dev
run: |
@@ -56,32 +56,11 ... | 2 |
diff --git a/packages/backend-api/src/main.ts b/packages/backend-api/src/main.ts +import { VersioningType } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { NestFactory } from '@nestjs/core';
import {
@@ -10,9 +11,17 @@ import { AppModule } from './app.module';
async function bootstrap() ... | 12 |
diff --git a/src/containers/import-modal.jsx b/src/containers/import-modal.jsx @@ -51,7 +51,7 @@ class ImportModal extends React.Component {
this.setState({inputValue: e.target.value, hasValidationError: false});
}
validate (input) {
- const urlMatches = input.match(/^(?:https:\/\/)?scratch\.mit\.edu\/projects\/(\d+)/)... | 11 |
diff --git a/src/embeds/WeaponEmbed.js b/src/embeds/WeaponEmbed.js @@ -73,7 +73,7 @@ class WeaponEmbed extends BaseEmbed {
},
{
name: 'Polarities',
- value: weapon.polarities || '-',
+ value: weapon.polarities ? weapon.polarities.join(' ') : '-',
inline: true,
}];
this.fields.push(...things);
| 9 |
diff --git a/website_code/scripts/xapi_dashboard.js b/website_code/scripts/xapi_dashboard.js @@ -650,14 +650,15 @@ xAPIDashboard.prototype.displayPageInfo = function(contentDiv, jqLocation, inter
xAPIDashboard.prototype.createPieChartInteraction = function(statements, div_location) {
var dash = new ADL.XAPIDashboard();... | 1 |
diff --git a/diorama.js b/diorama.js @@ -727,6 +727,12 @@ const createPlayerDiorama = ({
canvases.push(canvas);
},
+ removeCanvas(canvas) {
+ const index = canvases.indexOf(canvas);
+ if (index !== -1) {
+ canvases.splice(index, 1);
+ }
+ },
toggleShader() {
const oldValues = {
grassBackground,
| 0 |
diff --git a/src/components/FormComponents/datetime.spec.js b/src/components/FormComponents/datetime.spec.js @@ -51,24 +51,24 @@ describe('Datetime', function () {
};
var attachToForm = sinon.spy();
- it('Renders a basic datetime field', function (done) {
- const element = render(
- <DateTimePicker
- component={compone... | 2 |
diff --git a/src/compiler/errors.imba1 b/src/compiler/errors.imba1 @@ -29,7 +29,8 @@ export class ImbaParseError < Error
var o = @options
var idx = o:pos - 1
var tok = o:tokens and o:tokens[idx]
- tok = o:tokens[--idx] while tok and tok.@loc == -1
+ while tok and (tok.@loc == -1 or tok.@loc == 0)
+ tok = o:tokens[--idx... | 7 |
diff --git a/shows/215 - uses.md b/shows/215 - uses.md @@ -37,7 +37,7 @@ If you want to know what's happening with your errors, track them with [Sentry](
* [Clearbit API](https://clearbit.com/)
* [unavatar](https://unavatar.now.sh/)
* [Now.sh](https://zeit.co/home)
-* [webserv.nl](http://webserv.nl)
+* [weserv.nl](http... | 14 |
diff --git a/src/technologies/w.json b/src/technologies/w.json 32
],
"description": "Webpushr is the new standard for Web Push Notifications.",
- "dom": "script[id*='webpushr-script']",
"icon": "webpushr.svg",
- "scripts": "cdn\\.webpushr\\.com/app\\.min\\.js",
+ "js": {
+ "webpushr": ""
+ },
"website": "https://www.we... | 7 |
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml %div
= image_tag 'hackweek-logo-light.png', class: 'img-responsive img-center', alt: 'SUSE Hack Week Logo'
.row
- .col-md-7
+ .col-md-12
.page-header
- if @episode
%h1
.row
.col-md-12
%p.lead
- is the time SUSE engineers experiment, innovate... | 2 |
diff --git a/constants.js b/constants.js @@ -37,7 +37,7 @@ export const worldsHost = 'https://worlds.exokit.org';
export const accountsHost = `https://${chainName}sidechain-accounts.webaverse.com`;
export const contractsHost = 'https://contracts.webaverse.com';
export const localstorageHost = 'https://localstorage.weba... | 3 |
diff --git a/src/technologies/p.json b/src/technologies/p.json "__fetchLocaleData__": "\\;confidence:50",
"fetchRootComponent": "\\;confidence:50"
},
+ "scripts": "RootCmp_CMS_PAGE",
"oss": true,
- "requires": "Magento",
- "website": "https://github.com/magento/pwa-studio"
+ "website": "https://developer.adobe.com/comm... | 7 |
diff --git a/server/preprocessing/other-scripts/test/validate_pubmed_snapshots.R b/server/preprocessing/other-scripts/test/validate_pubmed_snapshots.R @@ -6,24 +6,26 @@ library(arsenal)
options(warn=1)
wd <- dirname(rstudioapi::getActiveDocumentContext()$path)
+
setwd(wd) #Don't forget to set your working directory
-qu... | 3 |
diff --git a/network.js b/network.js @@ -2639,13 +2639,19 @@ function handleRequest(ws, tag, command, params){
return sendErrorResponse(ws, tag, "light clients have to be inbound");
if (!params)
return sendErrorResponse(ws, tag, "no params in get_parents_and_last_ball_and_witness_list_unit");
- light.prepareParentsAndL... | 4 |
diff --git a/app/shared/containers/Global/Blockchain/Dropdown.js b/app/shared/containers/Global/Blockchain/Dropdown.js @@ -34,8 +34,12 @@ class GlobalBlockchainDropdown extends PureComponent<Props> {
render() {
const {
blockchains,
+ disabled,
+ fluid,
+ selected,
selection,
settings,
+ showName,
style,
t,
} = this.pro... | 11 |
diff --git a/lib/Backend/BackwardPass.cpp b/lib/Backend/BackwardPass.cpp @@ -3244,7 +3244,7 @@ BackwardPass::ProcessBlock(BasicBlock * block)
FOREACH_SLIST_ENTRY(IR::ByteCodeUsesInstr*, bcuInstr, loop->outwardSpeculationMaskInstrs)
{
// Get the upwardExposed information for the previous block
- IR::LabelInstr *blockLab... | 9 |
diff --git a/js/api-wrapper.js b/js/api-wrapper.js @@ -98,6 +98,14 @@ function switchToTab (id, options) {
leaveTabEditMode()
+ // set the tab's lastActivity to the current time
+
+ if (tabs.getSelected()) {
+ tabs.update(tabs.getSelected(), {
+ lastActivity: Date.now()
+ })
+ }
+
tabs.setSelected(id)
setActiveTabEleme... | 12 |
diff --git a/src/compiler/grammar.imba1 b/src/compiler/grammar.imba1 @@ -335,7 +335,7 @@ var grammar =
o 'Self' do A1
o 'IDENTIFIER' do TagTypeIdentifier.new(A1)
o 'TAG_TYPE' do TagTypeIdentifier.new(A1)
- o '{ Expression }' do ExpressionNode.new(A2)
+ o 'TagIdentifier' do ExpressionNode.new(A1)
o '' do TagTypeIdentifi... | 11 |
diff --git a/src/styles/styles.js b/src/styles/styles.js @@ -192,6 +192,7 @@ const styles = {
borderColor: themeColors.border,
color: themeColors.text,
height: variables.componentSizeNormal,
+ opacity: 1,
},
inputWeb: {
fontFamily: fontFamily.GTA,
@@ -206,6 +207,7 @@ const styles = {
color: themeColors.text,
appearance... | 12 |
diff --git a/package.json b/package.json "version": "3.0.0",
"private": true,
"scripts": {
- "build": "NODE_ENV=production webpack",
+ "build": "webpack -p",
"coverage": "NODE_ENV=development istanbul cover _mocha -- -R spec --recursive --watch-extensions js,jsx --compilers js:babel-core/register --require app/assets/j... | 0 |
diff --git a/js/huobipro.js b/js/huobipro.js @@ -163,7 +163,7 @@ module.exports = class huobipro extends Exchange {
}));
}
- parseLimits (response, symbol, params = {}) {
+ parseLimits (response, symbol = undefined, params = {}) {
return {
'amount': {
'min': response['limit-order-must-greater-than'],
| 12 |
diff --git a/scripts/editor/output-css-variables.js b/scripts/editor/output-css-variables.js @@ -106,9 +106,10 @@ const setBreakpointResponsiveVariables = (attributeVariables, breakpointName, br
*/
const setupResponsiveVariables = (responsiveAttributes, variables) => {
// Iterate through responsive attributes.
- return... | 7 |
diff --git a/src/DOM/wrappers/TextareaWrapper.ts b/src/DOM/wrappers/TextareaWrapper.ts @@ -70,7 +70,7 @@ export function applyValue(vNode, dom) {
const value = props.value;
const domValue = dom.value;
- if (domValue !== value) {
+ if (!isNullOrUndef(value) && domValue !== value) {
if (!isNullOrUndef(value)) {
dom.value... | 11 |
diff --git a/userscript.user.js b/userscript.user.js @@ -28032,11 +28032,27 @@ var $$IMU_EXPORT$$;
// https://cps-static.rovicorp.com/2/Open/20th_Century_Fox_39/Program/22067798/walking%20with%20the%20enemy_PA.jpg?partner=allrovi.com
// https://cps-static.rovicorp.com/3/JPG_100/MI0001/535/MI0001535799.jpg?partner=allro... | 7 |
diff --git a/metaverse-modules.js b/metaverse-modules.js @@ -24,6 +24,7 @@ const moduleUrls = {
magic: './metaverse_modules/magic/',
limit: './metaverse_modules/limit/',
flare: './metaverse_modules/flare/',
+ firedrop: './metaverse_modules/firedrop/',
meshLodItem: './metaverse_modules/mesh-lod-item/',
};
const modules ... | 0 |
diff --git a/src/parsers/linter/GmlLinter.hx b/src/parsers/linter/GmlLinter.hx @@ -57,6 +57,7 @@ class GmlLinter {
var editor:EditCode;
var context:String = "";
+ var isProperties:Bool = false;
/** Used for storing stacktrace when reading {...}/[...]/etc. */
var seqStart:GmlReaderExt = new GmlReaderExt("", none);
@@ -2... | 11 |
diff --git a/src/components/workshops/Carousel.js b/src/components/workshops/Carousel.js @@ -96,7 +96,9 @@ const EmptyProject = emptyProject => (
const ShortList = projects => (
<StaticWrapper>
- <CarouselProject project={emptyProject} />
+ {projects.map(project => (
+ <CarouselProject project={project} key={project.sc... | 1 |
diff --git a/server/game/cards/08-MotC/Gossip.js b/server/game/cards/08-MotC/Gossip.js @@ -4,7 +4,7 @@ const { Players, PlayTypes } = require('../../Constants');
class Gossip extends DrawCard {
setupCardAbilities() {
this.action({
- title: 'Name a card that your opponent cannot for for the phase',
+ title: 'Name a card... | 1 |
diff --git a/components/maplibre/map-legends.js b/components/maplibre/map-legends.js import PropTypes from 'prop-types'
-function MapLegends({title, legend}) {
+function MapLegends({title, legend, hasBorderRadius}) {
return (
<>
<div className='legend-title'>{title}</div>
@@ -25,7 +25,7 @@ function MapLegends({title, l... | 0 |
diff --git a/documentation/md/intro.md b/documentation/md/intro.md * [University of Leipzig, Institute for Medical Informatics, Statistics and Epidemiology (IMISE)](http://www.imise.uni-leipzig.de/en) : [SNIK research project](http://www.snik.eu/)
* [University of Maryland](https://umd.edu/) : [Center for Bioinformatic... | 10 |
diff --git a/packages/vue/src/examples/pages/home/Home.vue b/packages/vue/src/examples/pages/home/Home.vue @@ -509,7 +509,7 @@ export default {
handleSelectedColor(color, index) {
this.products[index].colors.map((el) => {
if (el.label === color.label) {
- color.selected = !color.selected;
+ el.selected = !el.selected;
... | 1 |
diff --git a/login.js b/login.js @@ -212,6 +212,9 @@ class LoginManager extends EventTarget {
data: avatarHash,
}));
}
+ getInventory() {
+ return userObject ? userObject.inventory.slice() : [];
+ }
async setInventory(inventory) {
if (userObject) {
userObject.inventory = inventory;
| 0 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -33,7 +33,7 @@ See a gap or mistake in our [docs](https://github.com/PipedreamHQ/pipedream/tree
## Develop Sources and Actions
-[Contribute](COMPONENT-GUIDELINES.md) to Pipedream's registry of open source components by:
+[Contribute](https://pipedream.com/docs/component... | 14 |
diff --git a/lib/iob/calculate.js b/lib/iob/calculate.js @@ -85,12 +85,36 @@ function iobCalcBilinear(treatment, minsAgo, dia) {
function iobCalcExponential(treatment, minsAgo, dia, peak, profile) {
// Use custom peak time (in minutes) if value is valid
+ if ( profile.curve == "rapid-acting") {
if (profile.useCustomPea... | 11 |
diff --git a/scripts/gulpfiles/release_tasks.js b/scripts/gulpfiles/release_tasks.js @@ -126,8 +126,9 @@ function updateBetaVersion(done) {
var newVersion = null;
var blocklyVersions = JSON.parse(execSync('npm view blockly versions --json').toString());
var re = new RegExp(/-beta\.(\d)/);
+ var latestBetaVersion = exec... | 3 |
diff --git a/src/pages/using-spark/components/input.mdx b/src/pages/using-spark/components/input.mdx @@ -236,7 +236,7 @@ the Huge Text Input style:
- Date Picker
<ComponentPreview
- componentName="input-huge-text--huge-text-input"
+ componentName="input-input-text--huge-text-input"
hasReact
hasAngular
hasHTML
@@ -431,7... | 3 |
diff --git a/src/context/endpointTestCaseReducer.js b/src/context/endpointTestCaseReducer.js @@ -6,12 +6,22 @@ export const EndpointTestCaseContext = createContext(null);
export const endpointTestCaseState = {
endpointTestStatement: '',
endpointStatements: [],
- hasEndpoint: false
+ hasEndpoint: false,
};
let statement... | 3 |
diff --git a/src/cli/CLI.js b/src/cli/CLI.js @@ -127,6 +127,7 @@ class CLI {
// Render error
if (reason === 'error') {
this.logError(messageOrError, { timer: this._.timerSeconds });
+ process.exitCode = 1;
} else if (reason !== 'silent') {
// Silent is used to skip the "Done" message
// Write content
| 12 |
diff --git a/userscript.user.js b/userscript.user.js @@ -61434,6 +61434,15 @@ var $$IMU_EXPORT$$;
// https://static.klix.ba/media/images/vijesti/161022053.11_mn.jpg?v=1
// https://static.klix.ba/media/images/vijesti/161022053.11_xl.jpg?v=1 -- 938x627
+ // thanks to nijaz-lab on github: https://github.com/qsniyg/maxurl/... | 7 |
diff --git a/server/game/costs/SpecificCardCost.js b/server/game/costs/SpecificCardCost.js @@ -7,12 +7,8 @@ class SpecificCardCost {
canPay(context) {
let card = this.cardFunc(context);
//handle cases where "card" is actually an array of cards
- if(card.length !== undefined && card.length > 0) {
- let result = true;
- ... | 1 |
diff --git a/articles/user-profile/user-profile-structure.md b/articles/user-profile/user-profile-structure.md @@ -14,7 +14,7 @@ The following attributes are available on the [User Profile](/user-profile):
* `email`: the user's email address
-* `email verified`: the `yes/no` value indicating if the user has verified th... | 0 |
diff --git a/token-metadata/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/metadata.json b/token-metadata/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/metadata.json "symbol": "YFI2",
"address": "0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/vis/js/utils/useCitationStyle.js b/vis/js/utils/useCitationStyle.js @@ -68,7 +68,8 @@ const useCitationStyle = () => {
? paper.list_link.address.replace(/(https?:\/\/)?(\w+\.)?doi.org\//, "")
: undefined,
URL: paper.list_link.isDoi ? undefined : paper.list_link.address,
- source: "Open Knowledge Maps",
+ /... | 2 |
diff --git a/tests/Unit/CrudPanel/BaseCrudPanelTest.php b/tests/Unit/CrudPanel/BaseCrudPanelTest.php @@ -19,6 +19,7 @@ abstract class BaseCrudPanelTest extends BaseTest
parent::setUp();
$this->crudPanel = new CrudPanel();
- $this->model = new TestModel();
+ $this->crudPanel->setModel(TestModel::class);
+ $this->model =... | 12 |
diff --git a/components/forms/input/index.jsx b/components/forms/input/index.jsx @@ -176,7 +176,7 @@ const Input = createReactClass({
*/
onInput: PropTypes.func,
/**
- * Triggered when a submittable <input> element is invalid.
+ * Triggered when a submittable `<input>` element is invalid.
*/
onInvalid: PropTypes.func,
... | 14 |
diff --git a/services/ingest-file/ingestors/support/table.py b/services/ingest-file/ingestors/support/table.py @@ -30,6 +30,7 @@ class TableSupport(object):
self.manager.emit_entity(entity)
self.manager.emit_text_fragment(table, values, entity.id)
self.set_column_headers(table, headers)
+ table.set('rowCount', index + ... | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.