-
Could you help clarify why this warning is necessary? It clutters the console, and the purpose isn't entirely clear.
Additionally, I've noticed that when using the Vision API, all pages from docume…
-
The following IR crashes when run through `llc -relocation-model=pic` (originally reported in https://github.com/rust-lang/rust/issues/104173):
```ll
; ModuleID = 'bugpoint-reduced-simplified.bc'
…
-
### Summary
Introduce a warning for dead exception handlers
### Description
In the following code snippet, no exceptions can be raised and therefore, the exception handler is dead code which can be…
-
There's a bug with ace and ARMA that a player's primary is not maintained when loading their loadout saved through onPlayerKilled.sqf (if I had to guess it's because the rifle is dropped to the ground…
-
(imported from improperly closed bug #17427)
Consider the following code:
``` rust
fn g(x: u8) -> u8 {
1 - x
}
fn main() {
let mut x = 1u8;
macro_rules! m {
() => {{ x = g(x);
…
-
**Expected behavior:**
Transfer a file using scp -> teleport daemon (via proxy) using OpenSSH 9.0p1 and observe an exit code of zero on successful transfer.
```
# scp test file using teleport daemo…
-
When there are errors/wanrnings and I use ctrl+. to jump to the next, it puts the selection around the relevant word(s).
I expect to be able to directly edit, e.g. press 'c' would delete the selected…
-
**Is your feature request related to a problem? Please describe**.
Retry and circuit breaker patterns for failed events with deadlettering in place requires custom code
**Describe the solution …
-
### Feature description
Hi.
This is a great project.
However using it on an existing codebases makes it very much difficult to adhere.
For example, last week I integrated on my project which …
-
What was the reasoning behind throwing an error in [queries/index.ts](https://github.com/RoamJS/roamjs-components/blob/main/src/components/index.ts) and [components/index.ts](https://github.com/RoamJS…