Markus Ast

Results 29 issues of Markus Ast

**Is your feature request related to a problem? Please describe.** I regularely make a lot of typos in code comments, docs, but also in variable names. It is always annoying...

enhancement

Follow-up for #194 > Future improvement: keep SRS client connections open for a bit to re-use them for subsequent requests https://github.com/DCS-gRPC/rust-server/pull/194#discussion_r998484555

enhancement

The most common error I see support requests for is: ``` attempt to index global 'grpc' (a nil value) ``` I'd thus suggest that we add a manual check for...

enhancement

Using `dcs-grpc-stubs` as a dependency in other Rust-based projects is a bit inconvenient as it requires [this workaround](https://github.com/DCS-gRPC/lso/blob/main/.cargo/config.toml) to get it to build using its bundled protoc. An alternative might...

refactoring

Before 2.8, DCS did not have an API to retrieve the magnetic variation at a coordinate. Since 2.8 (might have also been available before, just unknown), there is finally one....

good first issue

Comparing recent DCS version, I've noticed the following new events that we could add: - [ ] `S_EVENT_BDA = 37` - [ ] `S_EVENT_AI_ABORT_MISSION = 38` - [ ] `S_EVENT_DAYNIGHT...

enhancement
good first issue

When the gRPC server is shutdown, it closes all opened streams (events, units, ...) as follows: 1) The stream waits for a) an item (event / unit update) to forward...

bug

[Converting an event to a Rust struct](https://github.com/DCS-gRPC/rust-server/blob/main/src/lib.rs#L175) is a costly operation (not as costly as Lua -> JSON -> Rust would be though). We should thus update the implementation to...

enhancement

See https://github.com/DCS-gRPC/rust-server/pull/11#discussion_r679441709

enhancement