Bas van Dijk

Results 50 issues of Bas van Dijk

Hello, I've a cabal-dev project on a filesystem on an encrypted partition. Now I want to `cabal-dev add-source` a project from a filesystem on my unencrypted partition. However I get...

When fetching `sources.nix` from `niv` itself using: ``` builtins.fetchurl https://raw.githubusercontent.com/nmattia/niv/506b896788d9705899592a303de95d8819504c55/nix/sources.nix; ``` it would be nice if the following error is removed from the niv` tool: ``` WARNING: Could not read...

Setting the `poContentMD5` field of the `S3.PutObject` record causes the following error: ``` S3Error { s3StatusCode = Status {statusCode = 403, statusMessage = "Forbidden"} , s3ErrorCode = "AccessDenied" , s3ErrorMessage...

This enables building the `wabt-sys` Rust crate statically using musl.

In our app we need to know the dimensions of a specific HTML node after it's inserted into the native DOM. React provides [Life Cycle Methods](http://facebook.github.io/react/docs/component-specs.html#lifecycle-methods) (specifically the `componentDidUpdate`) to...

I would to use the [ReactCSSTransitionGroup](http://facebook.github.io/react/docs/animation.html) addon in my blaze-react app. See: http://facebook.github.io/react/docs/addons.html I tried changing `require('react')` to `require('react/addons')` and splicing in a `ReactCSSTransitionGroup` tag in my Html. Unfortunately I...

It would be nice to have a deep integration between the host's and containter's systemd such that the host's systemd recognises the docker containers: ``` machinectl MACHINE CLASS SERVICE 9aa1f884bdae630ecaee76c0ca85441f...

In a production server we had a major space leak that I tracked down to our usage of `tensorflow`. Heavily simplified our code looked like: ```haskell runSession $ do addGraphDef...

To quote the [documentation of diagram block macros](https://github.com/asciidoctor/asciidoctor-diagram/#diagram-block-macro) regarding path resolving: > When the source file name is a relative path it is resolved with respect to the location of...

Cabal [automatically handles](https://github.com/haskell/cabal/blob/1c28c09953daae5cebaf1a212a2b4dfe301ef094/Cabal/Distribution/Simple/PreProcess.hs#L668) `.hsc` files. It would be cool if snack could also handle these files. One particularly complex project that also uses `hsc2hs` is [`haskell-opencv`](https://github.com/LumiGuide/haskell-opencv). Besides `hsc2hs` it also...