-
It would be great to be able to position book covers in any order in the library component (drag & drop) to better resemble the freedom one has with an analogue bookshelf.¹
¹Could you add a _librar…
-
Drop support for `{framework}-testing-library` module imports, in favor of supporting only the testing-library scoped format (`@testing-library/{framework}`)
There is an exception for Marko Testing …
-
On the Libraries page showing the latest version of Boost:
1. Select an older version, I used 1.29.0
2. Note that the page does update after operating the version drop-down
3. New libraries such …
-
Here is code that reproduces the issue:
`main.rs`
```rust
struct A {}
impl actix::Actor for A {
type Context = actix::Context;
fn started(&mut self, ctx: &mut Self::Context) {
…
-
Unlike normal static variables (or the differently implemented unstable `#[thread_local]` statics), `thread_local!`/`LocalKey` statics are still dropped after calling `std::process::exit()`.
I …
-
## Description
Getting drag and drop working. Make demo-able prototype.
- Try to think about how adding, removing widgets, snap to grid without collisions, responsiveness will work with drag and dro…
-
### Describe the feature/enhancement
Makes sense to me to be able to drag n' drop an audio file anywhere on any page in audiobookshelf window. I don't think it should be limited to only drag n' drop …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Install the XML or SQL extensions.
open a corresponding file associated with the extension.
Form…
-
Yo. Helm (kubernetes) is using the Spring template library, and it's proved hella useful for generating the Yaml files that Kubernetes requires. Such a thing should be reasonably easy to integrate wit…
-
### Describe the bug
There is a deadlock in `drop_as_last()` at src/mm/page/meta.rs:156 when call system call `fork` lots of times.
https://github.com/asterinas/asterinas/blob/7ddfd42baa210656127044…