Derek Colley

Results 26 issues of Derek Colley

Following this discussion: https://github.com/polkadot-js/api/issues/4516 which has been closed. The 'docs' site only deals with basic cases. Can we have complete API docs please? I tried [`typedoc`](https://typedoc.org/) output ```json // typedoc.json...

Documentation
P3 - Low

## Expected behavior On Vue2, including the @open-wc/webpack-import-meta-loader as follows ```bash vue create test-app cd test-app npm install --save @polkadot/api @open-wc/webpack-import-meta-loader ``` **Configure `vue.config.js`** ```js module.exports = { configureWebpack: {...

I'm trying to build the examples, are there any build instructions for linux? I tried `ccmake .` `make` but I get ``` $ make CMake Warning (dev) in CMakeLists.txt: No...

**Feature Request** We are implementing **"Pay with Polkadot" Point-of-Sale** feature here: https://github.com/metaspan/metapay The solution is opensource and can be self-hosted by any vendor / merchant. #### Use cases 1. Point-of-sale...

Base: https://polkadot.js.org/apps/ ![image](https://user-images.githubusercontent.com/1845970/181753648-1bf43a87-93a5-44bf-ab28-31c8f809d2c9.png) ![image](https://user-images.githubusercontent.com/1845970/181753700-4822e7f1-1d45-4289-8111-d86b18981713.png) ![image](https://user-images.githubusercontent.com/1845970/181753799-19dbbc99-5342-4ee9-b33c-2b62b65f2b39.png)

```bash webpack compiled with 1 error ERROR in src/main.ts:9:18 TS7016: Could not find a declaration file for module 'vue-cryptoicon/src/icons'. '/Users/derek/Sites/metaspan/demo/node_modules/vue-cryptoicon/src/icons/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/vue-cryptoicon`...

We are implementing **"Pay with Polkadot" Point-of-Sale** feature here: https://github.com/metaspan/metapay The solution is opensource and can be self-hosted by any vendor / merchant. #### Use cases 1. Point-of-sale / Kiosk:...

## Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

https://github.com/w3f/1k-validators-be/blob/2886bc7b19131694dbb6c7803a3196c6c885afde/packages/core/src/scorekeeper.ts#L61 We can get the denom from https://polkadot.js.org/docs/substrate/rpc#properties-chainproperties ```js const provider = new WsProvider('wss://kusama-rpc.polkadot.io'); const api = await ApiPromise.create({ provider }); const chainProps = await api.rpc.system.properties(); const decimals = chainProps.tokenDecimals.toJSON()[0]...

https://polkadot.w3f.community/candidate/16ce9zrmiuAtdi9qv1tuiQ1RC1xR6y6NgnBcRtMoQeAobqpZ is showing candidate active = false yet we are in the active set