msrd0

Results 93 issues of msrd0

**Describe the bug** Whenever I connect to my parent's WiFi, trust-dns stops working, and I do not get any DNS resolving at all. My parents have a very old legacy...

perf
platform:linux
has workaround

I'm trying to parse a date in the format `YYMMDD`, e.g. `231022`. While this crate can parse `20231022`, it fails to parse `231022` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=554e9559a862d0983c51ebe68290cc6f)): ```rust use time::macros::{date, format_description}; use time::Date;...

C-feature-request
A-parsing

This should be done to avoid further problems like #121. Test should be added both for v1 to ensure it is formatted as a signed integer and for v2 (compat...

Type: Chore
Type of Change: Minor
good first issue

### Checklist - [X] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) for similar feature requests. ### Describe the feature request Currently, bottom sorts the entries in the disks...

feature

According to the reference manual (fig. 49), the D1CPRE clock max is 550MHz. This matches what the clock configuration in STM32CubeMX told me before. However, when trying to set a...

e-stm32

This is because the `lazy-regex-proc_macros` crate still depends on `regex` instead of `regex-lite` when enabling the `lite` feature.

### Description My entire code is highlighted in red, with error message > No script runtime was found in the classpath: class 'kotlin.script.templates.standard.ScriptTemplateWithArgs' not found. Please add kotlin-script-runtime.jar to the...

bug

### Problem Description I used to have this old game of mine that I just loaded because I wanted to see how I did a certain design back then. However,...

bug

### Suggestion Currently, I cannot enable the matrix solver if two subfactories share a common recipe. However, it is quite common for me to place two simple recipes like iron...

improvement