Roxy Light
Roxy Light
While FileDrop exposes a RESTful API, it's not very discoverable. Sandstorm has a new feature called [Offer Templates](https://docs.sandstorm.io/en/latest/developing/http-apis/#creating-an-offer-template) that allows for an integrated iframe with app-specific instructions.
Offending lines: https://github.com/google/go-cloud/blob/012388aa3abfa3b3114d1ff9cb0f0c3d0ff4385c/server/requestlog/requestlog.go#L84-L88 For servers that take in large requests, especially those that rely on HTTP 100 Continue to bail early, this can cause a request to be stalled for...
I [noted on Twitter](https://twitter.com/_zombiezen_/status/1536558545025396737) for the new inlay hint feature: >The Rust language server has a nice subtle touch where if the parameter name matches the argument variable given, it...
Thread: https://groups.google.com/g/redo-list/c/Hm9YqLOIqCY
I would like to be able to create MySQL connections with custom TLS configuration and dialers without modifying the package-global registries, especially now that Go 1.10's `OpenDB` function is available....
`TokenSource.Token` can make an HTTP request to obtain a new token. However, it does not accept a `Context`. This makes it difficult to pass through tracing information (mentioned in #259)...
`OpenNoMutex` is the only mode that makes sense for these bindings, so it should be implicitly added.
Add API to wrap https://www.sqlite.org/c3ref/create_collation.html
https://github.com/zombiezen/go-sqlite/blob/88da00a4e88fcd2c572032dacaec6c3d0ba7faee/cmd/zombiezen-sqlite-migrate/migrate.go#L42 I also want the tool to rewrite `_test.go` files. I'll need to keep track of files so I don't double-process a file.