-
Hello, I've seen that this plugin throws an error if `gcloud` is not available:
```
➤ YN0001: │ @private-scope/my-package@npm:2.1.1: Process gcloud failed to spawn
➤ YN0001: │ Thrown Error: spa…
-
The code is currently doing a mix of things between throwing exceptions, swallowing exceptions, and parking account. A. lot of it was a based on careful decisions at the time but over the years the sy…
-
In an SVG with a transparent image I set pointerEvents="none" to allow another Image to receive the gesture events.
It is working fine on Web and on iOS.
It is not working on Android.
Here is a …
-
If the code in `handleGetRefs` throws any kind of error, we just return an empty `Refs()` object.
The error swallowing was presumably for dealing with calls to `show-ref`in empty repos, but it's al…
-
```
hyprctl clients
Window 589511335a50 -> Spotify Premium:
mapped: 1
hidden: 0
at: 2,2
size: 1276,684
workspace: 9 (9: )
floating: 0
monitor: 2
class:
title: Spotify Premium
…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
Satpy (and other Pytroll projects) use `**kwargs` a lot. This can be useful, but it's a problem when typos …
-
After update api, I met crashes. The output.log may show where the bug occurs:"[Error :Null Checks] Swallowing exception to prevent game crash!
System.NullReferenceException: Object reference not se…
-
https://github.com/golang/go/commit/7badae85f20f1bce4cc344f9202447618d45d414 appears to have made `go test` mix stderr and stdout from tests, which has made go 1.10 a regression for CockroachDB's benc…
-
**dapr 1.13.0**
**dotnet SDK 1.13.0**
_as discussed on Discord with @cgillum_
**Actual**
Given a workflow instance, and it's instance Id is `123`, and its state is `running`
When a parent wo…
-
I am struggling to see how this:
```js
const [requestError, response] ?= await fetch(
"https://api.example.com/data"
)
if (requestError) {
handleRequestError(requestError)
…