Emilio

Results 6 issues of Emilio

## Expected Behavior The following commit message should pass the `footer-leading-blank` rule: test: footer-leading-blank bug hello see issue #1234 ## Current Behavior The above commit message, however, fails with the...

bug
help wanted

**Bug description** When a user logs out, refreshes the page, and then tries to log in with a different Ethereum account, an error is thrown from [OrbitDB's ipfs-log repo](https://github.com/orbitdb/ipfs-log/): >...

Well, @pmonks, this is it. I moved platform-independent code to `common.cljc`, and platform-specific code to `api.clj` and `api.cljs`. I created a separated test suite in `api_test.cljs`, which uses [doo](https://github.com/bensu/doo) and...

## Feature Request ### Description of Problem: I'm working on a new feature for [status-react](https://github.com/status-im/status-react). This [feature](https://github.com/status-im/status-react/issues/4606) is about adding URL unfurling to its chat. The problem is that it's...

enhancement

`t.throws(fn)` does not catch the exception thrown, making the test function to fail. Here's how to reproduce the problem: if ((typeof GasTap)==='undefined') { eval(UrlFetchApp.fetch('https://raw.githubusercontent.com/zixia/gast/master/src/gas-tap-lib.js').getContentText()) } var test = new GasTap()...

In order to integrate the tip page into the overall design of the dapp, I decided to create a modal window in which to put the payment details. I also...