Benoît Cortier
                                            Benoît Cortier
                                        
                                    > Hi all! Is there an estimation when this might be included in the library and supported? I see the PR has been open for quite some time but that...
Nice initiative! Here are mine: [frequent-commands-txt.csv](https://github.com/nushell/nushell.github.io/files/11415650/frequent-commands-txt.csv) [frequent-commands-sys-info-yaml.txt](https://github.com/nushell/nushell.github.io/files/11415651/frequent-commands-sys-info-yaml.txt)
Thank you for that @Tomcat-42! I think it’s better if we handle the publishing workflow on our side. We already have plans for that, and I’ll apply the workflow to...
Thank you, this is very appreciated!
Closing as discussed in https://github.com/Devolutions/sspi-rs/pull/304#discussion_r1793546562
You can build for macOS using `cargo build` like on any other platform. However, the keyboard is currently not well supported. See https://github.com/Devolutions/IronRDP/issues/180
Closing the issue as the question has been answered.
Note that FreeRDP, for invert color pixels, appears to be alternating between black and white pixels:  This is working good enough for both light and dark themes.
Thank you for the report. I’m not sure how much of the issue is due to IronRDP as opposed to rustls (the TLS backend we are using). I think it...
Thank you for the detailed report! Much appreciated. > I have tried to change in Cargo.toml file (client) the TLS feature: > > ```toml > [features] > # default =...