Unique Divine

Results 174 issues of Unique Divine

## Context Currently, `go test ./...` doesn't pass at the repo root because it fails inside the `x` directory. This is a cleanup PR to address that with mocks that...

chore
go

@tjdevries, I came across your YouTube video titled ["Vimconf.live: Why is Lua a good fit for Neovim "](https://youtu.be/IP3J56sKtn0) and found it cool that you're generating presentations from Markdown. Could you...

Source: http://nibiru.fi/docs/dev/tools/nibijs/classes/StableSwap.html ## Problem None of the variable names have explanations, and the hyperlink isn't active ![image](https://github.com/NibiruChain/ts-sdk/assets/51418232/969b4c0b-43b4-4d11-9059-6fe0def4c6a6) ## Solution: Good Example https://nibiru.fi/docs/dev/tools/nibijs/functions.html#testnet ![image](https://github.com/NibiruChain/ts-sdk/assets/51418232/a3d0ffc3-8202-4361-b72f-81eeec9a8872)

type: docs

(Not from your change, but I just noticed) We should import this string rather than hard-coding it here. That way, if we change the version of `@nibiruchain/nibijs` and `@nibiruchain/protojs`, we'll...

type: enhance

### Exception Handling Common examples: - [ ] "incorrect account sequence" | Account sequence mismatch errors | Example here: https://github.com/cosmos/cosmos-sdk/issues/11597 - [ ] "insufficient funds" - [ ] "out of...

type: enhance