Beau Gunderson

Results 183 comments of Beau Gunderson

hmm, `logState` contains way more than I want to share; @danjm can you share a `jq` query for the specific information you need from the `logState` object? (or just a...

I submitted the state log for the specific transaction in question; if you need more let me know 👍

this is the full error, btw: ``` "err": { "message": "Error: [ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction underpriced\"}}'", "stack": "Error: [ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32000,\"message\":\"replacement transaction...

Looks like #440 fixed this issue? Should this be closed?

thanks for reporting @wzrdtales, for 2. and 3. can you be more explicit so I understand what needs to change?

no; dropdowns for example do not work correctly (the arrow element is missing and some will not open when clicked)

Huge :+1: for this. Related, there's a [pip-init](https://pypi.python.org/pypi/pip-init) command (analogous to [`npm init`](https://docs.npmjs.com/cli/init)). Would be great to have a similarly easy experience with publishing! (See [this thread](https://twitter.com/beaugunderson/status/588057987467456512) for details of...

Oh, that is very non-obvious! The thing I was publishing when I was thinking about how hard all of this was actually a [tiny wrapper](https://pypi.python.org/pypi/tini) around `ConfigParser` that disables interpolation...

Particularly helpful would be documentation of the `+debug` variant, which is not even documented in the portfile. It is unclear if it results in `QGISDEBUG` being set in the resulting...

I was able to find the answer to that at least, for CMake-based ports the `+debug` variant is add by MacPorts and sets `CMAKE_BUILD_TYPE=Debug` (by replacing references to `CMAKE_BUILD_TYPE=Release`): https://github.com/macports/macports-ports/blob/26bab8610d53f310a82eb48abf1ac7937964e327/_resources/port1.0/group/cmake-1.0.tcl#L199-L201