Daniel Porteous (dport)

Results 207 issues of Daniel Porteous (dport)

In a list of words, if one of the words starts with an upper case letter, it will appear before all the other words. This is due to ordering based...

p1

From the user report: There seems to be a strange glitch with the auslan dictionary app. I had to uninstall it due to this a while ago, and just reinstalled...

p0

## Setup ### Versions - **Rust:** 1.71.1 - **Diesel:** 2.1.1 - **Diesel_async:** 0.4.1 - **Database:** Postgres - **Operating System** MacOS 14 ### Feature Flags - **diesel:** postgres_backend, r2d2, serde_json, numeric,...

bug

## Repro Get repo, checkout appropriate branch: ``` git clone [email protected]:aptos-labs/aptos-core.git git switch banool/dhat_test ``` Run this command: ``` cargo run --release -p aptos -- node run-local-testnet --force-restart --config-path /tmp/yes_api.yaml...

Hey hey, Currently when creating a Docker client like this: ``` Docker::connect_with_local_defaults ``` It looks for the socket at `/var/run/docker.sock`. The new default in Docker Desktop is to put the...

question

## Summary Currently Bollard relies on serde_with for a couple of uses in the swagger crate. It specifies serde_with 3+ but 2+ actually works just fine, at least if `cargo...

### Wiki page https://github.com/arxanas/git-branchless ### Subcommand git co ### Description Hi, the README refers to `git co`, but I believe it is now `git sw`. Before just fixing the docs...

enhancement
good first issue

This works: ``` docker run fullstorydev/grpcurl:v1.8.7 -d '{ "starting_version": 0 }' -max-msg-sz 30000000 -H "authorization:Bearer aptoslabs_ep2o8nuDPuS_529dxW5UWEUY1YZeRWLM6EPCmsLNuz4BE" grpc.mainnet.aptoslabs.com:443 aptos.indexer.v1.RawData/GetTransactions ``` You see data stream. This does not: ``` docker run fullstorydev/grpcurl:v1.8.8...

**Note:** I know that semver only applies to the "public API" of a crate so I'm not 100% sure if this qualifies as a violation of semver since I'm not...

## Description of the feature As part of trying to get Poem to work with other Tower services, I ran into this issue where most other Tower based projects, like...

enhancement