John Lenz
John Lenz
To support version ranges and tool caching, I updated the action to download from github releases. But then node 16.9 just came out with corepack built in. I switched my...
With @visx/responsive 1.3.0, I started getting the following error: ``` node_modules/@visx/responsive/lib/enhancers/withParentSize.d.ts:30:40 - error TS2694: Namespace '_' has no exported member 'Cancelable'. 30 }) => void) & import("lodash").Cancelable; ~~~~~~~~~~ node_modules/@visx/responsive/lib/enhancers/withParentSize.d.ts:66:40 -...
There is a bug with the current repeated encoding: it skips default values. Say you have a ResizeArray with `[1, 2, 3, 0, 4]`. The `writeRepeated` will call `froto.Encoding.fromVarint` which...
Our next.js site has some symlinks in the `public/` directory to files outside the public directory. (These files come from a git submodule which is why they aren't in the...
Servant already uses `wai-app-static` for the very simple `serveDirectory` which just produces a `Server Raw`. This isn't ideal because the routes for individual files are not represented in the type....
BatchGet and BatchWrite both return an UnprocessedItems (see http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html). The documentation states that if DynamoDB returns any unprocessed items, the request should be retried with just the unprocessed items using...
Hi, I recently started using the new transaction API and like the functionality, but didn't like how the transaction functions are defined inside the react component. I instead created two...
C# 11 added a [required member](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-11.0/required-members) and starting in .NET8, System.Text.Json now has full support for deserializing required members, giving an error if the member is missing. The compiler creates...
**Description** I've been using 7.0.0-next.7 and it is working fine with --immutable, except it would be nice for the arrays to be readonly as well, so that the types are...
I just started using this and it is working great. One thing though is when you have a log message open, the "?" key doesn't display any help. The ?...