Michael

Results 7 issues of Michael

## Search Terms tsconfig extends array ## Suggestion Support defining the "extends" option as array of filenames. ``` { "extends": [ "a", "b", "c" ] } ``` would have the...

Suggestion
Committed

See #326 We should check how that changes the caniuse feature selection though.

Here's the stack trace: ``` java.lang.NullPointerException at com.github.gtache.lsp.utils.FileUtils$.editorToProjectFolderPath(FileUtils.scala:99) at com.github.gtache.lsp.PluginMain$.$anonfun$editorOpened$3(PluginMain.scala:117) at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) ``` It appears that this exception only occurs...

**Is your feature request related to a problem? Please describe.** I would like to run the X server and WM (or Wayland) in a container to avoid having to install...

enhancement

**Describe the bug** After fullscreen has been used, guake will always appear in fullscreen mode from then on. **Expected behavior** Guake should either appear in the same configuration when it...

First: Thanks guys, this tool is extremely helpful! In this example here (generated and two original sources): generated: ``` [B][2] ``` source1: ``` A[BC] ``` source2: ``` 1[23] ``` The...

### Summary I am developing an ansible module in a collection that requires an external python dependency. In my development context, that dependency is present, but when I try to...