Henrik Feldt

Results 419 comments of Henrik Feldt

``` fsharp testCase "/28/System.InvalidOperationException: DataReader has been closed" let first (xs : _ seq) : _ option = if Seq.isEmpty xs then None else Seq.head xs |> Some let mapper...

``` fsharp module ReCQ.SQLite.Tests.ExternalBugs open Fuchu open NodaTime open System open System.Data open ReCQ.SQLite open ReCQ.SQLite.Tests let prepare conn mgr tableName = let createDDL = (sprintf "CREATE TABLE %s (id...

If it helps people, sure. I'm not against it.

Can you please post a suggestion for CLA for this project? CLAHub looks nice, I suppose it integrates with pull requests nicely?

There is no managing organisation. It's open source and developed free from such constraints. We're in that case the 'organisation' 'DotNetZip'. :)

Wouldn't it be easier to release all code to the public domain? That means anyone can do anything with it. MIT is similar, but also explicitly says I'm not to...

Question; as you say "copyright can only be assigned to a person or a legal entity", isn't then "I hereby release all of my contributions to this project" a contradiction...