-
https://github.com/jspecify/jspecify
https://jspecify.dev/
Motivation:
* JSR 305 has been dead for a decade.
* JSR 305 has many known issues: incompatible with Java module system, unclear semant…
-
Hi there,
Thanks for the package. I recently encountered difficulty extracting variable importance metrics from a ranger learner after building a pipeline that did some feature engineering, etc. W…
-
![image](https://github.com/ZOSOpenTools/metaport/assets/42328411/623d88ff-bbd3-4e5b-ae2a-f9b2be05206d)
-
A first-class function value `f` (like a lambda expression or an unapplied member function) can have a body that dereferences the heap, even if `f` has an empty `reads` clause. In particular, this can…
-
Today, someone filed a [bug against our Vulkan driver](https://bugs.freedesktop.org/show_bug.cgi?id=100134) saying that it hangs when you try to run the following compute shader compiled, I believe, w…
-
### Issue type
UI bug (incorrect info or interface appearance)
### Bug description
_No response_
### Steps to reproduce
Open the score from https://musescore.org/en/node/358354
(or the…
-
On current main:
-
Running stable 1.64.0.
Unfortunately this happened in a complex bit of code that I can't easily reduce :(
```rust
task::spawn({
let handle_service = handle_service.clone(…
-
Suppose a `module dep` that exports `package dep` with class `dep.D`. And suppose another module:
```java
module App {
requires dep;
exports app to dep;
}
```
then
```java
package…
-
See patch from Ben, https://patchwork.ozlabs.org/project/linuxppc-dev/patch/61ad3646674e6bf541a8f7fb420cdf556d0b2152.camel@kernel.crashing.org/
The patch doesn't apply and needs rework, but the iss…