Results 192 issues of piegames

Since the protocol allows for arbitrary passwords, clients can already use arbitrary wordlists. However for good interoperability and especially tab completion or form input validation, some protocol support is required....

Closes #2. I integrated part of the feedback by focusing more on the client protocol API. Implementation notes have now been moved to a separate sub-section.

We've had quite a few interesting changes since 1.0.1, so a 1.1.0 might be a good idea. Some things that need to be addressed first though: - The rendezvous server...

## Motivation The current file transfer implementations has limitations that cannot be resolved in a fully backwards-compatible way. Thus, I present the idea of a second generation transfer protocol that...

At the moment, this part is heavily under-documented in the specification, only giving the following information: - `* S->C error {error: str, orig:}` - The `error` field in the `welcome`...

Not sure how to best describe this, and I couldn't find anything matching in the documentation. But basically what I need is to create a larger string, and use the...

When launching the application, it does not show any of the folders/categories I have on my system. Here the startup log, in case this might help: ``` ~ » meow...

The extensions search does not give any results either. I use vscodium, do I have to do something special to find this extension?

``` let map = phf_map!{ "foo" => phf_map!{"k"=>"v"} }; ``` Compile error: ``` error[E0659]: `proc_macro_call` is ambiguous (macro-expanded name vs less macro-expanded name from outer scope during import/macro resolution) -->...

C-enhancement
A-macros

For some reason, the QR code on my device is tiny with no way to make it larger ![image](https://github.com/pablo-s/passes/assets/14054505/c076f0f4-cdb6-43e1-8034-b7d44fec1664) Screen size: 2560 × 1600 Display scaling: 1.5 Font scaling: 1.1...

bug