Daniel Porteous (dport)

Results 226 issues of Daniel Porteous (dport)

# 🚀 Feature Request While developing my dapps, I noticed that I was not always reading what I wrote when interacting with fullnode.devnet.aptoslabs.com if I wrote and then read immediately...

documentation
enhancement
interface

If I fund my account with X gas and then submit a request with max_gas X+1, this is the response you get (in this example, from the simulation endpoint): ```...

enhancement
interface

If I compile / publish for the first time, or I just changed one of my dependencies (e.g. the framework), it should print a log message to stderr indicating that...

enhancement

As it is now, this call returns a 400 with an empty response for some reason: ``` curl -v 'http://127.0.0.1:8080/v1/accounts/0x1/events/0x1::coin_store::CoinStore/withdraw_events' ``` ``` * Trying 127.0.0.1:8080... * Connected to 127.0.0.1 (127.0.0.1)...

enhancement

### Problem Today it is very difficult to get the build profile name, and perhaps impossible to do accurately ([see here](https://stackoverflow.com/questions/73595435/how-to-get-profile-from-cargo-toml-in-build-rs-or-at-runtime/73603419#73603419)) to get the profile name, e.g. for logging purposes....

C-feature-request

### Problem Today, `OUT_DIR` for custom user profiles and the pre-included `release` profile uses the name of the profile. For example, for a custom `performance` profile, the path might look...

C-feature-request

Hey, just reporting that the case conversion in inflector doesn't match serde. It may not necessarily be a design goal, but I ran into a case where this became a...

There is a warning about a potential segfault from the `time` dependency, which ultimately comes from the `typed_headers` vulnerability. I haven't investigated whether the segfault could happen in Poem code,...

bug