Diego Magdaleno
Diego Magdaleno
I have the following Date string: ``` "2020-04-12 22:10 ACST" ``` And I do the following: ```rust let datetime = chrono::DateTime::parse_from_str(date_str, "%Y-%m-%d %H:%M %Z").unwrap(); ``` And I get a panic:...
Hi, im a developer, and Im interested in kitty, I was sad when I saw it doesn't support client side decorations, since im a wayland gnome user, I would love...
Now wil actual Rust code
This should fix the error: Undefined reference to RtlIpv6AddressToStringExA. I was trying to compile on mingw64-x86_64 and getting this error, turns out this symbol is exported by the ntdll library
I would love to contribute, but I dont see a TODO file with what needs to be currently implemented in the CoreCrypto Library