code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/.eslintrc.json b/.eslintrc.json "l": "readonly",
"b64_to_utf8": "readonly",
"utf8_to_b64": "readonly",
- "BeautifyAll": "readonly",
- "PlaySound": "readonly"
+ "BeautifyAll": "readonly"
},
"extends": ["airbnb-base", "prettier"],
"parserOptions": {
| 2 |
diff --git a/magda-web-client/src/config.ts b/magda-web-client/src/config.ts @@ -40,7 +40,7 @@ const fallbackApiHost = "https://dev.magda.io/";
const DEV_FEATURE_FLAGS = {
cataloguing: true,
publishToDga: true,
- previewAddDataset: true
+ previewAddDataset: false
};
const homePageConfig: {
| 12 |
diff --git a/.github/stale.yml b/.github/stale.yml @@ -13,7 +13,7 @@ exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
-staleLabel: wontfix
+staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked... | 4 |
diff --git a/token-metadata/0x53Db6b7fee89383435e424764A8478ACDA4DD2cD/metadata.json b/token-metadata/0x53Db6b7fee89383435e424764A8478ACDA4DD2cD/metadata.json "symbol": "VIBS",
"address": "0x53Db6b7fee89383435e424764A8478ACDA4DD2cD",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/tests/metrics.test.js b/tests/metrics.test.js const axios = require("axios")
//Github action
- const action = yaml.safeLoad(fs.readFileSync(path.join(__dirname, "../action.yml"), "utf8"))
+ const action = yaml.load(fs.readFileSync(path.join(__dirname, "../action.yml"), "utf8"))
action.defaults = Object.fro... | 1 |
diff --git a/scripts/identify_dependencies.py b/scripts/identify_dependencies.py @@ -4,14 +4,8 @@ import json
import sys
class bcolors:
- HEADER = '\033[95m'
- OKBLUE = '\033[94m'
- OKGREEN = '\033[92m'
- WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
- BOLD = '\033[1m'
- UNDERLINE = '\033[4m'
pp = pprint.Pret... | 2 |
diff --git a/bl-kernel/pages.class.php b/bl-kernel/pages.class.php @@ -606,6 +606,8 @@ class Pages extends dbJSON {
// Returns string without HTML tags and truncated
private function generateSlug($text, $truncateLength=60) {
$tmpslug = Text::removeHTMLTags($text);
+ // Remove break lines
+ $tmpslug = str_replace(array(... | 2 |
diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js @@ -55,36 +55,31 @@ const VIDEO_CONSTRAINS =
{
'low' :
{
- width : { ideal: 320 },
- aspectRatio : videoAspectRatio
+ width : 320
},
'medium' :
{
- width : { ideal: 640 },
- aspectRatio : videoAspectRatio
+ width : 640
},
'high' :
{
- width : { ideal: 1280 },
-... | 12 |
diff --git a/README.md b/README.md @@ -143,7 +143,10 @@ Element `hello-kitty`
get greeting () // "automagic" token binding
{ return `Kitty Carousel ${ this.icon }` }
- onclick () { // event handler
+
+// EVENT HANDLERS
+
+ onclick (e) { // event handler
// "automagic" event registration
alert (`You clicked on ${e.targe... | 3 |
diff --git a/configs/cloudinary.json b/configs/cloudinary.json {
"index_name": "cloudinary",
"start_urls": [
- "https://cloudinary.com/documentation"
+ "https://cloudinary.com/documentation",
+ {
+ "url": "https://cloudinary.com/documentation/image_transformations",
+ "page_rank": 3
+ },
+ {
+ "url": "https://cloudinar... | 12 |
diff --git a/iris/mutations/communityMember/blockCommunityMember.js b/iris/mutations/communityMember/blockCommunityMember.js @@ -61,12 +61,14 @@ export default async (_: any, { input }: Input, { user }: GraphQLContext) => {
return new UserError('This person is already blocked in your community.');
}
- if (!currentUserP... | 11 |
diff --git a/bundles/ranvier-commands/commands/waypoint.js b/bundles/ranvier-commands/commands/waypoint.js @@ -38,6 +38,10 @@ module.exports = srcPath => {
home: null
};
+ if (waypoints.saved.includes(player.room.entityReference)) {
+ return B.sayAt(player, 'You already saved this waypoint.');
+ }
+
waypoints.saved.pus... | 1 |
diff --git a/token-metadata/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/metadata.json b/token-metadata/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/metadata.json "symbol": "BDP",
"address": "0x593114f03A0A575aece9ED675e52Ed68D2172B8c",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/inertia.js b/src/inertia.js @@ -82,13 +82,15 @@ export default {
return Promise.reject(error)
}
}).then(page => {
- this.hideProgressBar()
if (page) {
this.version = page.version
this.setState(page, replace)
return this.setPage(page).then(() => {
this.setScroll(preserveScroll)
+ this.hideProgressBar()
... | 12 |
diff --git a/src/components/SettingsWindow.jsx b/src/components/SettingsWindow.jsx @@ -1017,14 +1017,6 @@ export default class SettingsWindow extends PureComponent {
<p>{T.h("SETTINGS_GENERAL_DIS_OVERLAY_DESC")}</p>
{ this.renderToggle("disableOverlay") }
<br />
- <label>Disable Auto Apply</label>
- <p>Prevent last kno... | 5 |
diff --git a/.storybook/preview.js b/.storybook/preview.js @@ -63,7 +63,7 @@ export const decorators = [
},
// Features must be set up before test registry is initialized.
( Story, { parameters } ) => {
- const { features = [] } = parameters;
+ const { features = [], route } = parameters;
const isFirstMount = useFirstM... | 11 |
diff --git a/lib/Parser.js b/lib/Parser.js @@ -1047,6 +1047,14 @@ class Parser extends Tapable {
}
walkNewExpression(expression) {
+ const callee = this.evaluateExpression(expression.callee);
+ if(callee.isIdentifier()) {
+ const result = this.applyPluginsBailResult("new " + callee.identifier, expression);
+ if(result ... | 7 |
diff --git a/vis/js/bubbles.js b/vis/js/bubbles.js @@ -826,9 +826,8 @@ BubblesFSM.prototype = {
this.bringPapersToFront(d);
hideSibling(circle);
- if (papers.is("behindbubble") || papers.is("behindbigbubble")) {
papers.mouseover();
- }
+
d3.selectAll("#region").style("fill-opacity", 1);
}
| 2 |
diff --git a/articles/support/matrix.md b/articles/support/matrix.md @@ -283,14 +283,9 @@ Auth0 support is limited to the most recent version of the OS listed (unless oth
<tbody>
<tr>
<td><a href="https://github.com/auth0/lock">Lock.js</a></td>
- <td>v10</td>
+ <td>v11</td>
<td><div class="label label-primary">Supporte... | 3 |
diff --git a/src/configureRoutes.js b/src/configureRoutes.js @@ -5,20 +5,17 @@ import warning from './utils/warning';
import requireModuleDefault from './utils/requireModuleDefault';
import CatalogContext from './components/CatalogContext';
import PageContent from './components/Page/PageContent';
-
-const fetchText = (... | 4 |
diff --git a/spec/requests/admin/visualizations_spec.rb b/spec/requests/admin/visualizations_spec.rb @@ -172,17 +172,6 @@ describe Admin::VisualizationsController do
last_response.status.should eq 200
end
- it 'never for maps with google basemaps' do
- @user.stubs(:builder_enabled).returns(true)
- @user.stubs(:builder_... | 2 |
diff --git a/js/webcomponents/bisweb_filetreepipeline.js b/js/webcomponents/bisweb_filetreepipeline.js @@ -623,7 +623,7 @@ class FileTreePipeline extends HTMLElement {
let offset = parsedData['offset'];
let promiseArray = [], tsvData = {};
for (let runName of Object.keys(orderedRuns)) {
- let tsvFile = "ONSET\tDURATION... | 1 |
diff --git a/content/articles/react-drf-shortener/index.md b/content/articles/react-drf-shortener/index.md @@ -4,7 +4,7 @@ This article covers creating a custom URL(Uniform Resource Locator) shortener se
The user will copy a link in the input field provided and click the `shorten` button. The link will be sent to the b... | 1 |
diff --git a/test/jasmine/tests/lib_test.js b/test/jasmine/tests/lib_test.js @@ -798,6 +798,74 @@ describe('Test lib.js:', function() {
expect(sizeOut).toBe(outObj.testMarker.testSize);
});
+ it('should set the user input', function() {
+ var colVal = 'red';
+ var sizeVal = '1e2';
+ var attrs = {
+ testMarker: {
+ test... | 0 |
diff --git a/app/models/year_statistic.rb b/app/models/year_statistic.rb @@ -54,6 +54,16 @@ class YearStatistic < ActiveRecord::Base
@year_statistic.update_attributes( data: json )
end
+ def self.regenerate_existing
+ YearStatistic.find_each do |ys|
+ if ys.user
+ YearStatistic.generate_for_user_year( ys.user, ys.year ... | 1 |
diff --git a/version.json b/version.json "^refs/heads/release.*/v\\d+\\.\\d+",
"^refs/tags/v\\d+\\.\\d+"
],
+ "cloudBuild": {
+ "setVersionVariables": true,
+ "buildNumber": {
+ "enabled": true
+ }
+ },
"inherit": false
}
| 12 |
diff --git a/test/TemplateWriterTest.js b/test/TemplateWriterTest.js @@ -652,11 +652,45 @@ test("Passthrough file output", async t => {
"./test/stubs/template-passthrough/_site/test.js"
];
output.forEach(path => {
- if (!fs.existsSync(path)) {
- console.log({ path });
- }
t.true(fs.existsSync(path));
});
rimraf.sync(".... | 3 |
diff --git a/docs/css/design-tools-style.css b/docs/css/design-tools-style.css @@ -35,9 +35,9 @@ div::selection {
background-color: var(--light-blue);
}
-html {
+/* html {
scroll-behavior: smooth;
-}
+} */
body, a, input, button {
font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,39 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.38.0] -- 2018-05-23
+
+### Added
+
+- Add 3D `cone` traces to visualize vector fields [#2641, #2647]
+- Add ability to interactively ... | 3 |
diff --git a/lib/waterline/utils/query/private/normalize-criteria.js b/lib/waterline/utils/query/private/normalize-criteria.js @@ -445,7 +445,7 @@ module.exports = function normalizeCriteria(criteria, modelIdentity, orm) {
// It's at least highly irregular, that's for sure.
// But there are two different error messages... | 7 |
diff --git a/emu/common.js b/emu/common.js @@ -46,6 +46,8 @@ function jsHandleIO() {
l += String.fromCharCode(ch);
var ll = l.split("\n");
if (ll.length>1) {
+ if ("undefined" != typeof onConsoleOutput)
+ onConsoleOutput(ll[0]);
console.log("EMSCRIPTEN:",ll[0]);
l = ll[1];
}
| 11 |
diff --git a/src/components/Card/Card.js b/src/components/Card/Card.js @@ -416,7 +416,8 @@ const CardContent = ({ tabs: singleOptionTabs=null, cardType, download=[], param
</Card>;
default:
- return <p>Invalid chart type</p>;
+ console.warn(`Invalid card type: "${cardType}"`)
+ return null;
}
| 14 |
diff --git a/components/graph/git-node.js b/components/graph/git-node.js @@ -173,7 +173,7 @@ class GitNodeViewModel extends Animateable {
$(textBox).autocomplete({
source: this.refs().filter(ref => !ref.isHEAD),
minLength: 0,
- select(event, ui) {
+ select: (event, ui) => {
const ref = ui.item;
const ray = ref.isTag ? ... | 1 |
diff --git a/src/encoded/tests/data/inserts/file.json b/src/encoded/tests/data/inserts/file.json "md5sum": "4a7283c78f5c553a72174f850468b688",
"replicate": "/replicates/0f427e79-556e-4125-8102-f6723471807e/",
"output_type": "reporter code counts"
+ },
+ {
+ "dbxrefs": [],
+ "file_format": "csqual",
+ "file_size": 47067... | 12 |
diff --git a/js/background.js b/js/background.js @@ -151,7 +151,7 @@ chrome.webRequest.onBeforeRequest.addListener(
// upgrade to https if the site isn't whitelisted or in our list
// of known broken https sites
- if (!(thisTab.site.whiteListed || httpsWhitelist[thisTab.site.domain] || thisTab.site.httpsWhitelisted)) {... | 2 |
diff --git a/INSTALL.md b/INSTALL.md @@ -187,20 +187,20 @@ If you include a Youtube video URL as a class resource, nb will not be able to r
* Log in as someone who has postgres create role and create database privileges, such as postgres (one way is to do 'su' and then 'su postgres', or sudo -i -u postgres)
```
- creat... | 14 |
diff --git a/package.json b/package.json "name": "find-and-replace",
"main": "./lib/find",
"description": "Find and replace within buffers and across the project.",
- "version": "0.215.1",
+ "version": "0.215.2",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/bin/backstop b/bin/backstop @@ -25,7 +25,7 @@ docker image inspect $IMAGE -f "{{.Id}}" >/dev/null 2>&1 ||
docker build -t $IMAGE --build-arg BACKSTOPJS_VERSION=$VERSION $ROOT_DIR/docker/backstopjs
# Run the backstopjs command.
-docker run --rm -it --mount type=bind,source="$ROOT_DIR",target="/src" $IMAGE $... | 2 |
diff --git a/server/views/topics/foci/focalsets.py b/server/views/topics/foci/focalsets.py @@ -38,6 +38,7 @@ def topic_focal_set_definition_delete(topics_id, focal_set_definitions_id):
definitions = user_mc.topicFocalSetDefinitionList(topics_id)
for focal_set_def in definitions:
if focal_set_def['focal_set_definitions_... | 11 |
diff --git a/config.yml.example b/config.yml.example @@ -267,7 +267,8 @@ persistStatus: true
############################
# REST API settings:
# - rest.host
-# The IP address the server will listen. By default is localhost
+# The IP address the server will listen. The default value is localhost, this means the API will... | 7 |
diff --git a/framer/SVGLayer.coffee b/framer/SVGLayer.coffee {Color} = require "./Color"
{Layer, layerProperty} = require "./Layer"
+validFill = (value) ->
+ Color.validColorValue(value) or _.startsWith(value, "url(")
+
+toFill = (value) ->
+ if _.startsWith(value, "url(")
+ return value
+ else
+ return Color.toColor(v... | 7 |
diff --git a/events/door.js b/events/door.js import { main_char_list } from '../chars/main_chars.js';
import { maps } from '../maps/maps.js';
import { config_physics_for_npcs, config_physics_for_map, config_collisions, set_speed_factors, config_physics_for_psynergy_items } from '../physics/physics.js';
+import * as num... | 1 |
diff --git a/package.json b/package.json "name": "find-and-replace",
"main": "./lib/find",
"description": "Find and replace within buffers and across the project.",
- "version": "0.215.8",
+ "version": "0.215.9",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/src/globals/scss/helpers/_typography.scss b/src/globals/scss/helpers/_typography.scss // );
//
// @param {Map} $font-map - Font map
+// @param {Number} $override-line-height - Non responsive custom line height.
+// Omit to use the line height from the font map.
// @param {Boolean} $important - Whether to m... | 11 |
diff --git a/app/views/users/recent.html.haml b/app/views/users/recent.html.haml .col-xs-6
#controls.pull-right
%form.form-inline
- - [:spammer, :obs, :ids, :description].each do |fp|
+ .form-group
+ %label{ for: "controls-spammer" }=t :spammer
+ = select_tag :spammer, options_for_select( %w(yes no unknown).map{|o| [t(... | 1 |
diff --git a/README.md b/README.md @@ -69,7 +69,6 @@ within webpack itself use this plugin interface. This makes webpack very
|:--:|:----:|:----------|
|[common-chunks-webpack-plugin][common]|![common-npm]|Generates chunks of common modules shared between entry points and splits them into separate bundles (e.g vendor.b... | 2 |
diff --git a/README.md b/README.md @@ -105,7 +105,7 @@ JSON, as well as ArrayBuffers, Blobs, and TypedArrays. Check the
All types are supported in every storage backend, though storage limits in
localStorage make storing many large Blobs impossible.
-[api]: https://localforage.github.io/localForage/#setitem
+[api]: htt... | 1 |
diff --git a/src/commands/link.js b/src/commands/link.js @@ -3,6 +3,7 @@ const { flags } = require('@oclif/command')
const renderShortDesc = require('../utils/renderShortDescription')
const inquirer = require('inquirer')
const path = require('path')
+const chalk = require('chalk')
const getRepoData = require('../utils/... | 3 |
diff --git a/README.md b/README.md @@ -50,6 +50,10 @@ It also features smart test actions and assertions that wait for page elements t
You can change the maximum wait time.
If elements load faster, tests skip the timeout and continue.
+**Rapid test development tool**<br/>
+Changes in test code immediately restart the t... | 0 |
diff --git a/lib/manifest.js b/lib/manifest.js @@ -32,10 +32,10 @@ const CARTRIDGE_NAME_REGEX = /cartridges\/([a-z_]+)\/cartridge/;
* @type {Array}
*/
const DEFAULT_IGNORE_PATTERNS = [
- 'test/**/*',
- 'coverage/**/*',
- 'documentation/**/*',
- 'docs/**/*',
+ `test${path.sep}**${path.sep}*`,
+ `coverage${path.sep}**${p... | 14 |
diff --git a/src/utils/staking.js b/src/utils/staking.js @@ -346,9 +346,14 @@ export class Staking {
/********************************
Lockup
********************************/
-
async lockupWithdraw(lockupId, amount) {
let result
+ result = await this.signAndSendTransaction(lockupId, [
+ functionCall('refresh_staking_p... | 3 |
diff --git a/src/encoded/audit/file.py b/src/encoded/audit/file.py @@ -467,7 +467,7 @@ def audit_file_matching_md5sum(value, system):
)
)
yield AuditFailure('Incorrect matching_md5sum', detail, level='ERROR')
- else:
+ elif file.get('status') in checked_statuses:
matching_files.append(file['@id'])
matching_files_links ... | 0 |
diff --git a/articles/libraries/lock/v10/customization.md b/articles/libraries/lock/v10/customization.md @@ -835,7 +835,7 @@ Using OIDC Conformant mode in Lock necessitates a cross-origin authentication fl
For more information, please see the [OIDC adoption guide](/api-auth/tutorials/adoption) and the [cross-origin aut... | 2 |
diff --git a/network.js b/network.js @@ -1781,8 +1781,12 @@ function handleJustsaying(ws, subject, body){
return sendError(ws, 'only requested joint can contain a ball');
if (conf.bLight && !ws.bLightVendor)
return sendError(ws, "I'm a light client and you are not my vendor");
+ db.query("SELECT 1 FROM archived_joints ... | 8 |
diff --git a/app/assets/stylesheets/components/_forms.scss b/app/assets/stylesheets/components/_forms.scss @@ -175,7 +175,7 @@ div.transfer-input {
> div:first-of-type {
font-size: 0.9rem;
- font-weight: bold;
+ @include RobotoMedium;
> span.hidden {
visibility: hidden;
@@ -224,7 +224,7 @@ div.transfer-input {
> span {... | 12 |
diff --git a/README.md b/README.md 
+https://img.shields.io/github/issues/nas5w/typeofnan-javascript-quizzes https://img.shields.io/github/forks/nas5w/typeofnan-javascript-quizzes https://img.shields.io/github/stars/nas5w/typeofnan-javasc... | 0 |
diff --git a/edit.js b/edit.js @@ -9,11 +9,13 @@ import {XRPackage, pe, renderer, scene, camera, floorMesh, proxySession, getReal
import {downloadFile, readFile, bindUploadFileButton} from 'https://static.xrpackage.org/xrpackage/util.js';
import {wireframeMaterial, getWireframeMesh, meshIdToArray, decorateRaycastMesh, ... | 0 |
diff --git a/views/about.pug b/views/about.pug @@ -75,6 +75,8 @@ block content
Every Pull Request requires our whole test suite to pass. This includes checking every
file we deliver, making #[strong ~21K tests] in total, to make sure all of the HTTP headers
are correct and the SRI hashes match.
+ li.
+ If for some reas... | 0 |
diff --git a/bundles/core-combat/player-events.js b/bundles/core-combat/player-events.js @@ -198,6 +198,7 @@ module.exports = (srcPath) => {
* @param {Character} killer
*/
killed: state => function (killer) {
+ this.setAttributeToMax('health');
Broadcast.sayAt(this, "Whoops, that sucked!");
Broadcast.prompt(this);
},
| 12 |
diff --git a/src/components/comments/container/commentsContainer.js b/src/components/comments/container/commentsContainer.js @@ -52,7 +52,7 @@ const CommentsContainer = ({
const cachedComments = useAppSelector((state) => state.cache.comments);
const [lcomments, setLComments] = useState([]);
- const [replies, setReplies... | 10 |
diff --git a/blocks/datatypes.js b/blocks/datatypes.js @@ -22,10 +22,10 @@ Blockly.Blocks['defined_recordtype_typed'] = {
.appendField(typename_field, 'VAR')
.appendField('= {');
- this.constructId_ = Blockly.utils.genUid();
+ this.recordId_ = Blockly.utils.genUid();
this.itemCount_ = 0;
- this.appendCtorInput();
- thi... | 10 |
diff --git a/renderer/components/onboard/Sections.js b/renderer/components/onboard/Sections.js @@ -49,6 +49,9 @@ const HeadsUpList = styled.li`
`
const TopBar = styled(Box)`
+ position: absolute;
+ top: 0;
+ width: 100%;
height: 50px;
background-color: transparent;
color: ${props => props.theme.colors.white};
| 1 |
diff --git a/src/technologies/a.json b/src/technologies/a.json "description": "AccessTrade is an affiliate marketing platform based on the CPA model developed by Interspace Co.",
"dom": "img[src*='.accesstrade.net'],img[data-src*='.accesstrade.net']",
"icon": "AccessTrade.png",
+ "scriptSrc": ["accesstrade\\.net/js/", ... | 7 |
diff --git a/lib/assets/core/javascripts/cartodb3/editor/export-image-pane/export-image-pane.js b/lib/assets/core/javascripts/cartodb3/editor/export-image-pane/export-image-pane.js @@ -418,7 +418,6 @@ module.exports = CoreView.extend({
$.ajax({
url: apiUrl,
- method: 'GET',
data: {
center: this._getCenterString(),
size... | 2 |
diff --git a/app/views/mailer_modules/_header.html.erb b/app/views/mailer_modules/_header.html.erb <td style="padding: 20px 0px 65px 0px;" class="logo">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
- <td bgcolor="#ffffff" width="40" align="left"><img alt="Logo" src="<%= Cartodb.get_config(:maile... | 2 |
diff --git a/index.d.ts b/index.d.ts @@ -170,10 +170,10 @@ declare namespace Moleculer {
wrapMethod(method: string, handler: ActionHandler, bindTo: any): typeof handler;
}
- interface ServiceSchema {
+ interface ServiceSchema<S = ServiceSettingSchema> {
name: string;
version?: string | number;
- settings?: ServiceSetti... | 11 |
diff --git a/config/webpack.test.js b/config/webpack.test.js @@ -125,7 +125,7 @@ module.exports = function (options) {
*/
{
test: /\.css$/,
- loader: ['to-string-loader', 'css-loader'],
+ loader: ['to-string-loader', { loader: 'css-loader', options: { url: false } }],
exclude: [helpers.root('src/index.html')]
},
| 1 |
diff --git a/lib/build/tasks/jst.js b/lib/build/tasks/jst.js @@ -18,12 +18,6 @@ exports.task = function () {
{
src: jsFiles._templates,
dest: '<%= editor_assets_dir %>/javascripts/templates.js'
- }, {
- src: jsFiles._dashboard_templates,
- dest: '<%= editor_assets_dir %>/javascripts/dashboard_templates.js'
- }, {
- src... | 2 |
diff --git a/assets/js/modules/adsense/components/common/AutoAdExclusionSwitches.stories.js b/assets/js/modules/adsense/components/common/AutoAdExclusionSwitches.stories.js */
import AutoAdExclusionSwitches from './AutoAdExclusionSwitches';
import { MODULES_ADSENSE } from '../../datastore/constants';
-import { createTe... | 1 |
diff --git a/src/components/layouts/LayoutOdyssey/layout.scss b/src/components/layouts/LayoutOdyssey/layout.scss #layout-odyssey {
background-color: black;
color: white;
+ h1, h2, h3, h4, h5, h6 {
+ color: white;
+ }
font-family: "Bank Gothic";
perspective: 900px;
.perspectiveContainer {
| 1 |
diff --git a/articles/connections/social/linkedin.md b/articles/connections/social/linkedin.md @@ -86,6 +86,10 @@ If you have configured everything correctly, you will see the **It works!!!** pa

-<%= include('../_quickstart-links.md') %>
+## 9. ... | 0 |
diff --git a/vis/js/default-config.js b/vis/js/default-config.js @@ -214,8 +214,8 @@ var config = {
, linkedcat: "LinkedCat+"
, linkedcat_authorview: "LinkedCat+"
, linkedcat_browseview: "LinkedCat+"
- , triple_km: "TRIPLE"
- , triple_sg: "TRIPLE"
+ , triple_km: "GoTriple"
+ , triple_sg: "GoTriple"
},
localization: {
| 10 |
diff --git a/packages/spark/settings/_settings.scss b/packages/spark/settings/_settings.scss @@ -219,7 +219,7 @@ $sprk-font-weight-display-seven: 500 !default;
// Body One
$sprk-font-family-body-one: RocketSans, Helvetica, 'Helvetica Neue', Arial,
sans-serif !default;
-$sprk-font-size-body-one: 0.9375rem !default;
+$sp... | 3 |
diff --git a/README.md b/README.md @@ -40,7 +40,7 @@ GET https://api.spacexdata.com/v1/launches/latest
"rocket_type": "FT"
},
"telemetry": {
- "flight_club": null
+ "flight_club": "https://www.flightclub.io/results/?id=c277137b-55ca-42c4-b7de-555394cbcf50&code=CR12"
},
"core_serial": "B1039",
"cap_serial": "C113",
@@ -... | 3 |
diff --git a/src/utils/spec-parser.js b/src/utils/spec-parser.js @@ -210,26 +210,12 @@ function groupByTags(openApiSpec, sortTags = false, sortEndpointsBy) {
}
// Generate Path summary and Description if it is missing for a method
- let summary = fullPath.summary ? fullPath.summary : '';
- const description = fullPath.... | 7 |
diff --git a/collection-spec/collection-spec.md b/collection-spec/collection-spec.md @@ -89,18 +89,6 @@ Each inner array consists of exactly two dates and times. Each date and time MUS
Open date ranges are supported by setting either the start or the end time to `null`. Example for data from the beginning of 2019 until... | 5 |
diff --git a/src/libs/actions/App.js b/src/libs/actions/App.js @@ -10,10 +10,12 @@ import Performance from '../Performance';
import Timing from './Timing';
let currentUserAccountID;
+let currentUserEmail;
Onyx.connect({
key: ONYXKEYS.SESSION,
callback: (val) => {
currentUserAccountID = lodashGet(val, 'accountID', '');
... | 4 |
diff --git a/src/components/nodes/boundaryTimerEvent/boundaryTimerEvent.vue b/src/components/nodes/boundaryTimerEvent/boundaryTimerEvent.vue @@ -17,7 +17,7 @@ function getPointFromGroup(view, group) {
}
function getPortPoints(view) {
- return portGroups.map(group => getPointFromGroup(view, group));
+ return portGroups.... | 2 |
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn "start_url": "/avatars/gear.vrm",
"dynamic": true
},
- {
- "position": [
- 4,
- 0,
- 2
- ],
- "quaternion": [
- 0,
- 0.7071067811865475,
- 0,
- 0.7071067811865475
- ],
- "physics": false,
- "start_url": "/avatars/meebit.vrm",
- "dynamic": true
- },
{
"position": ... | 2 |
diff --git a/articles/protocols/saml/saml-configuration/design-considerations.md b/articles/protocols/saml/saml-configuration/design-considerations.md ---
# SAML Design Considerations
+
+Regardless of how you implement SAML SSO, it's important to consider:
+
+* Which system(s) will serve as the authoritative source for... | 0 |
diff --git a/server/game/cards/22-BtB/SerRollyDuckfield.js b/server/game/cards/22-BtB/SerRollyDuckfield.js @@ -9,7 +9,7 @@ class SerRollyDuckfield extends DrawCard {
this.interrupt({
canCancel: true,
when: {
- onCharacterKilled: event => event.allowSave && event.card.canBeSaved() && event.card !== this && (event.card.h... | 11 |
diff --git a/src/functions.js b/src/functions.js @@ -271,7 +271,7 @@ var _ = Mavo.Functions = {
return Math.round(num);
}
- return +num.toLocaleString("en-US", {
+ return +(+num).toLocaleString("en-US", {
useGrouping: false,
maximumFractionDigits: decimals
});
| 1 |
diff --git a/package.json b/package.json "scripts": {
"build": "node packages/react-scripts/scripts/build.js",
"changelog": "lerna-changelog",
- "create-react-app": "tasks/cra.sh",
+ "create-react-kotlin-app": "tasks/cra.sh",
"e2e": "tasks/e2e-simple.sh",
"postinstall": "lerna bootstrap",
"publish": "tasks/release.sh",... | 10 |
diff --git a/src/pages/settings/InitialSettingsPage.js b/src/pages/settings/InitialSettingsPage.js @@ -178,7 +178,7 @@ class InitialSettingsPage extends React.Component {
{
translationKey: 'initialSettingsPage.signOut',
icon: Expensicons.Exit,
- action: () => { signout(false); },
+ action: () => { this.signout(false); ... | 11 |
diff --git a/docs/sphinx_greenlight_instructions.md b/docs/sphinx_greenlight_instructions.md ## Getting Started
-1. Grab our installer zip file from [here](https://drive.google.com/file/d/1fhS1M0gY8Xn15G7v5Yb_D4n-m7Fjpxo9/view?usp=sharing). See the file integrity section below if you'd like to cross check this file.
+1... | 3 |
diff --git a/src/StoryTime.jsx b/src/StoryTime.jsx @@ -167,16 +167,16 @@ export const StoryTime = () => {
conversation.addEventListener('close', e => {
setMessage(null);
- if (state.openedPanel === 'StoryTime') {
+ /* if (state.openedPanel === 'StoryTime') {
setState({
openedPanel: null,
});
- }
+ } */
});
- setState({... | 2 |
diff --git a/menu.js b/menu.js @@ -310,11 +310,12 @@ module.exports.setApplicationMenu = (win) => {
};
const iconPath = path.join(__dirname, "assets", "youtube-music-tray.png");
+const example = `Example: "socks5://127.0.0.1:9999"`;
function setProxy(item) {
prompt({
title: 'Set Proxy',
- label: 'Enter Proxy Adress:',
... | 8 |
diff --git a/test/jasmine/tests/svg_text_utils_test.js b/test/jasmine/tests/svg_text_utils_test.js @@ -11,7 +11,7 @@ describe('svg+text utils', function() {
function mockTextSVGElement(txt) {
return d3.select('body')
.append('svg')
- .attr('id', 'text')
+ .classed('text-tester', true)
.append('text')
.text(txt)
.call(u... | 2 |
diff --git a/src/components/fab/QFab.js b/src/components/fab/QFab.js @@ -68,7 +68,7 @@ export default {
h('div', {
staticClass: 'q-fab-actions flex no-wrap inline items-center',
'class': `q-fab-${this.direction}`
- }, this.showing ? this.$slots.default : null)
+ }, this.$slots.default)
])
}
}
| 1 |
diff --git a/core/webpack.config.js b/core/webpack.config.js @@ -64,7 +64,7 @@ module.exports = {
path: __dirname + '/public',
filename: '[name].js',
chunkFilename: '[name].[id].js',
- sourceMapFilename: '[name].svelte.map.js'
+ sourceMapFilename: '[name].svelte.map'
},
module: {
rules: [commonRules.svelte, commonRules... | 10 |
diff --git a/src/platforms/browser/WebPlatform.mjs b/src/platforms/browser/WebPlatform.mjs @@ -156,26 +156,27 @@ export default class WebPlatform {
}
var littleEndian = (view.getUint32(12) === 16909060) ? true : false;
- var data = {};
- data.glType = view.getUint32(16, littleEndian);
- data.glTypeSize = view.getUint32... | 2 |
diff --git a/assets/js/googlesitekit/datastore/site/registry-key.js b/assets/js/googlesitekit/datastore/site/registry-key.js @@ -46,15 +46,6 @@ export const actions = {
},
};
-/**
- * Registry reducer.
- *
- * @since n.e.x.t
- *
- * @param {Object} state Data store's state.
- * @param {Object} action Redux-style action... | 2 |
diff --git a/lib/assets/javascripts/new-dashboard/components/Dataset/DatasetListHeader.vue b/lib/assets/javascripts/new-dashboard/components/Dataset/DatasetListHeader.vue {{ $t(`datasetListHeader.size`) }}
</span>
</div>
- <div class="dataset-list-cell cell--small" @click="changeOrder('usage')">
+ <div class="dataset-l... | 12 |
diff --git a/src/DevChatter.Bot.Web/wwwroot/js/sprite.js b/src/DevChatter.Bot.Web/wwwroot/js/sprite.js function Sprite(imageSrc, x, y, direction) {
this.image = new Image();
- this.image.src = '/images/DevchaHypeEmote.png';
+ this.image.src = imageSrc;
this.x = x || Math.floor((Math.random() * 200) + (1920 / 2 - 100));... | 1 |
diff --git a/apps/metronome/metronome.js b/apps/metronome/metronome.js @@ -9,15 +9,16 @@ Bangle.setLCDTimeout(undefined); //do not deaktivate display while running this
function changecolor() {
const maxColors = 2;
const colors = {
- 0: { value: 0xFFFF, name: "White" },
- // 1: { value: 0x000F, name: "Navy" },
- // 2: ... | 9 |
diff --git a/app-manager.js b/app-manager.js @@ -10,6 +10,7 @@ import {scene, sceneHighPriority, sceneLowPriority} from './renderer.js';
import {makePromise, getRandomString} from './util.js';
import physicsManager from './physics-manager.js';
import metaversefile from './metaversefile-api.js';
+import * as metaverseMo... | 0 |
diff --git a/renderer.js b/renderer.js @@ -33,7 +33,7 @@ function bindCanvas(c) {
renderer.sortObjects = false;
renderer.physicallyCorrectLights = true;
// renderer.outputEncoding = THREE.sRGBEncoding;
- renderer.gammaFactor = 2.2;
+ // renderer.gammaFactor = 2.2;
renderer.shadowMap.enabled = true;
renderer.shadowMap.t... | 2 |
diff --git a/layouts/partials/help-footer.html b/layouts/partials/help-footer.html </p>
<p>Customers who have enabled billing can use the in-app chat widget to get support.</p>
<p>
- You can also get help in our Slack community
- <a href="https://slack.codemagic.io/" target="_blank" rel="noopener noreferrer">here</a>.
... | 3 |
diff --git a/src/modules/dex/controllers/DexCtrl.js b/src/modules/dex/controllers/DexCtrl.js * @param {$rootScope.Scope} $scope
* @param {IPollCreate} createPoll
* @param {Waves} waves
+ * // TODO: delete after contest
+ * @param {PermissionManager} permissionManager
+ * // TODO: delete after contest
* @return {DexCtrl... | 12 |
diff --git a/closure/goog/debug/errorreporter.js b/closure/goog/debug/errorreporter.js @@ -80,7 +80,8 @@ goog.debug.ErrorReporter = function(
/**
* XHR sender.
- * @type {function(string, string, string, (Object|goog.structs.Map)=)}
+ * @type {function(string, string, string,
+ * (Object|goog.structs.Map|!Map<string, s... | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.