b0wter

Results 8 issues of b0wter

I have some trouble getting the nested list example to work. I've copied it from the demo section but whenever I try to run the sample I get the error:...

I am struggling with [plugging giraffe into ASP.NET Core](https://github.com/giraffe-fsharp/Giraffe/blob/master/DOCUMENTATION.md#plugging-giraffe-into-aspnet-core). Using a `Startup` class and the `Configure` method I can request additional dependencies by adding them as parameters. Can I achieve...

question

I've added the following to y `rc.lua`: ``` -- Ignore the tag "exclusive" property for the following clients (matched by classes) tyrannical.properties.intrusive = { "ksnapshot" , "pinentry" , "gtksu" ,...

I am trying to parse something like this: ```bash ./esp device status ./esp device status $myId ./esp device add $myId ./esp device remove $myId ``` To do so I am...

I am currently facing an issue using `FSharp.Data.Http` to talk to a CouchDb instance. Using `curl` and `Postman` I am receiving properly encoded responses, like this: ``` { "_id": "00000000-0000-0000-0000-000000000008",...

When I am searching for a song like this: ``` const results = await this.api.search(trackId, "song").then((r: any) => r.content); ``` the first result looks like this: ```{ type: 'song', videoId:...

I am running Fedora and installed dotnet core using the official repository. I downloaded the source code of roslynpad since dotnet core is installed in a location currently unknown to...

I have yet to try to build something like NetPad. I think it's a great tool thanks for all the time you invested. I would really love NetPad to also...

enhancement