Maxim Kulkin

Results 4 issues of Maxim Kulkin

This patch adds support of Cabal packages. Hdevtools currently doesn't know anything about Cabal system: it can't find out source code directories, package database locations, list of packages or Haskell...

Task: get last div (with text "3"). ``` ruby d = Nokogiri::HTML::Document.parse('123') p d.css('div:last-child') # => [ # # # ] ``` This works fine. ``` ruby d = Nokogiri::HTML::Document.parse('123')...

topic/fragment

Currently ADK requires you to define a number of (boilerplate) services and characteristics just to start writing the actual accessory logic which results in [huge copy pasted declarations](https://github.com/apple/HomeKitADK/blob/master/Applications/Lock/DB.c). For particular...

When building reactive-banana-wx on Mac OS X using stack, I get the following error: ``` reactive-banana-wx-1.0.0.0: configure reactive-banana-wx-1.0.0.0: build Progress: 1/2 -- While building package reactive-banana-wx-1.0.0.0 using: /Users/johndoe/gui-frp-demo/vendor/reactive-banana/reactive-banana-wx/.stack-work/dist/x86_64-osx/Cabal-1.22.4.0/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-1.22.4.0/ build...

Type: Maintenance
Type: Question