Alex Lloyd

Results 8 comments of Alex Lloyd

@robcarney I'm getting the exact same thing. Did you make any progress with this? @khushbuparakh I can't speak for the others, but I'm following the steps outlined [here](https://github.com/pybee/batavia/blob/master/docs/community/contributing.rst) (on a...

For each sub-directory of `batavia-dev\batavia` other than `batavia-dev\batavia\tests` the GUI appears with an empty list of tests. From the guide linked above: > For the fun way, you need to...

Note that the screenshot example at https://d2lang.com/tour/intro already uses the field `Arcteryx.tooltip`, but that doesn't work in the current release

I have the same issue on Debian 11, and an OS upgrade to is not feasible for this machine. Building from source worked though

I'm seeing the same thing ``` $ ord wallet outputs [ { "output": ":0", "amount": 50000 } ] $ ord wallet inscriptions [] $ ord wallet balance { "cardinal": 50000...

From what I can tell from adding a few debug logs: src/subcommand/wallet/transaction_builder.rs: ```rust fn build_transaction(self) -> Result { self .select_outgoing()? //

> > I'm seeing the same thing > > What branch/repo is that? @AlexLloyd0 EDIT: I am on a `speedup-improvements` branch, andrewtoth's [repo](https://github.com/andrewtoth/ord). `main` on `casey/ord`