Adam Fisher

Results 25 issues of Adam Fisher

For libraries that use advanced Scala features (most commonly typeclass derivation) the approach is likely to differ for users on Scala 2.x / vs 3.x. Documenting both approaches is important...

Many test frameworks support the ability to group tests into a related chunk. This provides multiple benefits: Real: - Provide the opportunity to perform common setup before asserting a condition...

I'd prefer to use URL fragments (the hash) rather than QueryString parameters for integrating :rocket: :crab: Additionally, [it looks like](https://github.com/tannerkrewson/rocketcrab/blob/82dcefe86de98c6c28cf2372cf557cf5439f8c53/components/in-game/GameFrame.tsx#L43) :rocket: :crab: will always blindly append QS parameters. As well...

Hello! It seems that the open id module does not respect apache's proxy settings when making calls to the OAuth provider. This means it is impossible to use it on...

Show "transitive" usages. If I look at a role's usages I generally don't want to see that it's just used in a abase image, but rather all the recipes that...

Recipes only show explicit roles in the UI. It should show dependent roles as well as those that are present by virtue of being in the provided base image.

Remove irrelevant detail to focus on the guidance. (We get it)

# ISSUE The README easily gets out of date because people don't always remember to update it after a code change. ## Steps to Reproduce See: code submissions by anyone...

The logger should be off by default, and on (to stdout/err) when `--debug` is provided. Sadly `slf4j` (and thus `scala-logging`) does not support setting the log level at runtime. TODO:...

It currently provides an ssh connection string that targets the instance's IP address. We should instead target the hostname. This would allow users to configure connections via SSH's own support...

enhancement