Luke Frisken
Luke Frisken
Connecting using an ip address seems to require the port to also be specified. Failing to specify the port results the in the following error message: > Error: Crate("std::net::AddrParseError", "AddrParseError(())")
Allow currencies to be specified per item (makes things much easier for international trips). Allow the exchange rates for the different currencies to be specified, and final calculations to be...
At the moment the currencies available are limited, it would be nice to be able to specify a custom currency for the split.
I think the dependencies for the web client may be a little out of date.
Operating System: Archlinux 64 bit Simulator: X-Plane Model directory: `/home/luke/.local/share/Steam/steamapps/common/X-Plane 11/Custom Data/CSL/` with BB model set inside `BB` directory. Screen recording:  gdb output: ```txt terminate called after throwing an...
I was thinking, maybe it would be kind of nice to be able to specify a priority with a `pool.get_with_priority(n)`, that way I can force some tasks which tend to...
Should probably return `String` or `&str`
After testing it out a bit, chatgpt even appears capable of producing correct `fluent` formatting and grammar for message translations. I'd like to add a command to `cargo-i18n` that can...
The systems in `i18n-embed` are never going to be used together in a project, so it makes sense to put them in sub-crates.
As per https://github.com/kellpossible/cargo-i18n/pull/88#issue-1147555673