Benedict Etzel

Results 58 issues of Benedict Etzel

This fixes the flickering of costs when reduced cards are played. Use it when build >=13921 (even though client only used it from 14366 onwards).

bug
wip

I'd like users to be able to rightclick cards on the field and the event log and for them to have navigation actions in the context menu: - `Jump to...`...

enhancement
event log

We're not preloading the class-specific card frames (because there is usually 7 classes overhead). Instead, the preloader should lookup the class in the metadata and preload that frame (for that...

enhancement

We should preload card textures (the turn in advance)?

enhancement
wip

Right now, single logout will assemble a list of recent `ServiceTickets` for the current user which it then invalidates one-by-one. It uses the extremely basic check to only look at...

bug

Right now, a network failure during remote logout (as part of SLO) will be silently ignored by mama_cas. It seems crucial that a logout failure is raised or at least...

Continuation of #35. If I have two chunks ("foo" and "bar)" loading one asset using file-loader each ("foo.png" and "bar.png") with an HtmlWebpackPlugin each ("foo.html" and "bar.html"), I want "foo.html"...