Martin

Results 37 comments of Martin

First thank you for your effort to provide a great theme. Would be nice to get rid of MaterialUI. I really like the original for VS Code. But MaterialUI makes...

@mallowigi thanks for information, colors of your "nightowl" theme are a little different than the original. In general there are a few odds and ends which I don't like so...

I would have thought the following variant (like in the following java lib) https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#leftPad(java.lang.String, int, java.lang.String) e.g. {{2 | leftPad:3:'0'}} --> 002 {{'abc' | leftPad:10:'_'}} --> *_*****abc and so on...

Sorry guys, I thought when a filter like "wrap" is in the library then left/rightpad is not such a bad idea (btw, I can imagine how I work around wrap...

@a8m sorry thats not the point -> as I wrote: {{2 | leftPad:3:'0'}} --> 002 {{'abc' | leftPad:10:'_'}} --> *_*****abc and so on which means that padding depends on the...

Yes I know but the transitions from one tab to another are so "hard". Especially when you have more content on the tab. The example on https://material.angularjs.org/latest/demo/tabs looks so much...

@tomblachut svelte-intellij is not using the svelte language server. But vscode is using it, right? Would it not be a better option to use LSP in svelte-intellij. Sorry but developing...

@tomblachut sorry, that can be of course. The point for me is just that I want the best possible type support in my IDE. I don't really care whether this...

@ewoutp Yeah I no, the log output looks like. But before I start the "single server" nothing runs on port "8529". (Tried the same on MacOS where it works with...

I restarted docker (and also my machine). But it had no effect... Same situation.