-
### Bug report
Function like ```
/** @param int $a */
function barInt($a): void
{
}```
must be called with int parameter. When string is given, we get error `Parameter #1 $a of function barInt e…
-
## Feature Request
Allow configuration of buildkit output compression options such as zstd
https://github.com/moby/buildkit?tab=readme-ov-file#building-a-dockerfile-with-buildctl
### Backgrou…
-
Noticed in CI on main after collecting sysdumps: https://github.com/cilium/cilium/actions/runs/11553111281.
Example sysdump: [cilium-sysdump-out-standard-false.zip](https://github.com/user-attachments…
-
Sometimes it's useful to create a deterministically seeded `RandomState`.
Even if `FixedState` exists, it's a different type, so the user must choose one or another at the type level instead of cre…
-
Gitea version :: 1.22.3
webhook-go version :: 2.2.0
`cat /etc/voxpupuli/webhook.yml`
```yaml
---
server:
protected: false
port: 8088
chatops:
enabled: false
service:
channel:
…
-
Not sure how involved this would be given quantified types and whatnot, but it seems like a nice-to-have
-
Currently when a keyword like `interface` are misspelled, the error is difficult to connect to a typo:
> Error: A type name was expected, but this looks a variable or function name (as it doesn't s…
-
### Which OpenObserve functionalities are the source of the bug?
Don't known / other
### Is this a regression?
Yes
### Description
Calling OpenObserve API with
```bash
curl -v --header "Cont…
-
We are facing an issue where our Git delta deployment process for Salesforce is not generating changes related to the Admin Profile. This issue has led to discrepancies between our environments during…
-
It appears that recentish Java versions enforce stricter access controls for reflection methods than formerly. (Transcript below.)
I don't know if this is the right way to fix it, but it seems that…