Amani
Amani
Some language servers (like [cssls][cssls]) don't respond to `"textDocument/documentSymbol"` with the type `DocumentSymbol[]`, but instead `SymbolInformation[]`. This is a flat list of symbols in contrast to a hierarchy of symbols...
Adds an `interval` function to core that allows for a Clojure way of using `Observable/interval`. Definitely open to feedback as I'm just starting with this project!
Had the same problem as detailed here in [LightTable issue #1309](https://github.com/LightTable/LightTable/issues/1309) and found the default editor is `#` when connected to an external browser. So far this fix has worked...
This PR is here to debug failing tests and update the expected output considering the recent refactor.