John Lenz
John Lenz
For the past 3 months I have been using corepack and not using this action, and corepack has been working great. corepack lets you use a specific version specified in...
Sorry, was busy the past few days. My first approach was much closer to `serveDirectory`. I didn't call it `serveDirectoryEmbedded` but that was essentially what it was. I still have...
I think I also hit this issue but with function matching. Old Code ```fsharp module Util open Aether let inline non (def : 'a) : Lens = ( function |...
Here is what I have now. batchGet I only read from a single table in my app so I made my life easier, but an approach like batchWrite could also...
I implemented this feature in commit #77. I went through several designs. I initially tried an approach like @nmattia suggested with just a few internal functions, but in order to...
Now that options are required to be passed to SetHandler (I like this change), how about allowing us to omit also adding them directly to the command. In other words,...
As a library author, one thing which would be nice is to allow moduleResolution to be an array, which tells typescript that imports must be valid in all of the...
Thanks, I just tested the latest git with my schema and it works, producing readonly arrays.
I think this PR doesn't completely fix the issue of dates and timezones, because serialization always assumes a local timezone. Thus, if the setting ConvertDateToLocalTimezone is false, the parsing code...
When this gets released, there should be a corresponding pull request to the @types/papaparse package adding this new field: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/papaparse/index.d.ts#L433