Manfred Stienstra

Results 16 issues of Manfred Stienstra

* Adds a column to assets to store a license code * Adds a proxy class for license to format license related labels and icons * Adds a license option...

Sudara said, "I would like to add a license option to alonetone." The default license for all tracks (assets in Alonetone) should be "All rights reserved", meaning they retain all...

In the test suite we get the following error: DEPRECATION WARNING: `inline_svg` is deprecated and will be removed from inline_svg 2.0 When I started digging into the templates I found...

Step one in replacing the previous authentication solution is to implement backwards compatible support for the current password hashes so users can migrate transparently.

Some applications require additional tools to run before a Rails server can be started like `yarn install`.

* As a developer I want to get all measurement from a PerfCheck so I can store them for later use. References #61.

By adding `bundler` as a runtime dependency we can require Bundler without having to bundle exec in the target application. This makes `perf_check /` work instead of `bundle exec perf_check...

PerfCheck currently communicates at the user in two ways: a Logger instance and exceptions. This implementation makes sense in the context of a terminal application with a command-line interface but...

It should be possible to run `perf_check` from a Rails project without using bundle exec.

When we get a 3xx response from a server it's not entirely clear if the request was successful. It helps to see where the redirect goes to know if it...