-
# Issue Description
The following Rust code:
```rust
const MAX_PATH: usize = 260;
fn main() {
let str1 = String::with_capacity(MAX_PATH).as_mut_ptr();
let str2 = String::from("Totototototototo…
-
## Background and Motivation
Related to #24271.
Especially on Unix-like platforms, use of (directory) symlinks (symbolic links) is common.
**If, while recursively enumerating a directory (sub…
-
This is probably a newbie question, so apologies.
When running ops-view in openshift (pod mode), I get the following errors:
```
WARNING:kube_ops_view.kubernetes:Failed to query node metrics 172-3…
-
Let's use this "issue" to have a dialog about conventions -- make suggestions, discuss alternatives, and come to agreements on best practices.
-
### Describe the feature request.
This feature request supersedes https://github.com/ministryofjustice/data-platform-support/issues/575
### Describe the context.
https://github.com/ministryofjustic…
-
### Issue
I've found this in the documentation:
"Paste a multi-line message directly into the chat.
Enter { alone on the first line to start a multiline message and } alone on the last line to …
-
This issue collects various improvements for a simple and consistent workflow to deal with assembling tenants from buildingblocks using a pure IaC workflow using collie. Common examples of building bl…
-
**Describe the bug**
Starting a drag operation doesn't work from a sub window.
The cursor changes but the drag doesn't seem to have actually started.
Works from main window.
Seems KDE Wayland only…
mroe1 updated
3 months ago
-
We've discussed the future of our linux backend some in the zulip, and it was also mentioned in #1945. I'm opening this so that we can have a more permanent record of the possibilities, and the variou…
-
I noticed that when a front matter has:
```
tags = ['sliding-window']
```
it is displayed as `Sliding-Window` in the menu section.
But front matter containing
```
tags = ['binary-search…
zigmd updated
5 months ago