Tyler Kvochick

Results 20 issues of Tyler Kvochick

Hello, I am trying to provide a long-lived `aiohttp.ClientSession` for integrating with an external HTTP API. I have an async generator for the resource defined as: ```python async def http_session_factory(*args,...

Hello! From the readme, I expected: ```typescript console.log(Measure.of(72, bytes).toString()); ``` to print `72 B` but, the result is `576 b` as the underlying value created by `Measure.of` is in bits....

Hello, I came across Aardvark today and was trying to get started running the `HelloWorld` program on Linux (Fedora 35). Using either the `GL` or `Vulkan` backend fails, however. I'd...

### Device Info * Name: Razer Kiyo Pro * Product Number: RZ19-03640100 * Model Number: RZ19-0364 ### Device Information ``` Bus 002 Device 005: ID 1532:0e05 Razer USA, Ltd Razer...

Device Support

While exploring the repo this morning, I noticed that this video is no longer available. https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/dccdbbc629a15dbb1ab8c795ca515364cc81bfc7/README.md?plain=1#L18 Is there a substitute that can be used instead?

Was reading through the readme today and noticed what appeared to be a small typo.

Hello, I'm trying to use a method that calls `JsonSerializer.Serialize` in one of my libraries from a `.fsx` script. The script looks like: ```fsharp #r "MyLib.dll" open MyLib let m...

I'm trying to figure out the canonical way to deserialize a record with an optional field that is not a scalar value. Given the script: ```fsharp [] type SubThing =...

Currently, the test suite runs only on the 3 major host operating systems and builds a Debian-based container separately. We should add tests inside the container after it is built...

The `FSharpExpr` type indicates that the active patterns for working with it are in the `SourceCodeServices` module. https://github.com/dotnet/fsharp/blob/a4666e226f6f37c29128b37361175a52bf09c282/src/Compiler/Symbols/Exprs.fsi#L61 I believe this module was broken up into other namespaces as part...

Impact-Low
Area-Documentation