package

github.com/faissaloo/ratmachine

master / published Mar 2, 2023 / repository

Textboard with text effects

Documentation could not be built

Build failed

The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.

Last attempt Sep 25, 2026 at 07:25 UTC (attempt 26)

Reloading will not start another build. A version that does not compile under the current compiler is terminal, so one shard that cannot build does not crowd out the ones that can.

What the builder reported
docs-build: crystal docs exited 62

crystal docs said:

no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Showing last frame. Use --error-trace for full trace.

There was a problem expanding macro 'column'

Code in macro 'timestamps'

 2 | column updated_at : Time?
     ^
Called macro defined in lib/granite/src/granite/columns.cr:63:3

 63 | macro column(decl, **options)

Which expanded to:

   14 |     
   15 | 
 > 16 |     @[Granite::Column(column_type: nil, converter: nil, auto: false, primary: false, nilable: true)]
            ^
Error: can't annotate @updated_at in Ban because it was first defined in Granite::Base

Browse the other versions