Gracjan Polak

Results 11 issues of Gracjan Polak

After cabal-dev install-deps in 0.8 cabal-dev ghci worked properly, in 0.9 it is broken. It says: > pwd:proj gracjan$ cabal-dev ghci > cabal-dev: user error (cabal: ghc-pkg: /Users/gracjan/proj/cabal-dev/packages-6.12.3.conf: > openFile:...

After `make install` I get: ``` vagrant@vagrant-ubuntu:/vagrant/HaLVM/examples/Core/LoopThreads$ halvm-ghc-pkg recache ghc-pkg: /usr/local/lib/HaLVM-2.0.0/package.conf.d/package.cache: you don't have permission to modify this file ```

documentation

I get this: ``` vagrant@vagrant-ubuntu:~$ sudo xl create LoopThreads.config Parsing config file LoopThreads.config xc: error: panic: xc_dom_bzimageloader.c:634: xc_dom_probe_bzimage_kernel: kernel is not a bzImage: Invalid kernel libxl: error: libxl_dom.c:721:libxl_userdata_store cannot write...

I get this: ``` == running git clone git://github.com/GaloisInc/packages-old-locale.git libraries/old-locale Cloning into 'libraries/old-locale'... fatal: remote error: Repository not found. git failed: 32768 at ./sync-all line 122. ``` This is part...

``` Error: Maximum call stack size exceeded at disabled (/Users/gracjan/Sources/node-mupdf/node_modules/debug/debug.js:65:20) at new StructType (/Users/gracjan/Sources/node-mupdf/node_modules/ref-struct/lib/struct.js:83:7) at Function.get (/Users/gracjan/Sources/node-mupdf/node_modules/ref-struct/lib/struct.js:156:10) at Object.get (/Users/gracjan/Sources/node-mupdf/node_modules/ref/lib/ref.js:447:17) at Object.deref (/Users/gracjan/Sources/node-mupdf/node_modules/ref/lib/ref.js:655:18) at Buffer.deref (/Users/gracjan/Sources/node-mupdf/node_modules/ref/lib/ref.js:1259:18) at /Users/gracjan/Sources/node-mupdf/node_modules/ffi/lib/callback.js:62:26 at Object.ForeignFunction.proxy...

`indent-according-to-mode` is called in: 1. In `newline-and-indent`. 2. In `electric-indent-mode` after `\n` has been inserted. 3. In `evil-open-above`. 4. In `evil-open-below`. Each of these cases is same: it is to...

Currently when region is active and TAB or S-TAB is pressed in `haskell-indentation-mode` the region is move one space left or right. To do: - [ ] make it move...

well-defined-task

It should work like this: - first M-g i pushes mark using `push-mark` and goes to first `import` in file - repeated M-g i moves to the next import block...

well-defined-task