-
**What happened**:
A single controller pod crashed a few times in a row, with the following stack trace (running version 1.9.5)
```
I0720 12:07:50.344445 7 store.go:440] "Found va…
-
Deleting a dcr wallet that was apparently syncing:
```
2023-10-05 13:06:18.851 [INF] UI: Internet connection has been established
2023-10-05 13:06:28.852 [INF] UI: Internet connection has been esta…
-
I am new to OpenSK and TockOS, both feel great so far.
Building the OpenSK for nrf52840DK 131kb ctab2 app that can be loaded into TockOS. The Readme shows an ability to install OpenSK to already exist…
-
The console looks like this:
```
C:\Users\admin>cf config
panic: regexp: Compile(`E:\C++\CodeForces/contest/((?P\d+)/((?P\w+)/)?)?`): error parsing regexp: invalid escape sequence: `\C`
```
-
`2024/09/08 16:51:01 http: panic serving 10.0.1.195:12278: runtime error: slice bounds out of range [:8] with capacity 7 |
-- | --`
```
goroutine 160384033 [running]:
--
| 2024-09-08T12:5…
-
This issue was auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: [https://cockroach-labs.sentry.io/issues/5876187538/?referrer=webho…
-
I encountered the following error with Cryptol 3.0 / SAW 1.0:
```
%< ---------------------------------------------------
Revision: f64fbe4c642530eca21c81ccd84e0e8c43e44135
Branch: releas…
-
Hi,
I get the following panic:
thread panicked at 'index out of bounds: the len is 32 but the index is 32', deps/rcf/Rust/src/samplerplustree/cut.rs:72:24
Seems the while loop doesn't break a…
-
Hi!
Please look at this simple example:
```go
func didPanic(fn func()) (result bool) {
result = true // Handle `panic(nil)` case.
defer func() { recover() }()
fn()
return false
}
```
…
-
Hello - I'm unable to get this integration to work with a localai server. The server itself works just fine but as soon as I try and call it from home assistant with this integration I get the followi…