Andrew Havens

Results 43 issues of Andrew Havens

I can never remember the location of the log file on OS X. I think it would be helpful to provide some sort of command to be able to tail...

enhancement
help wanted

Apparently there are some deprecated calls that need to be updated. https://motioneers.slack.com/archives/C055RS0VA/p1588922704034900 > I have the following errors running rake in RubyMotion, using Redpotion gem (promotion). /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/gems/2.7.0/gems/ProMotion-3.0.0/lib/ProMotion.rb:9: warning: deprecated Object#=~...

There are three failing tests which need to be fixed. Either the feature is broken or the tests are broken (I'm not sure yet). These are the tests that are...

After transitioning to use WKWebView, the synchronous javascript execution is now blocking. There's a problem with using the semaphore since the the async javascript never calls back to signal it....

Hello! This is a continuation of a conversation that started on Twitter. Just creating this issue to start the conversation around this feature. It would be really useful to have...

enhancement

I'm trying to implement a basic dropdown: ```hbs {{#basic-dropdown as |dropdown|}} {{#dropdown.trigger}}Click me{{/dropdown.trigger}} {{#dropdown.content}}Content of the trigger{{/dropdown.content}} {{/basic-dropdown}} ``` However, I get this error when clicking on the dropdown trigger:...

Your plugin looks nice. However, I tried to use it and realized that it only implements the scrollTop attribute. I need to animate the scrollLeft attribute of an element. Is...

I would like to display the diff as a side-by-side comparison split view. Similar to the GitHub split view: ![screen shot 2014-09-30 at 1 26 44 pm](https://cloud.githubusercontent.com/assets/446392/4465968/3b0e843c-48e0-11e4-823b-782d9979ab01.png) I'm using the...

This library looks like a lifesaver! I need to do something exactly like this (with a translucent gradient), however, I need the gradient to be horizontal, rather than vertical. Is...

Sometimes I need to disable Wi-Fi or don't have internet access. I am using a Mac using the default installation. When I try accessing a `.test` domain the browser does...