Robin Friedli
Robin Friedli
Hi, I have the following sample code which works fine when running it in a groovy class: ```groovy char somec = 'a' def list = new ArrayList() list.add('dew') list.add('eff') list.add('fde')...
- for example, when given the glob "src/resources/templates/*.html", it is unnecessary to walk through any directories in the working directory other than src/ - to skip irrelevant directories the iterator...
The XhrFileReader defines the end of the byte range as such: `range[1] = Math.min(self._size, range[1]);` This is incorrect, because byte ranges are inclusive and should therefor always be lower than...
**Describe the bug** The new implementation of `_put_object_stream_with_content_type` introduced in 0.33.0 creates various issues for larger files. The implementation now loads all chunks and then tries to upload them in...
`setStats` creates a `ResponseTransformer` that attempts to deserialise the response to `java.lang.Void`: ```java private CompletionStage setStats(JSONObject jsonBody) { HttpUrl url = baseUrl.newBuilder() .addPathSegment("bots") .addPathSegment(botId) .addPathSegment("stats") .build(); return post(url, jsonBody, Void.class);...
### Describe what you were doing Just trying to launch the app ### What does the crash message say? panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.4/src/metal/command.rs:30:53: called `Option::unwrap()` on a `None` value ### Ruffle...
`YoutubeIpRotatorSetup#forSource` should be updated to replace the deprecated source manager. It would probably make more sense to move the extension to the [youtube-source](https://github.com/lavalink-devs/youtube-source) repo