Jeffrey Wear

Results 45 comments of Jeffrey Wear

Hey @brunolemos, I'd love to use this. Unfortunately I can't offer much feedback until you add private repository support since that's where almost all of my development is at the...

Nice! > we could dumb down the back-end to a simple json api Note that even at Mixmax we server-side render some initial HTML for optimum time-to-render (user isn't stuck...

@krazyjakee haha! yeah it's partly about time-to-render and partly about not trying to force everything to client-side rendering if the server is [already rendering](https://github.com/bee-queue/arena/blob/master/src/server/views/layout.hbs) some initial HTML alright. Less work...

Agreed on the use of a password but not sure this needs to be built into Arena? If Arena is [mounted into another server](https://github.com/bee-queue/arena#running-arena-as-a-node-module) that server could be using [HTTP...

@krazyjakee if you can keep the code small and tightly-scoped (e.g. just Basic Auth, other forms of auth left to the client) I'm not necessarily opposed. Curious where would you...

I didn't see this PR before taking a stab at fixing the crashes myself, in https://github.com/krisk/fuse-swift/pull/41. IMHO that solution is a little bit more idiomatic by using dispatch queues to...

@chuganzy curious what the other threading issues you mention at top were. I don't see if you ended up submitting a PR for those.

This fix makes general sense to me. Another way to reproduce the problem here is to switch between the English and Emoji keyboards: you will see the view oscillate up...

Corroborating the `+= self.bottomPadding / 2` bit above: I find that if I log ```swift UIResponder.currentFirstResponder?.globalFrame?.maxY ``` a couple of seconds after updating the bottom padding, it's only translated upward...

Yeah I'm not sure if we'd want to try to automatically update them. Rather, the script currently suggests that the user updates the scripts and prints them out to see...