Mike Wilson

Results 13 comments of Mike Wilson

I've had good luck by associating `heex` files as Embedded Elixir. Preferences -> Editor -> File Types, then find "Embedded Elixir file", clicking "+" and adding *.heex. ![image](https://user-images.githubusercontent.com/837213/134842913-f27d052c-c89e-49eb-a592-574305ba43dc.png)

I'm not sure if this is still an issue for you, but I ran into trying to test something similar in an integration test. After looking through the OmniAuth code,...

My guess is that you need to have the pip package `psycopg2` installed to be able to create users, as documented [here](https://docs.ansible.com/ansible/latest/modules/postgresql_user_module.html). I did this through a pre_task: ```yaml -...

The issue also exists on the Angular Material project, and they have some discussion here: https://github.com/angular/material/issues/2961 They seem to use `tabindex=-1` for their paper content, and they explain some accessibility...

Awesome work! I won't be able to work on this until the weekend, but I'll take a look then. :+1:

I was able to get layout working, and better handling off some themes for non-standard names, such as `foreground` and `background`. This fixed the issue with `md-content` not pulling in...

@lcreid It looks like that commit was never been merged into master. I believe this issue still exists. #334 still needs to be completed, unless I'm missing something.

Hi, unfortunately I don't have a timeframe. The work on this addon was triggered by what has been needed in projects I've been working on. Unfortunately, I haven't been doing...

I've started working on it this week - hope to have something by the weekend.

I don't have a md-select with md-options yet, but I did add support for [md-menu](http://mike1234.com/ember-material-design/#/menu) which should get you half way there, but without all the scrolling/sizing/etc support.