Marvin

Results 37 comments of Marvin

Install the corresponding class from composer `composer require natxet/CssMin` this worked for me.

While the GRUB conversion is basically done now, the q35 machine still doesn't work as I obviously need to implement the AHCI kernel driver first. Lol, sorry!

I've got similar problems: Firefox on Linux returns 24/24 positives for me although I have like 5/24 actually installed. It tries to open using xdg-open for every protocol (which is...

Well, after a quick analysis this doesn't seem to be the case. My previous statement must be wrong then. The console returns `Prevented navigation to “nordvpn://” due to an unknown...

Huh, that's very interesting. Who would I need to contact to manually unlink my account? It would help if there was a support/contact email address linked somewhere. I've already tried...

I've got a response and the issue has been resolved. Thanks.

I have the same problem and can reproduce the solution of @dbuconn. By using a variable in `Host` of a query, expressions that use the query will return no data.

Don't we already process on `textDocument/didOpen` [here](https://github.com/effekt-lang/kiama/blob/3401470a4cbbe294d2df0c6923e919b8a45ca1f5/jvm/src/main/scala/kiama/util/Server.scala#L486) and, in the reproduction, [here](https://gist.github.com/marvinborner/ddc72b214352a485d308a7b1c157230b#file-repro-js-L41)? I assumed `process` to be blocking already, otherwise it should probably return a future or something, right? I...

I tried the fix we talked about again; doesn't change anything. I believe that was the idea, right: ``` scala def getSymbolAt(position: Position)(implicit C: Context): Option[(Tree, Symbol)] = for {...

Added many sleeps, doesn't change anything (except execution time)... So weird