Henrik Feldt

Results 147 issues of Henrik Feldt

Would it be possible to extend FParsec with support for non UTF16 data? That was FParsec could be used for parsing HTTP requests and other binary formats, even if the...

It would be great to be able to trace our gRPC servers and clients using opentelemetry. How would I tie it into this library? I would like to have each...

In this code in `fingerprinter.rb`: ``` 35 handleable_columns(hash).each do |method| 36 display_method = (prefix == "" ? method : "#{prefix}.#{method}") 37 if method.is_a? Proc 38 cell_value = method.call(target) 39 elsif...

Is this quote char intended at the end? https://github.com/confluentinc/examples/blob/6.0.0-post/clickstream/docker-compose.yml#L81

#1691 was closed prematurely. The solution is not to use stateful sets, because this deployment has no state it needs to take care of, using stateful sets introduce other problems....

Let's say I wanted to compile Logary (the core library) with Fez; can it be done? It depends on NodaTime and Hopac and FSharp.Core so it has minimal dependencies IMO.

Description =========== The RestClient for SchemaRegistry throws away the inner exception: https://github.com/confluentinc/confluent-kafka-dotnet/blob/9c5dfffbbd8ae80e3a08494a48b9a239b9872ffa/src/Confluent.SchemaRegistry/Rest/RestService.cs#L248 So that error messages become: without an inner exception. Simply pass the caught exception into the c'tor to...

enhancement
GREAT REPORT

### Description The current stable build is not building https://github.com/fsprojects/Paket/tree/5.258.1 — if I wanted to contribute a fix to https://github.com/fsprojects/Paket/issues/1873 I would need a build to start from https://ci.appveyor.com/project/paket/paket/builds/39734439

Let's sketch out some ideas for the documentation overhaul for v2 of Suave. This issue tracks creating a new web site that guides people towards being proficient at writing Suave...

docs

https://github.com/SuaveIO/Suave.Swagger TODO: - Ensure compiles with Suave master w/ .net core SDK and the full framework - Ensure FAKE script can build packages for both Suave and Swagger - Investigate:...