JEleniel
JEleniel
I use the following regex to exclude all files that do not end in .md (all non-markdown files): ``` .*\.(?!(?:md$)).* ```
It seems to be working, now I just have to figure out how to get the "AI" to stop fabricating bad code.
The `level_for` function only sets the minimum level that is logged for the target. It does not 'redirect' anything; it is a simple filter. You can probably implement what you...
Thank you. I did not know about the search option. What do you recommend for tracking specific information points instead of tags?
Thank you. I'm closing this request.
I looked there first but didn't see the tag: option listed.
I would also like this feature, as Axios is such a nice player compared to others. In my case, I manage and build playlists on my desktop and sync the...
I use the [config](https://crates.io/crates/config) crate to read logging settings and then configure logging based on those values. `config` parses them into a struct: ```rust #[derive(Serialize, Deserialize, PartialEq, Clone, Debug)] pub...
I mean that if the project is in one (or more) source control systems then do not include it in the VSCode project list. It would still show under the...
I have a highly organized folder structure for all my projects across multiple organizations, and I would like to be able to browse them based on that existing structure. I...