Lattice 0

Results 113 issues of Lattice 0

These: https://www.aliexpress.com/item/1005001880861192.html?spm=a2g0o.productlist.0.0.58ec3289KNoVSz&algo_pvid=f3f3dbfc-0b0b-4e68-81d3-b050fec5c931&algo_exp_id=f3f3dbfc-0b0b-4e68-81d3-b050fec5c931-1&pdp_ext_f=%7B%22sku_id%22%3A%2212000018002094767%22%7D work with Linux. Is there a way to support them? Also, this looks like something intended for controlling servers, so no mouse support. Is there a way to...

Iḿ struggling with performance because rust has no globlal variables and thus I have to parse them all the time in the code. Using lazy_static actually introduces some overhead. How...

I downloaded the data and cannot identify which format you're using. I've opened the WordNet from NLTK Python library for natural language processing. I'm intersted in Go now, I've found...

# Feature Request I'm working on support for Android hosts for fun, I made some patches for some stuff now compiles but it looks like support for io_uring on Android...

Support: Question / Inquiry

# Feature Request I work with GitHub codespaces on all my projects, and now they are opening support to non organizations, and it's even free at the moment, for a...

Priority: Low
Roadmap: New Request
Status: Investigating

Suppose I changed computers and lost the public key file. How can I extract it from the yubikey?

After importing my key to another PC: ``` ss@pc:~$ echo "test message string" | gpg --encrypt --armor --recipient 1234567890 -o encrypted.txt gpg: BBBBBBBBBBBBBBBB: There is no assurance this key belongs...

help wanted

always fails on ubuntu but then works it's annoying please fix it always displays "error, send stuff" no I had this on lots of different ubuntu versions the client looks...

Close #533 Adds support for Rust's `std::Result`, where you can return either a value or an error. ## Example ```rust,noplayground pub enum CustomError { Error0(String), Error1(u32), } pub fn return_err_custom_error()...