Robin Stammer

Results 5 issues of Robin Stammer

The dummy app's `Project` class makes use of the `LimitValidator` by specifying the minimum and maximum count of attached documents: ```Ruby class Project < ApplicationRecord … validates :documents, limit: {...

In German language, and of course in many others, there are special characters, i.e. the so-called [umlauts](https://en.wikipedia.org/wiki/Umlaut_(linguistics)) in case of German. Under some circumstances these characters are supported by modern...

When trying to compile all submodules under macOS Mojave 10.14.6, the build command stops with the following error: `validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"` ``` ./mkman...

Hey people! Today I started using `LazyHighCharts` and it's really fun to do so 🙌 Thanks for building it! One minor thing I noticed: The website you added to the...