-
We've been using wagtail-footnotes at CFPB for a few months now, and it's so much better than our previous approach of... just maintaining footnotes as content. But our content editors have encountere…
-
#### Describe the task
This is part of the card #1101 about updating the ordering/grouping inconsistencies noticed between the wireframe and implementation. This item require a similar refactor to th…
-
In the same way that authors or files of a bundle can be ordered using drag controls, for some repositories the possibility of setting a display order for communities (and subcommunities of a commun…
-
-
Celestial doesn't take into account the _moves_ parameter of the _position fen_ command, which leads to illegal moves:
```
[Event "?"]
[Site "?"]
[Date "2019.05.09"]
[Round "?"]
[White "Celest…
-
## Motivation
This request is motivated by the desire to switch the internal dataframe representation in [plotnine](https://github.com/has2k1/plotnine) from pandas to polars.
## The Problem
…
-
This crate has the same issue as .
The following code segfaults on an AArch64 machine (but not on x86_64, which has a stronger memory model).
```rust
#![deny(unsafe_code)]
use atom::Atom;
use…
-
would help much with move ordering
-
## Describe the Bug
Hello. I just found out that ordering by multiple fields does not work properly when the order is in the variables, rather than in the query itself. Here's a simple example that…
j30ng updated
1 month ago
-
In https://github.com/rust-lang/rust/pull/115546 the memory ordering of `{Arc,Weak}::{strong,weak}_count` got changed to `Relaxed`, which can cause some hard to debug race bugs.
I tried this code:
…