Moritz Angermann

Results 63 issues of Moritz Angermann

In aristidb/aws/pull/177, @puffnfresh added support for - Null - Lists (L) - Map (M) where Lists are represented as `DList (Vector DValue)` and Maps as `DMap (Map Text Dvalue)`. This...

feedback-requested

I just came across the need for something like this: ``` haskell getItem :: FromDynItem a => Text -> Item -> Parser a getItem k m = case M.lookup k...

I think this is a two part problem. See also the issue here: https://github.com/supermarin/Alcatraz/issues/140 Should alcatraz allow cocoa pods dependencies? If so KFCocoaPodsPlugin should not change. If alcatraz though should...

Hi there, thanks for doing this! I've used it to great success, though my setup is a bit different and I'm wondering if there is interest in integrating this? -...

enhancement
help wanted

The iOS cross compiler[1](https://github.com/ghc-ios/ghc-ios-scripts) needs to be able to target multiple architectures. And hence needs to build at least two cross compilers (one targeting `arm` for the actual device, one...

enhancement

Say we have ``` class ASpec : QuickSpec { override func spec { beforeSuite { doSomething() } describe(...) { ... } } } ``` and ``` class BSpec : QuickSpec...

enhancement
help wanted
needs-investigation
needs-more-information

This can be used similar to the linux service (in fact the module is almost identical to the linux one) with ```nix users.knownGroups = [ "gitlab-runner" ]; users.knownUsers = [...

On twitter a few images of hasklig and emacs are floating around. And it says here that emacs support is in progress. What is the current state? And is there...

application support

Currently adding a new repo to hydra for CI involves editing at least three files. Which can be seen for example in #578. This is quite ergonomically and prone to...