Adam Fisher
Adam Fisher
awscala provides a `CredentialsProvider` trait that doesn't seem to offer any benefit. It simply extends the Java SDK's own `AWSCredentialsProvider` interface which provides identical methods. One problem with this is...
Adds favicons optimized for various devices.
This creates a www webroot directory that can be used as the root for webserver configuration. The benefit to this approach is that files in the main directory are no...
Since [The Great Schism](https://github.com/http4s/http4s/releases/tag/v0.23.12) of http4s, Scala Steward has been trying to update `http4s-okhttp-client` to versions that do not exist. Unfortunately, this is in a private repository but I'll try...
Your README answers the question "Why did we make our own?" While this might the question you are most interested in answering, the rest of the internet is probably most...
Fixes https://github.com/klazuka/intellij-elm/issues/746 Tools like `fnm` manipulate the PATH to ensure executables are available, but they do not guarantee that the full path to those executables won't change. This means that...
I'm using `fnm` to manage node versions and libraries on my development machine. Following the `npm` instructions works fine, with the following caveat. `fnm` does not use consistent paths for...
It'd be nice to be able to see updates for all a project's dependencies, rather than just those explicitly mentioned in the `libraryDependencies` setting. This could be achieved via a...
Previously the version was hard-coded to "master" and fetched directly out of Github. This meant that if a new instance was brought up after the master branch had changed, the...
**Is your feature request related to a problem? Please describe.** The getting started guide shows how to *install* the library, but not how to use it. **Describe the solution you'd...