code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/package.json b/package.json "node-dir": "0.1.16",
"npm": "5.0.2",
"oc-client-browser": "1.0.1",
- "oc-client": "2.1.20",
+ "oc-client": "2.1.21",
"oc-template-handlebars": "6.0.1",
"oc-template-handlebars-compiler": "6.0.4",
"oc-template-jade-compiler": "6.0.4",
| 3 |
diff --git a/src/components/stats/index.js b/src/components/stats/index.js @@ -12,8 +12,8 @@ import StatsSummary from './stats_summary';
const mapStateToProps = (state) => ({
currentTaskId: TasksSelectors.getCurrentTaskId(state),
currentTask: TasksSelectors.getCurrentTask(state),
- taskSummary: TasksSelectors.getTaskSu... | 10 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,14 @@ To see all merged commits on the master branch that will be part of the next plo
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.58.4] -- 2020-12-21
+
+### Fixed
+ - Fix `preserveDrawingBuffer` WebGL config for displaying transparent gl3d scen... | 3 |
diff --git a/README.md b/README.md @@ -373,29 +373,23 @@ Install parity 1.8
3. `cargo build -p bridge-cli --release`
-4. `cd ./jsTests`
-
-5. `npm install`
-
-6. Check for balance of [0x00dB9af45C6f241432F2cBE412c6969cB7778d98](https://kovan.etherscan.io/address/0x00dB9af45C6f241432F2cBE412c6969cB7778d98) in Etherscan.... | 3 |
diff --git a/source/faq/questions/dashboard-faq.md b/source/faq/questions/dashboard-faq.md @@ -43,7 +43,7 @@ When a run happens and a test fails - instead of going and inspecting your CI pr
## {% fa fa-angle-right %} Can I host the Dashboard data myself?
-No, although we are looking to build an on-premise version of th... | 14 |
diff --git a/lib/tasks/db_maintenance.rake b/lib/tasks/db_maintenance.rake @@ -204,25 +204,6 @@ namespace :cartodb do
}, threads, thread_sleep, database_host)
end
- desc 'Replace the routing_provider, isolines_provider and geocoder_provider service providers'
- task :replace_service_providers, [:provider_source_name, :... | 2 |
diff --git a/ReduceClutter.user.js b/ReduceClutter.user.js // @description Revert recent changes that makes the page more cluttered
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.11
+// @version 1.11.1
//
// @include https://*stackoverflow.com/*
// @include https://*server... | 2 |
diff --git a/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/assets-picker/asset-header-view.js b/lib/assets/core/javascripts/cartodb3/components/form-components/editors/fill/input-color/assets-picker/asset-header-view.js @@ -17,7 +17,7 @@ module.exports = CoreView.extend({
init... | 10 |
diff --git a/tests/phpunit/integration/Core/Authentication/Setup_Test.php b/tests/phpunit/integration/Core/Authentication/Setup_Test.php @@ -25,9 +25,9 @@ class Setup_Test extends TestCase {
public function set_up() {
parent::set_up();
- // Remove hooked actions for V1 during bootstrap.
remove_all_actions( 'admin_actio... | 2 |
diff --git a/pages/community/index.tsx b/pages/community/index.tsx @@ -30,7 +30,7 @@ function Index() {
icon: SlackIcon,
title: 'Slack',
description: 'Get answers to your questions.',
- link: 'https://surveys.jetbrains.com/s3/kotlin-slack-sign-up',
+ link: 'https://slack-chats.kotlinlang.org/',
},
{
icon: TwitterIcon,
| 14 |
diff --git a/token-metadata/0x07597255910a51509CA469568B048F2597E72504/metadata.json b/token-metadata/0x07597255910a51509CA469568B048F2597E72504/metadata.json "symbol": "1UP",
"address": "0x07597255910a51509CA469568B048F2597E72504",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/README.md b/README.md @@ -69,10 +69,11 @@ Server side framework is Spring+MyBatis and front-end is based on AngularJS1 and
## Quick Start from docker
We provide a docker image build on centos6 with a sample dataset in it.
```bash
-docker pull peterzhang921/cboard
-docker run --rm -itd --name=cboard -p 8026... | 3 |
diff --git a/app/shared/actions/helpers/eos.js b/app/shared/actions/helpers/eos.js @@ -7,9 +7,12 @@ const CryptoJS = require('crypto-js');
const ecc = require('eosjs-ecc');
const Eos = require('eosjs');
-const Api = require('./hardware/ledger').default;
+const LedgerApi = require('./hardware/ledger').default;
-export d... | 11 |
diff --git a/util.js b/util.js @@ -543,8 +543,8 @@ export const unFrustumCull = o => {
o.traverse(o => {
if (o.isMesh) {
o.frustumCulled = false;
- o.castShadow = true;
- o.receiveShadow = true;
+ // o.castShadow = true;
+ // o.receiveShadow = true;
}
});
};
| 2 |
diff --git a/contracts/Court.sol b/contracts/Court.sol @@ -332,7 +332,7 @@ contract Court is Owned, SafeDecimalMath {
view
returns (bool)
{
- return vote[account][motionID] != Court.Vote.Abstention;
+ return vote[account][motionID] != Vote.Abstention;
}
@@ -415,7 +415,7 @@ contract Court is Owned, SafeDecimalMath {
pub... | 2 |
diff --git a/OpenRobertaParent/pom.xml b/OpenRobertaParent/pom.xml <inceptionYear>2014</inceptionYear>
<properties>
<!-- the server version history is a comma separated list of all versions BEFORE the actual version. New to old (e.g. 2.1.0,2.0.0,1.9.9,1.9.7) -->
- <openRobertaServer.history>3.0.1,3.0.0,2.8.1,2.8.0,2.7.... | 6 |
diff --git a/Source/DataSources/KmlDataSource.js b/Source/DataSources/KmlDataSource.js @@ -595,6 +595,7 @@ import WallGraphics from './WallGraphics.js';
var resource;
if (defined(uriResolver)) {
+ href = href.replace(/\\/g, "/");
var blob = uriResolver[href];
if (defined(blob)) {
resource = new Resource({
| 14 |
diff --git a/materials.js b/materials.js @@ -58,6 +58,14 @@ class WebaverseShaderMaterial extends THREE.ShaderMaterial {
super(opts);
}
}
+class WebaverseRawShaderMaterial extends THREE.RawShaderMaterial {
+ constructor(opts = {}) {
+ opts.vertexShader = formatVertexShader(opts.vertexShader);
+ opts.fragmentShader = fo... | 0 |
diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js @@ -2417,7 +2417,7 @@ const OperationConfig = {
},
"From UNIX Timestamp": {
module: "Default",
- description: "Converts a UNIX timestamp to a datetime string.<br><br>e.g. <code>978346800</code> becomes <code>Mon 1 January 2001 11:00:00... | 0 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -12,6 +12,15 @@ android-secrets: &android-secrets
git clone git@github.com:redbadger/pride-android-secrets.git
mkdir -p .gradle
echo -e "keystore=$ANDROID_KEYSTORE_PATH\nkeystore.alias=$ANDROID_KEYSTORE_ALIAS\nkeystore.password=$ANDROID_KEYSTORE_PASSWORD\nkeys... | 0 |
diff --git a/Source/Scene/GlobeSurfaceTile.js b/Source/Scene/GlobeSurfaceTile.js @@ -309,6 +309,7 @@ define([
// Transition imagery states
var tileImageryCollection = surfaceTile.imagery;
+ var isAnyTileLoaded = tileImageryCollection.length === 0;
var i, len;
for (i = 0, len = tileImageryCollection.length; i < len; ++i... | 3 |
diff --git a/src/month.jsx b/src/month.jsx @@ -62,7 +62,7 @@ export default class Month extends React.Component {
monthShowsDuplicateDaysStart: PropTypes.bool
};
- MONTH_REFS = Array(12).fill().map(() => React.createRef());
+ MONTH_REFS = [...Array(12)].map(() => React.createRef());
isDisabled = date => utils.isDayDisa... | 14 |
diff --git a/generators/generator-base.js b/generators/generator-base.js @@ -1542,8 +1542,7 @@ module.exports = class JHipsterBaseGenerator extends PrivateBase {
try {
return this.fs.readJSON(file);
} catch (error) {
- // not an entity file / malformed?
- this.warning(`Unable to parse entity file ${file}`);
+ this.warn... | 2 |
diff --git a/meadow/meadow-sc/README.md b/meadow/meadow-sc/README.md # Meadow (local server-side version)
Under `meadow-sc` you can find a Meadow version that uses local server-side compilation through Ajax.
-It can be compiled using:
+In order to compile the local server-side version of Meadow, make sure you are in th... | 7 |
diff --git a/elements/course-design/lib/activity-box.js b/elements/course-design/lib/activity-box.js @@ -17,6 +17,7 @@ class ActivityBox extends LitElement {
padding-top: var(--activity-box-container-padding-top, 14px);
margin-bottom: var(--activity-box-container-margin-bottom, 20px);
position: relative;
+ min-height: ... | 11 |
diff --git a/src/components/Form.js b/src/components/Form.js @@ -21,6 +21,7 @@ export default class Form extends Component {
}),
onPrevPage: PropTypes.func,
onNextPage: PropTypes.func,
+ onCancel: PropTypes.func,
onChange: PropTypes.func,
onCustomEvent: PropTypes.func,
onSubmit: PropTypes.func,
@@ -48,14 +49,14 @@ expo... | 0 |
diff --git a/src/components/HOCs/WithPagedProjects/WithPagedProjects.js b/src/components/HOCs/WithPagedProjects/WithPagedProjects.js @@ -46,11 +46,12 @@ export default function(WrappedComponent,
pagedProjects = pinnedProjects.concat(pagedProjects)
}
else {
- // Otherwise sort by the fuzzy search score. We want to move ... | 7 |
diff --git a/token-metadata/0xd379700999F4805Ce80aa32DB46A94dF64561108/metadata.json b/token-metadata/0xd379700999F4805Ce80aa32DB46A94dF64561108/metadata.json "symbol": "DETS",
"address": "0xd379700999F4805Ce80aa32DB46A94dF64561108",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/view.js b/packages/node_modules/@node-red/editor-client/src/js/ui/view.js @@ -1339,6 +1339,7 @@ RED.view = (function() {
node.n.y = mousePos[1]+node.dy;
node.n.dirty = true;
if (node.n.type === "group") {
+ node.n.groupMoved = true;
RED.group.markDirt... | 7 |
diff --git a/src/MUIDataTable.js b/src/MUIDataTable.js @@ -428,7 +428,7 @@ class MUIDataTable extends React.Component {
}
if (typeof column.customBodyRender === 'function') {
- const tableMeta = this.getTableMeta(rowIndex, colIndex, value, [], column, this.state);
+ const tableMeta = this.getTableMeta(rowIndex, colInde... | 5 |
diff --git a/travis/samples/.jhipster/TestManyRelPaginDTO.json b/travis/samples/.jhipster/TestManyRelPaginDTO.json "fields": [],
"changelogDate": "20160208210534",
"dto": "mapstruct",
- "service": "no",
+ "service": "serviceImpl",
"angularJSSuffix": "mySuffix",
"entityTableName": "test_many_many_pagination_dto",
"pagin... | 2 |
diff --git a/aleph/index/entities.py b/aleph/index/entities.py @@ -164,7 +164,10 @@ def index_bulk(collection, entities):
except BulkIndexError as exc:
log.warning('Indexing error: %s', exc)
finally:
+ try:
lock.release()
+ except Exception:
+ log.exception("Cannot release index lock.")
def finalize_index(proxy, contex... | 9 |
diff --git a/core/block.js b/core/block.js @@ -2539,14 +2539,6 @@ Blockly.Blocks['lambda_app_typed'] = {
this.setInputsInline(true);
},
- getVars: function () {
- return [this.argName];
- },
-
- getVarsWithTypes: function() {
- goog.asserts.assert(false, 'No implemented.');
- },
-
clearTypes: function() {
this.getInput... | 2 |
diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php <meta name="author" content="Bernd Bestel (bernd@berrnd.de)">
<link rel="icon" href="{{ $U('/img/grocy_icon.svg?v=', true) }}{{ $version }}">
+ <link rel="apple-touch-icon" href="{{ $U('/img/grocy_icon.svg?v=', true) }}{{ $version }}">
<title>... | 0 |
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.25.0] -- 2017-03-20
+
+### Added
+- Double click handler on legend items to isolate 1 traces / group on graph
+ [#1432]
+
+### Change... | 3 |
diff --git a/src/translations/en.global.json b/src/translations/en.global.json "setupLedgerSuccess": {
"header": "Ledger has secured your account!",
- "one": "We recommend that you now remove your existing recovery methods and other devices.",
- "two": "Maintaining multiple recovery methods and devices increases the vu... | 3 |
diff --git a/generators/server/templates/src/main/java/package/web/rest/errors/ExceptionTranslator.java.ejs b/generators/server/templates/src/main/java/package/web/rest/errors/ExceptionTranslator.java.ejs @@ -146,11 +146,11 @@ _%>
private ErrorResponseException wrapWithErrorResponse(Throwable ex) {
<%_ if (!skipUserMan... | 3 |
diff --git a/tests/test_IssuanceController.py b/tests/test_IssuanceController.py @@ -510,7 +510,7 @@ class TestIssuanceController(HavvenTestCase):
nominsAfterFees = self.nomin.amountReceived(nominsToSend)
havvensReceived = self.issuanceController.havvensReceivedForNomins(nominsToSend)
- self.assertClose(havvensReceived... | 2 |
diff --git a/tests/old-unit/support/OfflineBuilder.js b/tests/old-unit/support/OfflineBuilder.js @@ -6,8 +6,8 @@ import { splitHandlerPathAndName } from '../../../src/utils/index.js'
export default class OfflineBuilder {
constructor(serverlessBuilder, options) {
this.handlers = {}
- this.options = options || {}
- this.... | 4 |
diff --git a/index.js b/index.js @@ -153,7 +153,7 @@ module.exports = {
treeForAddon(tree) {
let dummyAppFiles = new FindDummyAppFiles([ 'tests/dummy/app' ]);
- let addonFiles = new FindAddonFiles([ 'addon' ]);
+ let addonFiles = new FindAddonFiles([ 'addon' ].filter(dir => fs.existsSync(dir)));
return this._super(new ... | 9 |
diff --git a/src/main/webapp/org/cboard/controller/admin/userAdminCtrl.js b/src/main/webapp/org/cboard/controller/admin/userAdminCtrl.js @@ -172,7 +172,7 @@ cBoard.controller('userAdminCtrl', function ($scope, $http, ModalUtils, $filter)
listOut.push({
"id": type + '_' + listIn[i].id.toString(),
"parent": parent,
- "te... | 12 |
diff --git a/src/index.scss b/src/index.scss @@ -20,6 +20,10 @@ body {
background: $color-background;
}
+body[data-direction=rtl] #page {
+ direction: rtl;
+}
+
#page, footer {
max-width: $breakpoint-1200-page-width;
margin: 0 auto;
@@ -48,22 +52,25 @@ h1 {
h4 {
font-size: 1.4rem;
line-height: 1.2em;
- margin-bottom: 1... | 14 |
diff --git a/src/pages/using-spark/foundations/space.mdx b/src/pages/using-spark/foundations/space.mdx @@ -23,7 +23,7 @@ in your application.
### Guidelines
-- There are 5 built in spacing sizes:
+- There are five built in spacing sizes:
- Extra Small (4px, .25 rem)
- Small (8px, .5 rem)
- Medium (16px, 1rem)
| 3 |
diff --git a/tests/service/data-util.service.spec.ts b/tests/service/data-util.service.spec.ts @@ -65,7 +65,7 @@ describe('Data Utils Service Test', () => {
expect(tempLink.click).toHaveBeenCalledWith();
}));
- it('should return a promise that rejects with an error message when image is passed but file type is not imag... | 3 |
diff --git a/src/web/App.js b/src/web/App.js @@ -524,15 +524,24 @@ App.prototype.resetLayout = function() {
App.prototype.setCompileMessage = function() {
// Display time since last build and compile message
let now = new Date(),
- timeSinceCompile = Utils.fuzzyTime(now.getTime() - window.compileTime),
- compileInfo = ... | 0 |
diff --git a/src/reducers/likelyTokens/index.js b/src/reducers/likelyTokens/index.js @@ -8,7 +8,8 @@ const initialState = {
tokens: []
}
-const tokens = handleActions({
+
+const tokensReducer = handleActions({
[likelyTokens.get]: (state, { ready, error, payload }) =>
(!ready || error)
? state
@@ -16,9 +17,16 @@ const t... | 9 |
diff --git a/docker/rootfs/etc/nginx/conf.d/default.conf b/docker/rootfs/etc/nginx/conf.d/default.conf @@ -30,7 +30,7 @@ server {
set $port "443";
server_name localhost;
- access_log /data/logs/fallback-access.log standard;
+ access_log /data/logs/fallback_access.log standard;
error_log /dev/null crit;
ssl_certificate ... | 1 |
diff --git a/src/views/Details/TransactionDetails.vue b/src/views/Details/TransactionDetails.vue <h2>Status</h2>
<p class="text-grey" id="transaction_details_status_and_confirmations">
{{ status }}
- <span v-if="item.status === 'SUCCESS' && tx && tx.confirmations > 0">
+ <span
+ v-if="item.status === 'SUCCESS' && tx &&... | 3 |
diff --git a/accessibility-checker-engine/src/v2/checker/accessibility/help/index.ts b/accessibility-checker-engine/src/v2/checker/accessibility/help/index.ts @@ -136,13 +136,7 @@ let a11yHelp = {
"fail_elem_attr": `${Config.helpRoot}/element_attribute_deprecated`,
"fail_aria_role": `${Config.helpRoot}/element_attribut... | 3 |
diff --git a/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/pages/Setting.tsx b/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/pages/Setting.tsx @@ -10,6 +10,8 @@ import {
Dropdown,
DropdownItemProps,
Checkbox,
+ Dialog,
+ QuestionCircleIcon,
} from '@fluentui/react-northstar';
import { Link } from 'r... | 12 |
diff --git a/build.html b/build.html <h1>Bake mesh</h1>
<pre><code>TOKTX_PATH=./bin/toktx ./bin/gltfpack -v -kn -cc -tb -i assets/model.glb -o assets/model2.glb</code></pre>
</form>
- <form id=build-map-form>
- <h1>Render map</h1>
- <div id=map-container></div>
- </form>
<script src="./bin/geometry.js"></script>
<scrip... | 2 |
diff --git a/src/components/ExpandableInfo.tsx b/src/components/ExpandableInfo.tsx @@ -6,7 +6,6 @@ import {
Center,
ChakraProps,
Collapse,
- forwardRef,
Heading,
HStack,
Icon,
@@ -28,9 +27,7 @@ export interface IProps extends ChakraProps {
className?: string
}
-const ExpandableInfo = forwardRef<IProps, "div">(
- (
- {
... | 13 |
diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
- "version": "4.1.0",
- "androidVersion": "401000",
+ "version": "4.2.0",
+ "androidVersion": "4... | 3 |
diff --git a/src/libs/Navigation/AppNavigator/AuthScreens.js b/src/libs/Navigation/AppNavigator/AuthScreens.js @@ -6,7 +6,7 @@ import withWindowDimensions, {windowDimensionsPropTypes} from '../../../componen
import CONST from '../../../CONST';
import compose from '../../compose';
import {
- subscribeToReportCommentEven... | 10 |
diff --git a/src/core/user_presence.ts b/src/core/user_presence.ts @@ -54,12 +54,12 @@ export default class UserPresenceFacade extends EventsDispatcher {
this.pusher.connection.bind('message', event => {
var eventName = event.event;
if (eventName === 'pusher_internal:user_presence') {
- this.handleUserPresenceEvent(eve... | 10 |
diff --git a/public/app/js/cbus-data.js b/public/app/js/cbus-data.js @@ -503,17 +503,23 @@ cbus.broadcast.listen("showPodcastDetail", function(e) {
function startServerUpdate() {
cbus.server.update([feedData], function(json) {
- var feed = cbus.data.feedsCache.filter(function(feed) {
- return feed.url === Object.keys(j... | 7 |
diff --git a/src/index.js b/src/index.js @@ -14,7 +14,7 @@ import { HttpLink } from 'apollo-link-http';
const client = new ApolloClient({
link: new HttpLink({
- uri: 'https://platform-api.now.sh/graphql',
+ uri: 'https://platform-graphql.opentargets.io/graphql',
}),
cache: new InMemoryCache(),
});
| 4 |
diff --git a/conf/evolutions/default/133.sql b/conf/evolutions/default/133.sql @@ -25,7 +25,7 @@ WHERE label_tag.tag_id = tag.tag_id
OR (label_type.label_type = 'CurbRamp' AND tag.tag = 'surface problem')
OR (label_type.label_type = 'Crosswalk' AND tag.tag = 'brick')
OR (label_type.label_type = 'Crosswalk' AND tag.tag ... | 1 |
diff --git a/components/README.md b/components/README.md @@ -15,7 +15,7 @@ If you need to add or adjust any of the following for a component, you can send
<li>Box-Shadow style</li>
<li>Background colour</li>
<li>Paddings and Margins</li>
-<li>Icon and icon colour</li>
+<li>Icon, and icon's colour</li>
</ul>
### Contrib... | 14 |
diff --git a/cravat/cravat_class.py b/cravat/cravat_class.py @@ -117,7 +117,7 @@ cravat_cmd_parser.add_argument('--cleanup',
dest='cleanup',
action='store_true',
default=False,
- help='At the end of the run, cravat will erase all intermediary files for the job created by cravat, except the log (.log and .err) and the r... | 7 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -54,17 +54,17 @@ module.exports = {
/**
* Best practices
*/
- 'consistent-return': 2, // http://eslint.org/docs/rules/consistent-return
+ 'consistent-return': 0, // http://eslint.org/docs/rules/consistent-return
'curly': [2, 'multi-line'], // http://eslint.org/docs/rules/curl... | 3 |
diff --git a/readme.md b/readme.md - [Burst](http://mojs.io/tutorials/burst/)
- [Path Easing](http://mojs.io/tutorials/easing/path-easing/)
- [Icon Animations Powered by mo.js](http://tympanus.net/codrops/2016/02/23/icon-animations-powered-by-mo-js/)
+ - [An Introduction to mo.js, by Sarah Drasner](https://css-tricks.c... | 0 |
diff --git a/src/intl/en/page-developers-index.json b/src/intl/en/page-developers-index.json "page-developers-transactions-desc": "The way Ethereum state changes",
"page-developers-transactions-link": "Transactions",
"page-developers-web3-desc": "How the web3 world of development is different",
+ "page-developers-web3-... | 14 |
diff --git a/test/issues/279-wrong-canvas-size.js b/test/issues/279-wrong-canvas-size.js function buildKernel(mode) {
var gpu = new GPU({ mode });
-
- var body;
-
var initMatrix = gpu.createKernel(function(value) {
return value;
})
return render;
}
- QUnit.test('Issue #314 Large array addressing - auto', () => {
-
+ QU... | 1 |
diff --git a/README.md b/README.md @@ -92,7 +92,7 @@ Use the Moleculer CLI tool to create a new Moleculer based microservices project
```
2. Create a new project (named `first-demo`)
```bash
- $ moleculer init project-simple first-demo
+ $ moleculer init project first-demo
```
> Press Y on API Gateway & `npm install`
| 10 |
diff --git a/src/components/dashboard/Claim.js b/src/components/dashboard/Claim.js @@ -360,6 +360,16 @@ const Claim = props => {
let receipt
let txHash
+ const getTxReceiptByHash = async () => {
+ try {
+ receipt = await goodWallet.wallet.eth.getTransactionReceipt(txHash)
+ } catch (exception) {
+ log.error('getTransac... | 0 |
diff --git a/articles/architecture-scenarios/spa-api/part-1.md b/articles/architecture-scenarios/spa-api/part-1.md @@ -26,13 +26,12 @@ Because SPAs are public clients and cannot securely store a Client Secret since
With this flow, the calling application requests an Access Token over HTTPS with a transformative value&m... | 2 |
diff --git a/packages/cx/src/data/View.js b/packages/cx/src/data/View.js @@ -178,7 +178,8 @@ export class View {
get: ::this.get,
update: ::this.update,
delete: ::this.delete,
- toggle: ::this.toggle
+ toggle: ::this.toggle,
+ init: ::this.init
}
}
}
| 0 |
diff --git a/spec/models/google_street_view_photo_spec.rb b/spec/models/google_street_view_photo_spec.rb @@ -2,19 +2,19 @@ require File.dirname(__FILE__) + '/../spec_helper.rb'
def valid_url?(url)
uri = URI.parse(url)
- Net::HTTP.new(uri.host).request_head(uri.path+'?'+uri.query).should be_a Net::HTTPOK
+ expect( Net::... | 1 |
diff --git a/react/src/components/masthead/components/SprkMastheadNarrowNav/SprkMastheadNarrowNav.js b/react/src/components/masthead/components/SprkMastheadNarrowNav/SprkMastheadNarrowNav.js @@ -40,29 +40,69 @@ SprkMastheadNarrowNav.propTypes = {
*/
isOpen: PropTypes.bool,
/**
- * Data to build the links inside the Nar... | 7 |
diff --git a/src/lib/client.js b/src/lib/client.js @@ -121,7 +121,7 @@ StreamClient.prototype = {
url = protocol + '://' + this.location + '-' + serviceName + '.stream-io-api.com/' + serviceName + '/';
}
- if (typeof (process) !== 'undefined' && process.env.LOCAL) {
+ if ((typeof (process) !== 'undefined' && process.en... | 11 |
diff --git a/thali/install/ios/nativeInstaller.js b/thali/install/ios/nativeInstaller.js @@ -313,6 +313,14 @@ function biuldCocoaAsyncSocket(checkoutDir, buildDir, buildWithTests) {
buildDir, 'Release' + '-' + sdk, projectName + '.framework');
return fs.copy(frameworkBuildDir, frameworkOutputDir, { clobber: false });
+... | 0 |
diff --git a/src/components/appNavigation/AppNavigation.js b/src/components/appNavigation/AppNavigation.js @@ -59,11 +59,7 @@ const AppNavigator = createSwitchNavigator(routes, { initialRouteName })
class AppNavigation extends React.Component<AppNavigationProps, AppNavigationState> {
render() {
const account = this.pro... | 2 |
diff --git a/content/responses/collaboration.yml b/content/responses/collaboration.yml @@ -16,7 +16,7 @@ properties:
id:
type: string
description: The unique identifier for this collaboration.
- example: "11446498"
+ example: "12345678"
type:
type: string
@@ -68,7 +68,7 @@ properties:
type: string
nullable: true
format... | 7 |
diff --git a/package.json b/package.json "react-build": "NODE_ENV=production react-scripts build",
"electron-build": "NODE_ENV=production electron-builder -mwl",
"release": "npm run react-build && electron-builder --publish=always",
- "start-windows": "SET NODE_ENV=development concurrently \"cross-env BROWSER=none npm ... | 3 |
diff --git a/lib/sketchPage.js b/lib/sketchPage.js // REMIND THE PRESENTER WHEN INTERFACE IS IN AUTO-SKETCHING MODE.
- if (isk() && sk().sketchProgress < 1) {
- color('rgba(0,32,128,.2)');
- fillRect(0,0,w,h);
- _g.font = 'bold 40pt Calibri';
- var msg = "Finish drawing the sketch";
- color('rgba(0,32,128,.3)');
- _g_e... | 2 |
diff --git a/generators/entity-client/templates/angular/src/main/webapp/app/entities/service/entity.service.spec.ts.ejs b/generators/entity-client/templates/angular/src/main/webapp/app/entities/service/entity.service.spec.ts.ejs @@ -186,7 +186,7 @@ describe('Service Tests', () => {
<% const fieldsToIncludeInPartialPatc... | 1 |
diff --git a/src/components/utils/FilterUtils.js b/src/components/utils/FilterUtils.js @@ -2,16 +2,16 @@ import ObjectUtils from './ObjectUtils';
export default class FilterUtils {
- static filter(value, fields, filterValue, filterMatchMode) {
+ static filter(value, fields, filterValue, filterMatchMode, filterLocale) {... | 7 |
diff --git a/src/screens/EventDetailsScreen/component.js b/src/screens/EventDetailsScreen/component.js import React, { PureComponent } from "react";
import { View, StyleSheet, ScrollView } from "react-native";
import type { NavigationScreenProp } from "react-navigation";
-import formatDate from "date-fns/format";
-impo... | 4 |
diff --git a/package.json b/package.json "json-fetch-cache": "0.0.5",
"json-query": "^2.2.2",
"mysql2": "^1.4.2",
- "nexus-stats-api": "^0.1.0",
+ "nexus-stats-api": "^0.2.1",
"node-md-config": "^2.0.1",
"node-wikia": "0.0.3",
"pad-left": "^2.1.0",
| 3 |
diff --git a/generators/client/templates/angular/src/main/webapp/app/core/auth/account.service.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/core/auth/account.service.ts.ejs @@ -20,6 +20,7 @@ import { Injectable } from '@angular/core';
<%_ if (enableTranslation) { _%>
import { JhiLanguageService } fr... | 3 |
diff --git a/src/components/Common/NoWeb3.js b/src/components/Common/NoWeb3.js @@ -10,7 +10,7 @@ export default class NoWeb3 extends Component {
<h1 className="title">Wallet not found, or access to Ethereum account not granted</h1>
<p className="description">
If a Wallet extension is installed on your web browser, plea... | 2 |
diff --git a/lib/modules/apostrophe-ui/public/js/ui.js b/lib/modules/apostrophe-ui/public/js/ui.js @@ -256,10 +256,10 @@ apos.define('apostrophe-ui', {
options = {};
}
- new Pikaday({
+ new Pikaday(_.merge({
field: $el[0],
format: 'YYYY-MM-DD'
- });
+ }, options));
};
// Converts apostrophe-schemas 24 hour time field s... | 11 |
diff --git a/modules/service/query-service.js b/modules/service/query-service.js @@ -13,8 +13,7 @@ class QueryService {
async resolve(id, load, isAssetRequested, node) {
let result = await this.networkService.sendMessage('/resolve', id, node);
-
- if (!result) {
+ if (!result || (Array.isArray(result) && result[0] === ... | 9 |
diff --git a/lib/connection.js b/lib/connection.js @@ -488,6 +488,11 @@ class Connection extends EventEmitter {
_resolveNamedPlaceholders(options) {
let unnamed;
if (this.config.namedPlaceholders || options.namedPlaceholders) {
+ if (Array.isArray(options.values)) {
+ // if an array is provided as the values, assume th... | 11 |
diff --git a/src/components/auth/torus/AuthTorus.js b/src/components/auth/torus/AuthTorus.js @@ -97,10 +97,10 @@ const AuthTorus = ({ screenProps, navigation, styles }) => {
}
if (!torusUser.privateKey) {
- const e = new Error('Missing privateKey from torus response')
+ const exception = new Error('Missing privateKey f... | 0 |
diff --git a/packages/openneuro-server/datalad/draft.js b/packages/openneuro-server/datalad/draft.js @@ -34,7 +34,7 @@ export const updateDatasetRevision = datasetId => gitRef => {
*/
return mongo.collections.crn.datasets.update(
{ id: datasetId },
- { $set: { revision: gitRef, modified: new Date() } },
+ { $set: { rev... | 12 |
diff --git a/userscript.user.js b/userscript.user.js @@ -15573,7 +15573,12 @@ var $$IMU_EXPORT$$;
domain === "image.akiba-souken.k-img.com") {
// https://akiba-souken.k-img.com/assets/images/article/000/602/t640_602120.jpg
// https://akiba-souken.k-img.com/assets/images/article/000/602/602120.jpg
- return src.replace(/... | 7 |
diff --git a/includes/Core/User_Input/User_Input.php b/includes/Core/User_Input/User_Input.php @@ -57,12 +57,12 @@ class User_Input {
protected $user_input_user_settings;
/**
- * User Input properties.
+ * User Input questions.
*
* @since n.e.x.t
* @var array|ArrayAccess
*/
- private static $properties = array(
+ priva... | 10 |
diff --git a/lib/node_modules/@stdlib/ndarray/ctor/examples/c/example.c b/lib/node_modules/@stdlib/ndarray/ctor/examples/c/example.c @@ -36,71 +36,69 @@ void print_ndarray_contents( const struct ndarray *x ) {
printf( "Unable to resolve data pointer.\n" );
exit( 1 );
}
- printf( "data[%lld] = %f\n", i, *(double *)ptr )... | 10 |
diff --git a/src/pages/settings/Profile/LoginField.js b/src/pages/settings/Profile/LoginField.js @@ -79,25 +79,17 @@ class LoginField extends Component {
return (
<View style={[styles.ph8]}>
- {!this.props.login.partnerUserID ? (
- <View style={[styles.mln8, styles.mrn8]}>
- <MenuItemWithTopDescription
- key={`common.a... | 7 |
diff --git a/editor.js b/editor.js @@ -2325,6 +2325,11 @@ shilo.vrm`,
u: `https://webaverse.github.io/assets/
sacks3.vrm`,
},
+ {
+ position: new THREE.Vector3(-2, 0, -6),
+ quaternion: new THREE.Quaternion(),
+ u: `https://avaer.github.io/dragon-pet/manifest.json`,
+ },
/* {
position: new THREE.Vector3(-3, 1.5, -1),
q... | 0 |
diff --git a/lib/webpack.web.js b/lib/webpack.web.js @@ -13,7 +13,6 @@ function webpack(options, callback) {
new WebpackOptionsDefaulter().process(options);
const compiler = new Compiler();
- compiler.options = options;
compiler.options = new WebpackOptionsApply().process(options, compiler);
new WebEnvironmentPlugin(op... | 2 |
diff --git a/token-metadata/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/metadata.json b/token-metadata/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/metadata.json "symbol": "ZDEX",
"address": "0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/token-metadata/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/metadata.json b/token-metadata/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/metadata.json "symbol": "YSR",
"address": "0xD9A947789974bAD9BE77E45C2b327174A9c59D71",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/articles/api-auth/tutorials/implicit-grant.md b/articles/api-auth/tutorials/implicit-grant.md @@ -41,7 +41,11 @@ Where:
* `client_id`: Your application's Client ID. You can find this value at your [Client's Settings](${manage_url}/#/clients/${account.clientId}/settings).
-* `redirect_uri`: The URL to which... | 0 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -305,10 +305,17 @@ articles:
- title: "Addons/Third-Party Applications"
url: "/addons"
+ children:
+
+ - title: "Overview"
+ url: "/addons"
- title: "Support"
url: "/support"
children:
+ - title: "Support Options"
+ url: "/support"
+
- title: "Support Matrix"
url:... | 0 |
diff --git a/fluent-langneg/README.md b/fluent-langneg/README.md Project Fluent, a localization framework designed to unleash
the expressive power of the natural language.
+It's main function is to provide functionality around the
+[Intl.Locale][] API with a focus
+on language negotiation, matching and selection.
+
+
#... | 7 |
diff --git a/token-metadata/0x1Efb2286BF89F01488C6B2a22B2556C0f45e972b/metadata.json b/token-metadata/0x1Efb2286BF89F01488C6B2a22B2556C0f45e972b/metadata.json "symbol": "MYFI",
"address": "0x1Efb2286BF89F01488C6B2a22B2556C0f45e972b",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/articles/api-auth/dynamic-client-registration.md b/articles/api-auth/dynamic-client-registration.md @@ -20,6 +20,8 @@ Third party clients have the following characteristics:
- To authenticate users using [Lock](/libraries/lock), you will have to use a version greater than `10.7`.
+ - [PSaaS Appliance](/app... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.