Thomas Chiantia
Thomas Chiantia
The docs say to install devicons to use the default theme here: https://github.com/ms-jpq/chadtree/blob/chad/docs/THEME.md#chadtree_settingsthemeicon_glyph_set I installed these devicons and this is what my explorer looks like:  Is there a specific...
I am curious if my setup is broken, or perhaps code completion is currently not able to resolve certain types. If have a simple type wrapped in Arc> for example,...
i have ```toml [export.mangle] rename_types = "snake_case" ``` I have structs such as MyStruct, and i expect the header to rename this type to `my_struct` however it does not seem...
Hello, I am experimenting with libarchive and I am trying to produce an equivalent as produced by the following command: ``` cpio -ov -H crc ``` I think the format...
Hello, Cargo-expand fails on windows when building the project in a deeply nested folder. I noticed this issue first on a CI for which i do not easily control the...
I have a pretty simple project that uses macros. I try to expand them from inside my build.rs file and it seems to hang forever. per my build script below......
Hello, I was previously using webview and am looking into a rust binding. In my previous application I was able to pass a response back to my javascript using the...
I'm curious why this crate is needed when you can use the tokio::fs module? There are a few caveats on windows (such as making sure to call `SetCommTimeouts`, but the...
My environment forces connections to use a proxy via the firewall. Typically network applications will respect the $HTTP_PROXY and $HTTPS_PROXY environment variables and its not a problem. However, dali does...
I notice all the rust template libraries seem to target generating HTML and static site generators. But I am wondering if there are any users of this library for code...