crazy2be

Results 18 issues of crazy2be

First off, thanks for the great extension! Do you think it would be possible/easy to get it to work on pull request/diff pages as well as pages for specific files?...

This is completely our fault, but the android browser has a bug related to css transitions on hardware accelerated elements which prevents it from being manifested there. Basically, we set...

bug

Not sure exactly what causes this, but it's fairly easy to reproduce: 1. Make a two-page SlideViewer where each page is scrollable (this happens with more pages as well, but...

bug

I didn't see any way to do this from the docs or a brief look through the source code. Does touchy provide any way for an event handler to call...

The base module right now uses an entirely homebrew solution (based on `go`) in order to achieve the effect of a reverse http proxy. Although it works reasonably well and...

This issue has been bugging me for some time- the `base/` and `mobile/` directories within all of the module asset folders (`css/`, `img/`, `js/`, etc) are awkward to work with,...

The framework right now has lots of libraries that really don't necessarily belong with the framework, but are there as remnants of this being an internal project that started before...

On my machine, at least, occasionally the `wfdr` command will panic somewhere in the rpc library when attempting to communicate with the daemon. As far as I know, this is...

Due to hard-coded listening ports in each of the modules, it's very possible that two modules could end up listening on the same port. The framework should solve this by...

Methods relevant to *Values should be on *Values, not on *Context. I've started moving a few of these, leaving the old ones for compatibility with the existing codebase. Eventually, these...