-
# Pysa Bug
**Pre-submission checklist**
[X] I've checked the list of [common issues](https://pyre-check.org/docs/pysa-quickstart/#common-issues) and mine does not appear
**Bug description**
I …
-
From manual page: https://php.net/imagickdraw.rectangle
---
The argument names for `ImagickDraw::rectangle()` and a bunch of other Imagick methods are wrong.
Compare https://www.php.net/manua…
-
Whilst perusing the generated JS client documentation, I discovered that there's a lot of empty stubs in there. There could be a lot of useful information re: usage in there.
I suspect there needs to…
-
Is it possible to add a stub for `ProcessHandle`?
I'd like to use `ProcessHandle.current().info().command()` in Java 8 but at the moment, `ProcessHandle` isn't covered by the api stubs.
-
The goal of the sample application is to demonstrate how the FlightSQL API can be used for other common business intelligence application with a SQL like interface.
**Reporter**: [Tiffany Lam](https:…
-
In a worker, I commonly use a pattern of calling durable objects from an API worker - when the DOs respond, they either contain a response type (e.g. a serializable object) or a `Response` type. I use…
-
### Context
We have a bunch of `#![no_core]` ui/codegen/assembly tests that roll their own `core` prelude stubs because they need to build (but not run) on a cross-compiled target. But this means:
-…
-
## The Problem
Consider a program like this:
```raku
class B {} # trying to define a stub class
class A {
has B $.b;
}
class B {
has Mu $.something; # doesn't matter; i just wa…
-
Right now, the're essentially empty, even though the use case is consistently the same. Some error-prone* typing could be spared.
'* forgetting about `[Inject]` above constructor is a classic.
-
I have been trying to profile the AOT snapshot for dart2js.
The call stacks are too short to be informative and appear to be corrupted.
What am I doing wrong?
```sh
$ perf5 record -g \
out/…