-
### Steps to reproduce
Run code bellow in Android platform and web individually.
Click floatingButton and see result.
Execution order should same in different platform,otherwise, it could potenti…
-
### Code
I tried this code:
```rust
// GAT hack taken from https://docs.rs/lending-iterator/latest/lending_iterator.
pub trait LendingIterator: Sized
where
Self: for,
{
fn next(&mut self) …
-
**Describe what you are trying to solve**
While we were updating the ROADMAP, @tnqn suggested that we could add support for a new installation method for Antrea.
We currently support 2 methods:
1) …
-
## Problem statement
Currently in `TopFieldCollector`, we have PriorityQueue (min heap binary implemenation) to find top `K` elements in `asc` or `desc` order. Whenever we find newly iterated documen…
-
IIUC, the `nullified` field indicates an operation that has been subsequently rolled back due to being "trumped" by a higher-ranking rotation key, within the 72h window.
It is therefore a field who…
-
### Motivation
The current Image Pulling implementation modifies the CRI plugin of contained. Which has a lot of resistance to landing contained upstream. Therefore, in order to be compatible with th…
-
### Expected behavior
Hatch tiles should produce seamless pattern.
### Observed behavior
Some hatch tiles produces not seamless pattern. For example, built-in `gost_metal`:
- https://g…
-
Here is my current understanding of how the logic in [ros2_control_node](https://github.com/ros-controls/ros2_control/blob/master/controller_manager/src/ros2_control_node.cpp) works:
![ros2_control…
-
Right now we require users to specify the training, and validation videos. it would be nice to just have to specify a pool of videos and have `dreem-train` automatically divide up the the chunks into …
-
Instead of simply enumerating every possible codec, why don't we define an exhaustive set of primitives and composing operations which can be assigned an id for reduced size? At present they're hardly…