Janet Blackquill

Results 76 issues of Janet Blackquill

### Expected behavior Bukkit Conversations API can be used as normal ### Observed/Actual behavior Once a conversation is `begin()`ed with a player, every chat message they say results in this:...

type: bug
resolution: wontfix
version: 1.19

All LDAP errors in Plume are silently discarded, which makes it impossible to debug LDAP errors without compiling from source and adding prints/using a debugger.

C: Bug

```scala val codepoints: Array[Int] = "foo".codePoints.toArray ``` ``` [error] Referring to non-existent method java.util.stream.IntStream.toArray()[int [error] dispatched from java.util.stream.IntStream.toArray()[int [error] called from private static Shades.StringStore.idsSortedAccordingTo$$anonfun$1$$anonfun$1(scala.collection.immutable.Map,scala.Tuple2,scala.Tuple2)boolean [error] called from private static Shades.StringStore.idsSortedAccordingTo$$anonfun$1(scala.collection.immutable.Map,scala.collection.immutable.SortedMap)scala.collection.immutable.List...

missing javalib

For some apps, the origin URL may not be known ahead of time; e.g. in the new Matrix auth model where users can bring their own clients that do anything...

enhancement
oauth2

would fix #2105 when finished Checklist - [x] This pr probably contains no AI generated code - [ ] cargo fmt has been run - [ ] cargo clippy has...

## Description Autocompletions for `ModuleComponent.someFunction` tend to not do a very good job of prioritising `Data.Thing.ModuleComponent.someFunction`: ![grafik](https://user-images.githubusercontent.com/20326855/202796911-0d8deb55-5dfc-4a8f-b07f-f917d98d1708.png) ![grafik](https://user-images.githubusercontent.com/20326855/202798584-eed557d6-433c-4344-9182-f78f9ad5213e.png) ## To Reproduce Attempt to autocomplete some function `foo` present in many...

type: bug

**Is your feature request related to a problem? Please describe.** The long incomplete HTTP request/response (and HTTP2 requirement for bidirectional streaming) used by the current streams implementation was already found...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the feature papermc `serializeAsBytes` and the corresponding `deserializeBytes` is not implemented for...

usecase: writing BPF programs that track how many of an event happens per second over time I started down this path (code incomplete as i realised that this probably isn't...

Fixes #383.

enhancement