Daniel Olano
Daniel Olano
In the examples you show how to specify the different icons/splash screens for the different display resolutions but what about a single image? For now I only want to have...
Another issue with the splash screens ;) I have a `splash.9.png` image specified in the config `screens: android: mdpi: 'splash.9.png'` which isnt stretched correctly because it gets copied without the...
I added a single splash screen image(the mdpi one) and it gets copied to the right place, the `drawable-mdpi` and `drawable` directory but I also get several other directories for...
In order to fully realize the promise of decentralization, Sube should be usable as a simple client library that itself is a light blockchain node with no dependency on a...
Users should be able to query state changes via a high level stream based interface
Once Valor supports [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events), the Sube plugin should allow users to subscribe to storage and extrinsic events which are widely supported across browsers and have a convenient high...
To supercharge Sube and make it easily accessible as a high-level HTTP API that runs natively in a server environment as well as a decentralized "virtual API" in a browser(thanks...
In express we can 'mount' a directory on a base URL giving two arguments to the `app.use` function, for example: ``` app.use('/lib',express.static('/path/to/lib')); ``` `bases` could be an object as well...
We want a simple privileged extrinsic(for the root track) in the communities manager to mint memberships in bulk wit a given type. The pallet can define a constant that represents...
Let's explore the possibility of encoding data in the community ID to identify and categorize them better. Later we can also use this information to enable/restrict parts of the system,...