Beorn Facchini
Beorn Facchini
Support for AWS S3 as a HTTP provider which can optionally be used in combination with a CloudFront distribution pointing to the requested S3 bucket. To upload the HTTP challenge...
When customizing classes globally it can be helpful to set default classes based on the current route for example: `route.path.startsWith(...)` or `route.path === '...'`. This allows you to have more...
I wrote a "static" input type that may be fairly common. My data models often have a few static fields that are displayed alongside editable fields. The input slot could...
When running validations with debounce rules there may be a delay between blur and the validations being processed. This causes the errors to change very soon after being made visible....
Currently the watcher recursively checks all vendored Golang dependencies. This PR would reduce the number of files needed to be scanned.
I am using a desktop app to download offline documentation via the godoc website. The index for the https://godoc.org/github.com/aws/aws-sdk-go/service/ec2 docs state "The documentation displayed here is incomplete. Use the godoc...
This PR adds support for managing multiple worktrees. It is designed to be fully compatible with the `git worktree add`, `git worktree remove` and `git worktree list` commands. Fixes #41,...
As per the server sent events spec the ID field is sent to help streaming messages back from the last event ID when retrying failed connections. I've added an event...
Added support to convert stacktrace from https://github.com/ansel1/merry errors. We could in addition support a generic error interface that returns `[]uintptr`. This helps to convert the caller frames attached to error...
This PR adds a method to reverse lookup key given a value.