Michael Bylstra

Results 32 comments of Michael Bylstra

I keep getting stuck in a state where I can't do anything because the sidekick is filling the entire screen due to a long doc. I then have to completely...

The same thing can happen with the sidekick at the right position, if you have record with a lot of fields.

A workaround is to use the keyboard shortcut for closing the current window: `Ctrl+w` in Windows and Linux, and `Cmd+w` on Mac.

Hi. All of those options are good. Thanks for the help!

Hi Andy. This sounds like a great use case! Probably the biggest issue with django-wham at the moment is that it hasn't been updated to Django 1.7+. Unfortunately this might...

![image](https://user-images.githubusercontent.com/702885/31844350-d51d0ca0-b643-11e7-8131-e6e02eb972a2.png) I'm liking the new design, but I'm really missing being able to see line numbers when 'current file only' is checked. I use vim bindings so it was easy...

An attempt to fix this problem was released in https://github.com/elm-community/elm-datepicker/pull/58. However, this has caused https://github.com/elm-community/elm-datepicker/issues/62.

I was able to make a workaround outside of elm-datepicker by triggering focus and blur tasks on the input element: ``` safariFocusAndBlurFixCmd : String -> Cmd Msg safariFocusAndBlurFixCmd id =...

Actually, the workaround I suggested above seemed to be causing other issues other than just being plain ugly - I wouldn't recommend it. I think a better workaround is to...

Hi, I don't have any plans to do this, but I think it's certainly quite achievable. Here is a rough guide of how to do it (if anyone else is...