-
When compiling the style files from PDST using dart-sass, it emits warnings related to changes is [how SASS will deal in the future with mixed declarations](https://sass-lang.com/documentation/breakin…
-
### Bug description
Please refer to the live website here for an example: https://datascijedi.org/
Starting at the top left image (or starting with the navigation landmark), the screen reader flow…
-
An option to preserve the order of comment fields in the translation data would be very useful for me. This library _almost_ works for my use case, but parsing a .po file with the library, modifying t…
-
The pointer and array types can be qualified with `align`, `const`, `volatile` and `allowzero`.
In the current grammar they are specified as any amount and no specific ordering. The reality is that…
-
This program deadlocks:
```rust
use parking_lot::RwLock;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
fn main() {
let lock = Arc::new(RwLock::new(()));
let run…
-
~~1. The current version got a lot of white space at line ends in Docs and Doxyfile.
Global replace with regular expression can be used or some kind of `trim` utility.~~
~~2. In `ResizableMsgSuppo…
irwir updated
2 months ago
-
Hello,
The failure of the below test puzzles me: since the RMW is atomic, I expect that the store can only be seen either before or after the RMW, so it should not be possible for a `swap` to read …
-
---
**Issue moved from MicrosoftDocs/feedback#3895**
- Please respond to @MrYotic.
---
_From @MrYotic on Thursday, February 2, 2023 11:51:55 PM_
**Describe the bug**
*https://learn.microso…
-
This issue is to track the list of PGO optimization opportunities we're considering. As we begin work on any of these, it should be broken into its own issue. We'll edit and add to this list over time…
-
How can we move an item in the playlist without disrupting the playback? Playlist re-ordering is a a pretty core feature for most music players.
If moved from after currentTrack to before currentT…