Doug Beardsley
Doug Beardsley
When transactions fail there is often no usable information about the cause of the failure. This seems to be especially true in the case of incorrect PublicMeta information.
Currently, the request key comes back with `Write succeeded`. Wallet transcript: ``` Sent code to chain '0': (coin.account-balance "colin") ERROR: : Failure: Tx Failed: with-read: row not found: colin Sent...
Every time I do an `ob deploy update` I find myself wanting to know what the previous git revision was, whether it changed, and if so what the new revision...
The links in the table cells at https://explorer.chainweb.com/ don't properly open a new tab when I Cmd-click them (on Mac). The code for these links is here: https://github.com/kadena-io/block-explorer/blob/master/frontend/src/Frontend.hs#L338 A conversation...
I'm running into a situation where JSaddle gets into an infinite loop and the app becomes unresponsive when I'm using `ob run`. Steps to reproduce: ``` git clone https://github.com/kadena-io/block-explorer.git cd...
When I deploy with `ob deploy push`, I can deploy to machines that are quite small. But if I'm on a small machine and trying to get the cached binary...
The `runBackendWith` function allows you to supply a different `runSnap` function, but `ob run` does not appear to use this.
Obelisk usually gets in the way of various things I want to do with the backend. This explores how we might change it to be more general and work with...
I tried running an Obelisk app on a non-root URL by setting `config/common/route` to `http://mydomain.com/my/site/root`but this didn't work like I expected. After doing a little digging, it looks like obelisk...
I'm getting the following error in what appears to be one of either `verifySchema` or `autoMigrate`. ``` internal error: Unable to commit 1048576 bytes of memory (GHC version 8.6.5 for...