-
auto-reduced (treereduce-rust):
````rust
//@compile-flags: -Zvalidate-mir --edition=2018 -Zinline-mir=yes
use core::future::{async_drop_in_place, Future};
use core::mem::{self};
use core::pin::pin;
…
-
Hi, it would be nice to show how you can deal with dynamically changed queries like filters on a marketplace, if it's a even possible with the library.
-
**Describe the bug**
MEMORY USAGE for STREAM keys always return (integer) 0
**To Reproduce**
Steps to reproduce:
1. Create stream using `XADD test-stream * just test`
2. Query stream size `MEMO…
-
### 🚀 The feature, motivation and pitch
Currently when a tensor is marked dynamic via mark_dynamic API. The range is reflected in the graph via ShapeEnv. However, no indication is present whether …
-
### Code
```Rust
pub trait BorrowComposite {
type Ref FnMut(Args::Ref FnMut(Args::Ref
-
### Please fill out these Check-boxes
- [X] I checked for existing similar feature requests
- [X] I have read the docs and checked that the feature I am requesting is not already implemented
- [X] My…
-
Is there a way to create query-parameters dynamically/programmatically? E.g. by adding multiple
e.g instead:
`posts().param('per_page', 99)`
using an array:
`posts().param(['per_page', 99…
-
```rust
pub static mut G: i32 = 0;
fn myfunc() -> i32 {
let var: *mut i32 = &raw mut G;
if !var.is_null() {
return 0;
}
return 0;
}
pub fn main() {
myfunc();
}
```
**Repro…
-
Please take pity on your users and link out to some documentation for this field:
I would never have figured this out in a million years without this article:
https://jetformbuilder.com/feat…
-
### Contact Details
_No response_
### Description
The API endpoint collections doesn't return dynamic NFT collections.
### Steps to reproduce
- Create a dyNFT collection with the new function reg…