Stefan Hoffmann

Results 8 issues of Stefan Hoffmann

It would be nice to animate when i remove buildings using the Tearing-Tool. A collapse-animation for example.

B-enhancement
A-graphics

Fixes #200. The extensions were injected again on every frame switch. That seemed unnecessary to me as they were already injected on page load by ferrum. This resulted in some...

On pages with iframes cuprite triggers a javascript error when switching into a frame. I have written a test which shows the errors: ```diff diff --git a/spec/features/driver_spec.rb b/spec/features/driver_spec.rb index d9f9403..d4c3d7d...

Hey, a Photos-App would also be nice that shows all local photos in a nice gallery.

enhancement

Add Tests to the project to ensure things like Title-Cleaner for example don't get broken.

enhancement

I always like to have an "app-wide" search, which searches just everywhere it can and displays the results categorized by the containing app for example. Not very easy to implement...

question

The salt appears to have a maximum length after which it has no longer impacts the generated hash. Here some examples: ```ruby Hashids.new('a' * 41).encode(1) => "pn" Hashids.new('a' * 42).encode(1)...

Needed to work with an old exchange mail server. The `ID` command reports: `("name" "Microsoft.Exchange.Imap4.Imap4Server" "version" "15.0")` which according to [this microsoft document](https://learn.microsoft.com/en-us/exchange/new-features/build-numbers-and-release-dates?view=exchserver-2019#exchange-server-2013) should be an Exchange 2013 server. After...