Ross A. Baker

Results 108 issues of Ross A. Baker

From a [Fediverse reply](https://fosstodon.org/@[email protected]/110163112701655643): > Looks like the link for this in the RSS feed is broken. This is what got delivered to my client: > > /typelevel.github.com/blog/2023/04/03/typelevel_toolkit.html It looks...

The "above the fold" projects are alphabetical. Defining "core" projects is tough, but we should do something.

reboot

Most of the blog posts have the same placeholder image. Not an ideal look.

reboot

This charter is relevant to the website. Consider a GitHub workflow to synchronize it (and other important documents) to the typelevel.github.io repository.

This needs to be rebuilt and committed from the scalatra-sbt.g8 project. There should be no direct checkins here. There is no reason to maintain two template projects.

Lincoln's contribution on the mailing list would be a nice add: https://gist.github.com/1209277

The key to override it is explained at http://scalatra.org/2.2/guides/deployment/standalone.html. We should better explain its requirements: - implements LifeCycle - has public, no-arg constructor so it can be instantiated through reflection

Every function on `Vault` accepts the same two parameters, an HTTP client and a base URI. Most require a token, which requires periodic refreshing. That token is sometimes a `VaultToken`,...

Spinning off from https://github.com/http4s/http4s/pull/7472#discussion_r1653521931. It might be that the exceptions Netty ignores are broader than the exceptions Ember should retry, but it at least gives us a thoughtful list to...