Dan Trevino
Dan Trevino
Log file attached. Build succeeds with node v14.17.5 [2021-09-01T18_19_12_005Z-debug.log](https://github.com/dannyconnell/localbase-playground/files/7093437/2021-09-01T18_19_12_005Z-debug.log)
bump blockstack and dependencies versions
### What problem does this feature solve? Currently, if I read the code correctly, the name on the splashscreen is pulling from the manifest, which is generated auto generated, and...
- Operating system and version ChromeOS (Chrome 65) - Blockstack version Tested with the version at `browser.blockstack.org` and `https://deploy-preview-1256--reporter-beaver-73821.netlify.com/` on April 4. - How you installed Blockstack Browser install via...
- Add STX svg icon - Add STX colors - update version in package.json - update changelog
Currently we're using tiptap to put a toolbar at the bottom of the screen on mobile. I'd love to be able to do this with quasar-tiptap.
I don't see any reference to setting custom field (X-FOO-BAR: something). Is there a way to do this that I'm missing? tia, dan
``` const lookup_key = { "key": cvToHex(uintCV(asset_id)) } const mapEntry = await fetchContractDataMapEntry({ url: network.getCoreApiUrl(), contract_name, contract_address, map_name, lookup_key }); ``` fails with `SyntaxError: Unexpected end of JSON input at...
## Version 1.0.4 ## Test Environment Chrome 72, Linux ## Current Behavior When implementing via a SFC, how can I add a toolbar button, as described here: https://github.com/nhnent/tui.editor/issues/317#issuecomment-450781457 ## Expected...