argv-minus-one

Results 22 issues of argv-minus-one

## Overview This PR adds the feature `invocation-dyn`. When this feature is enabled, `JavaVM::new` will discover the location of the JVM shared library using the `java-locator` crate and load it...

## Overview This PR changes `JNIEnv::new_local_ref` to fix issue #301. This is also included in PR #304, but @maurolacy [requested a separate PR with this only](https://github.com/jni-rs/jni-rs/issues/301#issuecomment-843360198). ### Definition of Done...

The JNI `NewLocalRef` function can be used to create a local reference from a global reference. [The spec specifically allows it](https://docs.oracle.com/en/java/javase/11/docs/specs/jni/functions.html#newlocalref), and I'm guessing that's its main purpose. However, the...

## Overview This PR adds a `WeakRef` type and `JNIEnv::new_weak_ref` method, allowing the user to create weak references to Java objects. Fixes #167. This is an alternative to #266. I...

Almost a year after #614 was merged, [aborting when unwinding through an `extern fn` was reverted from stable Rust again and, as of this writing, remains an open issue](https://github.com/rust-lang/rust/issues/52652#event-2192248524). Does...

Autoprefixer does not seem to know that it should output `-ms-grid-(row|column)-span: 1` when a `grid-area` assignment (that spans only one row/column) overrides another, less specific one (that spans multiple rows/columns)....

bug

This PR adds a class `ObservableSortedArraySet`, an observable set that is sorted and has an observable list view. Note that it adds a dependency on Guava, which is used to...

I just noticed that one can use any skill, with no EP cost and without having actually learned it, by `pukename`ing its script—even if cheats are disabled (e.g. on Hell...

enhancement
minor

In my current game (Hell difficulty, Dark Zone event, in which the Shadows have already arrived), I have a summoned Arch-Vile going around raising friendly monsters for me. This is...

bug
major

I found a E1N-T31 shield accessory a while ago, and just went up against a Nightmare Mastermind. Because of its rapid-firing weapon, time was almost permanently stopped, leaving the otherwise-terrifying...

major
balance