wugeer
wugeer
Hello, I'm fairly new to Rust and so I apologize beforehand but I've got a couple of questions. I am trying to deal with this problem, but I encountered a...
@lucacasonato Is the following output okay? ```sql INSERT INTO users (name, email) VALUES ($1, $2) ON CONFLICT (email) DO UPDATE SET name = $1 ```
Hello, can you give me a screenshot of what you think is abnormal?
You can try modifying it to the following code: ``` env_logger = { version = "0.11", default-features = false, features = [ "color", ] } ```
hello,I also have two SSDs on my laptop. The results of executing dust on these two SSDs are normal, so I need more information to locate this problem. Are there...
I'm glad that your issue could be resolved. From my computer(arch linux), it appears that dust depends on very basic packages. Perhaps you can check the build script of the...
I've already opened an issue with the package maintainer seeking help, and I hope there will be some progress. :) https://github.com/daniejstriata/dust-snap/issues/2
Hello, I will try to answer your question. Regarding your first question, currently, only the following parameter is supported in the `config.toml` file.  Regarding your second question, since now...
@johannesst Hello, I’m happy to tackle this issue. When I run the command `deb-get install du-dust` on my local Debian virtual machine and install Dust, I indeed don’t find the...
@extrawurst hello, maybe I have discovered why this problem occurs. I would like to ask what is the meaning of the fields `cmdbar_extra_lines_bg` and `cmdbar_bg` under `struct Theme`? From my...