Stian Håklev
Stian Håklev
Would be really useful to have different CSS for different Roams, especially to distinguish your private from your public from any random one.
Amrita works great on my passing tests, but on my first failing test, it creates an exception, and does not show me LHS and RHS, as ExUnit does. Here is...
This is my current workflow: - paste some code from a blog - be told that `import Data.Text.JSON.Colorful` does not exist - google for the package name, find out that...
Enable seeing exported symbols from a specific module, modules/symbols in scope etc. (Doesn't have to be identical to ghci's browse, although that might be a good place to start) ##...
Is there a way to get IHaskell to work as cabal repl? If I am experimenting with a package, I want to have an environment where I am using the...
In both R and Julia, there is a concept of factors or enums as an alternative to character strings. The idea is to specify a fixed amount of possible values,...
Addresses #9
This core commit https://github.com/meteor/meteor/pull/9611 breaks this package.
It would be very helpful if Tab could function the way it does in many IDEs - tab anywhere on a line with text indents that line, tab when a...
Hi, thanks for making this module available. Would it make sense to link main to the minified file? I'm using this with Meteor, which supports Babel and import statements, but...