Logan Leger

Results 14 comments of Logan Leger

How be happy to check that for you — how does VSCode determine that, and how would I verify?

As far as I can tell, it doesn’t seem to be picking it up.

Is that something that would have to be added upstream in VSCode itself in order to hook into it?

So, I think it must be possible already, since it works with HTML/JS. Test: create a file, set language to HTML. Add inline `script` tags. Type some JS—intellisense is there....

I think this plugin does something similar: provides HTML intellisense inside of JS files. https://github.com/Microsoft/typescript-lit-html-plugin

@danielberkompas Any chance you can merge this? It's a quick PR that fixes a bug that cascades through our system, creating some painful Dialyzer experiences.

Been tracking this for about a year now since I first brought it up to @sorentwo that using Oban Pro broke our ability to use Dependabot. I definitely understand there...

@GriffinMB It would be cool if, in an umbrella app, you could iterate over each folder in `apps/` and run Sobelow if a `.sobelow-conf` file was found. That way I...

This also bit me. Clearing the cache worked. Caching should definitely take into account `list: true`.

I can confirm that this is an issue in my Rails 5.0 (final release) app. I have failures in my test suite when adding DJ. I pulled the branch in...