Christian Kjær

Results 32 comments of Christian Kjær

I quite like the RubyGems site, edited the page a bit with more of the haskell colors and some of the content in the footer (couldn't get the logo directly...

@dbaynard that wouldn't be hard at all. Two immediate routes: 1. store last 10 visited items in your browsers cookie (never stored server-side), and then e.g. feature them on the...

@visortelle that is super nice!! 🤩

@borsboom what is the current blocking thing for getting stack into Travis? Perhaps https://docs.haskellstack.org/en/stable/travis_ci/#future-enhancements should be update to reflect any new information.

I'm trying to find time for this, but in the meantime, I was trying out PureScript, and it doesn't have the indentation behaviour on `where` https://github.com/nwolverson/vscode-language-purescript/blob/master/src/extension.ts. Might be a starting...

I'm quite a newb when it comes to regex, but I think we could use `decreaseIndentPattern`, to say that if the previous line is a newline, then decrease the indent....

Perhaps it might make sense to make a footnote on emacs mentioning Spacemacs? Or even go as far as to consider them two different editors in the table (for which...

It seems that iOS support is completely broken atm, I would love to hear from anyone that had success. For example, the `run-in-sim` bin file generated when build iOS is...

Hmm, I'm not having much luck with the deploy script either, running `./ios-result/bin/deploy MY_TEAM_ID` yields `error: attribute ‘nixpkgs’ in selection path ‘nixpkgs.nodePackages.ios-deploy’ not found` :/ Would be great to have...

@ali-abrar hey! I was using Xcode 9.2 and iOS SDK 11.2. How were you running/deploying things on iOS?