Nathan Adams

Results 62 issues of Nathan Adams

If a winner changes nick, they keep their hat. Also, if they leave the channel and rejoin, they lose their hat. We should track their changes and give it back...

See old bot for example: https://github.com/brownan/abbott/blob/master/abbott/plugins/admin.py#L1100

enhancement

We'll need to tell the plugin to clean up its own stuff (like timers), so that nothing holds a reference back to it. Then clean the node module cache and...

enhancement

This removes the dependency on `core` from every render backend crate, which speeds up compiling by allowing them to be done in parallel to core. This is a step towards...

Hopefully after this change, any differences between two images of a movie will be caused by changes in Ruffle only

**Description** It's a little hard to turn this into a small repro case so please forgive the vagueness. After submitting a frame to wgpu whilst using Vulkan backend, Vulkan seems...

external: driver-bug
api: vulkan

An alternative approach than #195 We use v2 API everywhere except for the creation of a database on 1.8 servers. The same config keys are used, but with a new...

In [Chocobo Dance (v1.04)](https://www.newgrounds.com/portal/view/34951?emulate=flash), attempting to reencode a texture into rgba will result in the following panic: ``` thread 'main' panicked at 'index out of bounds: the len is 33332...

rendering
panic

When using [IntelliJ Rust](https://www.jetbrains.com/rust/), `cargo test` is specialcased to add extra arguments to allow the IDE to parse the results. Unfortunately, these arguments aren't supported and so you can't run...

Some pretty "normal" tests in here but quite a few interesting failures Failing tests: - `MaskTest3` (`mask` property returns a destroyed displayobject) - `as3-loader/events` (names of objects are wrong, events...