-
Feature gate: `#![feature(is_some_and)]`
This is a tracking issue for `Option::is_some_and`, `Result::is_ok_and` and `Result::is_err_and`.
### Public API
```rust
impl Option {
pub f…
-
When possible we [suggest patterns](https://github.com/WordPress/gutenberg/pull/40034) during the page creation flow. This can help speed up the addition of pages, and provide some creative inspiratio…
-
`esbuild` is small but complete in every detail, do you have any plans to support the plugin-in system to extend the web development workflows?
-
**WWR Sync**:
-
This pattern is extremely common in zig code:
```zig
const err_pipe = try makePipe();
errdefer destroyPipe(err_pipe);
var in_file = try os.File.openRead(allocator, source_path);
…
-
Discussing the memory-related properties of references: does `&T` have to point to allocated memory (with at least `size_of::()` bytes being allocated)? If yes, does the memory have to contain data t…
-
## Description
I've tried to set rusty-hook up with a project where the Rust project is in a sub-directory. Complicating it a bit is there are actually several such projects, but I'll just focus …
-
I presume supporting AVX-512 intrinsics is in plan somewhere, but couldn't find an existing issue tracking their addition. There seem to be two parts to this.
1. Support for EVEX encoding and use o…
-
## Problem to Solve
When uploading a PDF file corresponding to a report, this connector should be able to extract STIX knowledge from it using NLP.
* Version 1 : extract entities
* Version 2 : …
-
This comment discusses the different ways we are considering addressing this issue, and provides links to more specific issues that cover specific steps towards this issue: https://github.com/flutter/…