-
I tried this code:
```rust
panic::set_hook(Box::new(|panic_info| {
log::debug!("step 1");
thread::sleep(time::Duration::from_secs(3));
log::debug!("step 2");
if let…
gucki updated
6 months ago
-
When running:
`dog customdomain -H`
It panics with an error about HTTPS but the crash seems to not be properly handled.
Output:
```
dog customdomain -H …
-
When trying to import some synthetic monitoring checks, I get the following go panic:
```
Diagnostics:
pulumi:pulumi:Stack (portal-pulumi-prod):
2024/08/08 18:11:45 [DEBUG] GET https://syn…
-
Version: Deno 1.45.5
Platform: Max OS X 14.6.1
I accidentally typo'd in the command I wanted to pipe the output of coverage to. This generated a panic by Deno.
```bash
$ deno task coverage
Ta…
-
```type LoadStruct struct {
a1 float64 `parquet:"name=a1, type=DOUBLE, convertedtype=DATE"`
a2 float64 `parquet:"name=a2, type=DOUBLE, convertedtype=DATE"`
a3 int64 `parquet:"name=a3,…
-
![screen shot 2017-12-21 at 12 39 44 pm](https://user-images.githubusercontent.com/25363371/34244628-2f63e214-e64c-11e7-9787-65db2c82bbd2.png)
-
Hi, I'm getting this error when trying to log in. Can confirm my handle and appkey are correct. If they are not, I do indeed get the second error. Right now it directly takes me to the third case and …
-
NOTE: Not when empty, only when textinput has a value.
![image](https://github.com/user-attachments/assets/151682d8-0b58-4fea-8a95-0bdd0ef01a24)
I didn't test if other key combinations would have re…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
0a3d52f3f9b4c740744f8567e689fed784feffe5
### Other Environment Infor…
-
In [PooledConnection's Drop impl](https://github.com/djc/bb8/blob/89e9e11b26b2771ef2a08574a61cab6c37b1c357/bb8/src/api.rs#L464-L478), it seems that unless the connection has been extracted via `take`,…