Daniel Porteous (dport)
Daniel Porteous (dport)
# Context - [Links to other relevant proposals / RFCs] - [Links to previous issues] - [Links to previous discussions] - etc. # Motivation With the API as it is...
## Motivation The docs say that the bytes in `compiled_abis` are "json bytes", but these bytes are actually BCS. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes....
Collision if your module has multiple dependencies with the same named address but different values
Say you have two packages: ``` [package] name = 'DepA' version = '1.0.0' [dependencies.AptosFramework] git = 'https://github.com/aptos-labs/aptos-core.git' rev = 'main' subdir = 'aptos-move/framework/aptos-framework' [addresses] admin = "0xaaaaaaaa" ``` ``` [package]...
This issue tracks progress on writing docs for the new indexer stack. These docs are meant to just get us going, there are more we could write and a lot...
I received a request to build and release the app for Windows. I've never released an app for Windows but I think the building part should be pretty straightforward.
As it is now, the entire lists (favourites is just a special list) system is built around entire entries. I have received a couple of requests to make it possible...
I'm the only person maintaining this app so if I get hit by a bus it'll eventually stop working. In the current state pretty much these things would need to...
As you can see in this video, sometimes with revision once you get far enough through, it bugs out: - Tapping to reveal the meaning does not work, it just...
Some kind of list export / import feature for sharing lists with friends would be great. Doing a one time import would be easy (just export the list as JSON...
Currently my personal server hosts the site at https://auslandictionary.org. This is a super simple static site, so it'd probably make sense to just host it in GH Pages instead.