Ben Visness

Results 32 issues of Ben Visness

Because the signature of an `http.Handler` does not include a `*gin.Context`, an `http.Handler` can only access `req.Context()`. However, this always refers to the request's original context instead of the Gin...

The implementation of `os.date` didn't support many flags that I was used to from other systems. This new implementation supports many more of the flags from the C standard for...

Addresses discussion from #333. With this patch, the keyword `final` in subtypes has been replaced with the keyword `open`: ``` (type $s1 (sub (struct))) ;; final with no super types...

The user agent of the original request was not getting passed along to `file_get_contents`, which meant that it was not possible to test scripts that detect the user agent. This...

We found that we wanted to use parts of this library without being forced to use the provided delivery handler. This PR simply extracts the request-decoding parts of the process...

I'm not sure this is a bug you can or should do anything about, but I figured you should be made aware of it. The `timestamp with time zone` (`timestamptz`)...

This issue tracks discussion of the **`memory.discard`** sub-proposal. This proposal is one possible component of the eventual Memory Control MVP. Please make sure to read the [full sub-proposal document](https://github.com/WebAssembly/memory-control/blob/main/proposals/memory-control/discard.md). This...

As I finalize our implementation of table64, I'd like some clarity on the JS API. Some previous comments (e.g. https://github.com/WebAssembly/memory64/issues/46#issuecomment-2072933689, https://github.com/WebAssembly/memory64/issues/46#issuecomment-2072979502) have suggested that `.get`, `.set` should accept both number...

Per some CG meeting discussion :) (This PR is a bit cheeky, and it may be better to instead update the contents of the banner to reflect what is currently...

I've been using pgx for a while now, and the more I dig into it, the more impressed I am. I would like to support its creation and maintenance if...